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 @@
+
+
+
+
+
+
+ {{ scope.row.供应商名称 }}
+
+
+
+
+ {{ scope.row.请款时间 }}
+
+
+
+
+ {{ scope.row.姓名 }}
+
+
+
+
+ {{ scope.row.请款金额 }}
+
+
+
+
+
+
+
+
+
+ {{ scope.row.采购合同编号 }}
+
+
+
+
+ {{ scope.row.请款金额 }}
+
+
+
+ 查看详情
+
+ 通过
+ 不通过
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.供应商名称 }}
+
+
+
+
+ {{ scope.row.请款时间 }}
+
+
+
+
+ {{ scope.row.姓名 }}
+
+
+
+
+ {{ scope.row.请款金额 }}
+
+
+
+
+
+
+
+
+
+ {{ scope.row.离线合同编号 }}
+
+
+
+
+ {{ scope.row.请款金额 }}
+
+
+
+ 查看详情
+
+ 通过
+ 不通过
+
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
+
+
+ 未审核
+ 已通过
+ 不通过
+
+
+
+
+ {{ scope.row.未通过审核原因 === '通过' ? '—' : scope.row.未通过审核原因 }}
+
+
未审批
diff --git a/src/views/PurchasingCenter/PurchaseContractRequestFund/index.vue b/src/views/PurchasingCenter/PurchaseContractRequestFund/index.vue
index 2a23805d..28522fcc 100644
--- a/src/views/PurchasingCenter/PurchaseContractRequestFund/index.vue
+++ b/src/views/PurchasingCenter/PurchaseContractRequestFund/index.vue
@@ -107,6 +107,18 @@
+
+
+ 未审核
+ 已通过
+ 不通过
+
+
+
+
+ {{ scope.row.未通过审核原因 === '通过' ? '—' : scope.row.未通过审核原因 }}
+
+
未审批
@@ -122,7 +134,7 @@
未操作
- 已同意
+ 已付款
不同意