Browse Source

标题去掉 查询 文字

zhuth 7 years ago
parent
commit
d10184b324

+ 1 - 1
frontend/saas-web/app/view/document/kind/Kind.js

@@ -128,7 +128,7 @@ Ext.define('saas.view.document.kind.Kind', {
         
         if(button&&button.xtype!="tbfill"){
             button.click();
-            me.ownerCt.setTitle(button.typeText + '查询');
+            me.ownerCt.setTitle(button.typeText);
         }
     }
 })

+ 1 - 1
frontend/saas-web/app/view/document/kind/KindController.js

@@ -31,7 +31,7 @@ Ext.define('saas.view.document.kind.KindController', {
         grid.reconfigure(store, columns);
         if(store) store.reload();
         vm.set('title', button.typeText);
-        grid.ownerCt.ownerCt.setTitle(button.typeText+'查询');
+        grid.ownerCt.ownerCt.setTitle(button.typeText);
     },
     onAdd:function(b){
         var dk = b.ownerCt.ownerCt;

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

@@ -5,7 +5,7 @@ Ext.define('saas.view.document.product.FormController', {
         var me = this;
         this.control({
             //主表单选放大镜模板
-            'vendorDbfindTrigger[name=pr_vendcode]':{
+            'vendorDbfindTrigger[name=pr_vendname]':{
                 beforerender:function(f){
                     Ext.apply(f,{
                         dbfinds:[{
@@ -20,7 +20,7 @@ Ext.define('saas.view.document.product.FormController', {
                 }
             },
             // 仓库编号
-            'warehouseDbfindTrigger[name=pr_whcode]':{
+            'warehouseDbfindTrigger[name=pr_whname]':{
                 beforerender:function(f){
                     Ext.apply(f,{
                         dbfinds:[{

+ 1 - 1
frontend/saas-web/app/view/main/Navigation.js

@@ -154,7 +154,7 @@ Ext.define('saas.view.main.Navigation', {
                                     config = dataset.config,
                                     id = dataset.id;
 
-                                    var tabTitle = text + '查询',
+                                    var tabTitle = text,
                                     tabId = 'maintab-' + type + '-' + id;
 
                                     menu.navItem.classList.remove(menu.navView.overItemCls);