From 1c3f4fd17f04b5951bcce9b78e2a25e5d154b126 Mon Sep 17 00:00:00 2001 From: yyb <995253665@qq.com> Date: 星期二, 29 七月 2025 14:31:32 +0800 Subject: [PATCH] 报工的净重等毛重减盘重 --- pages/product/report/index.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/pages/product/report/index.vue b/pages/product/report/index.vue index 6b92297..7a9b029 100644 --- a/pages/product/report/index.vue +++ b/pages/product/report/index.vue @@ -204,6 +204,7 @@ <u-modal v-model="personShowModal" title="" :show-cancel-button="true" :show-confirm-button="true" @confirm="confirmSelection" @cancel="cancelSelection"> <view class="popup-content"> + <scroll-view scroll-y="true" style="height: 100%; transform: translateZ(0); -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;"> <view class="popup-header"> <checkbox-group @change="checkboxChange"> <label class="checkbox-item" v-for="(item, index) in selectedPersons" :key="index"> @@ -212,6 +213,7 @@ </label> </checkbox-group> </view> + </scroll-view> </view> </u-modal> <scan></scan> @@ -507,6 +509,7 @@ this.$u.api.cancelReporting .cancelDTAOfWorkApplication({ outBatchNo: this.detailedList.outBatchNo, + outputId: this.detailedList.id }) .then((res) => { console.log("res", res); -- Gitblit v1.9.3