From f393d33f812b2614ce9e354d4858f0853a3d67d7 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期二, 07 二月 2023 08:17:32 +0800 Subject: [PATCH] Merge branch 'bfwms' of http://47.97.1.152:5880/r/wms_app into bfwms --- pages/basics/pakin.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/basics/pakin.vue b/pages/basics/pakin.vue index 9093c46..1805797 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:'', @@ -407,7 +407,7 @@ } if (add) { if(mat.batch === '' || mat.batch === null) { - mat.batch = today + // mat.batch = today } this.matList.unshift(mat) } @@ -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