|
|
@@ -7,8 +7,8 @@ Ext.define('saas.view.stock.report.Prodiodetail', {
|
|
|
|
|
|
viewName: 'stock-report-prodiodetail',
|
|
|
// 按物料分组
|
|
|
- groupField: 'pr_detail',
|
|
|
- groupHeaderTpl: '物料名称: {[values.rows[0].data.pr_detail]}',
|
|
|
+ groupField: 'pd_prodcode',
|
|
|
+ groupHeaderTpl: '物料: {[values.rows[0].data.pr_detail]}({[values.rows[0].data.pd_prodcode]})',
|
|
|
listUrl: '/api/storage/report/prodioDetail',
|
|
|
defaultCondition: null,
|
|
|
reportTitle: '物料出入库明细表',
|
|
|
@@ -63,14 +63,6 @@ Ext.define('saas.view.stock.report.Prodiodetail', {
|
|
|
text: '单据类型',
|
|
|
dataIndex: 'pi_class',
|
|
|
width: 110
|
|
|
- }, {
|
|
|
- text: '客户/供应商编号',
|
|
|
- dataIndex: 'bizcode',
|
|
|
- width: 150
|
|
|
- }, {
|
|
|
- text: '客户/供应商名称',
|
|
|
- dataIndex: 'bizname',
|
|
|
- width: 250
|
|
|
}, {
|
|
|
text: '日期',
|
|
|
dataIndex: 'pi_date',
|
|
|
@@ -142,6 +134,14 @@ Ext.define('saas.view.stock.report.Prodiodetail', {
|
|
|
text: '备注',
|
|
|
dataIndex: 'pd_remark',
|
|
|
width: 250
|
|
|
+ }, {
|
|
|
+ text: '客户/供应商编号',
|
|
|
+ dataIndex: 'bizcode',
|
|
|
+ width: 150
|
|
|
+ }, {
|
|
|
+ text: '客户/供应商名称',
|
|
|
+ dataIndex: 'bizname',
|
|
|
+ width: 250
|
|
|
}]
|
|
|
|
|
|
});
|