Browse Source

【界面标准化】【物料资料从表】【单位成本加(元),期初金额加(元)】【前端处理】

rainco 7 years ago
parent
commit
e9cf98007c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frontend/saas-web/app/view/document/product/FormPanel.js

+ 2 - 2
frontend/saas-web/app/view/document/product/FormPanel.js

@@ -311,7 +311,7 @@ Ext.define('saas.view.document.product.FormPanel', {
             }
         },
         {
-            text : "单位成本", 
+            text : "单位成本(元)", 
             dataIndex : "pd_price", 
             // xtype: 'numbercolumn',
             align: 'end',
@@ -334,7 +334,7 @@ Ext.define('saas.view.document.product.FormPanel', {
             },
         },
         {
-            text : "期初总价", 
+            text : "期初金额(元)", 
             dataIndex : "pd_amount", 
             // xtype: 'numbercolumn',
             align: 'end',