|
|
@@ -52,17 +52,21 @@ Ext.define('saas.view.home.infoCardList.PurchaseIn', {
|
|
|
dataIndex: 'pd_prodcode',
|
|
|
width: 150
|
|
|
}, {
|
|
|
- text: '物料名称',
|
|
|
+ text: '品牌',
|
|
|
dataIndex: 'pr_detail',
|
|
|
width: 200
|
|
|
}, {
|
|
|
- text: '物料规格',
|
|
|
+ text: '名称',
|
|
|
+ dataIndex: 'pr_detail',
|
|
|
+ width: 200
|
|
|
+ }, {
|
|
|
+ text: '型号',
|
|
|
+ dataIndex: 'pr_orispeccode',
|
|
|
+ width: 200
|
|
|
+ }, {
|
|
|
+ text: '规格',
|
|
|
dataIndex: 'pr_spec',
|
|
|
width: 150
|
|
|
- }, {
|
|
|
- text: '单位',
|
|
|
- dataIndex: 'pr_unit',
|
|
|
- width: 80
|
|
|
}, {
|
|
|
text: '采购数量',
|
|
|
dataIndex: 'pd_qty',
|
|
|
@@ -74,6 +78,10 @@ Ext.define('saas.view.home.infoCardList.PurchaseIn', {
|
|
|
var format = '0,000.' + xr.join('');
|
|
|
return Ext.util.Format.number(v, format);
|
|
|
},
|
|
|
+ }, {
|
|
|
+ text: '单位',
|
|
|
+ dataIndex: 'pr_unit',
|
|
|
+ width: 80
|
|
|
}, {
|
|
|
text: '需求日期',
|
|
|
dataIndex: 'pd_delivery',
|