From fe9b7707e2c9a3e7f043ab211587ed25f1df00ef Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 23 十月 2025 13:20:20 +0800
Subject: [PATCH] 智能巡检前端页面
---
src/views/procureMent/components/ProductionDialog.vue | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/views/procureMent/components/ProductionDialog.vue b/src/views/procureMent/components/ProductionDialog.vue
index c510f97..dd5e4f3 100644
--- a/src/views/procureMent/components/ProductionDialog.vue
+++ b/src/views/procureMent/components/ProductionDialog.vue
@@ -127,6 +127,16 @@
</template>
</el-input>
</el-form-item>
+ <el-form-item label="杞︾墝鍙�" prop="licensePlate">
+ <!-- 榛樿涓�0 -->
+ <el-input
+ :precision="2"
+ v-model.number="form.licensePlate"
+ placeholder="璇疯緭鍏ヨ溅鐗屽彿"
+ :disabled="isViewMode"
+ >
+ </el-input>
+ </el-form-item>
<el-form-item label="杩愯垂" prop="freight">
<!-- 榛樿涓�0 -->
<el-input
--
Gitblit v1.9.3