diff --git a/src/api/PurchasingCenter/FundApproval.js b/src/api/PurchasingCenter/FundApproval.js index 9b76969f..4fe0d204 100644 --- a/src/api/PurchasingCenter/FundApproval.js +++ b/src/api/PurchasingCenter/FundApproval.js @@ -1,6 +1,6 @@ import request from '@/utils/request' -// 查询审批/付款 +// 查询审核/审批/付款 export function initApproval(pageCurrent, pageSize, state) { return request({ url: '', @@ -13,7 +13,7 @@ export function initApproval(pageCurrent, pageSize, state) { } }) } -// 执行审批/付款 +// 执行审核/审批/付款 export function execApproval(num1, num2, reason, person, state) { return request({ url: '', @@ -25,7 +25,7 @@ export function execApproval(num1, num2, reason, person, state) { } }) } -// 查询离线合同审批/付款 +// 查询离线合同审核/审批/付款 export function initApprovalOffline(pageCurrent, pageSize, state) { return request({ url: '', @@ -62,7 +62,7 @@ export function searchRequsetFundDetail2(num) { } }) } -// 执行审批/付款(离线合同) +// 执行审核/审批/付款(离线合同) export function execApprovalOffline(num1, num2, reason, person, state) { return request({ url: '', diff --git a/src/api/PurchasingCenter/PurchaseContractRequestFund.js b/src/api/PurchasingCenter/PurchaseContractRequestFund.js index d93c810c..4c8c7443 100644 --- a/src/api/PurchasingCenter/PurchaseContractRequestFund.js +++ b/src/api/PurchasingCenter/PurchaseContractRequestFund.js @@ -47,7 +47,7 @@ export function searchSupplier() { } }) } -// 查询离线合同待请款信息 +// 采购合同请款 export function submitRequestFund(contractGroup, sumGroup, supplier, money, person) { return request({ url: '', diff --git a/src/views/PurchasingCenter/FundApproval1/index.vue b/src/views/PurchasingCenter/FundApproval1/index.vue new file mode 100644 index 00000000..54602e00 --- /dev/null +++ b/src/views/PurchasingCenter/FundApproval1/index.vue @@ -0,0 +1,296 @@ + + + + + diff --git a/src/views/PurchasingCenter/OfflineContractRequestFund/index.vue b/src/views/PurchasingCenter/OfflineContractRequestFund/index.vue index 985cda03..e7eab390 100644 --- a/src/views/PurchasingCenter/OfflineContractRequestFund/index.vue +++ b/src/views/PurchasingCenter/OfflineContractRequestFund/index.vue @@ -54,6 +54,18 @@ + + + + + + + + + + + +