gaoshp
2025-08-17 3798134b636564ebe05a881978286f607dedbdb1
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}-数控程序编制`;
      }
    },
  },
@@ -46,7 +47,7 @@
            rules: [{ required: true, message: '必填', trigger: 'blur' }],
          },
          {
            label: '图号',
            label: '零组件号',
            prop: 'drawingNo',
            type: 'input',
            span: 12,
@@ -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' }],
          },
@@ -117,6 +117,7 @@
            label: '加工机床',
            prop: 'machineCode',
            type: 'select',
         filterable: true,
            dicUrl: `/blade-mdm/machine/page`,
            dicFormatter: function (res) {
              that.machineCodeList = res.data.records;
@@ -134,7 +135,7 @@
            prop: 'planLockDays',
            type: 'input',
            span: 12,
            dataType: 'string',
            dataType: 'number',
            rules: [{ required: true, message: '必填', trigger: 'blur' }],
          },
          {