|
@ -51,22 +51,22 @@ export const CountadjustRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
isTable:true, |
|
|
isTable:true, |
|
|
isForm: true |
|
|
isForm: true |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
label: '出库事务类型', |
|
|
// label: '出库事务类型',
|
|
|
field: 'outTransactionType', |
|
|
// field: 'outTransactionType',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
// {
|
|
|
label: '入库事务类型', |
|
|
// label: '入库事务类型',
|
|
|
field: 'inTransactionType', |
|
|
// field: 'inTransactionType',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '申请时间', |
|
|
label: '申请时间', |
|
|
field: 'requestTime', |
|
|
field: 'requestTime', |
|
|