#
Junjie
2024-08-03 5b9fd4d0464c1d4673bfebef582badc7a15354e2
zy-asrs-admin/src/views/in/waitPakinLog/index.vue
@@ -55,11 +55,18 @@
    ...getColumnSearchProps('barcode'),
  },
  {
    title: formatMessage('db.man_wait_pakin_log.detl_id', '明细ID'),
    dataIndex: 'detlId$',
    title: formatMessage('db.man_wait_pakin_log.matnr', '物料号'),
    dataIndex: ['detl$', 'mat$', 'matnr'],
    width: 140,
    ellipsis: true,
    ...getColumnSearchProps('detlId$'),
    ...getColumnSearchProps('detl$.matnr'),
  },
  {
    title: formatMessage('db.man_wait_pakin_log.batch', '批号'),
    dataIndex: ['detl$', 'batch'],
    width: 140,
    ellipsis: true,
    ...getColumnSearchProps('detl$.matnr'),
  },
  {
    title: formatMessage('db.man_wait_pakin_log.io_status', '组托状态'),
@@ -242,6 +249,11 @@
              }}</a-button>
          </div>
        </template>
        <template v-if="column.dataIndex === 'ioStatus$'">
          <a-switch :checked="record.ioStatus == 1" :checked-children="formatMessage('waitPakin.switch.open', '入库中')"
            :un-checked-children="formatMessage('waitPakin.switch.close', '待入库')" :disabled="true" />
        </template>
      </template>
    </a-table>
  </div>