Browse Source

【界面标准化】【修改制造单输入框提示语】

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

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

@@ -14,7 +14,7 @@ Ext.define('saas.view.stock.make.QueryPanel', {
     }, {
         xtype: 'productDbfindTrigger',
         name: 'ma_prodcode',
-        emptyText :'请输入产品名称或编号',
+        emptyText :'请输入产品编号或名称',
         margin:'0 0 0 20',
         getCondition: function(value) {
             if(value == 'ALL') {