Explorar el Código

复制整块,带项目节数量

MaiXinRong hace 2 años
padre
commit
85e6448ae6
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app/base/base_bills_service.js

+ 2 - 0
app/base/base_bills_service.js

@@ -611,6 +611,8 @@ class BaseBillsSerivce extends TreeService {
                     sjcl_expr: d.sjcl_expr,
                     qtcl_expr: d.qtcl_expr,
                     check_calc: 1,
+                    dgn_qty1: d.dgn_qty1,
+                    dgn_qty2: d.dgn_qty2,
                 };
                 for (const c of d.children) {
                     c.ledger_pid = newBills.ledger_id;