From 39bc0778560a1e7c9ded6c706fb38abeb1403241 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期一, 04 八月 2025 11:46:16 +0800 Subject: [PATCH] 设备台账添加必填校验 --- src/views/productionManagement/productionReporting/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue index b823b6a..42036f8 100644 --- a/src/views/productionManagement/productionReporting/index.vue +++ b/src/views/productionManagement/productionReporting/index.vue @@ -4,10 +4,12 @@ <el-form :model="searchForm" :inline="true"> <el-form-item label="瀹㈡埛鍚嶇О:"> <el-input v-model="searchForm.customerName" placeholder="璇疯緭鍏�" clearable prefix-icon="Search" + style="width: 200px;" @change="handleQuery" /> </el-form-item> <el-form-item label="椤圭洰鍚嶇О:"> <el-input v-model="searchForm.projectName" placeholder="璇疯緭鍏�" clearable prefix-icon="Search" + style="width: 200px;" @change="handleQuery" /> </el-form-item> <el-form-item label="鎺掍骇鏃ユ湡:"> -- Gitblit v1.9.3