From a36851a4b747c88aea40916148e89a1511aaf084 Mon Sep 17 00:00:00 2001 From: yyb <995253665@qq.com> Date: 星期二, 22 七月 2025 10:08:46 +0800 Subject: [PATCH] 领料/取消领料 --- pages/product/report/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/product/report/index.vue b/pages/product/report/index.vue index ad3137a..fa65a7f 100644 --- a/pages/product/report/index.vue +++ b/pages/product/report/index.vue @@ -354,8 +354,6 @@ watch: { "form.taskNo": function (newVal, oldVal) { this.subdisabled = false; - this.checkboxList[1].value = false; - this.checkboxList[0].value = false; }, }, methods: { @@ -381,6 +379,9 @@ }); }, // 鐐瑰嚮纭鍚庤幏鍙栧彇娑堟姤宸ヨ褰� + radioChange() { + // 澶勭悊鍗曢�夋鍙樺寲浜嬩欢 + }, confirmModle() { console.log("鐐瑰嚮纭鍚庤幏鍙栧彇娑堟姤宸ヨ褰�"); // 澶勭悊纭閫昏緫 -- Gitblit v1.9.3