From 2a228df9ce3e558cc04e50585916e007a23557ad Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Wed, 31 Mar 2021 10:56:03 +0800 Subject: [PATCH] no message --- pages/process/agent-list/index.wxml | 2 +- pages/process/check-list/index.wxml | 16 +++--- pages/process/index/index.js | 2 + pages/process/index/index.wxml | 2 +- pages/process/order-list/index.js | 3 +- pages/process/order-list/index.wxml | 83 ++++++++++++++++------------- 6 files changed, 60 insertions(+), 48 deletions(-) diff --git a/pages/process/agent-list/index.wxml b/pages/process/agent-list/index.wxml index cebcbc2..0fe5ce1 100644 --- a/pages/process/agent-list/index.wxml +++ b/pages/process/agent-list/index.wxml @@ -24,7 +24,7 @@ 客户名称:{{item.customerPersonName}} - 已逾期 + 已逾期 待还款 已还款 diff --git a/pages/process/check-list/index.wxml b/pages/process/check-list/index.wxml index 54ffb29..d94e53a 100644 --- a/pages/process/check-list/index.wxml +++ b/pages/process/check-list/index.wxml @@ -22,7 +22,15 @@ 客户名称:{{item.factoryCustomerName}} ({{item.factoryCustomerMobile}}) - 毛重:{{item.totalWeight}}公斤 + 毛重:{{item.totalWeight}}公斤 + + 品类:{{item.productName}} + 毛重:{{item.totalWeight}}公斤 + + + 品类:{{item.productName}} + 金额:{{item.settlePrice}}元 + 审核 - - 待付款 - - - 已完成 - diff --git a/pages/process/index/index.js b/pages/process/index/index.js index 8cbf016..2a5c175 100644 --- a/pages/process/index/index.js +++ b/pages/process/index/index.js @@ -77,6 +77,8 @@ Component({ } if(e.currentTarget.dataset.status == 3){ wx.navigateTo({ url: '/pages/process/payment-list/index?status=' + e.currentTarget.dataset.status }) + } else if(e.currentTarget.dataset.status == 4){ + wx.navigateTo({ url: '/pages/process/order-list/index?status=' + e.currentTarget.dataset.status }) } else { wx.navigateTo({ url: '/pages/process/check-list/index?status=' + e.currentTarget.dataset.status }) } diff --git a/pages/process/index/index.wxml b/pages/process/index/index.wxml index 94fe81b..a7ce6e0 100644 --- a/pages/process/index/index.wxml +++ b/pages/process/index/index.wxml @@ -18,7 +18,7 @@ 收货统计 今日 - + diff --git a/pages/process/order-list/index.js b/pages/process/order-list/index.js index 809fd18..f762b82 100644 --- a/pages/process/order-list/index.js +++ b/pages/process/order-list/index.js @@ -49,12 +49,13 @@ Page({ this.data.title = '已完成订单' this.data.form.funcType = 6 this.data.form.status = 5 + this.data.tabIndex = 7 } else if(this.data.form.funcType == 5){ this.data.title = '已关闭订单' } } event.on('OrderMessage', this, this.onEvent) - this.setData({ height: app.globalData.fragmentHeight - 90, title: this.data.title }) + this.setData({ height: app.globalData.fragmentHeight - 90, title: this.data.title, tabIndex: this.data.tabIndex }) this.fetchOrderList() }, onEvent: function(message){ diff --git a/pages/process/order-list/index.wxml b/pages/process/order-list/index.wxml index 8df370f..2f06168 100644 --- a/pages/process/order-list/index.wxml +++ b/pages/process/order-list/index.wxml @@ -20,48 +20,55 @@ {{item.tipsTime}} - - - - 客户名称:{{item.factoryCustomerName}} - ({{item.factoryCustomerMobile}}) + + + + + 客户名称:{{item.factoryCustomerName}} + ({{item.factoryCustomerMobile}}) + + 毛重:{{item.totalWeight}}公斤 + + 品类:{{item.productName}} + 毛重:{{item.totalWeight}}公斤 + + + 品类:{{item.productName}} + 金额:{{item.settlePrice}}元 + - 毛重:{{item.totalWeight}}公斤 - - 品类:{{item.productName}} - - + + 取消 + 定价 - - 品类:{{item.productName}} - - + + 待过皮重 + + + 审核 - - 取消 - 定价 - - - 审核 - - - 待过皮重 - - - 待付款 - - - 代付中 - - - 待结算 - - - 已完成 + + + + 客户名称:{{item.factoryCustomerName}} + ({{item.factoryCustomerMobile}}) + + + 待付款 + 代付中 + 待结算 + 已完成 + + + + 品类:{{item.productName}} + 重量:{{item.settleWeight}}公斤 + 金额:{{item.settlePrice}}元 +