|
|
@@ -53,23 +53,13 @@ Ext.define('saas.view.stock.report.Prodiodetail', {
|
|
|
text: 'id',
|
|
|
dataIndex: 'id',
|
|
|
hidden: true
|
|
|
- }, {
|
|
|
- text: '单号',
|
|
|
- dataIndex: 'pi_inoutno',
|
|
|
- width: 150,
|
|
|
- locked: true
|
|
|
- }, {
|
|
|
- text: '业务类型',
|
|
|
- dataIndex: 'pi_class',
|
|
|
- width: 100,
|
|
|
- locked: true
|
|
|
- }, {
|
|
|
+ },{
|
|
|
text: '单据日期',
|
|
|
dataIndex: 'pi_date',
|
|
|
xtype: 'datecolumn',
|
|
|
width: 110,
|
|
|
locked: true
|
|
|
- }, {
|
|
|
+ }, {
|
|
|
text: '序号',
|
|
|
dataIndex: 'pd_pdno',
|
|
|
exportFormat: 'Integer',
|
|
|
@@ -80,6 +70,20 @@ Ext.define('saas.view.stock.report.Prodiodetail', {
|
|
|
renderer: function(v) {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 0, false);
|
|
|
}
|
|
|
+ }, {
|
|
|
+ text: '单号',
|
|
|
+ dataIndex: 'pi_inoutno',
|
|
|
+ width: 150,
|
|
|
+ locked: true
|
|
|
+ }, {
|
|
|
+ text: '业务类型',
|
|
|
+ dataIndex: 'pi_class',
|
|
|
+ width: 100,
|
|
|
+ locked: true
|
|
|
+ }, {
|
|
|
+ text: '往来单位',
|
|
|
+ dataIndex: 'bizname',
|
|
|
+ width: 200
|
|
|
}, {
|
|
|
text: '物料编号',
|
|
|
dataIndex: 'pd_prodcode',
|
|
|
@@ -137,18 +141,10 @@ Ext.define('saas.view.stock.report.Prodiodetail', {
|
|
|
text: '仓库',
|
|
|
dataIndex: 'pd_whname',
|
|
|
width: 120
|
|
|
- }, {
|
|
|
- text: '往来单位',
|
|
|
- dataIndex: 'bizname',
|
|
|
- width: 200
|
|
|
}, {
|
|
|
text: '关联单号',
|
|
|
dataIndex: 'pd_ordercode',
|
|
|
width: 150
|
|
|
- }, {
|
|
|
- text: '物料类型',
|
|
|
- dataIndex: 'pr_kind',
|
|
|
- width: 100
|
|
|
}, {
|
|
|
text: '备注',
|
|
|
dataIndex: 'pd_remark',
|