|
|
@ -15,26 +15,6 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
}, |
|
|
|
isSearch: true |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '状态',
|
|
|
|
// field: 'status',
|
|
|
|
// dictType: DICT_TYPE.REQUEST_STATUS,
|
|
|
|
// dictClass: 'string',
|
|
|
|
// isForm: false,
|
|
|
|
// isTable: true,
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '车间代码', |
|
|
|
field: 'workshopCode', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '申请单号', |
|
|
|
field: 'requestNumber', |
|
|
@ -42,7 +22,6 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
isTable: false, |
|
|
|
isSearch: true |
|
|
|
}, |
|
|
|
|
|
|
@ -53,10 +32,30 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
isTable: false, |
|
|
|
isSearch: true |
|
|
|
}, |
|
|
|
|
|
|
|
// {
|
|
|
|
// label: '状态',
|
|
|
|
// field: 'status',
|
|
|
|
// dictType: DICT_TYPE.REQUEST_STATUS,
|
|
|
|
// dictClass: 'string',
|
|
|
|
// isForm: false,
|
|
|
|
// isTable: true,
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '车间代码', |
|
|
|
field: 'workshopCode', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '出库事务类型', |
|
|
|
field: 'outTransactionType', |
|
|
|