|
|
@@ -141,14 +141,6 @@ Ext.define('saas.view.sale.sale.QueryPanel', {
|
|
|
text: '业务员',
|
|
|
dataIndex: 'sa_seller',
|
|
|
width: 110
|
|
|
- }, {
|
|
|
- text: '录入人',
|
|
|
- dataIndex: 'creatorName',
|
|
|
- width :110
|
|
|
- }, {
|
|
|
- text: '审核人',
|
|
|
- dataIndex: 'sa_auditman',
|
|
|
- width: 110
|
|
|
}, {
|
|
|
text: '收货地址',
|
|
|
dataIndex: 'sa_toplace',
|
|
|
@@ -211,6 +203,10 @@ Ext.define('saas.view.sale.sale.QueryPanel', {
|
|
|
text: '型号',
|
|
|
dataIndex: 'pr_orispeccode',
|
|
|
width: 200
|
|
|
+ },{
|
|
|
+ text: '规格',
|
|
|
+ dataIndex: 'pr_spce',
|
|
|
+ width: 150
|
|
|
},{
|
|
|
text: '数量',
|
|
|
dataIndex: 'sd_qty',
|
|
|
@@ -237,17 +233,6 @@ Ext.define('saas.view.sale.sale.QueryPanel', {
|
|
|
var format = '0,000.' + xr.join('');
|
|
|
return Ext.util.Format.number(v, format);
|
|
|
},
|
|
|
- }, {
|
|
|
- text: '已转数',
|
|
|
- dataIndex: 'sd_yqty',
|
|
|
- xtype: 'numbercolumn',
|
|
|
- width: 120,
|
|
|
- renderer : function(v) {
|
|
|
- var arr = (v + '.').split('.');
|
|
|
- var xr = (new Array(arr[1].length > 3 ? 3 : arr[1].length)).fill('0');
|
|
|
- var format = '0.' + xr.join('');
|
|
|
- return Ext.util.Format.number(v, format);
|
|
|
- },
|
|
|
}, {
|
|
|
text: '已出货数',
|
|
|
dataIndex: 'sd_sendqty',
|