Merge remote-tracking branch 'origin/feature/20260716/wms-module'

This commit is contained in:
zhouz
2026-07-31 09:59:15 +08:00
93 changed files with 6797 additions and 412 deletions

View File

@@ -289,6 +289,7 @@ const WMS_DICT = {
WMS_VEHICLE_TYPE: 'wms_vehicle_type', // 载具类型
WMS_OVER_STRUCT_TYPE: 'wms_over_struct_type', // 是否超限
WMS_OUT_BILL_TYPE: 'wms_out_bill_type', // 出库单据类型
WMS_IN_BILL_TYPE: 'wms_in_bill_type', // 入库单据类型
WMS_IO_BILL_STATUS: 'wms_io_bill_status', // 出入库单据状态
WMS_CREATE_TYPE: 'wms_create_type', // 生成方式
} as const;