|
@ -54,8 +54,8 @@ export const Balance = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
{ |
|
|
{ |
|
|
label: '计量单位', |
|
|
label: '计量单位', |
|
|
field: 'uom', |
|
|
field: 'uom', |
|
|
// dictType: DICT_TYPE.UOM,
|
|
|
dictType: DICT_TYPE.UOM, |
|
|
// dictClass: 'string',
|
|
|
dictClass: 'string', |
|
|
isTable: true, |
|
|
isTable: true, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -82,8 +82,8 @@ export const Balance = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
{ |
|
|
{ |
|
|
label: '库存状态', |
|
|
label: '库存状态', |
|
|
field: 'inventoryStatus', |
|
|
field: 'inventoryStatus', |
|
|
// dictType: DICT_TYPE.INVENTORY_STATUS,
|
|
|
dictType: DICT_TYPE.INVENTORY_STATUS, |
|
|
// dictClass: 'string',
|
|
|
dictClass: 'string', |
|
|
isTable: true, |
|
|
isTable: true, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -109,8 +109,8 @@ export const Balance = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
{ |
|
|
{ |
|
|
label: 'ERP库位代码', |
|
|
label: 'ERP库位代码', |
|
|
field: 'erpLocationCode', |
|
|
field: 'erpLocationCode', |
|
|
// dictType: DICT_TYPE.ERP_LOCATION,
|
|
|
dictType: DICT_TYPE.ERP_LOCATION, |
|
|
// dictClass: 'string',
|
|
|
dictClass: 'string', |
|
|
isTable: true, |
|
|
isTable: true, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -256,8 +256,8 @@ export const Balance = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
{ |
|
|
{ |
|
|
label: '是否冻结', |
|
|
label: '是否冻结', |
|
|
field: 'frozen', |
|
|
field: 'frozen', |
|
|
// dictType: DICT_TYPE.TRUE_FALSE,
|
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
// dictClass: 'string',
|
|
|
dictClass: 'string', |
|
|
isTable: true, |
|
|
isTable: true, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -275,8 +275,8 @@ export const Balance = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
{ |
|
|
{ |
|
|
label: '冻结原因', |
|
|
label: '冻结原因', |
|
|
field: 'frozenReason', |
|
|
field: 'frozenReason', |
|
|
// dictType: DICT_TYPE.FROZEN_REASON,
|
|
|
dictType: DICT_TYPE.FROZEN_REASON, |
|
|
// dictClass: 'string',
|
|
|
dictClass: 'string', |
|
|
isTable: true, |
|
|
isTable: true, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|