|
@@ -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
|
|
|
});
|
|
|
}
|