zhangherong
12 小时以前 4dfd11f526b7b4fe578561a9ea4c27a24a88acb4
src/views/mes/MesMaterialTransferRequestList.vue
@@ -106,9 +106,9 @@
          dataIndex: 'requestCode'
        },
        {
          title: '工单ID',
          title: '任务号',
          align: 'center',
          dataIndex: 'workOrderId'
          dataIndex: 'workOrderId_dictText'
        },
        {
          title: 'SAP预留号',
@@ -116,9 +116,34 @@
          dataIndex: 'reservationCode'
        },
        {
          title: '物料编码',
          align: 'center',
          dataIndex: 'materialNumber'
        },
        {
          title: '物料名称',
          align: 'center',
          dataIndex: 'materialName'
        },
        {
          title: '理论拉动数量',
          align: 'center',
          dataIndex: 'specifiedQuantity'
        },
        {
          title: '实际拉动数量',
          align: 'center',
          dataIndex: 'actualQuantity'
        },
        {
          title: '发布状态',
          align: 'center',
          dataIndex: 'publishStatus_dictText'
        },
        {
          title: '发布时间',
          align: 'center',
          dataIndex: 'publishTime'
        },
        {
          title: '请求状态',
@@ -133,17 +158,17 @@
        {
          title: '原库存地',
          align: 'center',
          dataIndex: 'originalWarehouseId'
          dataIndex: 'originalWarehouseId_dictText'
        },
        {
          title: '目标库存地',
          align: 'center',
          dataIndex: 'targetWarehouseId'
          dataIndex: 'targetWarehouseId_dictText'
        },
        {
          title: '优先级(拉动类型)',
          title: '拉动类型',
          align: 'center',
          dataIndex: 'priority_dictText'
          dataIndex: 'materialTransferCategory_dictText'
        },
        {
          title: '最晚配送时间',