From 3a57c9d62fb7833dcff3742dea15dbae5e5c9046 Mon Sep 17 00:00:00 2001 From: yyb <995253665@qq.com> Date: 星期三, 23 七月 2025 10:29:18 +0800 Subject: [PATCH] 产品检测合格证 --- pages/product/report/components/saveForm.vue | 8 ++++++++ pages/product/report/index.vue | 2 ++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/pages/product/report/components/saveForm.vue b/pages/product/report/components/saveForm.vue index b8b2169..b51803e 100644 --- a/pages/product/report/components/saveForm.vue +++ b/pages/product/report/components/saveForm.vue @@ -14,6 +14,14 @@ <view class="packing-registration-param-view"> <view class="packing-registration-param-item param-extra"> <view class="packing-registration-param-item-left"> + <text class="item-one">鎵瑰彿</text> + </view> + <view class="packing-registration-param-item-right"> + <u-input class="item-one item-two" v-model="form.outBatchNo" /> + </view> + </view> + <view class="packing-registration-param-item param-extra"> + <view class="packing-registration-param-item-left"> <text class="item-one">闀垮害</text> </view> <view class="packing-registration-param-item-right"> diff --git a/pages/product/report/index.vue b/pages/product/report/index.vue index 6b92297..5177790 100644 --- a/pages/product/report/index.vue +++ b/pages/product/report/index.vue @@ -203,6 +203,7 @@ </u-modal> <u-modal v-model="personShowModal" title="" :show-cancel-button="true" :show-confirm-button="true" @confirm="confirmSelection" @cancel="cancelSelection"> + <scroll-view scroll-y="true" style="height: 100%"> <view class="popup-content"> <view class="popup-header"> <checkbox-group @change="checkboxChange"> @@ -213,6 +214,7 @@ </checkbox-group> </view> </view> + </scroll-view> </u-modal> <scan></scan> </div> -- Gitblit v1.9.3