src/views/operate/inventoryAdjustment/index.vue
@@ -88,7 +88,7 @@ differenceAmount: 0, amount: 0, operationId: 0, adjustAmount:0, adjustAmount: 0 } }, created() { @@ -204,7 +204,7 @@ // 是否选择产品 isSel() { for (let i = 0; i < this.tableData.length; i++) { if (this.tableData[i].productName.length === 0) { if (this.tableData && this.tableData[i].productName.length === 0) { this.isNoProduct = false break } else {