From 8985471fd581dc8942c87bb0bf755709bb1fe593 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期六, 02 八月 2025 14:09:12 +0800
Subject: [PATCH] 工序号最大999
---
src/views/flowmgr/taskassign.vue | 20 ++++++++++++++++----
1 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/src/views/flowmgr/taskassign.vue b/src/views/flowmgr/taskassign.vue
index 596527a..47d6c0b 100644
--- a/src/views/flowmgr/taskassign.vue
+++ b/src/views/flowmgr/taskassign.vue
@@ -1,8 +1,8 @@
<!--
* @Author: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
* @Date: 2025-05-28 12:03:55
- * @LastEditors: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
- * @LastEditTime: 2025-06-13 14:50:38
+ * @LastEditors: gaoshp
+ * @LastEditTime: 2025-08-02 14:07:57
* @FilePath: /mdmweb/src/views/flowmgr/taskassign.vue
* @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -34,7 +34,7 @@
},
{
label: '鍥惧彿鐗堟',
- prop: 'drawingNoEdition',
+ prop: 'partNoEdition',
type: 'input',
span: 12,
dataType: 'string',
@@ -58,7 +58,11 @@
prop: 'processNo',
type: 'input',
span: 12,
- dataType: 'string',
+ type: 'number',
+ step: 1,
+ precision: 0,
+ dataType: 'number',
+ max: 999,
},
{
label: '宸ュ簭鍚嶇О',
@@ -66,6 +70,14 @@
type: 'input',
span: 12,
dataType: 'string',
+ maxlength: 2,
+ },
+ {
+ label: '宸ュ簭鐗堟',
+ prop: 'processEdition',
+ type: 'input',
+ span: 12,
+ dataType: 'string',
},
{
label: '宸ヨ壓鐗堟',
--
Gitblit v1.9.3