|
|
@@ -6,6 +6,9 @@ import $storeinitData from "@/store/initData"; |
|
|
|
const CARD_TYPE = computed(() => { |
|
|
|
return $storeinitData.state.dictData['CARD_TYPE'] || [] |
|
|
|
}) |
|
|
|
const OBU_BRAND = computed(() => { |
|
|
|
return $storeinitData.state.dictData['OBU_BRAND'] || [] |
|
|
|
}) |
|
|
|
const OBU_TYPE = computed(() => { |
|
|
|
return $storeinitData.state.dictData['OBU_TYPE'] || [] |
|
|
|
}) |
|
|
@@ -104,6 +107,17 @@ export const getZxqdFindConfig = (route, agencyIdList) => ({ |
|
|
|
disabled: false |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
prop: "brand", |
|
|
|
label: "签品牌", |
|
|
|
form: { |
|
|
|
formLabelWidth: formLabelWidth, |
|
|
|
type: 'select', |
|
|
|
listData: OBU_BRAND, |
|
|
|
required: true, |
|
|
|
disabled: false |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
prop: "obuType", |
|
|
|
label: "OBU类型", |
|
|
@@ -126,16 +140,6 @@ export const getZxqdFindConfig = (route, agencyIdList) => ({ |
|
|
|
} |
|
|
|
}, |
|
|
|
// { |
|
|
|
// prop: "brand", |
|
|
|
// label: "卡品牌", |
|
|
|
// form: { |
|
|
|
// formLabelWidth: formLabelWidth, |
|
|
|
// type: 'input', |
|
|
|
// required: true, |
|
|
|
// disabled: false |
|
|
|
// } |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// prop: "cardType", |
|
|
|
// label: "卡类型", |
|
|
|
// form: { |