客户信息代码提交

dev
郑明梁 2 years ago
parent 6d0b59fe30
commit 2f0a089af0

@ -275,7 +275,7 @@ export default {
this.editLogin.apiKey = this.editQuery.apiKey;
this.editLogin.secretKey = this.editQuery.secretKey;
this.editLogin.unitId = this.editQuery.unitId;
this.editLogin.customerId = this.editQuery.platformId
this.editLogin.customerId = this.editQuery.customerId
this.getLocalBussinessType()
this.getTargetInv()
}else{
@ -285,7 +285,7 @@ export default {
this.editLogin.apiKey = this.editQuery.apiKey;
this.editLogin.secretKey = this.editQuery.secretKey;
this.editLogin.unitId = this.editQuery.unitId;
this.editLogin.customerId = this.editQuery.platformId
this.editLogin.customerId = this.editQuery.customerId
this.editLogin.sourceAction = this.editQuery.sourceAction
this.editLogin.invCode = this.editQuery.invCode
this.editLogin.invSubCode = this.editQuery.invSubCode

@ -248,6 +248,7 @@ export default {
this.editLogin.appid=res.data.appid;
this.editLogin.apiKey=res.data.apiKey;
this.editLogin.secretKey=res.data.secretKey;
this.editLogin.customerId=res.data.customerId;
this.$message.success("验证成功");
} else {
this.$message.error(res.message);
@ -301,7 +302,7 @@ export default {
this.editLogin.apiKey = row.apiKey;
this.editLogin.secretKey = row.secretKey;
this.editLogin.unitId = row.unitId;
this.editLogin.customerId = row.platformId
this.editLogin.customerId = row.customerId
this.editLogin.sourceAction = row.sourceAction
this.editLogin.invCode = row.invCode
this.editLogin.invSubCode = row.invSubCode
@ -332,7 +333,7 @@ export default {
this.editLogin.platformId = this.editQuery.platformId;
this.editLogin.name = this.editQuery.name;
this.editLogin.unitId=this.editQuery.unitId;
this.editLogin.customerId=this.editQuery.platformId
this.editLogin.customerId=this.editQuery.customerId
this.editLogin.sourceAction = this.editQuery.sourceAction
this.editLogin.invCode = this.editQuery.invCode
this.editLogin.invSubCode = this.editQuery.invSubCode

Loading…
Cancel
Save