Browse Source

甲供材料

MaiXinRong 5 years ago
parent
commit
95ad2ea06e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/stage_jgcl.js

+ 1 - 1
app/service/stage_jgcl.js

@@ -198,7 +198,7 @@ module.exports = app => {
                 } else {
                     history.push({
                         stimes: this.ctx.stage.curTimes, sorder: this.ctx.stage.curOrder,
-                        arraive_qty: d.arrive_qty, arrive_tp: d.arrive_tp,
+                        arrive_qty: d.arrive_qty, arrive_tp: d.arrive_tp,
                         deduct_qty: d.deduct_qty, deduct_tp: d.deduct_tp
                     });
                 }