From fd307873b67f5a71817fe54226b2a104b6081d48 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 16 八月 2025 23:20:06 +0800
Subject: [PATCH] 修改文字

---
 src/views/flowmgr/taskassign.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/views/flowmgr/taskassign.vue b/src/views/flowmgr/taskassign.vue
index e89b0ce..4c85bd7 100644
--- a/src/views/flowmgr/taskassign.vue
+++ b/src/views/flowmgr/taskassign.vue
@@ -22,7 +22,8 @@
     },
     'attachForm.processNo': function (val) {
       if(val && this.attachForm.drawingNo) {
-        this.attachForm.title = `${val}-${this.attachForm.processNo}-鏁版帶绋嬪簭缂栧埗`;
+        //this.attachForm.title = `${val}-${this.attachForm.processNo}-鏁版帶绋嬪簭缂栧埗`;
+		this.attachForm.title = `${this.attachForm.drawingNo}-${val}-鏁版帶绋嬪簭缂栧埗`;
       }
     },
   },
@@ -46,7 +47,7 @@
             rules: [{ required: true, message: '蹇呭~', trigger: 'blur' }],
           },
           {
-            label: '鍥惧彿',
+            label: '闆剁粍浠跺彿',
             prop: 'drawingNo',
             type: 'input',
             span: 12,
@@ -81,10 +82,9 @@
             prop: 'processNo',
             type: 'input',
             span: 12,
-            type: 'number',
             step: 1,
             precision: 0,
-            dataType: 'number',
+            dataType: 'string',
             max: 999,
             rules: [{ required: true, message: '蹇呭~', trigger: 'blur' }],
           },
@@ -117,6 +117,7 @@
             label: '鍔犲伐鏈哄簥',
             prop: 'machineCode',
             type: 'select',
+			filterable: true,
             dicUrl: `/blade-mdm/machine/page`,
             dicFormatter: function (res) {
               that.machineCodeList = res.data.records;
@@ -134,7 +135,7 @@
             prop: 'planLockDays',
             type: 'input',
             span: 12,
-            dataType: 'string',
+            dataType: 'number',
             rules: [{ required: true, message: '蹇呭~', trigger: 'blur' }],
           },
           {

--
Gitblit v1.9.3