|
|
@ -19,7 +19,7 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
label: '申请单号', |
|
|
|
field: 'requestNumber', |
|
|
|
sort: 'custom', |
|
|
|
sortTableDefault:996, |
|
|
|
sortTableDefault:1, |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
@ -30,7 +30,7 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
label: '任务单号', |
|
|
|
field: 'jobNumber', |
|
|
|
sort: 'custom', |
|
|
|
sortTableDefault:997, |
|
|
|
sortTableDefault:2, |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
@ -56,6 +56,7 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
sortTableDefault:4, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
@ -438,7 +439,7 @@ export const ProductionreturnRecordDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.RECEIVE_STATUS, |
|
|
|
dictClass: 'string', |
|
|
|
sortTableDefault:998, |
|
|
|
sortTableDefault:3, |
|
|
|
isTable: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
@ -459,6 +460,7 @@ export const ProductionreturnRecordDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
sortTableDefault:5, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '物料名称', |
|
|
|