Browse Source

从表column去除flex

zhuth 7 năm trước cách đây
mục cha
commit
1ca2f47e74

+ 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;