feat:载具信息新增

This commit is contained in:
2026-07-22 14:27:30 +08:00
parent 73c401477c
commit d9e76de039
10 changed files with 124 additions and 122 deletions

View File

@@ -18,7 +18,7 @@ export namespace WmsStorageVehicleInfoApi {
weigth: number; // 托盘重量
overStructType?: string; // 载具是否超仓位
occupyStructQty?: number; // 占仓位数
boxNo?: string; // 木箱号
}
}

View File

@@ -134,14 +134,6 @@ export function useFormSchema(): VbenFormSchema[] {
placeholder: '请输入占仓位数',
},
},
{
fieldName: 'boxNo',
label: '木箱号',
component: 'Input',
componentProps: {
placeholder: '请输入木箱号',
},
},
];
}
@@ -251,15 +243,6 @@ export function useGridFormSchema(): VbenFormSchema[] {
placeholder: '请输入占仓位数',
},
},
{
fieldName: 'boxNo',
label: '木箱号',
component: 'Input',
componentProps: {
allowClear: true,
placeholder: '请输入木箱号',
},
},
{
fieldName: 'createTime',
label: '创建时间',
@@ -348,11 +331,6 @@ export function useGridColumns(): VxeTableGridOptions<WmsStorageVehicleInfoApi.S
title: '占仓位数',
minWidth: 120,
},
{
field: 'boxNo',
title: '木箱号',
minWidth: 120,
},
{
field: 'extId',
title: '外部标识',