Browse Source

部位台账,导出

MaiXinRong 5 years atrás
parent
commit
f99ade7170
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/public/js/ledger_bwtz.js
  2. 1 1
      app/public/js/stage_bwtz.js

+ 1 - 1
app/public/js/ledger_bwtz.js

@@ -221,7 +221,7 @@ $(document).ready(() => {
                         code: unitNode.code, b_code: unitNode.b_code,
                         name: unitNode.pos_name ? unitNode.pos_name : unitNode.name, unit: unitNode.unit,
                         unit_price: unitNode.unit_price, quantity: unitNode.quantity, total_price: unitNode.total_price,
-                        drawing_code: unitNode.drawing_code, memo: unitNode.memo
+                        drawing_code: unitNode.drawing_code, memo: unitNode.memo_merge
                     });
                 }
             }

+ 1 - 1
app/public/js/stage_bwtz.js

@@ -297,7 +297,7 @@ $(document).ready(() => {
                         end_qc_qty: unitNode.end_qc_qty, end_qc_tp: unitNode.end_qc_tp,
                         end_gather_qty: unitNode.end_gather_qty, end_gather_tp: unitNode.end_gather_tp,
                         end_gather_percent: unitNode.end_gather_percent,
-                        drawing_code: unitNode.drawing_code, postil: unitNode.postil_merge, memo: unitNode.memo
+                        drawing_code: unitNode.drawing_code_merge, postil: unitNode.postil_merge, memo: unitNode.memo_merge
                     });
                 }
             }