| | |
| | | icon: 'clarity:info-standard-line', |
| | | tooltip: '查看单据详情', |
| | | onClick: handleEdit.bind(null, record), |
| | | name:'' |
| | | }, |
| | | ]" /> |
| | | </template> |
| | |
| | | resizable:true |
| | | }, |
| | | { |
| | | title: '储位', |
| | | dataIndex: 'LOCATION_CODE', |
| | | width:100, |
| | | sorter: true, |
| | | resizable:true |
| | | }, |
| | | { |
| | | title: '物料代码', |
| | | dataIndex: 'ITEM_CODE', |
| | | width: 200, |
| | |
| | | icon: 'clarity:info-standard-line', |
| | | tooltip: '查看单据详情', |
| | | onClick: handleEdit.bind(null, record), |
| | | name:'' |
| | | }, |
| | | ]" /> |
| | | </template> |
| | |
| | | getWmsItemSumByPage(col).then((res) => { |
| | | res.items.forEach(element => { |
| | | arr.push({ |
| | | '批次': element.SUPP_LOTNO, |
| | | '仓库': element.WH_CODE, |
| | | '储位': element.LOCATION_CODE, |
| | | '物料代码': element.ITEM_CODE, |
| | | '物料名称': element.ITEM_NAME, |
| | | '数量': element.ZK_QTY, |
| | |
| | | aoaToSheetXlsx({ |
| | | data: arrData, |
| | | header: arrHeader, |
| | | filename: '汇总报表.xlsx', |
| | | filename: '库存汇总报表.xlsx', |
| | | }); |
| | | }else{ |
| | | createMessage.error(t('导出数据不能超过三万条,如需要更多的请联系管理员')); |
| | |
| | | |
| | | export const columns: BasicColumn[] = [ |
| | | { |
| | | title: '批次号', |
| | | dataIndex: 'SUPP_LOTNO', |
| | | width:120, |
| | | sorter: true, |
| | | resizable:true |
| | | }, |
| | | { |
| | | title: '仓库', |
| | | dataIndex: 'WH_CODE', |
| | | width:100, |
| | |
| | | resizable:true |
| | | }, |
| | | { |
| | | title: '储位', |
| | | dataIndex: 'LOCATION_CODE', |
| | | width:100, |
| | | sorter: true, |
| | | resizable:true |
| | | }, |
| | | { |
| | | title: '物料代码', |
| | | dataIndex: 'ITEM_CODE', |
| | | width: 200, |