|
|
@@ -152,7 +152,7 @@ Ext.define('saas.view.sale.saleout.QueryPanel', {
|
|
|
text: '明细序号',
|
|
|
dataIndex: 'pd_detno',
|
|
|
xtype: 'numbercolumn',
|
|
|
- width: 80
|
|
|
+ width: 100
|
|
|
}, {
|
|
|
text: '关联销售单号',
|
|
|
dataIndex: 'pd_ordercode',
|
|
|
@@ -161,7 +161,11 @@ Ext.define('saas.view.sale.saleout.QueryPanel', {
|
|
|
text: '订单序号',
|
|
|
dataIndex: 'pd_orderdetno',
|
|
|
xtype:'numbercolumn',
|
|
|
- width: 80
|
|
|
+ width: 100,
|
|
|
+ renderer : function(v) {
|
|
|
+ var format = '0'
|
|
|
+ return Ext.util.Format.number(v, format);
|
|
|
+ }
|
|
|
}, {
|
|
|
text: '物料编号',
|
|
|
dataIndex: 'pd_prodcode',
|