Browse Source

序号BUG

rainco 7 years ago
parent
commit
37ce31520b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/sale/saleIn/FormPanel.js

+ 1 - 1
frontend/saas-web/app/view/sale/saleIn/FormPanel.js

@@ -254,7 +254,7 @@ Ext.define('saas.view.sale.saleIn.FormPanel', {
                 text : "销售序号", 
                 dataIndex : "pd_orderdetno", 
                 xtype : "numbercolumn",
-                width: 序号,
+                width: 110.0,
                 format: '0',
                 renderer: function(v) {
                     return v ? v : null;