Explorar el Código

销售收款一览表 回款比例百分比

zhuth hace 7 años
padre
commit
a203687c5f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      frontend/saas-web/app/view/sale/report/SaleRec.js

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

@@ -99,7 +99,7 @@ Ext.define('saas.view.sale.report.SaleRec', {
             var arr = (v + '.').split('.');
             var xr = (new Array(arr[1].length > 2 ? 2 : arr[1].length)).fill('0');
             var format = '0.' + xr.join();
-            return Ext.util.Format.number(v*100, format);
+            return Ext.util.Format.number(v, format);
         }
     }, {
         text: '备注',