Browse Source

Merge branch 'dev' of ssh://10.10.100.21/source/saas-platform into dev

chenw 6 years ago
parent
commit
a3f0f9a087

+ 5 - 5
frontend/saas-web/app/view/purchase/b2b/sendQuotation/DataList.js

@@ -75,13 +75,13 @@ Ext.define('saas.view.purchase.b2b.sendQuotation.DataList', {
                     hidden:true
                 },{
                     text : '物料编号', 
-                    width : 200.0, 
+                    width : 150, 
                     dataIndex : 'pr_code', 
                     xtype : '', 
                 }, {
                     text : '品牌', 
                     dataIndex : 'pr_brand', 
-                    width : 110.0, 
+                    width : 100.0, 
                     xtype : '', 
                 }, {
                     text : '名称', 
@@ -90,15 +90,15 @@ Ext.define('saas.view.purchase.b2b.sendQuotation.DataList', {
                 },{
                     text : '型号', 
                     dataIndex : 'pr_orispeccode',
-                    width : 110.0
+                    width : 200.0
                 },{
                     text : '规格', 
                     dataIndex : 'pr_spec',
-                    width : 110.0
+                    width : 200.0
                 },{
                     text : '单位', 
                     dataIndex : 'pr_unit',
-                    width : 110.0
+                    width : 65.0
                 }],
                 getGridSelected:function(leadTime){
                     var me = this,

+ 5 - 4
frontend/saas-web/app/view/sale/b2b/Product.js

@@ -83,7 +83,7 @@ Ext.define('saas.view.sale.b2b.Product', {
                 columns : [{
                     text: '物料编号',
                     dataIndex: 'prodCode',
-                    width: 120
+                    width: 150
                 }, {
                     text: '品牌',
                     dataIndex: 'prodBrand',
@@ -91,17 +91,18 @@ Ext.define('saas.view.sale.b2b.Product', {
                 }, {
                     text: '名称',
                     dataIndex: 'prodName',
-                    width: 120
+                    width: 150
                 }, {
                     text: '型号',
                     dataIndex: 'prodOrispeccode',
-                    width: 120
+                    width: 200
                 }, {
                     text: '规格',
                     dataIndex: 'prodSpec',
-                    width: 120
+                    width: 200
                 }, {
                     text: '单位',
+                    width: 65.0,
                     dataIndex: 'prodUnit'
                 }, {
                     text: '上传状态',