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}-数控程序编制`; } }, }, @@ -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' }], },