Ben Lin
2025-03-11 8e977a7ec92bc1845079eda2473e9c3fc4691c8d
仓库汇总报表
已修改4个文件
27 ■■■■■ 文件已修改
src/views/tigerprojects/wms/wh_item_sum/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/tigerprojects/wms/wh_item_sum/wms_item_sum.data.ts 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/tigerprojects/wms/wms_item_sum/index.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/tigerprojects/wms/wms_item_sum/wms_item_sum.data.ts 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/tigerprojects/wms/wh_item_sum/index.vue
@@ -10,6 +10,7 @@
            icon: 'clarity:info-standard-line',
            tooltip: '查看单据详情',
            onClick: handleEdit.bind(null, record),
            name:''
          },
        ]" />
      </template>
src/views/tigerprojects/wms/wh_item_sum/wms_item_sum.data.ts
@@ -20,6 +20,13 @@
    resizable:true
  },
  {
    title: '储位',
    dataIndex: 'LOCATION_CODE',
    width:100,
    sorter: true,
    resizable:true
  },
  {
    title: '物料代码',
    dataIndex: 'ITEM_CODE',
    width: 200,
src/views/tigerprojects/wms/wms_item_sum/index.vue
@@ -10,6 +10,7 @@
            icon: 'clarity:info-standard-line',
            tooltip: '查看单据详情',
            onClick: handleEdit.bind(null, record),
            name:''
          },
        ]" />
      </template>
@@ -69,7 +70,9 @@
    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,
@@ -85,7 +88,7 @@
        aoaToSheetXlsx({
        data: arrData,
        header: arrHeader,
        filename: '汇总报表.xlsx',
        filename: '库存汇总报表.xlsx',
      });
      }else{
        createMessage.error(t('导出数据不能超过三万条,如需要更多的请联系管理员'));
src/views/tigerprojects/wms/wms_item_sum/wms_item_sum.data.ts
@@ -6,6 +6,13 @@
export const columns: BasicColumn[] = [
  {
    title: '批次号',
    dataIndex: 'SUPP_LOTNO',
    width:120,
    sorter: true,
    resizable:true
  },
  {
    title: '仓库',
    dataIndex: 'WH_CODE',
    width:100,
@@ -13,6 +20,13 @@
    resizable:true
  },
  {
    title: '储位',
    dataIndex: 'LOCATION_CODE',
    width:100,
    sorter: true,
    resizable:true
  },
  {
    title: '物料代码',
    dataIndex: 'ITEM_CODE',
    width: 200,