|
|
@@ -50,8 +50,6 @@ Ext.define('saas.view.stock.report.Prodiodetail', {
|
|
|
fieldLabel: '单据日期',
|
|
|
columnWidth: 0.4
|
|
|
}],
|
|
|
- // 单号 单据类型 客户/供应商编号 客户/供应商名称 单据日期 序号
|
|
|
- //物料类型 物料编号 物料名称 物料规格 单位 入库数量 出库数量 成本单价 备注
|
|
|
reportColumns: [{
|
|
|
text: 'id',
|
|
|
dataIndex: 'id',
|
|
|
@@ -97,9 +95,9 @@ Ext.define('saas.view.stock.report.Prodiodetail', {
|
|
|
dataIndex: 'pr_spec',
|
|
|
width: 150
|
|
|
}, {
|
|
|
- text: '单位',
|
|
|
- dataIndex: 'pr_unit',
|
|
|
- width: 80
|
|
|
+ text: '仓库',
|
|
|
+ dataIndex: 'pd_whname',
|
|
|
+ width: 150
|
|
|
}, {
|
|
|
text: '入库数量',
|
|
|
xtype: 'numbercolumn',
|