李喆(开发组)
2025-08-11 176e2a7c4c276fca640eb05c3df1fb28f0a710ea
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' }],
          },