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