Browse Source

销售利润表筛选条件调整pi_date

rainco 7 years ago
parent
commit
5c1dc1f358
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/sale/report/SaleProfit.js

+ 1 - 1
frontend/saas-web/app/view/sale/report/SaleProfit.js

@@ -25,7 +25,7 @@ Ext.define('saas.view.sale.report.SaleProfit', {
         columnWidth: 0.2
     }, {
         xtype: 'condatefield',
-        name: 'sa_date',
+        name: 'pi_date',
         fieldLabel: '时间',
         columnWidth: 0.4
     }],