|
@ -54,15 +54,6 @@ export const CountRequestMain = useCrudSchemas(<CrudSchema[]>([ |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
label: '申请单号', |
|
|
|
|
|
field: 'requestNumber', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
isForm: false, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '计划单号', |
|
|
label: '计划单号', |
|
|
field: 'planNumber', |
|
|
field: 'planNumber', |
|
@ -99,15 +90,15 @@ export const CountRequestMain = useCrudSchemas(<CrudSchema[]>([ |
|
|
}, |
|
|
}, |
|
|
isSearch: true, |
|
|
isSearch: true, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
label: '仓库代码', |
|
|
// label: '仓库代码',
|
|
|
field: 'warehouseCode', |
|
|
// field: 'warehouseCode',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
isSearch: true, |
|
|
// isSearch: true,
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '申请时间', |
|
|
label: '申请时间', |
|
|
field: 'requestTime', |
|
|
field: 'requestTime', |
|
|