From 4088c602eda42a214dba63c6d791fb825a4f8440 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Fri, 2 Aug 2024 16:48:08 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=A0=B7=E5=BC=8F+=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E7=89=A9=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/fg/coms/comReceiptPopup.vue | 5 ++++- src/pages/fg/receiptByPlan.vue | 11 +++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/pages/fg/coms/comReceiptPopup.vue b/src/pages/fg/coms/comReceiptPopup.vue index 56c3b655..a4c6a1f2 100644 --- a/src/pages/fg/coms/comReceiptPopup.vue +++ b/src/pages/fg/coms/comReceiptPopup.vue @@ -402,7 +402,10 @@ // this.showItemCodeSelect = true if (this.itemCodeList.length == 1) { - this.itemCode = this.itemCodeList[0].itemCode; + + this.confirmSelectItem([this.itemCodeList[0]]) + + // this.itemCode = this.itemCodeList[0].itemCode; } else { this.showItemCodeSelect = true; } diff --git a/src/pages/fg/receiptByPlan.vue b/src/pages/fg/receiptByPlan.vue index acc8513a..be0ab772 100644 --- a/src/pages/fg/receiptByPlan.vue +++ b/src/pages/fg/receiptByPlan.vue @@ -6,6 +6,8 @@ + + 生产计划:{{dataContent.planNumber}} @@ -32,12 +34,12 @@ - - + + - + @@ -480,14 +482,11 @@ .header { position: fixed; /* #ifdef H5 */ - top: 88rpx; /* #endif */ left: 0; width: 100%; background-color: #fff; z-index: 10; - padding: 10rpx; - /* 确保头部在内容之上 */ } .page-footer { From 0b42c5eb4d15511434864ede9fdefa77018de080 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Fri, 2 Aug 2024 16:57:10 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/fg/receiptByPlan.vue | 2 - src/pages/fg/receiptNoPlan.vue | 1036 ++++++++++++++++---------------- 2 files changed, 518 insertions(+), 520 deletions(-) diff --git a/src/pages/fg/receiptByPlan.vue b/src/pages/fg/receiptByPlan.vue index be0ab772..fc4f89d4 100644 --- a/src/pages/fg/receiptByPlan.vue +++ b/src/pages/fg/receiptByPlan.vue @@ -11,7 +11,6 @@ 生产计划:{{dataContent.planNumber}} - @@ -33,7 +32,6 @@ {{dataContent.noGoodQty}}{{dataContent.uom}} - diff --git a/src/pages/fg/receiptNoPlan.vue b/src/pages/fg/receiptNoPlan.vue index c2ab1f73..7369f206 100644 --- a/src/pages/fg/receiptNoPlan.vue +++ b/src/pages/fg/receiptNoPlan.vue @@ -1,519 +1,519 @@ - - - - - \ No newline at end of file