|
|
@ -55,18 +55,6 @@ export const MoldAccounts = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
fixed: 'left', |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '外委托供应商', |
|
|
|
field: 'outsourcedSuppliers', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isForm: true, |
|
|
|
isTable: true, |
|
|
|
table: { |
|
|
|
width: '150', |
|
|
|
fixed: 'left', |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '模具编号', |
|
|
|
field: 'number', |
|
|
@ -329,7 +317,18 @@ export const MoldAccounts = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch: true, |
|
|
|
isForm: false, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '外委托供应商', |
|
|
|
field: 'outsourcedSuppliers', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isForm: true, |
|
|
|
isTable: true, |
|
|
|
table: { |
|
|
|
width: '150', |
|
|
|
fixed: 'left', |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '操作', |
|
|
|