educode_sales 0.9.17 → 0.9.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e382eb55f259af6a9b8cbb31f1e8b058ad84d556edfa07d9fca0d143c9b21049
|
4
|
+
data.tar.gz: 5c732f8b0ee0d2c3966e7f496af10d455bf79d1c9f00d13f28f23eecc82cae76
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a62487b82d2d67d80dac7c2166feff916b75e6b2d2684edf3b5efbb4d70f9cb78bb2ee9e520c49d2d66769a7ba1b3d275add6fb65eb943e54b405ed2920ed0a7
|
7
|
+
data.tar.gz: bced66e19f8f323e649d480f222c6c571b6547ca2bd2fc45c15c8b3d56b8763b3916bf91b697f43047482732d899330dbff095d414d9ef3f07a45b9b9f78f539
|
@@ -2,17 +2,34 @@
|
|
2
2
|
<h2>今日工作报告</h2>
|
3
3
|
<hr>
|
4
4
|
<div style="height: 450px;overflow: auto;">
|
5
|
+
|
6
|
+
<p>一、AB类商机开拓情况</p>
|
7
|
+
<p style="margin-bottom: 30px;">
|
8
|
+
本月-<span style="color: rgb(56, 150, 243);font-weight: bold;"><%= @month[0]&.[]('num') || 0 %>, </span>
|
9
|
+
本季-<span style="color: rgb(56, 150, 243);font-weight: bold;"><%= @quarter[0]&.[]('num') || 0 %>, </span>
|
10
|
+
本年-<span style="color: rgb(56, 150, 243);font-weight: bold;"><%= @year[0]&.[]('num') || 0 %></span>
|
11
|
+
</p>
|
12
|
+
<p style="margin-bottom: 30px;">二、本月已组织会议</p>
|
13
|
+
<p>三、客户跟进情况</p>
|
5
14
|
<% text = "\n" %>
|
15
|
+
<% text += "一、AB类商机开拓情况\n" %>
|
16
|
+
<% text += "本月-#{@month[0]&.[]('num') || 0 }, "%>
|
17
|
+
<% text += "本季-#{@quarter[0]&.[]('num') || 0 }, "%>
|
18
|
+
<% text += "本年-#{@year[0]&.[]('num') || 0 }\n\n"%>
|
19
|
+
<% text += "二、本月已组织会议 \n\n"%>
|
20
|
+
<% text += "三、客户跟进情况 \n"%>
|
6
21
|
<% @followups.each_with_index do |d, i| %>
|
7
22
|
<% text += "#{i+1}、**学校--**商机:#{d .description}\n" %>
|
8
|
-
<p
|
23
|
+
<p><%= i+1 %>、**学校--**商机:<%= d .description%></p>
|
9
24
|
<% end %>
|
10
|
-
|
11
|
-
<% text += "
|
12
|
-
<% text += "
|
13
|
-
|
14
|
-
|
15
|
-
|
25
|
+
|
26
|
+
<% text += "\n四、需要协助支持事宜 \n\n"%>
|
27
|
+
<% text += "五、区域招标信息 \n\n"%>
|
28
|
+
<% text += "头歌营销系统 \n"%>
|
29
|
+
<% text += "#{Time.now.to_s}"%>
|
30
|
+
|
31
|
+
<p style="margin-top:30px;margin-bottom: 30px;">四、需要协助支持事宜</p>
|
32
|
+
<p style="margin-bottom: 30px;">五、区域招标信息</p>
|
16
33
|
</div>
|
17
34
|
|
18
35
|
<div id="content" style="display: none;" data-content="今日跟进动态<%=text %>"></div>
|
@@ -776,6 +776,7 @@
|
|
776
776
|
}
|
777
777
|
function time_line(id,name) {
|
778
778
|
business_id = id
|
779
|
+
business_name = name;
|
779
780
|
var content = miniPage.getHrefContent('/missions/businesses/time_line?business_id=' + id);
|
780
781
|
var openWH = miniPage.getOpenWidthHeight();
|
781
782
|
sindex = layer.open({
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: educode_sales
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.19
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- anke1460
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|