From 7ad2b903c919f36588bf2b345b15d5055d3e436c Mon Sep 17 00:00:00 2001 From: Kyle Date: Sat, 8 Sep 2018 22:58:55 +0800 Subject: [PATCH 1/4] =?UTF-8?q?#64=20=E8=81=94=E7=B3=BB=E4=BA=BA=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cc/webim/web/handler/api/rest/ApiContactTagsController.java | 1 - 1 file changed, 1 deletion(-) diff --git a/contact-center/app/src/main/java/com/chatopera/cc/webim/web/handler/api/rest/ApiContactTagsController.java b/contact-center/app/src/main/java/com/chatopera/cc/webim/web/handler/api/rest/ApiContactTagsController.java index 35c90e5b..3c0af13e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/webim/web/handler/api/rest/ApiContactTagsController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/webim/web/handler/api/rest/ApiContactTagsController.java @@ -144,7 +144,6 @@ public class ApiContactTagsController extends Handler { // 创建关系 TagRelation rel = new TagRelation(); - rel.setId(UKTools.getUUID()); rel.setDataid(contactid); rel.setUserid(contactid); rel.setTagid(tagId); From cfcddb414e365caa5bc7f127d7df9b3d969de815 Mon Sep 17 00:00:00 2001 From: Kyle Date: Sat, 8 Sep 2018 23:02:27 +0800 Subject: [PATCH 2/4] =?UTF-8?q?Closed=20#66=20=E5=9C=A8=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E8=81=94=E7=B3=BB=E4=BA=BA=E6=A8=A1=E5=9D=97=E4=B8=AD=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=A0=87=E7=AD=BE=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/js/CSKeFu_Rest_Request.v1.js | 2 +- .../apps/business/contacts/detail.html | 180 ++++++++++++++---- 2 files changed, 141 insertions(+), 41 deletions(-) diff --git a/contact-center/app/src/main/resources/static/js/CSKeFu_Rest_Request.v1.js b/contact-center/app/src/main/resources/static/js/CSKeFu_Rest_Request.v1.js index 764f2237..47ccf56c 100644 --- a/contact-center/app/src/main/resources/static/js/CSKeFu_Rest_Request.v1.js +++ b/contact-center/app/src/main/resources/static/js/CSKeFu_Rest_Request.v1.js @@ -22,7 +22,7 @@ function httpRequest(opts) { payload.data = JSON.stringify(opts.data); - var index = layer.msg('查询中,请稍候',{icon: 16,time:false,shade:0.8}); + var index = layer.msg('执行中,请稍候',{icon: 16,time:false,shade:0.8}); return new Promise(function(resolve, reject) { $.ajax(payload) diff --git a/contact-center/app/src/main/resources/templates/apps/business/contacts/detail.html b/contact-center/app/src/main/resources/templates/apps/business/contacts/detail.html index 7d32cbac..80540ef8 100644 --- a/contact-center/app/src/main/resources/templates/apps/business/contacts/detail.html +++ b/contact-center/app/src/main/resources/templates/apps/business/contacts/detail.html @@ -18,6 +18,7 @@
+

基本信息

@@ -140,6 +141,22 @@
+
+
+
+

标签

+
+
+
+ +
+
+
+
+
+
+
+
@@ -178,7 +195,7 @@

往来历史

