Browse Source

查询企业接口添加入参

wenmenghao 3 years ago
parent
commit
9b839e82bf

+ 2 - 1
src/jfw/modules/app/src/web/templates/frontRouter/bigmember/free/perfect_info.html

@@ -1292,7 +1292,8 @@
             return
           }
           this.ajaxFn('/jypay/user/company/association', {
-            name: str
+            name: str,
+            companyCount:10
           }, function (r) {
             if (r && r.error_msg === '' && r.data) {
               this.isAssociateShow = true

+ 1 - 1
src/jfw/modules/app/src/web/templates/frontRouter/bigmember/free/perfect_info_partner.html

@@ -216,7 +216,7 @@
         if (str.length <= 2) {
           return
         }
-        this.ajaxFn('/jypay/user/company/association', { name: str }, function (r) {
+        this.ajaxFn('/jypay/user/company/association', { name: str,companyCount:10}, function (r) {
           if (r && r.error_msg === '' && r.data) {
             this.isAssociateShow = true
             this.searchList = r.data

+ 1 - 1
src/jfw/modules/app/src/web/templates/frontRouter/bigmember/free/perfect_info_push.html

@@ -352,7 +352,7 @@
         if (str.length <= 2) {
           return
         }
-        this.ajaxFn('/jypay/user/company/association', { name: str }, function (r) {
+        this.ajaxFn('/jypay/user/company/association', { name: str,companyCount:10 }, function (r) {
           if (r && r.error_msg === '' && r.data) {
             this.isAssociateShow = true
             this.searchList = r.data

+ 1 - 1
src/jfw/modules/app/src/web/templates/frontRouter/bigmember/free/perfect_info_solution.html

@@ -409,7 +409,7 @@
         if (str.length <= 2) {
           return
         }
-        this.ajaxFn('/jypay/user/company/association', { name: str }, function (r) {
+        this.ajaxFn('/jypay/user/company/association', { name: str,companyCount:10 }, function (r) {
           if (r && r.error_msg === '' && r.data) {
             this.isAssociateShow = true
             this.searchList = r.data

+ 1 - 1
src/jfw/modules/app/src/web/templates/frontRouter/bigmember/free/perfect_info_strud.html

@@ -521,7 +521,7 @@
         if (str.length <= 2) {
           return
         }
-        this.ajaxFn('/jypay/user/company/association', { name: str }, function (r) {
+        this.ajaxFn('/jypay/user/company/association', { name: str,companyCount:10 }, function (r) {
           if (r && r.error_msg === '' && r.data) {
             this.isAssociateShow = true
             this.searchList = r.data

+ 2 - 1
src/web/staticres/common-module/pc-dialog/js/leave-info-dialog.js

@@ -568,7 +568,8 @@ var vm = new Vue({
         type:'POST',
         url:'/jypay/user/company/association',
         data: {
-          name: name
+          name: name,
+          companyCount:10
         },
         heads : {
           'content-type': 'application/x-www-form-urlencoded'

+ 2 - 1
src/web/staticres/js/pc-collect-user-info.js

@@ -824,7 +824,8 @@ var vm = new Vue({
         type:'POST',
         url:'/jypay/user/company/association',
         data: {
-          name: name
+          name: name,
+          companyCount:10
         },
         heads : {
           'content-type': 'application/x-www-form-urlencoded'

+ 1 - 1
src/web/templates/frontRouter/wx/bigmember/free/perfect_info.html

@@ -990,7 +990,7 @@
         if (str.length <= 2) {
           return
         }
-        this.ajaxFn('/jypay/user/company/association', { name: str }, function (r) {
+        this.ajaxFn('/jypay/user/company/association', { name: str,companyCount:10 }, function (r) {
           if (r && r.error_msg === '' && r.data) {
             this.isAssociateShow = true
             this.searchList = r.data

+ 1 - 1
src/web/templates/frontRouter/wx/bigmember/free/perfect_info_partner.html

@@ -261,7 +261,7 @@
         if (str.length <= 2) {
           return
         }
-        this.ajaxFn('/jypay/user/company/association', { name: str }, function (r) {
+        this.ajaxFn('/jypay/user/company/association', { name: str,companyCount:10 }, function (r) {
           if (r && r.error_msg === '' && r.data) {
             this.isAssociateShow = true
             this.searchList = r.data

+ 1 - 1
src/web/templates/frontRouter/wx/bigmember/free/perfect_info_solution.html

@@ -427,7 +427,7 @@
         if (str.length <= 2) {
           return
         }
-        this.ajaxFn('/jypay/user/company/association', { name: str }, function (r) {
+        this.ajaxFn('/jypay/user/company/association', { name: str,companyCount:10 }, function (r) {
           if (r && r.error_msg === '' && r.data) {
             this.isAssociateShow = true
             this.searchList = r.data

+ 1 - 1
src/web/templates/frontRouter/wx/bigmember/free/perfect_info_strud.html

@@ -536,7 +536,7 @@
         if (str.length <= 2) {
           return
         }
-        this.ajaxFn('/jypay/user/company/association', { name: str }, function (r) {
+        this.ajaxFn('/jypay/user/company/association', { name: str,companyCount:10 }, function (r) {
           if (r && r.error_msg === '' && r.data) {
             this.isAssociateShow = true
             this.searchList = r.data