Browse Source

BOM用量精度为0

rainco 7 years ago
parent
commit
938469881e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/document/bom/FormPanel.js

+ 1 - 1
frontend/saas-web/app/view/document/bom/FormPanel.js

@@ -155,7 +155,7 @@ Ext.define('saas.view.document.bom.FormPanel', {
                 dataIndex : "bd_baseqty",
                 editor : {
                     xtype : "numberfield",
-                    decimalPrecision: 3,
+                    decimalPrecision: 0,
                     minValue:0
                 },
                 renderer : function(v) {