|
@@ -19,7 +19,7 @@ Ext.define('saas.view.sale.b2b.Business', {
|
|
|
xtype: 'textfield',
|
|
xtype: 'textfield',
|
|
|
name: 'keyword',
|
|
name: 'keyword',
|
|
|
columnWidth: 0.2,
|
|
columnWidth: 0.2,
|
|
|
- emptyText: '物料编号/名称/型号/品牌'
|
|
|
|
|
|
|
+ emptyText: '物料名称/型号/品牌'
|
|
|
}, {
|
|
}, {
|
|
|
xtype: 'condatefield',
|
|
xtype: 'condatefield',
|
|
|
name: 'date',
|
|
name: 'date',
|
|
@@ -100,22 +100,24 @@ Ext.define('saas.view.sale.b2b.Business', {
|
|
|
}, {
|
|
}, {
|
|
|
text: '物料名称',
|
|
text: '物料名称',
|
|
|
dataIndex: 'prodName',
|
|
dataIndex: 'prodName',
|
|
|
- width: 120
|
|
|
|
|
|
|
+ width: 150
|
|
|
}, {
|
|
}, {
|
|
|
text: '物料型号',
|
|
text: '物料型号',
|
|
|
dataIndex: 'prodOrispeccode',
|
|
dataIndex: 'prodOrispeccode',
|
|
|
- width: 120
|
|
|
|
|
|
|
+ width: 200
|
|
|
}, {
|
|
}, {
|
|
|
text: '物料规格',
|
|
text: '物料规格',
|
|
|
dataIndex: 'prodSpec',
|
|
dataIndex: 'prodSpec',
|
|
|
- width: 120
|
|
|
|
|
|
|
+ width: 200
|
|
|
}, {
|
|
}, {
|
|
|
text: '物料单位',
|
|
text: '物料单位',
|
|
|
- dataIndex: 'prodUnit'
|
|
|
|
|
|
|
+ dataIndex: 'prodUnit',
|
|
|
|
|
+ width: 65
|
|
|
}, {
|
|
}, {
|
|
|
text: '采购数量',
|
|
text: '采购数量',
|
|
|
xtype: 'numbercolumn',
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: 'needQty',
|
|
dataIndex: 'needQty',
|
|
|
|
|
+ width: 110,
|
|
|
renderer: function (v, m, r) {
|
|
renderer: function (v, m, r) {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 0, false);
|
|
return saas.util.BaseUtil.numberFormat(v, 0, false);
|
|
|
}
|
|
}
|