|
@@ -48,14 +48,6 @@ Ext.define('saas.view.home.infoCardList.Recment', {
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
dataIndex: 'pi_prstatus',
|
|
dataIndex: 'pi_prstatus',
|
|
|
width: 90
|
|
width: 90
|
|
|
- },{
|
|
|
|
|
- text: '录入人',
|
|
|
|
|
- dataIndex: 'creatorName',
|
|
|
|
|
- width :110
|
|
|
|
|
- },{
|
|
|
|
|
- text: '审核人',
|
|
|
|
|
- dataIndex: 'pi_auditman',
|
|
|
|
|
- width: 110
|
|
|
|
|
}, {
|
|
}, {
|
|
|
text: '备注',
|
|
text: '备注',
|
|
|
dataIndex: 'pi_remark',
|
|
dataIndex: 'pi_remark',
|
|
@@ -112,7 +104,7 @@ Ext.define('saas.view.home.infoCardList.Recment', {
|
|
|
return Ext.util.Format.number(v, format);
|
|
return Ext.util.Format.number(v, format);
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
- text: '销售单价',
|
|
|
|
|
|
|
+ text: '销售单价(元)',
|
|
|
dataIndex: 'pd_sendprice',
|
|
dataIndex: 'pd_sendprice',
|
|
|
xtype:'numbercolumn',
|
|
xtype:'numbercolumn',
|
|
|
hidden:true,
|
|
hidden:true,
|
|
@@ -124,7 +116,7 @@ Ext.define('saas.view.home.infoCardList.Recment', {
|
|
|
return Ext.util.Format.number(v, format);
|
|
return Ext.util.Format.number(v, format);
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
- text: '金额(元)',
|
|
|
|
|
|
|
+ text: '金额',
|
|
|
dataIndex: 'pd_ordertotal',
|
|
dataIndex: 'pd_ordertotal',
|
|
|
xtype:'numbercolumn',
|
|
xtype:'numbercolumn',
|
|
|
width: 110,
|
|
width: 110,
|