feat:入库、移库功能页面完善

This commit is contained in:
zhouz
2026-07-31 09:57:09 +08:00
parent 04ffd865a3
commit 79017f74f1
21 changed files with 861 additions and 26 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;