yangys
2025-08-28 cd3c5e597ad75051941dab65119b510fb16485e1
src/views/flowmgr/taskassigntemp.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}-数控程序编制补充`;
      }
    },
  },
@@ -115,7 +115,7 @@
            type: 'input',
            span: 12,
            dataType: 'string',
            maxlength: 2,
            maxlength: 10,
            rules: [{ required: true, message: '必填', trigger: 'blur' }],
          },
          {