客户管理bug修复

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

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

@ -53,12 +53,12 @@
<el-input <el-input
v-model="editLogin.platformPassword" v-model="editLogin.platformPassword"
placeholder="请输入密码" placeholder="请输入密码"
style="width: 81%" style="width: 70%"
size="small" size="small"
type="password" type="password"
show-password show-password
></el-input> ></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-button>
</el-form-item> </el-form-item>
@ -257,7 +257,7 @@ export default {
}, },
closeDialog() { closeDialog() {
this.orderMutiVisible = false; this.orderMutiVisible = false;
this.getList(); this.getPlatFormDelect();
}, },
deleteDialog(row) { deleteDialog(row) {
this.$confirm("确认删除该自助平台信息?", "提示", { this.$confirm("确认删除该自助平台信息?", "提示", {
@ -285,8 +285,8 @@ export default {
}); });
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
this.query.page = val; this.query.page = val.page;
this.getList(); this.getPlatFormDelect();
}, },
addDelect(row){ addDelect(row){
if(this.check=true){ if(this.check=true){
@ -296,6 +296,17 @@ export default {
}else{ }else{
this.formQuery=2; this.formQuery=2;
this.editLogin.id=row.id 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; this.editLoginVisible=true;
} }
}else{ }else{

Loading…
Cancel
Save