|
|
@@ -653,14 +653,12 @@ export default {
|
|
|
row.historyList = [];
|
|
|
row.dot = null;
|
|
|
row.sendNum = 0;
|
|
|
- row.inventory = 0;
|
|
|
});
|
|
|
});
|
|
|
} else {
|
|
|
row.historyList = [];
|
|
|
row.dot = null;
|
|
|
row.sendNum = 0;
|
|
|
- row.inventory = 0;
|
|
|
}
|
|
|
},
|
|
|
rowArea(row, index) {
|
|
|
@@ -676,7 +674,6 @@ export default {
|
|
|
areaData(row, index) {
|
|
|
console.log(row, index);
|
|
|
this.form.shipItemsList[index].dot = row.dot;
|
|
|
- this.form.shipItemsList[index].inventory = row.inventory;
|
|
|
this.form.shipItemsList[index].sendNum = row.sendNum;
|
|
|
this.form.shipItemsList[index].historyList = row.historyList;
|
|
|
},
|