From 9166395640600a5ec596bfbeefa00906597f095d Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期三, 26 六月 2024 17:33:35 +0800 Subject: [PATCH] feat:库管测试问题& 客户 产品名称展示 & 库管日计划更换图标 --- pages/customer-page/customer-index/customer-index.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue index 9e959e4..ef3e999 100644 --- a/pages/customer-page/customer-index/customer-index.vue +++ b/pages/customer-page/customer-index/customer-index.vue @@ -45,12 +45,12 @@ </view> <view class="second-line" style="width: 94%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" - v-if="item.orderType==='鍐呴攢'||item.orderType==='澶栬喘'"> + v-if="item.orderType==='鍐呴攢'||item.orderType==='澶栬喘' || item.orderType==='澶栬喘閫�'"> {{item.customerName}} </view> <view class="second-line"> <view class="coal-name"> - <view class="">{{ item.coalName }}</view> + <view class="">{{ item.productNames || item.productName }}</view> <view class="black-bar"></view> <view class="coal-type" v-if="item.orderType">{{ item.orderType }}</view> @@ -104,7 +104,7 @@ size="40"></u-icon></view> </view> <view class="second"> - <view class="coal-name">{{ item.coalName || '' }}</view> + <view class="coal-name">{{ item.productNames || item.productName }}</view> <view class="order-type">{{ item.orderType || '' }}</view> </view> <view class="third"> @@ -120,7 +120,7 @@ v-else-if="roleType == 2">{{ item.carNumSurplus }}</view> </view> <view class="third-line"> - <view class="third-line_text">鎻愮叅鍗曚釜鏁�:</view> + <view class="third-line_text">鏀跺彂鍗曚釜鏁�:</view> <view class="third-line_num">{{ item.tmCount }}</view> </view> </view> @@ -348,7 +348,7 @@ // 鐐瑰嚮鍘嗗彶鎻愮叅鍗曡幏鍙栬鎯� faYundetail(v) { uni.navigateTo({ - url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&cars2=${v.cars2}&coalName=${v.coalName}&deptName=${v.deptName}` + url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&cars2=${v.cars2}&productNames=${v.productNames}&deptName=${v.deptName}` }); }, // 杞彂 @@ -378,7 +378,7 @@ // 鑷富閰嶉�� .self-deliver { position: relative; - top: vww(-120); + top: vww(-150); width: 88%; height: vww(50); margin: vww(8) auto; -- Gitblit v1.9.1