@@ -107,7 +107,7 @@ Ext.define('saas.view.document.vendor.BasePanel', {
return Ext.util.Format.number(v, '0');
}
},{
- text: '应付余额',
+ text: '应付余额(元)',
xtype: 'numbercolumn',
dataIndex : 've_leftamount',
width : 120,
@@ -47,7 +47,7 @@ Ext.define('saas.view.home.infoCardList.Payment', {
dataIndex: 'pi_pucode',
width: 110
- text: '总额',
+ text: '总额(元)',
dataIndex: 'pi_total',
width: 80,
renderer: function (v) {
@@ -47,7 +47,7 @@ Ext.define('saas.view.home.infoCardList.UnauditCheckIn', {
@@ -249,7 +249,7 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
return Ext.util.Format.number(v, format);
- text: '税额',
+ text: '税额(元)',
dataIndex: 'pd_taxamount',
width: 110,
@@ -195,7 +195,7 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
xtype: "warehouseDbfindTrigger"
}, {
- text: "数量",
+ text: "验退数量",
dataIndex: "pd_outqty",
width: 110.0,
@@ -312,7 +312,7 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
dataIndex: "pd_ioid",
hidden: true
- text: "验收单号",
+ text: "关联验收单号",
dataIndex: "iocode",
width: 150.0,
ignore: true
@@ -69,7 +69,7 @@ Ext.define('saas.view.purchase.report.Purchase', {
width: 150
text: '品牌',
- dataIndex: 'pr_barnd',
+ dataIndex: 'pr_brand',
width: 100
text: '名称',
@@ -239,7 +239,7 @@ Ext.define('saas.view.sale.sale.QueryPanel', {
dataIndex: 'sd_taxamount',
@@ -326,7 +326,7 @@ Ext.define('saas.view.sale.saleIn.FormPanel', {
return saas.util.BaseUtil.numberFormat(v, 2, true);
- text : "出货单号",
+ text : "关联出货单号",
dataIndex : "pd_iocode",
xtype : "numbercolumn",
@@ -334,7 +334,7 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
- text: "销售单号",
+ text: "关联销售单号",
dataIndex: "pd_ordercode",
@@ -301,7 +301,7 @@ Ext.define('saas.view.stock.make.FormPanel', {
return saas.util.BaseUtil.numberFormat(v, 4, true);
- text : "成本金额",
+ text : "成本金额(元)",
dataIndex : "mm_amount",
width : 120.0,