|
@ -361,14 +361,22 @@ export const CountadjustRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '库位代码', |
|
|
label: '仓库代码', |
|
|
field: 'locationCode', |
|
|
field: 'warehouseCode', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
|
|
|
label: '库区代码', |
|
|
|
|
|
field: 'areaCode', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
},{ |
|
|
label: '库位组代码', |
|
|
label: '库位组代码', |
|
|
field: 'locationGroupCode', |
|
|
field: 'locationGroupCode', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
@ -377,8 +385,8 @@ export const CountadjustRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '库区代码', |
|
|
label: '库位代码', |
|
|
field: 'areaCode', |
|
|
field: 'locationCode', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|