-
+
@@ -191,44 +208,25 @@
- - + + - From 35134158626725247d19c0442c3f36dc15940f20 Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 10 Sep 2018 13:45:32 +0800 Subject: [PATCH 3/4] =?UTF-8?q?Closed=20#60=20=E5=BC=B9=E5=B1=8F=E8=81=94?= =?UTF-8?q?=E7=B3=BB=E4=BA=BAUI=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/agent/calloutcontact/add.html | 2 +- .../apps/agent/calloutcontact/edit.html | 90 ++++++- .../apps/agent/mainagentuser_callout.html | 233 +++++++++++++++++- .../apps/business/contacts/detail.html | 2 +- 4 files changed, 313 insertions(+), 14 deletions(-) diff --git a/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/add.html b/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/add.html index 15bd11b1..8ce5ca1b 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/add.html +++ b/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/add.html @@ -24,7 +24,7 @@
- <@select "com.dic.contacts.ckind" "ckind" ckind!'' "lay-ignore required lay-verify='required' "/> + <@select "com.dic.contacts.ckind" "ckind" '4028838b5af1047e015af140df150003'!'' "lay-ignore required lay-verify='required' "/>
*
diff --git a/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/edit.html b/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/edit.html index 66141bab..9ced18a8 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/edit.html +++ b/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/edit.html @@ -19,18 +19,20 @@ *(您得到此联系人的时间)
-
- -
- <#if contacts.ckind?? && contacts.ckind != ''> - <@select "com.dic.contacts.ckind" "ckind" contacts.ckind!'' "lay-ignore required lay-verify='required' "/> - <#else> - <@select "com.dic.contacts.ckind" "ckind" "" "lay-ignore"/> - -
- * -
+
+
+ +
+ <#if contacts.ckind?? && contacts.ckind != ''> + <@select "com.dic.contacts.ckind" "ckind" contacts.ckind!'' "lay-ignore required lay-verify='required' "/> + <#else> + <@select "com.dic.contacts.ckind" "ckind" "" "lay-ignore"/> + +
+ * +
+
@@ -152,6 +154,72 @@
+ + +
+
+
+

标签

+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+

笔记

+
+
+ +
+ +
+
+
+
+ +
+ +
+
+
+
+
+ +
+
+
+
+
+
-
+

<#if curagentuser??>${curagentuser.username!''}(${curagentuser.region!''})
@@ -24,6 +24,236 @@

+<#if contacts?? && curagentuser??> + + +
+
+
+
+
+

往来历史

+
+
+
+
+
+
+
+
+
+ + + + +<#else>
@@ -149,3 +379,4 @@
+ \ No newline at end of file diff --git a/contact-center/app/src/main/resources/templates/apps/business/contacts/detail.html b/contact-center/app/src/main/resources/templates/apps/business/contacts/detail.html index 80540ef8..565c155e 100644 --- a/contact-center/app/src/main/resources/templates/apps/business/contacts/detail.html +++ b/contact-center/app/src/main/resources/templates/apps/business/contacts/detail.html @@ -200,7 +200,7 @@
- + From 54892d8e259d14cd29e93d6ed43b8ad57a5b7cbf Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 10 Sep 2018 15:44:29 +0800 Subject: [PATCH 4/4] =?UTF-8?q?#60=20=E8=81=94=E7=B3=BB=E4=BA=BAUI?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/agent/calloutcontact/edit.html | 77 ++++++++++--------- .../templates/apps/business/contacts/add.html | 6 +- .../apps/business/contacts/detail.html | 58 +++++++------- 3 files changed, 76 insertions(+), 65 deletions(-) diff --git a/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/edit.html b/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/edit.html index 9ced18a8..03035a7b 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/edit.html +++ b/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/edit.html @@ -143,14 +143,15 @@ - - - -
-
- - +
+
+ + +
+
+
+
@@ -172,15 +173,17 @@ border: solid 1px #CCCCCC; } -
+
-

标签

-
-
-
- -
+
+

标签

+
+
+
+ +
+
@@ -188,32 +191,34 @@
-
+
-

笔记

-
-
- -
- -
-
-
-
- -
- +
+

笔记

+
+
+ +
+
-
-
-
- +
+
+ +
+ +
+
+
+
+
+ +
diff --git a/contact-center/app/src/main/resources/templates/apps/business/contacts/add.html b/contact-center/app/src/main/resources/templates/apps/business/contacts/add.html index 01d6abb5..4a0a2963 100644 --- a/contact-center/app/src/main/resources/templates/apps/business/contacts/add.html +++ b/contact-center/app/src/main/resources/templates/apps/business/contacts/add.html @@ -20,7 +20,7 @@
- <@select "com.dic.contacts.ckind" "ckind" ckind!'' "lay-ignore required lay-verify='required' "/> + <@select "com.dic.contacts.ckind" "ckind" ckind!'' "lay-ignore required lay-verify='required' "/>
@@ -142,7 +142,7 @@
- +