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: 25adbf60cef4844eae70e6e5bc5dc4756989309574883b2fccb71a20e39a50f3
4
- data.tar.gz: 1a341b258119a4f3b0ca9a86b7d9692597dd8c864f1e1088b09e37328ce0b76b
3
+ metadata.gz: e382eb55f259af6a9b8cbb31f1e8b058ad84d556edfa07d9fca0d143c9b21049
4
+ data.tar.gz: 5c732f8b0ee0d2c3966e7f496af10d455bf79d1c9f00d13f28f23eecc82cae76
5
5
  SHA512:
6
- metadata.gz: c0a73d5ee2658c4ae2060bd13fe73c7b1fa3241f3dcb916ba1a6f72635f2b84f5da13da60ecb9aac42d89f37939a8ba6cb5473a8bf9ed80d84efa4b5e6970988
7
- data.tar.gz: 8162a366501a3c35816c51ee1ec0415548a46e45d6800db1d27d9bd7634a7d5511f4a99d44e8b359654caf09d35abb19be18a9b6b357cfec7d4c08218ce29f00
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 style="margin-bottom: 10px;"><%= i+1 %>、**学校--**商机:<%= d .description%></p>
23
+ <p><%= i+1 %>、**学校--**商机:<%= d .description%></p>
9
24
  <% end %>
10
- <% text += "本月开拓A、B类商机数:#{@month[0]&.[]('num') || 0 } \n"%>
11
- <% text += "本季开拓A、B类商机数:#{@quarter[0]&.[]('num') || 0 } \n"%>
12
- <% text += "本年开拓A、B类商机数:#{@year[0]&.[]('num') || 0 } \n"%>
13
- <p style="margin-bottom: 10px;">本月开拓A、B类商机数:<span style="color: rgb(56, 150, 243);font-weight: bold;"><%= @month[0]&.[]('num') || 0 %></span></p>
14
- <p style="margin-bottom: 10px;">本季开拓A、B类商机数:<span style="color: rgb(56, 150, 243);font-weight: bold;"><%= @quarter[0]&.[]('num') || 0 %></span></p>
15
- <p style="margin-bottom: 10px;">本年开拓A、B类商机数:<span style="color: rgb(56, 150, 243);font-weight: bold;"><%= @year[0]&.[]('num') || 0 %></span></p>
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({
@@ -1,3 +1,3 @@
1
1
  module EducodeSales
2
- VERSION = '0.9.17'
2
+ VERSION = '0.9.19'
3
3
  end
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.17
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-10-25 00:00:00.000000000 Z
11
+ date: 2022-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails