Browse Source

【bug-界面标准化】【制造单】【明细“名称“调整为”物料名称“】【前端处理】

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

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

@@ -190,7 +190,7 @@ Ext.define('saas.view.stock.make.FormPanel', {
                     return v;
                 }
             }, {
-                text : "名称", 
+                text : "物料名称", 
                 width : 200.0, 
                 dataIndex : "pr_detail",
                 ignore:true,