educode_sales 0.9.4 → 0.9.5
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: 4077a88dda68d0d254896b4edb4b5e4595837753a46af5928bcf9f9a77deb5de
|
4
|
+
data.tar.gz: 2d0aec24b5793b9ff61095a48e175a7a7d3d6f118588f4497284d67f05cccbd4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 447ee2216fa0b7a01275361ef69aee2dbc998543e4bc92419f672eb2d5e5ebf9c134018544a61d45497e0ed970c6ad407bb1ebc8431104f1b6ece973528d73b1
|
7
|
+
data.tar.gz: e9392595b91bd5353f785b586c7bef4367c087eb13b1de1285968f84b9758fb7c967fed2306c25098c056dd4e214870dad8e755ef2f305581f2460bb9692bc0d
|
@@ -6,13 +6,13 @@
|
|
6
6
|
<div class="layui-inline m-t-10">
|
7
7
|
<label class="layui-form-label">维度</label>
|
8
8
|
<div class="layui-input-inline">
|
9
|
-
<%= select_tag "business_count_type", options_for_select([['按商机总额统计','money'],['按商机数量统计','count']],params[:
|
9
|
+
<%= select_tag "business_count_type", options_for_select([['按商机总额统计','money'],['按商机数量统计','count']],params[:business_count_type]), {'lay-filter': 'goal_count'}%>
|
10
10
|
</div>
|
11
11
|
</div>
|
12
12
|
<div class="layui-inline m-t-10">
|
13
13
|
<label class="layui-form-label">商机类型</label>
|
14
14
|
<div class="layui-input-inline">
|
15
|
-
<%= select_tag "business_type", options_for_select(EducodeSales::Common.where(clazz: 'business_type').where.not(extras: "x_class").pluck(:name, :id), params[:
|
15
|
+
<%= select_tag "business_type", options_for_select(EducodeSales::Common.where(clazz: 'business_type').where.not(extras: "x_class").pluck(:name, :id), params[:business_type]), { 'lay-filter': 'clazz_id', include_blank: true } %>
|
16
16
|
</div>
|
17
17
|
</div>
|
18
18
|
<div class="layui-inline">
|