educode_sales 0.9.18 → 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: 401a52833b246003026eafddf61ee59f1303a01632bb6f57ac9453a962599eec
4
- data.tar.gz: 7553aae8c2a7158ed0e4326faa7377fc015bb2312fe42dfab7e796cc50f6218b
3
+ metadata.gz: e382eb55f259af6a9b8cbb31f1e8b058ad84d556edfa07d9fca0d143c9b21049
4
+ data.tar.gz: 5c732f8b0ee0d2c3966e7f496af10d455bf79d1c9f00d13f28f23eecc82cae76
5
5
  SHA512:
6
- metadata.gz: 42f17f4136cb57ff0b3811bd7d1e938421918eb7bb9708760b7adea13a38e3c4c29a0ca5874abf6c2a7d2d61df7ae6c30aae3e38ce3279a989f1d190055ed0eb
7
- data.tar.gz: ede1c33e7159390055a461a2fb1c726ce467004c52094457562590ffee6b2b80da8630cd27b33bd5c489c0a82dc0806714048b299a7e4fb88e0c5171fdc90406
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>
@@ -1,3 +1,3 @@
1
1
  module EducodeSales
2
- VERSION = '0.9.18'
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.18
4
+ version: 0.9.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - anke1460
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-27 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
@@ -105,7 +105,6 @@ files:
105
105
  - app/assets/images/educode_sales/icon-login.png
106
106
  - app/assets/images/educode_sales/icon.png
107
107
  - app/assets/images/educode_sales/indexLogo.png
108
- - app/assets/images/educode_sales/indexlogo.png
109
108
  - app/assets/images/educode_sales/loading-0.gif
110
109
  - app/assets/images/educode_sales/loading-1.gif
111
110
  - app/assets/images/educode_sales/loading-2.gif
@@ -488,7 +487,7 @@ homepage: https://www.educoder.net
488
487
  licenses:
489
488
  - MIT
490
489
  metadata: {}
491
- post_install_message:
490
+ post_install_message:
492
491
  rdoc_options: []
493
492
  require_paths:
494
493
  - lib
@@ -503,8 +502,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
503
502
  - !ruby/object:Gem::Version
504
503
  version: '0'
505
504
  requirements: []
506
- rubygems_version: 3.0.9
507
- signing_key:
505
+ rubygems_version: 3.0.0
506
+ signing_key:
508
507
  specification_version: 4
509
508
  summary: Summary of EducodeSales.
510
509
  test_files: []