|
@@ -515,6 +515,7 @@
|
|
|
let commitData = Object.assign({}, this.form, {
|
|
let commitData = Object.assign({}, this.form, {
|
|
|
productList: this.$refs.inventoryTableref.getTableValue()
|
|
productList: this.$refs.inventoryTableref.getTableValue()
|
|
|
});
|
|
});
|
|
|
|
|
+ let is = false;
|
|
|
productList.forEach((v, i) => {
|
|
productList.forEach((v, i) => {
|
|
|
productList.forEach((v2, j) => {
|
|
productList.forEach((v2, j) => {
|
|
|
if (
|
|
if (
|