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