Browse Source

从表column去除flex

zhuth 7 years ago
parent
commit
1ca2f47e74
1 changed files with 0 additions and 1 deletions
  1. 0 1
      frontend/saas-web/app/view/purchase/purchaseOut/FormPanel.js

+ 0 - 1
frontend/saas-web/app/view/purchase/purchaseOut/FormPanel.js

@@ -274,7 +274,6 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
                 text : "采购序号", 
                 dataIndex : "pd_orderdetno", 
                 xtype : "numbercolumn",
-                flex:1,
                 format: '0000',
                 renderer: function(v) {
                     return v ? v : null;