|
|
@ -34,6 +34,7 @@ export const PurchasereturnRecordMOrderTypeMain = useCrudSchemas( |
|
|
|
label: '任务单号', |
|
|
|
field: 'jobNumber', |
|
|
|
sort: 'custom', |
|
|
|
isTable:false, |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
@ -47,7 +48,8 @@ export const PurchasereturnRecordMOrderTypeMain = useCrudSchemas( |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
isTable:false, |
|
|
|
sortTableDefault: 3, |
|
|
|
sortSearchDefault: 5 |
|
|
|
}, |
|
|
@ -70,7 +72,8 @@ export const PurchasereturnRecordMOrderTypeMain = useCrudSchemas( |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
sortSearchDefault: 3, |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
isTable:false, |
|
|
|
sortTableDefault: 2 |
|
|
|
}, |
|
|
|
{ |
|
|
@ -87,7 +90,8 @@ export const PurchasereturnRecordMOrderTypeMain = useCrudSchemas( |
|
|
|
field: 'q2Number', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
isDetail: true, |
|
|
|
isDetail: false, |
|
|
|
isTable:false, |
|
|
|
sortTableDefault: 4, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
@ -405,7 +409,7 @@ export const PurchasereturnRecordMOrderTypeMain = useCrudSchemas( |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
isTable: true, |
|
|
|
isTable: false, |
|
|
|
form: { |
|
|
|
component: 'DatePicker', |
|
|
|
componentProps: { |
|
|
@ -431,7 +435,7 @@ export const PurchasereturnRecordMOrderTypeMain = useCrudSchemas( |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isTable: true |
|
|
|
isTable: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '操作', |
|
|
@ -508,7 +512,8 @@ export const PurchasereturnRecordMOrderTypeDetail = useCrudSchemas(reactive<Crud |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
isTable:false, |
|
|
|
sortTableDefault: 1001, |
|
|
|
sortSearchDefault: 1001, |
|
|
|
}, |
|
|
@ -519,7 +524,8 @@ export const PurchasereturnRecordMOrderTypeDetail = useCrudSchemas(reactive<Crud |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
isTable:false, |
|
|
|
hiddenInMain: true, |
|
|
|
sortSearchDefault: 1002, |
|
|
|
sortTableDefault: 1001, |
|
|
@ -528,7 +534,7 @@ export const PurchasereturnRecordMOrderTypeDetail = useCrudSchemas(reactive<Crud |
|
|
|
label: '包装规格', |
|
|
|
field: 'packUnit', |
|
|
|
dictClass: 'string', |
|
|
|
isTable: true, |
|
|
|
isTable: false, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
@ -539,6 +545,7 @@ export const PurchasereturnRecordMOrderTypeDetail = useCrudSchemas(reactive<Crud |
|
|
|
label: '包装数量', |
|
|
|
field: 'packQty', |
|
|
|
sort: 'custom', |
|
|
|
isTable:false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -760,6 +767,7 @@ export const PurchasereturnRecordMOrderTypeDetail = useCrudSchemas(reactive<Crud |
|
|
|
label: '物料名称', |
|
|
|
field: 'itemName', |
|
|
|
sort: 'custom', |
|
|
|
isTable:false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -880,7 +888,7 @@ export const PurchasereturnRecordMOrderTypeDetail = useCrudSchemas(reactive<Crud |
|
|
|
dictType: DICT_TYPE.RETURN_REASON_TYPE, |
|
|
|
dictClass: 'string', |
|
|
|
// isSearch: true,
|
|
|
|
isTable: true, |
|
|
|
isTable: false, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
@ -898,6 +906,7 @@ export const PurchasereturnRecordMOrderTypeDetail = useCrudSchemas(reactive<Crud |
|
|
|
label: '退货原因描述', |
|
|
|
field: 'reason', |
|
|
|
sort: 'custom', |
|
|
|
isTable:false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|