@ -35,6 +35,15 @@ export const InventorymoveJobMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
{
label: '发货单号',
field: 'asnNumber',
sort: 'custom',
table: {
isForm: false,
// {
// label: '使用在途库',
// field: 'useOnTheWayLocation',
@ -133,6 +133,15 @@ export const InventorymoveRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
// }
// },
label: '从仓库代码',
field: 'fromWarehouseCode',
@ -101,6 +101,15 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
label: '申请时间',
field: 'requestTime',