瀏覽代碼

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

rainco 7 年之前
父節點
當前提交
12fb075fa6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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',
         xtype: 'productDbfindTrigger',
         name: 'ma_prodcode',
         name: 'ma_prodcode',
-        emptyText :'请输入产品名称或编号',
+        emptyText :'请输入产品编号或名称',
         margin:'0 0 0 20',
         margin:'0 0 0 20',
         getCondition: function(value) {
         getCondition: function(value) {
             if(value == 'ALL') {
             if(value == 'ALL') {