From b25e11bb1e76255b4c05e10022e1ca9be5c7cc99 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 19 三月 2026 16:53:56 +0800
Subject: [PATCH] 库存报表加日期选择
---
src/pages/safeProduction/dangerInvestigation/detail.vue | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/src/pages/safeProduction/dangerInvestigation/detail.vue b/src/pages/safeProduction/dangerInvestigation/detail.vue
index 1e0c8c4..53f261c 100644
--- a/src/pages/safeProduction/dangerInvestigation/detail.vue
+++ b/src/pages/safeProduction/dangerInvestigation/detail.vue
@@ -50,13 +50,6 @@
count
:autoHeight="true" />
</u-form-item>
- <u-form-item label="闅愭偅鍏蜂綋浣嶇疆"
- prop="location"
- required
- border-bottom>
- <u-input v-model="form.location"
- placeholder="璇疯緭鍏ラ殣鎮e叿浣撲綅缃�" />
- </u-form-item>
<u-form-item label="鏁存敼瀹屾垚鏈熼檺"
prop="rectifyTime"
required
@@ -167,7 +160,6 @@
type: "",
riskLevel: "",
hiddenDesc: "",
- location: "",
rectifyTime: "",
rectifyUserName: "",
rectifyUserMobile: "",
@@ -276,11 +268,6 @@
if (!form.value.hiddenDesc) {
showToast("璇疯緭鍏ラ殣鎮f弿杩�");
- return;
- }
-
- if (!form.value.location) {
- showToast("璇疯緭鍏ラ殣鎮e叿浣撲綅缃�");
return;
}
--
Gitblit v1.9.3