From 891cf8078e170d4529aff8910811c2d0cc2fcaf6 Mon Sep 17 00:00:00 2001 From: whycq <you@example.com> Date: 星期四, 02 二月 2023 21:49:59 +0800 Subject: [PATCH] # --- pages/basics/pakin.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/pages/basics/pakin.vue b/pages/basics/pakin.vue index 9093c46..ba0639d 100644 --- a/pages/basics/pakin.vue +++ b/pages/basics/pakin.vue @@ -156,7 +156,7 @@ searchBox: 'hide', pick:'hide', matnr:'', - matList:[{}], + matList:[], result: '', enableQty:'', count:'', @@ -444,6 +444,7 @@ this.count = this.matList[index].anfme this.batch = this.matList[index].batch this.memo = this.matList[index].memo + this.cstmr = this.matList[index].cstmr this.rowNum = index this.eject() }, @@ -459,6 +460,7 @@ this.matList[this.rowNum].anfme = this.count this.matList[this.rowNum].batch = this.batch this.matList[this.rowNum].memo = this.memo + this.matList[this.rowNum].cstmr = this.cstmr this.$refs.revise.close() this.$forceUpdate() // 寮哄埗鍒锋柊 }, -- Gitblit v1.9.1