diff --git a/src/api/common.js b/src/api/common.js
index a261a4d..5231f8e 100644
--- a/src/api/common.js
+++ b/src/api/common.js
@@ -18,6 +18,14 @@ export function userListNoAuth(params) {
})
}
+export function caigoumingxiConfig(params) {
+ return request({
+ url: '/api/oa/flow/caigoumingxi-config',
+ method: 'get',
+ params,
+ isLoading: false
+ })
+}
export function downLoadFile(params) {
return request({
url: '/api/download-file',
diff --git a/src/api/flow/pay.js b/src/api/flow/pay.js
index 6c5a15a..85b0b82 100644
--- a/src/api/flow/pay.js
+++ b/src/api/flow/pay.js
@@ -22,6 +22,14 @@ export function receiveList(params) {
})
}
+export function updateList(data) {
+ return request({
+ method: 'post',
+ url: `/api/oa/flow/caigoumingxi-update`,
+ data
+ })
+}
+
export function confirmList(data) {
return request({
method: 'post',
diff --git a/src/views/flow/payList.vue b/src/views/flow/payList.vue
index 9d0057b..60a1bcb 100644
--- a/src/views/flow/payList.vue
+++ b/src/views/flow/payList.vue
@@ -7,8 +7,28 @@
-
-
+
+
+
-
+ filterable
+ style="width: 150px"
+ >
+
+
+
+
+
查询
+ >查询
批量支付
+ >批量支付
+
-
+
{{ row.applicant }}
@@ -79,9 +130,22 @@
- {{ row.flowTitle }}
+
+ {{ row.flowTitle }}
+
+
+
+
+
+ {{ row.purchaseContent }}
+
+
+
+
+ {{ row.purchaser }}
+
-
+
@@ -110,12 +181,68 @@
{{ row.total }}
-
+
+
+ {{ row.isContractFlow }}
+
+
+
+
+ handlePendingFieldUpdate(row, 'shifouqingdan', val)"
+ style="width: 100px"
+ >
+
+
+
+
+
+
+
+ handlePendingFieldUpdate(row, 'shifoubijia', val)"
+ style="width: 80px"
+ >
+
+
+
+
+
+
+
+ handlePendingFieldUpdate(row, 'shifoufahuo', val)"
+ style="width: 80px"
+ >
+
+
+
+
+
+
+
{{ row.itemName }}
-
+
{{ row.model }}
@@ -130,7 +257,11 @@
{{ row.unit }}
-
+
{{ row.purpose }}
@@ -148,10 +279,25 @@
/>
-
-
+
+
+
-
- 查询
- 批量确认
-
-
-
-
-
- {{ row.applicant }}
-
-
-
-
- {{ row.department }}
-
-
-
-
- {{ row.flowTitle }}
-
-
-
-
- {{ row.paidNum }}
-
-
-
-
- {{ row.money }}
-
-
-
-
- {{ row.total }}
-
-
-
-
- {{ row.itemName }}
-
-
-
-
- {{ row.model }}
-
-
-
-
- {{ row.origin }}
-
-
-
-
- {{ row.unit }}
-
-
-
-
- {{ row.purpose }}
-
-
-
-
-
- 确认收货
-
-
-
-
-
-
-
-
-
-
查询
- 批量取消
+ @click="handlePaidQueryChange"
+ >查询
-
{{ row.applicant }}
@@ -355,9 +381,22 @@
- {{ row.flowTitle }}
+
+ {{ row.flowTitle }}
+
+
+
+
+
+ {{ row.purchaseContent }}
+
+
+
+
+ {{ row.purchaser }}
+
{{ row.paidNum }}
@@ -373,12 +412,41 @@
{{ row.total }}
-
+
+
+ {{ row.isContractFlow }}
+
+
+
+
+ {{ row.shifouqingdan || '' }}
+
+
+
+
+ {{ row.shifoubijia || '' }}
+
+
+
+
+ {{ row.shifoufahuo || '' }}
+
+
+
+
{{ row.itemName }}
-
+
{{ row.model }}
@@ -393,317 +461,544 @@
{{ row.unit }}
-
+
{{ row.purpose }}
-
-
-
- 取消收货
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.applicant }}
+
+
+
+
+ {{ row.department }}
+
+
+
+
+
+ {{ row.flowTitle }}
+
+
+
+
+
+ {{ row.purchaseContent }}
+
+
+
+
+ {{ row.purchaser }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.paidNum }}
+
+
+
+
+ {{ row.total }}
+
+
+
+
+ {{ row.isContractFlow }}
+
+
+
+
+ {{ row.shifouqingdan || '' }}
+
+
+
+
+ {{ row.shifoubijia || '' }}
+
+
+
+
+ {{ row.shifoufahuo || '' }}
+
+
+
+
+ {{ row.itemName }}
+
+
+
+
+ {{ row.model }}
+
+
+
+
+ {{ row.origin }}
+
+
+
+
+ {{ row.unit }}
+
+
+
+
+ {{ row.purpose }}
+
+
+
+
+
+