From c311ab706cfc3934e03c875211a41082acff575a Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期一, 02 九月 2024 08:14:23 +0800 Subject: [PATCH] feat:PVC流程提交 --- pages/customer-page/customer-index/customer-index.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue index 01fa8bb..11ae41a 100644 --- a/pages/customer-page/customer-index/customer-index.vue +++ b/pages/customer-page/customer-index/customer-index.vue @@ -59,6 +59,9 @@ <view class="second-line"> {{item.orderCode}} </view> + <view class="second-line"> + {{item.code}} + </view> <view class="third-line"> <view class="time-icon"> <view @@ -357,7 +360,7 @@ console.log(111,obj) if (obj.cars2 == 0) return this.$u.toast('璇峰厛棰嗗彇鍚庡啀杞彂'); uni - .navigateTo({ url: `/pages/public-page/forward/forward?orderPlanId=${obj.id}&orderType=${obj.orderType}&carNumSurplus1=${obj.carNumSurplus1}&carNum=${obj.carNum}&cars2=${obj.cars2}&productName=${obj.productName}&customerId=${obj.customerId}`}); + .navigateTo({ url: `/pages/public-page/forward/forward?orderPlanId=${obj.id}&orderType=${obj.orderType}&carNumSurplus1=${obj.carNumSurplus1}&carNum=${obj.carNum}&cars2=${obj.cars2}&productName=${obj.productName}&customerId=${obj.customerId}&pvcPlanMeasure=${obj.pvcPlanMeasure}`}); }, // 鑷富閰嶉�� selfDeliver() { -- Gitblit v1.9.1