From 31db3d40abf2b8ca23323a55046b0d2ca9b53dc9 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:30:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=202024/8/2?= 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 | 363 ++++++++++++++++++--------------- 2 files changed, 204 insertions(+), 161 deletions(-) diff --git a/src/pages/fg/receiptByPlan.vue b/src/pages/fg/receiptByPlan.vue index 8c978c26..2af8ff26 100644 --- a/src/pages/fg/receiptByPlan.vue +++ b/src/pages/fg/receiptByPlan.vue @@ -8,7 +8,6 @@ 生产计划:{{ dataContent.planNumber }} - @@ -28,7 +27,6 @@ {{ dataContent.noGoodQty }}{{ dataContent.uom }} - diff --git a/src/pages/fg/receiptNoPlan.vue b/src/pages/fg/receiptNoPlan.vue index 8970a669..f9522fce 100644 --- a/src/pages/fg/receiptNoPlan.vue +++ b/src/pages/fg/receiptNoPlan.vue @@ -1,95 +1,122 @@ @@ -420,14 +467,10 @@ page { .header { position: fixed; - /* #ifdef H5 */ - top: 88rpx; - /* #endif */ left: 0; width: 100%; background-color: #fff; z-index: 10; - padding: 10rpx; /* 确保头部在内容之上 */ } @@ -438,6 +481,7 @@ page { right: 0; } + .page-main { flex: 1; position: relative; @@ -453,9 +497,10 @@ page { .page-main-list { /* height: 80rpx; - line-height: 80rpx; */ + line-height: 80rpx; */ text-align: center; background: #e0e0e0; + } .item { @@ -472,4 +517,4 @@ page { overflow-wrap: break-word; /* 对于兼容性更好的情况 */ } - + \ No newline at end of file