|
@@ -516,8 +516,9 @@
|
|
|
productList: this.$refs.inventoryTableref.getTableValue()
|
|
productList: this.$refs.inventoryTableref.getTableValue()
|
|
|
});
|
|
});
|
|
|
let is = false;
|
|
let is = false;
|
|
|
- productList.forEach((v, i) => {
|
|
|
|
|
- productList.forEach((v2, j) => {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ commitData.productList.forEach((v, i) => {
|
|
|
|
|
+ commitData.productList.forEach((v2, j) => {
|
|
|
if (
|
|
if (
|
|
|
v.productCode == v2.productCode &&
|
|
v.productCode == v2.productCode &&
|
|
|
v.taskId == v2.taskId &&
|
|
v.taskId == v2.taskId &&
|