|
|
@@ -180,10 +180,6 @@ Ext.define('saas.view.stock.appropriationInOut.QueryPanel', {
|
|
|
text: '序号',
|
|
|
dataIndex: 'pd_pdno',
|
|
|
width: 80
|
|
|
- },{
|
|
|
- text: '相关单号',
|
|
|
- dataIndex: 'pd_ordercode',
|
|
|
- width: 150
|
|
|
},{
|
|
|
text: '物料编号',
|
|
|
dataIndex: 'pd_prodcode',
|
|
|
@@ -193,7 +189,11 @@ Ext.define('saas.view.stock.appropriationInOut.QueryPanel', {
|
|
|
dataIndex: 'pr_detail',
|
|
|
width: 200
|
|
|
},{
|
|
|
- text: '物料规格',
|
|
|
+ text: '型号',
|
|
|
+ dataIndex: 'pr_orispeccode',
|
|
|
+ width: 150
|
|
|
+ },{
|
|
|
+ text: '规格',
|
|
|
dataIndex: 'pr_spec',
|
|
|
width: 150
|
|
|
},{
|
|
|
@@ -206,39 +206,13 @@ Ext.define('saas.view.stock.appropriationInOut.QueryPanel', {
|
|
|
xtype:'numbercolumn',
|
|
|
width: 110
|
|
|
},{
|
|
|
- text: '仓库',
|
|
|
+ text: '拨出仓',
|
|
|
dataIndex: 'pd_whname',
|
|
|
width: 150
|
|
|
},{
|
|
|
- text: '单价',
|
|
|
- dataIndex: 'pd_orderprice',
|
|
|
- xtype:'numbercolumn',
|
|
|
- width: 110,
|
|
|
- renderer : function(v) {
|
|
|
- var arr = (v + '.').split('.');
|
|
|
- var xr = (new Array(arr[1].length)).fill('0');
|
|
|
- var format = '0,000.' + xr.join();
|
|
|
- return Ext.util.Format.number(v, format);
|
|
|
- }
|
|
|
- },{
|
|
|
- text: '税率',
|
|
|
- dataIndex: 'pd_taxrate',
|
|
|
- xtype:'numbercolumn',
|
|
|
- width: 80,
|
|
|
- renderer : function(v) {
|
|
|
- return Ext.util.Format.number(v, '0');
|
|
|
- },
|
|
|
- },{
|
|
|
- text: '金额',
|
|
|
- dataIndex: 'pd_total',
|
|
|
- xtype:'numbercolumn',
|
|
|
- width: 110,
|
|
|
- renderer : function(v) {
|
|
|
- var arr = (v + '.').split('.');
|
|
|
- var xr = (new Array(arr[1].length)).fill('0');
|
|
|
- var format = '0,000.' + xr.join();
|
|
|
- return Ext.util.Format.number(v, format);
|
|
|
- }
|
|
|
+ text: '拨入仓',
|
|
|
+ dataIndex: 'pd_inwhname',
|
|
|
+ width: 150
|
|
|
},{
|
|
|
text: '备注',
|
|
|
dataIndex: 'pd_remark',
|