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 @@ 交货时间 - +