瀏覽代碼

修改付费页面

caojunjie 4 年之前
父節點
當前提交
8e0b3b0951
共有 2 個文件被更改,包括 9 次插入1 次删除
  1. 8 0
      src/api/finance/payment.js
  2. 1 1
      src/views/finance/payment/index.vue

+ 8 - 0
src/api/finance/payment.js

@@ -92,3 +92,11 @@ export function backCharge(queryParameter) {
     data: queryParameter
   })
 }
+// 撤销审批
+export function revocation(data) {
+  return request({
+    url: '/warehouse/payment/revoke',
+    method: 'post',
+    data: data
+  })
+}

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

@@ -521,7 +521,7 @@ import {
   delCharge_s,
   backCharge,
   revocation
-} from '@/api/finance/charge'
+} from '@/api/finance/payment'
 import { listFees } from '@/api/basicdata/fees'
 import print from 'print-js'
 import AddOrUpdate from '@/views/viewApproval'