From 017eba343132c7ff7ec8aea6dd6e2954c797170b Mon Sep 17 00:00:00 2001 From: dengxiongfei Date: Thu, 27 Jan 2022 17:58:51 +0800 Subject: [PATCH] bug --- pages/enquiry-list/index.vue | 10 +++++++++- pages/for-comparison/index.vue | 20 ++++++++++++-------- pages/mine/index.vue | 10 ++++++++-- pages/order-make/index.vue | 4 ++++ pages/paper-details/index.vue | 11 ++++++++--- 5 files changed, 41 insertions(+), 14 deletions(-) diff --git a/pages/enquiry-list/index.vue b/pages/enquiry-list/index.vue index c1262fd..3a603dd 100644 --- a/pages/enquiry-list/index.vue +++ b/pages/enquiry-list/index.vue @@ -164,11 +164,19 @@ export default { }, // 确认下单 placeOrderTap(item, replyItemList) { + let supplierOtherFee = replyItemList.map((item) => { + return { + mallSupplierId: item.mallSupplierId, + otherFee: item.otherFee + } + }) + const params = { enquiryId: item.id, orderGoodsList: replyItemList, purchaserEnterpriseId: this.$store.state.companyInfo.id, - userId: this.$store.state.userInfo.userId + userId: this.$store.state.userInfo.userId, + supplierOtherFee } createByEnquiry(params).then((res) => { if (res) { diff --git a/pages/for-comparison/index.vue b/pages/for-comparison/index.vue index f9e9007..355e10c 100644 --- a/pages/for-comparison/index.vue +++ b/pages/for-comparison/index.vue @@ -92,7 +92,13 @@ 交货时间 - +