Преглед на файлове

【bug】物料资料关联列表 标准定价 改为 标准单价/最新售价 改为 最新出货单价

zhuth преди 7 години
родител
ревизия
a575f29654
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      frontend/saas-web/app/view/document/product/BasePanel.js

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

@@ -110,7 +110,7 @@ Ext.define('saas.view.document.product.BasePanel', {
                 return Ext.util.Format.number(v, format);
             }
         }, {
-            text : "标准价(元)", 
+            text : "标准价(元)", 
             dataIndex : "pr_standardprice",
             xtype: 'numbercolumn',
             width : 120.0,
@@ -132,7 +132,7 @@ Ext.define('saas.view.document.product.BasePanel', {
                 return Ext.util.Format.number(v, format);
             }
         }, {
-            text : "最新价(元)", 
+            text : "最新出货单价(元)", 
             dataIndex : "pr_saleprice",
             xtype: 'numbercolumn',
             width : 120.0,