Просмотр исходного кода

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

rainco 7 лет назад
Родитель
Сommit
e9cf98007c
1 измененных файлов с 2 добавлено и 2 удалено
  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',