|
@@ -1691,24 +1691,26 @@ export default {
|
|
|
this.queryParamsFinancing.zfiQuery = '00';
|
|
|
}
|
|
|
})
|
|
|
- listStatisticalAmount(this.queryParamsFinancing).then(response => {
|
|
|
- this.rzzAmount = response.data.klzAmount;
|
|
|
+ listStatisticalAmount(this.queryParamsSign).then(response => {
|
|
|
+ this.ysxAmount = response.data.ysxAmount;
|
|
|
+ })
|
|
|
+ //this.listStatisticalAmount(this.queryParamsSign);
|
|
|
})
|
|
|
- //this.listStatisticalAmount(this.queryParamsFinancing);
|
|
|
- })
|
|
|
- this.getListOpening().then(() => {
|
|
|
+ this.getListFinancing().then(() => {
|
|
|
getUserProfile().then((response) => {
|
|
|
if ("00" == response.data.companyType) {
|
|
|
- this.queryParamsOpening.zfiQuery = '02';
|
|
|
+ this.queryParamsFinancing.zfiQuery = '02';
|
|
|
} else if ("01" == response.data.companyType) {
|
|
|
- this.queryParamsOpening.zfiQuery = '01';
|
|
|
- } else if ("02" == response.data.companyType) {}
|
|
|
+ this.queryParamsFinancing.zfiQuery = '01';
|
|
|
+ } else if ("02" == response.data.companyType) {
|
|
|
+ this.queryParamsFinancing.zfiQuery = '00';
|
|
|
+ }
|
|
|
})
|
|
|
- listStatisticalAmount(this.queryParamsOpening).then(response => {
|
|
|
- this.klzAmount = response.data.klzAmount;
|
|
|
+ listStatisticalAmount(this.queryParamsFinancing).then(response => {
|
|
|
+ this.rzzAmount = response.data.rzzAmount;
|
|
|
+ })
|
|
|
+ //this.listStatisticalAmount(this.queryParamsFinancing);
|
|
|
})
|
|
|
- //this.listStatisticalAmount(this.queryParamsOpening);
|
|
|
- })
|
|
|
this.getListFinanced().then(() => {
|
|
|
getUserProfile().then((response) => {
|
|
|
if ("00" == response.data.companyType) {
|