From b5459476ba996bada30afae1b0ce68fde876423f Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Wed, 16 Jun 2021 15:11:10 +0800 Subject: [PATCH] no message --- xtends/statics/sale-report/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xtends/statics/sale-report/index.js b/xtends/statics/sale-report/index.js index d0c07f4..a895bb2 100644 --- a/xtends/statics/sale-report/index.js +++ b/xtends/statics/sale-report/index.js @@ -12,11 +12,11 @@ Scene({ height: app.globalData.fragmentHeight, form: {}, columns: [ - { prop: 'datetime', width: 200, label: '品类', color: '#55C355' }, - { prop: 'sign_in_time', width: 180, label: '出货重量(吨)' }, - { prop: 'sign_out_time', width: 180, label: '结算重量(吨)' }, - { prop: 'work_hour', width: 220, label: '结算均价(元/吨)' }, - { prop: 'status', width: 180, label: '结算金额(元)' } + { prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' }, + { prop: 'outboundDeliveryNetWeight', width: 180, label: '出货重量(吨)' }, + { prop: 'settleWeight', width: 180, label: '结算重量(吨)' }, + { prop: 'settleAvgPrice ', width: 220, label: '结算均价(元/吨)' }, + { prop: 'settlePrice', width: 180, label: '结算金额(元)' } ], reportInfo:{ productSalesDailyReportList: [],