feat:载具信息新增
This commit is contained in:
@@ -18,7 +18,7 @@ export namespace WmsStorageVehicleInfoApi {
|
||||
weigth: number; // 托盘重量
|
||||
overStructType?: string; // 载具是否超仓位
|
||||
occupyStructQty?: number; // 占仓位数
|
||||
boxNo?: string; // 木箱号
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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: '外部标识',
|
||||
|
||||
Reference in New Issue
Block a user