yangys
2025-08-26 5176968d3e856c108be40eb371c5b332bbbc4e65
src/views/flowmgr/taskassign.vue
@@ -33,7 +33,7 @@
    '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}-数控程序编制`;
      }
    },
  },
@@ -119,7 +119,7 @@
            type: 'input',
            span: 12,
            dataType: 'string',
            maxlength: 2,
            maxlength: 10,
            rules: [{ required: true, message: '必填', trigger: 'blur' }],
          },
          {