客户管理bug修复

test
郑明梁 2 years ago
parent 3a1fe1676b
commit 80b9315a95

@ -8,6 +8,7 @@
<el-select
v-model="editLogin.sourceAction"
style="width: 100%"
filterable
placeholder="请选择本地单据类型"
>
<el-option

@ -53,12 +53,12 @@
<el-input
v-model="editLogin.platformPassword"
placeholder="请输入密码"
style="width: 81%"
style="width: 70%"
size="small"
type="password"
show-password
></el-input>
<el-button type="primary" style="margin-left: 7px;" @click.native="testUserInfo">
<el-button type="primary" style="margin-left: 2%;" @click.native="testUserInfo">
账号验证
</el-button>
</el-form-item>
@ -257,7 +257,7 @@ export default {
},
closeDialog() {
this.orderMutiVisible = false;
this.getList();
this.getPlatFormDelect();
},
deleteDialog(row) {
this.$confirm("确认删除该自助平台信息?", "提示", {
@ -285,8 +285,8 @@ export default {
});
},
handleCurrentChange(val) {
this.query.page = val;
this.getList();
this.query.page = val.page;
this.getPlatFormDelect();
},
addDelect(row){
if(this.check=true){
@ -296,6 +296,17 @@ export default {
}else{
this.formQuery=2;
this.editLogin.id=row.id
this.editLogin.platformId = row.platformId;
this.editLogin.appid = row.appid;
this.editLogin.apiKey = row.apiKey;
this.editLogin.secretKey = row.secretKey;
this.editLogin.unitId = row.unitId;
this.editLogin.customerId = row.platformId
this.editLogin.sourceAction = row.sourceAction
this.editLogin.invCode = row.invCode
this.editLogin.invSubCode = row.invSubCode
this.editLogin.targetAction = row.targetAction
console.log(this.editLogin)
this.editLoginVisible=true;
}
}else{

Loading…
Cancel
Save