|
|
@@ -451,6 +451,7 @@ public class aftersalesmag extends Controller {
|
|
|
cashbillEntity.setOwnertable("sa_aftersalesmag");
|
|
|
cashbillEntity.setRemarks("退货单号:" + rows.get(0).getString("billno") + ";订单号:" + rows.get(0).getString("sonum"));
|
|
|
cashbillEntity.setSource("退货单复核");
|
|
|
+ cashbillEntity.setSourcenote(rows.get(0).getString("billno"));
|
|
|
sys_enterpriseid = rows.get(0).getLong("sys_enterpriseid");
|
|
|
if (sa_accountclassid == 0) {
|
|
|
JSONObject cashbill = Accountbalance.createCashbillPay(this, sys_enterpriseid, rows.get(0).getLong("sa_accountclassid"), cashbillEntity, true, period);
|