src/views/tigerprojects/wms/wms_item_sum/wms_item_sum.data.ts
@@ -6,8 +6,22 @@ export const columns: BasicColumn[] = [ { title: '批次号', dataIndex: 'SUPP_LOTNO', width:120, sorter: true, resizable:true }, { title: '仓库', dataIndex: 'WH_CODE', width:100, sorter: true, resizable:true }, { title: '储位', dataIndex: 'LOCATION_CODE', width:100, sorter: true, resizable:true @@ -40,6 +54,12 @@ width:100, resizable:true }, { title: '入库时间', dataIndex: 'FIRST_IN_DATE', width:100, resizable:true }, ]; export const searchFormSchema: FormSchema[] = [