|
|
@ -21,6 +21,19 @@ export const LocationRules = reactive({ |
|
|
|
}) |
|
|
|
|
|
|
|
export const Location = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '绑定备件库位', |
|
|
|
field: 'itemNumberIsNull', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
|
table: { |
|
|
|
width: 180, |
|
|
|
fixed: 'left' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '库位编号', |
|
|
|
field: 'number', |
|
|
@ -44,6 +57,7 @@ export const Location = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isForm: false, |
|
|
|
hiddenSearchHigh: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '库区编号', |
|
|
|