Cloud Zhang
2024-05-22 1e41a759d4b0ee5b6072e5bd45d9938591f90bc9
src/views/tigerprojects/mes/smt/feeder/feeder/smt_feeder.data.ts
@@ -84,8 +84,8 @@
    resizable:true
  },
  {
    title: '当前使用次数',
    dataIndex: 'USE_COUNT',
    title: '已使用次数',
    dataIndex: 'USED_COUNT',
    width:100,
    sorter: true,
    resizable:true
@@ -198,42 +198,42 @@
    label: '飞达编码',
    field: 'FEEDER_CODE',
    required: true,
    colProps: { span: 8 },
    colProps: { span: 12 },
    component: 'Input',
  },
  {
    label: '飞达名称',
    field: 'FEEDER_NAME',
    required: true,
    colProps: { span: 8 },
    colProps: { span: 12 },
    component: 'Input',
  },
  {
    label: '飞达类型',
    field: 'FEEDER_TYPE',
    required: true,
    colProps: { span: 8 },
    colProps: { span: 12 },
    component: 'Input',
  },
  {
    label: '最大使用次数',
    field: 'MAX_COUNT',
    required: true,
    colProps: { span: 8 },
    colProps: { span: 12 },
    component: 'Input',
  },
  {
    label: '预警使用次数',
    field: 'ALERT_COUNT',
    required: true,
    colProps: { span: 8 },
    colProps: { span: 12 },
    component: 'Input',
  },
  {
    label: '当前使用次数',
    field: 'USE_COUNT',
    field: 'USED_COUNT',
    required: true,
    colProps: { span: 8 },
    colProps: { span: 12 },
    component: 'Input',
  }
  ,
@@ -241,7 +241,7 @@
    label: '是否使用中',
    field: 'IS_USE',
    required: true,
    colProps: { span: 8 },
    colProps: { span: 12 },
    component: 'Select',
    componentProps: {
      options: [
@@ -263,7 +263,7 @@
    label: '是否打印',
    field: 'IS_PRINT',
    required: true,
    colProps: { span: 8 },
    colProps: { span: 12 },
    component: 'Select',
    componentProps: {
      options: [
@@ -285,7 +285,7 @@
    label: '工单号',
    field: 'WORK_ORDER',
    required: true,
    colProps: { span: 8 },
    colProps: { span: 12 },
    component: 'Input',
  }
  ,
@@ -293,21 +293,21 @@
    label: '产线编码',
    field: 'LINE_CODE',
    required: true,
    colProps: { span: 8 },
    colProps: { span: 12 },
    component: 'Input',
  } ,
  {
    label: '贴片机编码',
    field: 'SMT_CODE',
    required: true,
    colProps: { span: 8 },
    colProps: { span: 12 },
    component: 'Input',
  } ,
  {
    label: '站位号',
    field: 'SLOT_NO',
    required: true,
    colProps: { span: 8 },
    colProps: { span: 12 },
    component: 'Input',
  }
  ,
@@ -315,15 +315,29 @@
    label: '加工面',
    field: 'PCB_SURFACE',
    required: true,
    colProps: { span: 8 },
    component: 'Input',
    component: 'Select',
    colProps: { span: 12 },
    componentProps: {
      options: [
        {
          label: 'A面',
          value: 'A面',
          key: 'A面',
        },
        {
          label: 'B面',
          value: 'B面',
          key: 'B面',
        },
      ],
    },
  }
  ,
  {
    label: '物料编码',
    field: 'ITEM_CODE',
    required: true,
    colProps: { span: 8 },
    colProps: { span: 12 },
    component: 'Input',
  }
  ,
@@ -331,7 +345,7 @@
    label: '备注',
    field: 'REMARK',
    required: true,
    colProps: { span: 8 },
    colProps: { span: 12 },
    component: 'Input',
  }
];