Houjie
7 天以前 beb5a49a703670317ae45dcb4919b05e104a63b0
src/views/tms/modules/inbound/InboundApplyDetailList.vue
@@ -62,13 +62,18 @@
          dataIndex: 'applicationType',
          align: 'center',
        },
        {
          title: '库位号',
          dataIndex: 'goodsShelvesId',
          align: 'center',
        },
         {
          title: '入库数量',
          dataIndex: 'inStorageQuantity',
          align: 'center',
        },
        {
          title: '实际入库数量',
          title: '已入库数量',
          dataIndex: 'inActualCount',
          align: 'center',
        }