From accaf01dabdf317e67b7f24c13c81c1023d51cd4 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期四, 23 三月 2023 16:49:50 +0800 Subject: [PATCH] 首页增加历史提煤单 --- pages/freight-forwarder-page/freightForwarder-index/freightForwarder-index.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/freight-forwarder-page/freightForwarder-index/freightForwarder-index.vue b/pages/freight-forwarder-page/freightForwarder-index/freightForwarder-index.vue index 63b5d9d..18699c5 100644 --- a/pages/freight-forwarder-page/freightForwarder-index/freightForwarder-index.vue +++ b/pages/freight-forwarder-page/freightForwarder-index/freightForwarder-index.vue @@ -8,23 +8,23 @@ <text>{{ item.carNum }}</text> 寮� </view> - <view class="card-left__utils"><u-button text="杞彂" type="primary" @tap.stop="forwardClick(item.id)" shape="circle"></u-button></view> + <view class="card-left__utils"><u-button text="杞彂" type="primary" @tap.stop="forwardClick(item)" shape="circle"></u-button></view> </template> <template v-slot:right-top> <view class="right-top"> <view class="card-right-top-row"> <view> - <text>杞彂鍓╀綑锛歿{ item.carNumSurplusHuodai||'' }}</text> + <text>杞彂鍓╀綑锛歿{ item.carNumSurplusHuodai || '' }}</text> </view> <view> - <text>{{ item.coalName||'' }}</text> + <text>{{ item.coalName || '' }}</text> </view> </view> </view> </template> <template v-slot:right-bottom> <view class="code"> - <text>缂栧彿锛歿{ item.orderCode||'' }}</text> + <text>缂栧彿锛歿{ item.orderCode || '' }}</text> </view> </template> </card> @@ -62,9 +62,9 @@ }); }, // 杞彂 - forwardClick(id) { + forwardClick(value) { uni.navigateTo({ - url: `/pages/public-page/forward/forward?orderPlanId=${id}` + url: `/pages/public-page/forward/forward?orderPlanId=${value.orderPlanId}&carNumSurplusHuodai=${value.carNumSurplusHuodai}` }); } } @@ -81,7 +81,7 @@ // 鍗$墖鏍峰紡 .card-left__top { - margin-top:vww(26); + margin-top: vww(26); text-align: center; color: #ffffff; text { -- Gitblit v1.9.1