fix:页面优化
This commit is contained in:
@@ -24,6 +24,9 @@ export namespace WmsIostorInvApi {
|
||||
billStatus?: string; // 单据状态
|
||||
remark: string; // 备注
|
||||
createMode?: string; // 生成方式
|
||||
creator?: string; // 创建者标识
|
||||
creatorName?: string; // 创建者名称
|
||||
createTime?: Dayjs | string; // 创建时间
|
||||
disOptid: string; // 分配人
|
||||
disTime?: Dayjs | string; // 分配时间
|
||||
confirmOptid: string; // 确认人
|
||||
|
||||
@@ -371,11 +371,6 @@ export function useGridColumns(): VxeTableGridOptions<WmsIostorInvApi.IostorInv>
|
||||
title: '来源方类型',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
field: 'totalQty',
|
||||
title: '总数量',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
field: 'totalWeight',
|
||||
title: '总重量',
|
||||
@@ -409,6 +404,11 @@ export function useGridColumns(): VxeTableGridOptions<WmsIostorInvApi.IostorInv>
|
||||
props: { type: DICT_TYPE.WMS_CREATE_TYPE },
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'creatorName',
|
||||
title: '创建人',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
field: 'createTime',
|
||||
title: '创建时间',
|
||||
|
||||
Reference in New Issue
Block a user