Browse Source

去掉销售出货单ID宽度

rainco 7 years ago
parent
commit
83888ce575
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/sale/saleOut/QueryPanel.js

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

@@ -74,7 +74,7 @@ Ext.define('saas.view.sale.saleout.QueryPanel', {
         baseColumn: [{
         baseColumn: [{
             text: 'id',
             text: 'id',
             dataIndex: 'id',
             dataIndex: 'id',
-            width: 100,
+            width: 0,
             xtype: 'numbercolumn'
             xtype: 'numbercolumn'
         }, {
         }, {
             text: '单据编号',
             text: '单据编号',