瀏覽代碼

财务查看审批流修改

wengyuwen 4 年之前
父節點
當前提交
e22d2da415

+ 3 - 1
src/views/finance/applyForInvoice/chargeInvoice/index.vue

@@ -2676,6 +2676,7 @@ export default {
       this.addOrUpdateVisib = false
       let id = '448'
       let actId = '470'
+      console.log(this.increase_s.fId)
       this.$nextTick(() => {
         this.$refs.addOrUpdate.init(this.queryParams.fId, this.contrastId)
       })
@@ -3083,6 +3084,7 @@ export default {
               formDate.append('tFeeInvoice', JSON.stringify(this.invoiceList))
               formDate.append('billsType', 'ApplyFP')
               addcheck(formDate).then(response => {
+                this.queryParams.fId = response.data.tFee.fId
                 this.msgSuccess('操作成功')
                 this.getList()
                 this.notChange = true
@@ -3231,7 +3233,7 @@ export default {
             this.nothing.push(this.selection[item].fName)
             if (this.increase_s.length === 0) {
               this.increase_s = this.increase_s.concat(this.selection)
-
+              console.log(this.increase_s)
               //去重提单号
               this.empty = new Set(this.empty)
               this.empty = Array.from(this.empty)

+ 1 - 0
src/views/finance/charge/index.vue

@@ -2684,6 +2684,7 @@ export default {
             }else if(Cookies.get("sysType") == 3){
               formDate.append('billsType','KHSF')
               collectFee(formDate).then((response) => {
+                this.queryParams.fId = response.data.tFee.fId
                 this.open = false;
                 this.msgSuccess("操作成功");
                 this.getList();

+ 1 - 0
src/views/finance/contrast/index.vue

@@ -2388,6 +2388,7 @@ export default {
             }else if(Cookies.get("sysType") == 3){
               formDate.append('billsType','KHDZ')
               Cfee(formDate).then((response) => {
+                this.queryParams.fId = response.data.tFee.fId
                 this.open = false;
                 this.msgSuccess("操作成功");
                 this.doNot = true;

+ 1 - 0
src/views/finance/payment/index.vue

@@ -3375,6 +3375,7 @@ export default {
             }else if(Cookies.get("sysType") == 3){
               formDate.append('billsType','KHFF')
               collectFee(formDate).then((response) => {
+                this.queryParams.fId = response.data.tFee.fId
                 this.msgSuccess("操作成功");
                 this.getList();
                 this.doNot = true;