From 7834dfe8a172d488febe576bb5ff66655becef81 Mon Sep 17 00:00:00 2001 From: yyb <995253665@qq.com> Date: 星期一, 21 七月 2025 15:32:57 +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