educode_sales 1.10.72 → 1.10.73
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: 15f942191d49adf14251131ca42b9b52f90632a87a66d39aec6fc35bc74003ff
|
|
4
|
+
data.tar.gz: 0bc063e437a008ac318812d7fed49b9c9e7536d4f0f5065685c90505ad3dd40b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c235442e8c83921301a06be4ea22a46bcd98acd1079691c8f1c0fd06da09e85529f3397e6d99af5b5390e68ee33c7c3a3822d684559686edb390f244b3d0b10
|
|
7
|
+
data.tar.gz: 6c519c179301c3f6b454fedc8149734d5f7e34a07b2e8e4c2ed6a19400d4431a42addae70ecf72a2ab6824867f74ea1070cfffbd48facb3628b2388fcd392da6
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
<div class="layui-inline">
|
|
46
46
|
<label class="layui-form-label">项目联系人:</label>
|
|
47
47
|
<div class="layui-input-inline" style="line-height: 38px;">
|
|
48
|
-
|
|
48
|
+
<%= @last_follow_up&.key_person.present? ? @last_follow_up&.key_person.map { |d| d.teacher&.name }.join("、") : '' %>
|
|
49
49
|
</div>
|
|
50
50
|
</div>
|
|
51
51
|
<div class="layui-inline">
|
|
@@ -64,13 +64,13 @@
|
|
|
64
64
|
<div class="layui-inline">
|
|
65
65
|
<label class="layui-form-label">销售经理:</label>
|
|
66
66
|
<div class="layui-input-inline" style="line-height: 38px;">
|
|
67
|
-
|
|
67
|
+
<%= @last_follow_up&.assign_follow_ups.present? ? (@last_follow_up&.assign_follow_ups.map { |d| d.staff&.user&.real_name }.join("、")) : @business&.staff&.user&.real_name %>
|
|
68
68
|
</div>
|
|
69
69
|
</div>
|
|
70
70
|
<div class="layui-inline">
|
|
71
71
|
<label class="layui-form-label">销售经理电话:</label>
|
|
72
72
|
<div class="layui-input-inline" style="line-height: 38px;">
|
|
73
|
-
<%= @last_follow_up&.assign_follow_ups.present? ? (
|
|
73
|
+
<%= @last_follow_up&.assign_follow_ups.present? ? (@last_follow_up&.assign_follow_ups.map { |d| d.staff&.user&.phone }.join("、")) : @business&.staff&.user&.phone %>
|
|
74
74
|
</div>
|
|
75
75
|
</div>
|
|
76
76
|
<div class="layui-inline">
|