Kaynağa Gözat

一键结算 新加传值判断

Qukatie 3 hafta önce
ebeveyn
işleme
7e7594acb7

+ 1 - 1
src/views/iosBasicData/ComputationCenter/index.vue

@@ -481,7 +481,7 @@ export default {
         });
         this.isShow = false;
         this.$nextTick(() => {
-          this.$refs.settlementDetailsRef.generateFinStlBillsfun(arrId.join(","), this.tabsValue == "CHK-D"||this.tabsValue == "XXFP" ? "D" : "C", this.tabsValue);
+          this.$refs.settlementDetailsRef.generateFinStlBillsfun(arrId.join(","), this.tabsValue == "CHK-D"||this.tabsValue == "XXFP"||this.tabsValue == "GZXZ" ? "D" : "C", this.tabsValue);
         });
       });
     },