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 {