From c0bd28aa43f071420818ddecbe40aeb2c2107411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Wed, 10 Apr 2024 16:10:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hw-ui/src/views/board/fifthFloor/index.vue | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/hw-ui/src/views/board/fifthFloor/index.vue b/hw-ui/src/views/board/fifthFloor/index.vue index 72675ee..1b82f70 100644 --- a/hw-ui/src/views/board/fifthFloor/index.vue +++ b/hw-ui/src/views/board/fifthFloor/index.vue @@ -25,8 +25,8 @@
- 领料 - 完成 + 领料 + 完成 { - this.form1.wmsRawOutstockDetailList = e.data.map(r => { + this.$set(this.form1,'wmsRawOutstockDetailList',e.data.map(r => { return { materialId: r.materialId, materialCode: r.materialCode, @@ -1015,7 +1015,8 @@ export default { unavailableAmount: r.occupyAmount + r.frozenAmount, planAmount: r.planAmount } - }) + })) + console.log(this.form1) }) }, @@ -1023,7 +1024,7 @@ export default { warehouseChange(warehouseId) { this.form.wmsRawOutstockDetailList = []; this.form.warehouseId = warehouseId; - this.getStockTotal(); + this.searchMaterial(''); }, receiveMaterial() {