@@ -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,
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',
text : '单位',
dataIndex : 'pr_unit',
+ width : 65.0
}],
getGridSelected:function(leadTime){
var me = this,
@@ -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',
text: '型号',
dataIndex: 'prodOrispeccode',
+ width: 200
text: '规格',
dataIndex: 'prodSpec',
text: '单位',
+ width: 65.0,
dataIndex: 'prodUnit'
text: '上传状态',