Browse Source

修改制造单描述

zhoudw 7 years ago
parent
commit
bf1467eecb
1 changed files with 4 additions and 4 deletions
  1. 4 4
      frontend/saas-web/app/view/stock/make/FormPanel.js

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

@@ -109,7 +109,7 @@ Ext.define('saas.view.stock.make.FormPanel', {
     },{
         xtype : "numberfield", 
         name : "ma_price", 
-        fieldLabel : "单位成本",
+        fieldLabel : "单",
         readOnly:true,
         editable:false,
         decimals:8,
@@ -119,7 +119,7 @@ Ext.define('saas.view.stock.make.FormPanel', {
         name : "ma_total",
         readOnly:true,
         editable:false, 
-        fieldLabel : "总成本",
+        fieldLabel : "金额",
         decimals:2,
         columnWidth: 0.25
     },
@@ -284,7 +284,7 @@ Ext.define('saas.view.stock.make.FormPanel', {
                     xtype : "dbfindtrigger"
                 }
             },{
-                text : "出库单位成本", 
+                text : "成本单价", 
                 dataIndex : "mm_price", 
                 xtype: 'numbercolumn',
                 width : 120.0,
@@ -303,7 +303,7 @@ Ext.define('saas.view.stock.make.FormPanel', {
                     return Ext.util.Format.number(v, format);
                 }
             },            {
-                text : "出库成本", 
+                text : "成本金额", 
                 xtype: 'numbercolumn',
                 dataIndex : "mm_amount", 
                 width : 120.0,