From b75ab103d8763245432c773d32c1f38239ec162f Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期六, 04 二月 2023 13:24:09 +0800 Subject: [PATCH] Merge branch 'bfwms' of http://47.97.1.152:5880/r/wms_app into bfwms --- pages/basics/pakin.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/basics/pakin.vue b/pages/basics/pakin.vue index 9093c46..c3547fe 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() // 寮哄埗鍒锋柊 }, @@ -639,7 +641,7 @@ margin-top: 20rpx; } .data-list:last-child { - margin-bottom: 120rpx; + margin-bottom: 180rpx; } /* .data-list-left { display: inline-block; -- Gitblit v1.9.1