Browse Source

字段调整

zhuth 7 years ago
parent
commit
d5cf3ca747

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

@@ -137,7 +137,9 @@ Ext.define('saas.view.document.vendor.FormPanel', {
         allowBlank : true, 
         columnWidth : 0.25,
         minValue:0,
-        decimalPrecision: 0, 
+        maxLength: 8,
+        enforceMaxLength: true,
+        decimalPrecision: 0
     },{
         xtype : "textfield", 
         name : "ve_nsrzh", 

+ 0 - 1
frontend/saas-web/app/view/sale/saleOut/QueryPanel.js

@@ -117,7 +117,6 @@ Ext.define('saas.view.sale.saleout.QueryPanel', {
             text: '备注',
             dataIndex: 'pi_remark',
             width: 250,
-            flex:1
         }],
         relativeColumn: [{
             text: 'id',