@@ -172,6 +172,10 @@ Ext.define('saas.view.sale.saleout.QueryPanel', {
text: '物料编号',
dataIndex: 'pd_prodcode',
width: 150
+ }, {
+ text: '物料名称',
+ dataIndex: 'pr_detail',
+ width: 150
}, {
text: '出货数量',
dataIndex: 'pd_outqty',