From c2d32bb396911d000e59b604fc52039318a08866 Mon Sep 17 00:00:00 2001 From: zhangshan Date: Fri, 18 Jun 2021 17:26:40 +0800 Subject: [PATCH] no message --- pages/storage/index/index.js | 4 ++-- xtends/statics/sale-report/index.js | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pages/storage/index/index.js b/pages/storage/index/index.js index 171bd8e..6eed6a1 100644 --- a/pages/storage/index/index.js +++ b/pages/storage/index/index.js @@ -112,8 +112,8 @@ Component({ this.data.tabList2[1].badge = '' } } - var vdateString = util.formatDate(new Date(vdate[0]), 'Y-M-D') + '至' + util.formatDate(new Date(vdate[1]), 'Y-M-D') - this.setData({ tabList2: this.data.tabList2, vdate, vdateString }) + // var vdateString = util.formatDate(new Date(vdate[0]), 'Y-M-D') + '至' + util.formatDate(new Date(vdate[1]), 'Y-M-D') + this.setData({ tabList2: this.data.tabList2 }) if(loading){ wx.hideLoading() } diff --git a/xtends/statics/sale-report/index.js b/xtends/statics/sale-report/index.js index 304c786..fa32b5d 100644 --- a/xtends/statics/sale-report/index.js +++ b/xtends/statics/sale-report/index.js @@ -17,7 +17,10 @@ const columns2 = [ { prop: 'differenceWeight', width: 185, label: '差异重量(吨)' } ] const columns3 = [ - { prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' }, + { prop: 'productCategoryName', width: 200, label: '品类', color: '#5 + + + 5C355' }, { prop: 'netWeight', width: 185, label: '纸厂净重(吨)' }, { prop: 'settleWeight', width: 185, label: '结算重量(吨)' }, { prop: 'avgDeductPercent', width: 180, label: '平均扣点(%)' }