Browse Source

界面标准化,细节处理

rainco 7 năm trước cách đây
mục cha
commit
c619e93c3e

+ 1 - 1
frontend/saas-web/app/view/document/vendor/BasePanel.js

@@ -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,

+ 1 - 1
frontend/saas-web/app/view/home/infoCardList/Payment.js

@@ -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) {

+ 1 - 1
frontend/saas-web/app/view/home/infoCardList/UnauditCheckIn.js

@@ -47,7 +47,7 @@ Ext.define('saas.view.home.infoCardList.UnauditCheckIn', {
         dataIndex: 'pi_pucode',
         width: 110
     },{
-        text: '总额',
+        text: '总额(元)',
         dataIndex: 'pi_total',
         width: 80,
         renderer: function (v) {

+ 1 - 1
frontend/saas-web/app/view/purchase/purchase/QueryPanel.js

@@ -249,7 +249,7 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
                 return Ext.util.Format.number(v, format);
             }
         },{
-            text: '税额',
+            text: '税额(元)',
             dataIndex: 'pd_taxamount',
             xtype: 'numbercolumn',
             width: 110,

+ 2 - 2
frontend/saas-web/app/view/purchase/purchaseOut/FormPanel.js

@@ -195,7 +195,7 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
                 xtype: "warehouseDbfindTrigger"
             }
         }, {
-            text: "数量",
+            text: "验退数量",
             dataIndex: "pd_outqty",
             width: 110.0,
             xtype: 'numbercolumn',
@@ -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

+ 1 - 1
frontend/saas-web/app/view/purchase/report/Purchase.js

@@ -69,7 +69,7 @@ Ext.define('saas.view.purchase.report.Purchase', {
         width: 150
     }, {
         text: '品牌',
-        dataIndex: 'pr_barnd',
+        dataIndex: 'pr_brand',
         width: 100
     }, {
         text: '名称',

+ 1 - 1
frontend/saas-web/app/view/sale/sale/QueryPanel.js

@@ -239,7 +239,7 @@ Ext.define('saas.view.sale.sale.QueryPanel', {
                 return Ext.util.Format.number(v, format);
             }
         }, {
-            text: '税额',
+            text: '税额(元)',
             dataIndex: 'sd_taxamount',
             xtype: 'numbercolumn',
             width: 110,

+ 1 - 1
frontend/saas-web/app/view/sale/saleIn/FormPanel.js

@@ -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",
                 width: 110.0,

+ 1 - 1
frontend/saas-web/app/view/sale/saleOut/FormPanel.js

@@ -334,7 +334,7 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
                 return saas.util.BaseUtil.numberFormat(v, 2, true);
             }
         }, {
-            text: "销售单号",
+            text: "关联销售单号",
             dataIndex: "pd_ordercode",
             width: 150.0,
             ignore: true

+ 1 - 1
frontend/saas-web/app/view/stock/make/FormPanel.js

@@ -301,7 +301,7 @@ Ext.define('saas.view.stock.make.FormPanel', {
                     return saas.util.BaseUtil.numberFormat(v, 4, true);
                 }
             }, {
-                text : "成本金额", 
+                text : "成本金额(元)", 
                 xtype: 'numbercolumn',
                 dataIndex : "mm_amount", 
                 width : 120.0,