From 7462fd192326d7cf3418b6185ca437b2667cbeab Mon Sep 17 00:00:00 2001
From: YangYuGang <1378265336@qq.com>
Date: 星期二, 11 三月 2025 11:14:45 +0800
Subject: [PATCH] 批次字段增加

---
 src/views/tigerprojects/mes/smt/tool/smt_tool/smt_tool.data.ts |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/views/tigerprojects/mes/smt/tool/smt_tool/smt_tool.data.ts b/src/views/tigerprojects/mes/smt/tool/smt_tool/smt_tool.data.ts
index 8fbe410..5dc0da5 100644
--- a/src/views/tigerprojects/mes/smt/tool/smt_tool/smt_tool.data.ts
+++ b/src/views/tigerprojects/mes/smt/tool/smt_tool/smt_tool.data.ts
@@ -206,7 +206,7 @@
     label: '鏉$爜',
     required: true,
     component: 'Input',
-    colProps: { span: 8 },
+    colProps: { span: 12 },
   },
   {
     field: 'ID',
@@ -219,20 +219,20 @@
     label: '鍨嬪彿',
     component: 'Input',
     show: false,
-    colProps: { span: 8 },
+    colProps: { span: 12 },
   },
   {
     field: 'TOOL_SPEC',
     label: '鎻忚堪',
     required: true,
     component: 'Input',
-    colProps: { span: 8 },
+    colProps: { span: 12 },
   },
   {
     field: 'TYPE',
     label: '绫诲瀷',
     component: 'ApiSelect',
-    colProps: { span: 8 },
+    colProps: { span: 12 },
     componentProps: {
       api: optionsListApiType,
       resultField: 'Data',
@@ -245,41 +245,41 @@
     label: '鍒堕�犲晢',
     //required: true,
     component: 'Input',
-    colProps: { span: 8 },
+    colProps: { span: 12 },
   },
   {
     field: 'USE_LIMIT',
     label: '浣跨敤涓婇檺',
     required: true,
     component: 'Input',
-    colProps: { span: 8 },
+    colProps: { span: 12 },
   },
   {
     field: 'MT_ALARM_NO',
     label: '淇濆吇棰勮娆℃暟',
     //required: true,
     component: 'Input',
-    colProps: { span: 8 },
+    colProps: { span: 12 },
   },
   {
     field: 'SCRAP_ALARM_NO',
     label: '鎶ュ簾棰勮娆℃暟',
     //required: true,
     component: 'Input',
-    colProps: { span: 8 },
+    colProps: { span: 12 },
   },
   {
     field: 'WH_CODE',
     label: '浠撲綅',
     //required: true,
     component: 'Input',
-    colProps: { span: 8 },
+    colProps: { span: 12 },
   },
   {
     field: 'REGION_CODE',
     label: '鍌ㄤ綅',
     required: true,
     component: 'Input',
-    colProps: { span: 8 },
+    colProps: { span: 12 },
   }
 ];

--
Gitblit v1.9.3