|
|
@ -50,8 +50,8 @@ export const Businesstype = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '可用物品类型范围', |
|
|
|
field: 'itemTypes', |
|
|
|
dictType: DICT_TYPE.ITEM_TYPE, |
|
|
|
dictClass: 'string', |
|
|
|
// dictType: DICT_TYPE.ITEM_TYPE,
|
|
|
|
// dictClass: 'string',
|
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
@ -67,8 +67,8 @@ export const Businesstype = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '可用物品状态范围', |
|
|
|
field: 'itemStatuses', |
|
|
|
dictType: DICT_TYPE.ITEM_STATUS, |
|
|
|
dictClass: 'string', |
|
|
|
// dictType: DICT_TYPE.ITEM_STATUS,
|
|
|
|
// dictClass: 'string',
|
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
@ -78,8 +78,8 @@ export const Businesstype = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '出库库位类型范围', |
|
|
|
field: 'outLocationTypes', |
|
|
|
dictType: DICT_TYPE.LOCATION_TYPE, |
|
|
|
dictClass: 'string', |
|
|
|
// dictType: DICT_TYPE.LOCATION_TYPE,
|
|
|
|
// dictClass: 'string',
|
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
@ -95,8 +95,8 @@ export const Businesstype = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '入库库位类型范围', |
|
|
|
field: 'inLocationTypes', |
|
|
|
dictType: DICT_TYPE.LOCATION_TYPE, |
|
|
|
dictClass: 'string', |
|
|
|
// dictType: DICT_TYPE.LOCATION_TYPE,
|
|
|
|
// dictClass: 'string',
|
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
@ -150,8 +150,8 @@ export const Businesstype = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '出库库存状态范围', |
|
|
|
field: 'outInventoryStatuses', |
|
|
|
dictType: DICT_TYPE.INVENTORY_STATUS, |
|
|
|
dictClass: 'string', |
|
|
|
// dictType: DICT_TYPE.INVENTORY_STATUS,
|
|
|
|
// dictClass: 'string',
|
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
@ -167,8 +167,8 @@ export const Businesstype = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '入库库存状态范围', |
|
|
|
field: 'inInventoryStatuses', |
|
|
|
dictType: DICT_TYPE.INVENTORY_STATUS, |
|
|
|
dictClass: 'string', |
|
|
|
// dictType: DICT_TYPE.INVENTORY_STATUS,
|
|
|
|
// dictClass: 'string',
|
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|