|
|
@ -52,16 +52,6 @@ import { tr } from 'element-plus/es/locale' |
|
|
|
* @returns {Array} 供应商发货申请主表 |
|
|
|
*/ |
|
|
|
export const SupplierdeliverRequestMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '单据号', |
|
|
|
field: 'number', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180, |
|
|
|
fixed: 'left' |
|
|
|
}, |
|
|
|
isSearch: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '发货单号', |
|
|
|
field: 'asnNumber', |
|
|
@ -1051,9 +1041,7 @@ export const SupplierdeliverRequestDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '包装规格', |
|
|
|
field: 'packUom', |
|
|
|
dictType: DICT_TYPE.UOM, |
|
|
|
dictClass: 'string', |
|
|
|
field: 'packUnit', |
|
|
|
hiddenInMain: true, |
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|