From 6553b2d0eef559a65a9a9c1830c1b47f92180e50 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com>
Date: Fri, 25 Oct 2024 13:25:02 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F+=E9=BB=98=E8=AE=A4=E9=80=89?=
=?UTF-8?q?=E6=8B=A9=E7=89=A9=E6=96=99=202024/8/2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/fg/coms/comReceiptPopup.vue | 3 ++-
src/pages/fg/receiptByPlan.vue | 10 +++++-----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/src/pages/fg/coms/comReceiptPopup.vue b/src/pages/fg/coms/comReceiptPopup.vue
index 6a10cb31..998bbe86 100644
--- a/src/pages/fg/coms/comReceiptPopup.vue
+++ b/src/pages/fg/coms/comReceiptPopup.vue
@@ -367,7 +367,8 @@ export default {
// 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 b35babd9..8c978c26 100644
--- a/src/pages/fg/receiptByPlan.vue
+++ b/src/pages/fg/receiptByPlan.vue
@@ -5,6 +5,8 @@
+
-
+
+
-
+
@@ -405,14 +408,11 @@ page {
.header {
position: fixed;
/* #ifdef H5 */
- top: 88rpx;
/* #endif */
left: 0;
width: 100%;
background-color: #fff;
z-index: 10;
- padding: 10rpx;
- /* 确保头部在内容之上 */
}
.page-footer {