From d46000efc7ace4892d95eaaf59897a4ef63d6c62 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Tue, 6 Jul 2021 15:07:26 +0800 Subject: [PATCH] icon --- pages/process/check-list/index.wxml | 4 +- pages/process/order-list/index.wxml | 46 +++++++++--------- pages/process/order-list/index.wxss | 7 +++ pages/process/outside-list/index.js | 6 +++ pages/process/outside-list/index.json | 1 + pages/process/outside-list/index.wxml | 67 ++++++++++++++++++++------- pages/process/outside-list/index.wxss | 9 +++- pages/process/payment-list/index.wxml | 6 +-- 8 files changed, 102 insertions(+), 44 deletions(-) diff --git a/pages/process/check-list/index.wxml b/pages/process/check-list/index.wxml index 227bb82..55f4d20 100644 --- a/pages/process/check-list/index.wxml +++ b/pages/process/check-list/index.wxml @@ -21,7 +21,7 @@ - + {{item.factoryCustomerName}} -{{item.factoryCustomerMobile}} @@ -55,7 +55,7 @@ 结算金额(元): {{item.settlePrice}} - + 取消订单 - + {{item.factoryCustomerName}} -{{item.factoryCustomerMobile}} @@ -39,27 +39,31 @@ 已完成 已关闭 - - 品类: - {{item.productName}} - - - 毛重(公斤): - {{item.totalWeight}} - - - 结算重量(公斤): - {{item.settleWeight}} - - - 单价(元/公斤): - {{item.unitPrice}} - - - 结算金额(元): - {{item.settlePrice}} + + + 品类: + {{item.productName}} + + + 毛重(公斤): + {{item.totalWeight}} + + + 结算重量(公斤): + {{item.settleWeight}} + + + 单价(元/公斤): + {{item.unitPrice}} + + + 结算金额(元): + {{item.settlePrice}} + + + - + 取消订单 {{item.tipsTime}} + - - - {{item.factoryCustomerName}} - + + + + + {{item.factoryCustomerName}} + -{{item.factoryCustomerMobile}} + - - 待收货 - 待定价 - 过磅待审核 - 待付款 - 代付中 - 待结算 - 已完成 - 已取消 + 待收货 + 待定价 + 过磅待审核 + 待付款 + 代付中 + 待结算 + 已完成 + 已取消 + + + + 品类: + {{item.productCategoryName}} + + + 车牌号码: + {{item.plateNumber || ''}} + + + 结算重量(公斤): + {{item.settleWeight}} + + + 结算金额(元): + {{item.settlePrice}} + + - - 车牌号码:{{item.plateNumber || ''}} - 品类:{{item.productCategoryName}} - + + 取消订单 + 查看订单 + 确认定价 + 重新定价 + 审核订单 + 去支付 + 查看日志 diff --git a/pages/process/outside-list/index.wxss b/pages/process/outside-list/index.wxss index bc19567..06b8159 100644 --- a/pages/process/outside-list/index.wxss +++ b/pages/process/outside-list/index.wxss @@ -1,7 +1,14 @@ /* pages/process/order-list/index.wxss */ .item-content{ padding: 20rpx 32rpx 20rpx 0rpx; - border-bottom:1rpx solid #f3f3f3; margin-left:32rpx; align-items: flex-start; +} + +.item-icon{ + width:120rpx; + height:120rpx; + position:absolute; + right:200rpx; + top:0rpx; } \ No newline at end of file diff --git a/pages/process/payment-list/index.wxml b/pages/process/payment-list/index.wxml index 58fc89f..ea3034e 100644 --- a/pages/process/payment-list/index.wxml +++ b/pages/process/payment-list/index.wxml @@ -22,7 +22,7 @@ - + {{item.factoryCustomerName}} -{{item.factoryCustomerMobile}} @@ -56,9 +56,9 @@ 结算金额(元): {{item.settlePrice}} - + 去支付 + bind:click="lookItem" wx:if="{{(item.status == 4 || item.status == 42) && admin}}">去支付