From 8b666c73d249fcb81b666b03ec638a8bb7357c45 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 09 八月 2025 17:02:12 +0800
Subject: [PATCH] 修改文字
---
src/views/flowmgr/taskassign.vue | 18 +++++++++++++-----
1 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/src/views/flowmgr/taskassign.vue b/src/views/flowmgr/taskassign.vue
index cf5ebea..d06a24d 100644
--- a/src/views/flowmgr/taskassign.vue
+++ b/src/views/flowmgr/taskassign.vue
@@ -2,7 +2,7 @@
* @Author: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
* @Date: 2025-05-28 12:03:55
* @LastEditors: gaoshp
- * @LastEditTime: 2025-08-02 21:38:13
+ * @LastEditTime: 2025-08-02 21:58:47
* @FilePath: /mdmweb/src/views/flowmgr/taskassign.vue
* @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -25,6 +25,14 @@
emptyBtn: false,
tip: false,
column: [
+ {
+ label: '娴佺▼鏍囬',
+ prop: 'title',
+ type: 'input',
+ span: 24,
+ dataType: 'string',
+ rules: [{ required: true, message: '蹇呭~', trigger: 'blur' }],
+ },
{
label: '鍥惧彿',
prop: 'drawingNo',
@@ -35,7 +43,7 @@
},
{
label: '鍥惧彿鐗堟',
- prop: 'partNoEdition',
+ prop: 'drawingNoEdition',
type: 'input',
span: 12,
dataType: 'string',
@@ -74,7 +82,6 @@
type: 'input',
span: 12,
dataType: 'string',
- maxlength: 2,
rules: [{ required: true, message: '蹇呭~', trigger: 'blur' }],
},
{
@@ -91,6 +98,7 @@
type: 'input',
span: 12,
dataType: 'string',
+ maxlength: 2,
rules: [{ required: true, message: '蹇呭~', trigger: 'blur' }],
},
{
@@ -104,7 +112,7 @@
},
rules: [{ required: true, message: '蹇呭~', trigger: 'blur' }],
props: {
- label: 'name',
+ label: 'code',
value: 'code',
},
span: 12
@@ -140,7 +148,7 @@
form.machineMode = item.name;
}
})
- form.producePlanId = "1932411828915224578";
+
axios({
url: '/blade-mdm/flow/dispatch/start',
method: 'post',
--
Gitblit v1.9.3