|
|
@ -26,7 +26,7 @@ export const PurchaseClaimRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch: true, |
|
|
|
isForm: false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
@ -36,7 +36,7 @@ export const PurchaseClaimRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch: true, |
|
|
|
isForm: false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
@ -119,7 +119,7 @@ export const PurchaseClaimRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
}, |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
width: 200 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
@ -211,8 +211,6 @@ export const PurchaseClaimRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
table: { |
|
|
|
width: 150, |
|
|
|
|
|
|
|
}, |
|
|
|
tableForm:{ |
|
|
|
multiple:false,//多选
|
|
|
@ -291,7 +289,6 @@ export const PurchaseClaimRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'itemName', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|
disabled:true, |
|
|
@ -307,7 +304,6 @@ export const PurchaseClaimRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch: false, |
|
|
|
isTable: true, |
|
|
|
table: { |
|
|
|
width: 110 |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|
disabled:true, |
|
|
@ -321,7 +317,6 @@ export const PurchaseClaimRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch: false, |
|
|
|
isTable: true, |
|
|
|
table: { |
|
|
|
width: 110 |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|
type: 'InputNumber', |
|
|
@ -336,24 +331,11 @@ export const PurchaseClaimRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch: false, |
|
|
|
isTable: true, |
|
|
|
table: { |
|
|
|
width: 110 |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|
type: 'InputNumber', |
|
|
|
min: 0, |
|
|
|
precision: 5 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '操作', |
|
|
|
field: 'action', |
|
|
|
isDetail: false, |
|
|
|
isForm: false, |
|
|
|
hiddenInMain:true, |
|
|
|
table: { |
|
|
|
width: 150, |
|
|
|
fixed: 'right' |
|
|
|
}, |
|
|
|
isTableForm: false, |
|
|
|
} |
|
|
|
])) |
|
|
|