Bläddra i källkod

Merge branch '报价单合同选择客户经销商企业范围修改' into 9.27.0

xiaohaizhao 2 år sedan
förälder
incheckning
90313e9441

+ 1 - 1
packageA/contract/add/setclient/select.js

@@ -52,7 +52,7 @@ Page({
         })
     },
     tabChange(e) {
-        this.data.params.content.where.type = e.detail.title == '客户' ? 7 : 16;
+        this.data.params.content.where.type = e.detail.title == '客户' ? 19 : 20;
         this.getList(true);
     },
     /* 获取列表标签 */

+ 1 - 1
packageA/contract/add/setclient/select.wxml

@@ -1,6 +1,6 @@
 <van-tabs bindchange="tabChange" color='var(--assist)' custom-class='custom-class'>
     <van-tab title="客户" />
-    <van-tab title="经销商" />
+    <van-tab title="合作伙伴" />
 </van-tabs>
 <van-search class="search" value="{{ params.content.where.condition }}" shape="round" placeholder="请输入搜索关键词" bind:search='startSearch' bind:clear='onClear' />
 <Yl_ListBox id='ListBox' bind:getlist='getList'>

+ 1 - 1
packageA/contract/add/type1/index.js

@@ -32,7 +32,7 @@ Page({
                     nocache: true,
                     "where": {
                         "condition": "",
-                        "type": 5,
+                        "type": 21,
                         typemx: "经销商合作协议"
                     }
                 }

+ 1 - 1
packageA/contract/add/type2/index.js

@@ -32,7 +32,7 @@ Page({
                     nocache: true,
                     "where": {
                         "condition": "",
-                        "type": 5,
+                        "type": 21,
                         typemx: "经销项目协议"
                     }
                 }

+ 1 - 1
packageA/contract/add/type3/index.js

@@ -31,7 +31,7 @@ Page({
                     nocache: true,
                     "where": {
                         "condition": "",
-                        "type": 7,
+                        "type": 18,
                         typemx: "直销项目协议"
                     }
                 }

+ 1 - 1
packageA/contract/add/type4/index.js

@@ -32,7 +32,7 @@ Page({
                 "content": {
                     "where": {
                         "condition": "",
-                        "type": 16,
+                        "type": 21,
                         typemx: "居间协议"
                     }
                 }

+ 1 - 1
packageA/contract/add/type5/index.js

@@ -32,7 +32,7 @@ Page({
                     nocache: true,
                     "where": {
                         "condition": "",
-                        "type": 7,
+                        "type": 19,
                         typemx: "工具使用(借用)协议"
                     }
                 }

+ 1 - 1
packageA/offers/addSetclientOffer.js

@@ -22,7 +22,7 @@ Page({
 					"pageSize": 20,
 					"where": {
 						"condition": "",
-						"type": 7,
+						"type": 19,
 						"sa_projectid": ""
 					}
 				},