|
@@ -1024,17 +1024,17 @@ export default {
|
|
|
selectPayment() {
|
|
|
listCompanyHandler().then(response => {
|
|
|
var self = this;
|
|
|
- self.paiAccno = '3115730025233104147';
|
|
|
+ //self.paiAccno = '3115730025233104147';
|
|
|
if (response.data == true) {
|
|
|
cfcaProjectNo().then(response => {
|
|
|
- // if (response.data.scyCfcaAuthNumber == null) {
|
|
|
- // this.messageIfShow = true;
|
|
|
- // }
|
|
|
- // else {
|
|
|
+ if (response.data.scyCfcaAuthNumber == null) {
|
|
|
+ this.messageIfShow = true;
|
|
|
+ }
|
|
|
+ else {
|
|
|
var zfrId = self.zfrId;
|
|
|
listChargeStatus(zfrId).then(response => {
|
|
|
if(response.data.accInfList[0]){
|
|
|
- //self.paiAccno = response.data.accInfList[0].paiAccno;
|
|
|
+ self.paiAccno = response.data.accInfList[0].paiAccno;
|
|
|
}
|
|
|
if (response.data.chargeInfList[0]) {
|
|
|
if (response.data.chargeInfList[0].zciStatus == "00") {
|
|
@@ -1104,7 +1104,7 @@ export default {
|
|
|
self.getContractFile();
|
|
|
}
|
|
|
});
|
|
|
- // }
|
|
|
+ }
|
|
|
});
|
|
|
} else {
|
|
|
this.$message.error("此操作需经办人权限,请确认您是否是经办人");
|