diff --git a/src/components/CorporatePaymentCard/index.vue b/src/components/CorporatePaymentCard/index.vue index 8c5a1cc..21e44ea 100644 --- a/src/components/CorporatePaymentCard/index.vue +++ b/src/components/CorporatePaymentCard/index.vue @@ -43,9 +43,9 @@
- - - + + +
diff --git a/src/components/CorporateReceiptsCard/index.vue b/src/components/CorporateReceiptsCard/index.vue index 52cf94d..396d156 100644 --- a/src/components/CorporateReceiptsCard/index.vue +++ b/src/components/CorporateReceiptsCard/index.vue @@ -43,9 +43,9 @@
- - - + + +
diff --git a/src/components/MyClaimListCard/index.vue b/src/components/MyClaimListCard/index.vue index a1aea47..81667e6 100644 --- a/src/components/MyClaimListCard/index.vue +++ b/src/components/MyClaimListCard/index.vue @@ -35,13 +35,9 @@
- - - - - + + +
@@ -97,7 +93,7 @@ export default { }) }, handleEdit(obj) { - const { id, status, billType } = obj + const { id, status, billType, creator } = obj if (!(status==0 || (status ==3 && this.userInfo.id ==creator))) { return } diff --git a/src/components/MyCustomerListCard/index.vue b/src/components/MyCustomerListCard/index.vue index c67ce15..0575aec 100644 --- a/src/components/MyCustomerListCard/index.vue +++ b/src/components/MyCustomerListCard/index.vue @@ -33,8 +33,8 @@
- - + +
diff --git a/src/components/MyPayListCard/index.vue b/src/components/MyPayListCard/index.vue index 63ca4bc..bafc2d7 100644 --- a/src/components/MyPayListCard/index.vue +++ b/src/components/MyPayListCard/index.vue @@ -39,12 +39,12 @@
+ + --> 查看 - 修改 - 删除 + 修改 + 删除 付款确认 取消确认 diff --git a/src/components/MySupplierListCard/index.vue b/src/components/MySupplierListCard/index.vue index ec6b742..dba2d42 100644 --- a/src/components/MySupplierListCard/index.vue +++ b/src/components/MySupplierListCard/index.vue @@ -36,9 +36,9 @@
- - - + + +
diff --git a/src/components/MyTripsListCard/index.vue b/src/components/MyTripsListCard/index.vue index f8dba39..8ebba43 100644 --- a/src/components/MyTripsListCard/index.vue +++ b/src/components/MyTripsListCard/index.vue @@ -38,11 +38,11 @@ - - - + + @@ -94,7 +94,7 @@ export default { }) }, handleEdit(obj) { - const { id, status, billType } = obj + const { id, status, billType, creator } = obj if (!(status==0 || (status ==3 && this.userInfo.id ==creator))) { return } diff --git a/src/views/contract/payment/index.vue b/src/views/contract/payment/index.vue index 683ddb4..f64657a 100644 --- a/src/views/contract/payment/index.vue +++ b/src/views/contract/payment/index.vue @@ -39,8 +39,7 @@ import { createVendorPayment, getVendorPayment, updateVendorPayment } from "@/api/bs/vendorPayment"; import VerifyFunc from '@/utils/verify' import { getDictDatas, DICT_TYPE } from "@/utils/dict"; -import { getVendorPage } from "@/api/bs/vendor"; -import { getBankAccountInfoPage } from "@/api/bs/bankAccountInfo"; +import { vendorBankPage } from "@/api/bs/vendor"; import { listUser } from "@/api/system/user"; export default { //import引入组件才能使用 @@ -216,13 +215,13 @@ export default { this.$loading(true, 'demo1') return new Promise((resolve) => { Promise.all([ - getVendorPage({ pageNo: 1, pageSize: 999 }), + vendorBankPage({ pageNo: 1, pageSize: 999 }), ]).then(responses => { // 处理每个请求的结果 this.allGysList = (responses[0].data.list || []).map(item => { return { id: item.id, - title: item.vendorName + title: `${item.vendorName}-付款账户:${item.bankNumber}` } }); this.$loading(false, 'demo1') diff --git a/src/views/contract/receipts/index.vue b/src/views/contract/receipts/index.vue index feedb0d..3c6a747 100644 --- a/src/views/contract/receipts/index.vue +++ b/src/views/contract/receipts/index.vue @@ -197,7 +197,7 @@ export default { this.allBankList = (responses[1].data.list || []).map(item => { return { id: item.id, - title: `${item.bankName}-${item.bankAccount}` + title: `${item.bankName}-收款账户:${item.bankAccount}` } }); resolve() diff --git a/src/views/contract/supplier/index.vue b/src/views/contract/supplier/index.vue index 6c45cf1..49cdb29 100644 --- a/src/views/contract/supplier/index.vue +++ b/src/views/contract/supplier/index.vue @@ -7,8 +7,8 @@
- - + + @@ -28,15 +28,15 @@ - - + + - - + + - +