mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-03 21:48:13 +08:00
update 后管推送第三方平台页面
This commit is contained in:
@@ -91,94 +91,107 @@
|
|||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="对接平台名称:" prop="type">
|
<el-form-item label="对接平台名称:" prop="type">
|
||||||
<el-select
|
<el-checkbox-group v-model="checkList" v-for="dict in dict.type.third_party_type">
|
||||||
v-model="stationSettingInfo.type"
|
<el-checkbox
|
||||||
placeholder="请选择对接平台名称"
|
:label="dict.label"
|
||||||
clearable
|
:key="dict.value"
|
||||||
filterable
|
:value="dict.value"
|
||||||
style="width: 220px"
|
/>
|
||||||
:disabled="disableFlag"
|
|
||||||
@change="getSettingParams"
|
<!-- <el-checkbox label="复选框 A"></el-checkbox>-->
|
||||||
>
|
<!-- <el-checkbox label="复选框 B"></el-checkbox>-->
|
||||||
<!-- <el-option label="上海联联平台" value="1" />-->
|
<!-- <el-checkbox label="复选框 C"></el-checkbox>-->
|
||||||
<!-- <el-option label="abc" value="2" />-->
|
<!-- <el-checkbox label="禁用" disabled></el-checkbox>-->
|
||||||
<el-option
|
<!-- <el-checkbox label="选中且禁用" disabled></el-checkbox>-->
|
||||||
v-for="dict in dict.type.third_party_type"
|
</el-checkbox-group>
|
||||||
:key="dict.value"
|
<!-- <el-select-->
|
||||||
:label="dict.label"
|
<!-- v-model="stationSettingInfo.type"-->
|
||||||
:value="dict.value"
|
<!-- placeholder="请选择对接平台名称"-->
|
||||||
/>
|
<!-- clearable-->
|
||||||
</el-select>
|
<!-- filterable-->
|
||||||
|
<!-- style="width: 220px"-->
|
||||||
|
<!-- :disabled="disableFlag"-->
|
||||||
|
<!-- @change="getSettingParams"-->
|
||||||
|
<!-- >-->
|
||||||
|
<!-- <!– <el-option label="上海联联平台" value="1" />–>-->
|
||||||
|
<!-- <!– <el-option label="abc" value="2" />–>-->
|
||||||
|
<!-- <el-option-->
|
||||||
|
<!-- v-for="dict in dict.type.third_party_type"-->
|
||||||
|
<!-- :key="dict.value"-->
|
||||||
|
<!-- :label="dict.label"-->
|
||||||
|
<!-- :value="dict.value"-->
|
||||||
|
<!-- />-->
|
||||||
|
<!-- </el-select>-->
|
||||||
<!-- <el-input placeholder="请输入" v-model="stationSettingInfo.type" :disabled="disableFlag"/>-->
|
<!-- <el-input placeholder="请输入" v-model="stationSettingInfo.type" :disabled="disableFlag"/>-->
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<!-- <el-col :span="12">-->
|
||||||
<el-form-item label="对接平台url地址:" prop="urlAddress">
|
<!-- <el-form-item label="对接平台url地址:" prop="urlAddress">-->
|
||||||
<el-input
|
<!-- <el-input-->
|
||||||
placeholder="请输入"
|
<!-- placeholder="请输入"-->
|
||||||
v-model="stationSettingInfo.urlAddress"
|
<!-- v-model="stationSettingInfo.urlAddress"-->
|
||||||
:disabled="true"
|
<!-- :disabled="true"-->
|
||||||
/>
|
<!-- />-->
|
||||||
</el-form-item>
|
<!-- </el-form-item>-->
|
||||||
</el-col>
|
<!-- </el-col>-->
|
||||||
<el-col :span="12">
|
<!-- <el-col :span="12">-->
|
||||||
<el-form-item label="运营商ID(OperatorID):" prop="operatorId">
|
<!-- <el-form-item label="运营商ID(OperatorID):" prop="operatorId">-->
|
||||||
<el-input
|
<!-- <el-input-->
|
||||||
placeholder="请输入"
|
<!-- placeholder="请输入"-->
|
||||||
v-model="stationSettingInfo.operatorId"
|
<!-- v-model="stationSettingInfo.operatorId"-->
|
||||||
:disabled="true"
|
<!-- :disabled="true"-->
|
||||||
/>
|
<!-- />-->
|
||||||
</el-form-item>
|
<!-- </el-form-item>-->
|
||||||
</el-col>
|
<!-- </el-col>-->
|
||||||
<el-col :span="12">
|
<!-- <el-col :span="12">-->
|
||||||
<el-form-item
|
<!-- <el-form-item-->
|
||||||
label="运营商密钥(OperatorSecret):"
|
<!-- label="运营商密钥(OperatorSecret):"-->
|
||||||
prop="operatorSecret"
|
<!-- prop="operatorSecret"-->
|
||||||
>
|
<!-- >-->
|
||||||
<el-input
|
<!-- <el-input-->
|
||||||
placeholder="请输入"
|
<!-- placeholder="请输入"-->
|
||||||
v-model="stationSettingInfo.operatorSecret"
|
<!-- v-model="stationSettingInfo.operatorSecret"-->
|
||||||
:disabled="true"
|
<!-- :disabled="true"-->
|
||||||
/>
|
<!-- />-->
|
||||||
</el-form-item>
|
<!-- </el-form-item>-->
|
||||||
</el-col>
|
<!-- </el-col>-->
|
||||||
</el-row>
|
<!-- </el-row>-->
|
||||||
<el-row>
|
<!-- <el-row>-->
|
||||||
<el-col :span="12">
|
<!-- <el-col :span="12">-->
|
||||||
<el-form-item
|
<!-- <el-form-item-->
|
||||||
label="消息Data密钥(DataSecret):"
|
<!-- label="消息Data密钥(DataSecret):"-->
|
||||||
prop="dataSecret"
|
<!-- prop="dataSecret"-->
|
||||||
>
|
<!-- >-->
|
||||||
<el-input
|
<!-- <el-input-->
|
||||||
placeholder="请输入"
|
<!-- placeholder="请输入"-->
|
||||||
v-model="stationSettingInfo.dataSecret"
|
<!-- v-model="stationSettingInfo.dataSecret"-->
|
||||||
:disabled="true"
|
<!-- :disabled="true"-->
|
||||||
/>
|
<!-- />-->
|
||||||
</el-form-item>
|
<!-- </el-form-item>-->
|
||||||
</el-col>
|
<!-- </el-col>-->
|
||||||
<el-col :span="12">
|
<!-- <el-col :span="12">-->
|
||||||
<el-form-item label="签名密钥(SigSecret):" prop="signSecret">
|
<!-- <el-form-item label="签名密钥(SigSecret):" prop="signSecret">-->
|
||||||
<el-input
|
<!-- <el-input-->
|
||||||
placeholder="请输入"
|
<!-- placeholder="请输入"-->
|
||||||
v-model="stationSettingInfo.signSecret"
|
<!-- v-model="stationSettingInfo.signSecret"-->
|
||||||
:disabled="true"
|
<!-- :disabled="true"-->
|
||||||
/>
|
<!-- />-->
|
||||||
</el-form-item>
|
<!-- </el-form-item>-->
|
||||||
</el-col>
|
<!-- </el-col>-->
|
||||||
</el-row>
|
<!-- </el-row>-->
|
||||||
<el-row>
|
<!-- <el-row>-->
|
||||||
<el-col :span="12">
|
<!-- <el-col :span="12">-->
|
||||||
<el-form-item
|
<!-- <el-form-item-->
|
||||||
label="消息Data密钥初始化向量(DataSecretIV):"
|
<!-- label="消息Data密钥初始化向量(DataSecretIV):"-->
|
||||||
prop="dataSecretIv"
|
<!-- prop="dataSecretIv"-->
|
||||||
>
|
<!-- >-->
|
||||||
<el-input
|
<!-- <el-input-->
|
||||||
placeholder="请输入"
|
<!-- placeholder="请输入"-->
|
||||||
v-model="stationSettingInfo.dataSecretIv"
|
<!-- v-model="stationSettingInfo.dataSecretIv"-->
|
||||||
:disabled="true"
|
<!-- :disabled="true"-->
|
||||||
/>
|
<!-- />-->
|
||||||
</el-form-item>
|
<!-- </el-form-item>-->
|
||||||
</el-col>
|
<!-- </el-col>-->
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-button
|
<el-button
|
||||||
@@ -386,6 +399,7 @@ export default {
|
|||||||
dialogTitle: "",
|
dialogTitle: "",
|
||||||
qrcodePrefix: "",
|
qrcodePrefix: "",
|
||||||
dialogFormVisible: false,
|
dialogFormVisible: false,
|
||||||
|
checkList: [],
|
||||||
stationId: this.$route.params.id,
|
stationId: this.$route.params.id,
|
||||||
stationName: this.$route.params.stationName,
|
stationName: this.$route.params.stationName,
|
||||||
stationDetail: {},
|
stationDetail: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user