gaoshp
2025-08-02 8985471fd581dc8942c87bb0bf755709bb1fe593
src/views/flowmgr/taskassign.vue
@@ -1,8 +1,8 @@
<!--
 * @Author: 李喆(开发组) lzhe@yxqiche.com
 * @Date: 2025-05-28 12:03:55
 * @LastEditors: 李喆(开发组) lzhe@yxqiche.com
 * @LastEditTime: 2025-06-13 14:50:38
 * @LastEditors: gaoshp
 * @LastEditTime: 2025-08-02 14:07:57
 * @FilePath: /mdmweb/src/views/flowmgr/taskassign.vue
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -34,7 +34,7 @@
          },
          {
            label: '图号版次',
            prop: 'drawingNoEdition',
            prop: 'partNoEdition',
            type: 'input',
            span: 12,
            dataType: 'string',
@@ -58,7 +58,11 @@
            prop: 'processNo',
            type: 'input',
            span: 12,
            dataType: 'string',
            type: 'number',
            step: 1,
            precision: 0,
            dataType: 'number',
            max: 999,
          },
          {
            label: '工序名称',
@@ -66,6 +70,14 @@
            type: 'input',
            span: 12,
            dataType: 'string',
            maxlength: 2,
          },
          {
            label: '工序版次',
            prop: 'processEdition',
            type: 'input',
            span: 12,
            dataType: 'string',
          },
          {
            label: '工艺版次',