From c8a0c5dd59c8d34aede7bfb272e9507ca802ddb6 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 29 八月 2025 22:34:20 +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 0ce10ea..eab0580 100644
--- a/src/views/flowmgr/taskassign.vue
+++ b/src/views/flowmgr/taskassign.vue
@@ -21,19 +21,19 @@
watch: {
'attachForm.drawingNo': function (val) {
if(val && this.attachForm.processNo && this.attachForm.processEdition) {
- this.attachForm.title = `${val}-${this.attachForm.processNo}-${this.attachForm.processEdition}-鏁版帶绋嬪簭缂栧埗`;
+ this.attachForm.title = `${val}-${this.attachForm.processNo}-${this.attachForm.processEdition}-璁″垝浠诲姟`;
}
},
'attachForm.processNo': function (val) {
if(val && this.attachForm.drawingNo && this.attachForm.processEdition) {
//this.attachForm.title = `${val}-${this.attachForm.processNo}-鏁版帶绋嬪簭缂栧埗`;
- this.attachForm.title = `${this.attachForm.drawingNo}-${val}-${this.attachForm.processEdition}-鏁版帶绋嬪簭缂栧埗`;
+ this.attachForm.title = `${this.attachForm.drawingNo}-${val}-${this.attachForm.processEdition}-璁″垝浠诲姟`;
}
},
'attachForm.processEdition': function (val) {
if(val && this.attachForm.drawingNo && this.attachForm.processNo ) {
//this.attachForm.title = `${val}-${this.attachForm.processNo}-鏁版帶绋嬪簭缂栧埗`;
- this.attachForm.title = `${this.attachForm.drawingNo}-${this.attachForm.processNo}-${val}-鏁版帶绋嬪簭缂栧埗`;
+ this.attachForm.title = `${this.attachForm.drawingNo}-${this.attachForm.processNo}-${val}-璁″垝浠诲姟`;
}
},
},
@@ -57,6 +57,7 @@
prop: 'title',
type: 'input',
span: 24,
+ disabled:true,
dataType: 'string',
rules: [{ required: true, message: '蹇呭~'}],
blur: (col) => {
@@ -132,14 +133,13 @@
},
},
{
- label: '宸ヨ壓鐗堟',
+ label: '鎵规鍙�',
prop: 'craftEdition',
placeholder:'濡�"A"',
type: 'input',
span: 12,
dataType: 'string',
maxlength: 10,
- rules: [{ required: true, message: '蹇呭~', trigger: 'blur' }],
blur: (col) => {
this.handleTrim(col)
},
@@ -189,6 +189,7 @@
type: 'input',
span: 12,
dataType: 'string',
+ placeholder:'闈炲亸绂诲崟浠诲姟璇风暀绌�',
blur: (col) => {
this.handleTrim(col)
},
--
Gitblit v1.9.3