ソースを参照

序号字段宽度加宽

rainco 7 年 前
コミット
d53b7733ed

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

@@ -323,7 +323,7 @@ Ext.define('saas.view.purchase.purchaseIn.FormPanel', {
                 text : "采购序号",
                 dataIndex : "pd_orderdetno", 
                 xtype : "numbercolumn",
-                width : 80.0,
+                width : 110.0,
                 format: '0',
                 renderer: function(v) {
                     return v ? v : null;

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

@@ -310,7 +310,7 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
                 text : "采购序号", 
                 dataIndex : "pd_orderdetno", 
                 xtype : "numbercolumn", 
-                width : 80.0,
+                width : 110.0,
                 renderer: function(v) {
                     return Ext.util.Format.number(v, '0');
                 }

+ 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: 80,
+                width: 序号,
                 format: '0',
                 renderer: function(v) {
                     return v ? v : null;

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

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