|
@@ -233,7 +233,6 @@ module.exports = app => {
|
|
const his = history.find(function (x) {
|
|
const his = history.find(function (x) {
|
|
return x.stimes === newTimes && x.sorder === newOrder;
|
|
return x.stimes === newTimes && x.sorder === newOrder;
|
|
});
|
|
});
|
|
- console.log(his, newTimes, newOrder);
|
|
|
|
if (his) {
|
|
if (his) {
|
|
his.arrive_qty = d.arrive_qty;
|
|
his.arrive_qty = d.arrive_qty;
|
|
his.arrive_tp = d.arrive_tp;
|
|
his.arrive_tp = d.arrive_tp;
|