From 4b1c187d248bf7139653debaa5b58cef153a88e2 Mon Sep 17 00:00:00 2001 From: yyb <995253665@qq.com> Date: 星期日, 03 八月 2025 00:40:37 +0800 Subject: [PATCH] 移库二维码字段修改逻辑变更 --- pages/product/report/components/saveForm.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/pages/product/report/components/saveForm.vue b/pages/product/report/components/saveForm.vue index 67567a4..03049c7 100644 --- a/pages/product/report/components/saveForm.vue +++ b/pages/product/report/components/saveForm.vue @@ -10,7 +10,7 @@ :loading="loading" > <view class="packing-registration-param"> - <scroll-view scroll-y="true" style="height: 100%"> + <scroll-view scroll-y="true" style="height: 100%;transform: translateZ(0);-webkit-font-smoothing: antialiased;"> <view class="packing-registration-param-view"> <view class="packing-registration-param-item param-extra"> <view class="packing-registration-param-item-left"> @@ -149,6 +149,11 @@ required: true, default: () => ({}), }, + dutyId: { + type: String, + required: true, + default: '', + }, }, data() { return { @@ -222,6 +227,7 @@ this.form.Persons = this.operationTaskList.Persons; this.form.productStaffIds = this.operationTaskList.productStaffIds; this.form.productStaffs = this.operationTaskList.productStaffs; + this.form.dutyRecordId = this.dutyId; this.operationTaskList.productOutputList = []; // 鍒涘缓涓�涓┖鏁扮粍 this.operationTaskList.productOutputList.push(this.form); // 鍚戞暟缁勪腑娣诲姞鍏冪礌 console.log("this.operationTaskList", this.operationTaskList); -- Gitblit v1.9.3