|
@ -352,7 +352,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
field: 'available', |
|
|
field: 'available', |
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
dictClass: 'string', |
|
|
dictClass: 'string', |
|
|
isSearch: true, |
|
|
|
|
|
isTable: true, |
|
|
isTable: true, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -561,7 +560,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
field: 'uom', |
|
|
field: 'uom', |
|
|
dictType: DICT_TYPE.UOM, |
|
|
dictType: DICT_TYPE.UOM, |
|
|
dictClass: 'string', |
|
|
dictClass: 'string', |
|
|
isSearch: true, |
|
|
|
|
|
isTable: true, |
|
|
isTable: true, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -584,7 +582,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
label: '包装规格', |
|
|
label: '包装规格', |
|
|
field: 'packUnit', |
|
|
field: 'packUnit', |
|
|
dictClass: 'string', |
|
|
dictClass: 'string', |
|
|
isSearch: true, |
|
|
|
|
|
isTable: true, |
|
|
isTable: true, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -608,7 +605,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
field: 'supplierUom', |
|
|
field: 'supplierUom', |
|
|
dictType: DICT_TYPE.UOM, |
|
|
dictType: DICT_TYPE.UOM, |
|
|
dictClass: 'string', |
|
|
dictClass: 'string', |
|
|
isSearch: true, |
|
|
|
|
|
isTable: true, |
|
|
isTable: true, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -621,7 +617,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
field: 'inventoryStatus', |
|
|
field: 'inventoryStatus', |
|
|
dictType: DICT_TYPE.INVENTORY_STATUS, |
|
|
dictType: DICT_TYPE.INVENTORY_STATUS, |
|
|
dictClass: 'string', |
|
|
dictClass: 'string', |
|
|
isSearch: true, |
|
|
|
|
|
isTable: true, |
|
|
isTable: true, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -787,7 +782,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
field: 'failedReason', |
|
|
field: 'failedReason', |
|
|
dictType: DICT_TYPE.PURCHASE_RETURN_REASON, |
|
|
dictType: DICT_TYPE.PURCHASE_RETURN_REASON, |
|
|
dictClass: 'string', |
|
|
dictClass: 'string', |
|
|
isSearch: true, |
|
|
|
|
|
isTable: true, |
|
|
isTable: true, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -846,7 +840,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
field: 'interfaceType', |
|
|
field: 'interfaceType', |
|
|
dictType: DICT_TYPE.INTERFACE_TYPE, |
|
|
dictType: DICT_TYPE.INTERFACE_TYPE, |
|
|
dictClass: 'string', |
|
|
dictClass: 'string', |
|
|
isSearch: true, |
|
|
|
|
|
isTable: true, |
|
|
isTable: true, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|