From f7732c4c8f0faa0d29b310716cf1be0d716c34a1 Mon Sep 17 00:00:00 2001
From: buffeyu <271839173@qq.com>
Date: Sun, 9 Jan 2022 14:48:49 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=A5=E4=BB=B7=E8=AF=A6?=
=?UTF-8?q?=E6=83=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/my-offer/index.vue | 4 ++-
pages/quotation-details/index.vue | 44 ++++++++++++++++++++++++++-----
2 files changed, 40 insertions(+), 8 deletions(-)
diff --git a/pages/my-offer/index.vue b/pages/my-offer/index.vue
index 7965e1c..f908179 100644
--- a/pages/my-offer/index.vue
+++ b/pages/my-offer/index.vue
@@ -59,7 +59,9 @@ export default {
pageNum: 0, // 初始会执行一次下拉加载
pageSize: 10
},
- orderData: [],
+ orderData: [
+ {"id":"638458876659896320","totalOfferPrice":10,"orderItemList":[{"id":"123456","productName":"交易大厅-订单商品","pieceQuantity":0,"productImg":null,"gramWeight":"300","width":"1024","length":"789","brandName":"丽盈","categoryName":"白卡纸"}],"deliveryDay":null,"orderStatus":3}
+ ],
controlCurrent: 0,
controlItems: ['待付款', '待发货', '待收货', '已完成', '已关闭'],
orderOption: {
diff --git a/pages/quotation-details/index.vue b/pages/quotation-details/index.vue
index 61ea7a4..db34eb0 100644
--- a/pages/quotation-details/index.vue
+++ b/pages/quotation-details/index.vue
@@ -14,20 +14,22 @@
询价客户:
- 东莞市隆兴纸业有限公司
+ {{ upDataObj.belongEnterpriseName }}
交货区域:
- 广东省/广州市/天河区
+ {{ upDataObj.deliveryArea }}
交货时间:
- 2021/12/29 12:30
+ {{ upDataObj.deliveryDay }}
-
- 丽品白卡|200g|787*1092|5000张
+
+
+ {{ items.brandName }}|{{ items.gramWeight }}|{{ items.length }}*{{ items.width }}|{{ items.quantity }}
+
重量(吨):
@@ -35,11 +37,11 @@
单价(元/吨):
- 1000
+ {{ items.unitFee }}
小计(元):
- 1.6544
+ {{ items.totalPrice }}
@@ -89,6 +91,34 @@ export default {
value: '',
visible: true,
title: 'picker-view',
+ upDataObj:{
+ belongEnterpriseName:'东莞市隆兴纸业有限公司',
+ deliveryArea:'广东省/广州市/天河区',
+ deliveryDay:'2021/12/29 12:30',
+ enquiryValidTime:[12,11,10],
+ itemList:[
+ {
+ brandName:'丽品白卡',
+ categoryName:"",
+ gramWeight:'200g',
+ length:'787',
+ quantity:'5000张',
+ width:'1092',
+ unitFee:'1000',
+ totalPrice:'1202'
+ },
+ {
+ brandName:'丽品白卡',
+ categoryName:"",
+ gramWeight:'200g',
+ length:'787',
+ quantity:'5000张',
+ width:'1092',
+ unitFee:'1000',
+ totalPrice:'1202'
+ }
+ ]
+ },
}
},
methods: {