cloud-web-corejs 1.0.18 → 1.0.20
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.
- package/package.json +2 -1
- package/src/api/user.js +8 -0
- package/src/components/jsonImport/index.js +3 -1
- package/src/components/jsonImport/mixins.js +16 -16
- package/src/components/xform/form-designer/form-widget/dialog/importDialogMixin.js +1 -1
- package/src/components/xform/form-designer/indexMixin.js +2 -2
- package/src/layout/components/Sidebar/default.vue +15 -9
- package/src/layout/components/TagsView/index.vue +6 -6
- package/src/layout/components/notify_message/unreadDialog.vue +1 -1
- package/src/router/modules/customer.js +8 -8
- package/src/utils/aes.js +1 -0
- package/src/views/bd/setting/bd_attach_setting/dialog.vue +8 -8
- package/src/views/bd/setting/bd_attach_setting/edit.vue +11 -11
- package/src/views/bd/setting/bd_attach_setting/list.vue +7 -7
- package/src/views/bd/setting/form_script/dialog.vue +17 -15
- package/src/views/bd/setting/form_script/edit.vue +15 -13
- package/src/views/bd/setting/form_script/edit1.vue +12 -12
- package/src/views/bd/setting/form_script/form_list.vue +8 -8
- package/src/views/bd/setting/form_script/list.vue +9 -9
- package/src/views/bd/setting/form_script/list1.vue +9 -9
- package/src/views/bd/setting/form_script/list2.vue +1 -1
- package/src/views/bd/setting/form_template/dialog.vue +27 -20
- package/src/views/bd/setting/form_template/edit.vue +13 -13
- package/src/views/bd/setting/form_template/editWfObjConfigDialog.vue +2 -2
- package/src/views/bd/setting/form_template/ftHistoryDialog.vue +8 -8
- package/src/views/bd/setting/form_template/itemEdit.vue +9 -9
- package/src/views/bd/setting/form_template/itemList.vue +8 -8
- package/src/views/bd/setting/form_template/list.vue +15 -15
- package/src/views/bd/setting/form_template/preformDialog.vue +2 -2
- package/src/views/bd/setting/menu_kind/authDialog.vue +2 -2
- package/src/views/bd/setting/menu_kind/dialog.vue +23 -16
- package/src/views/bd/setting/menu_kind/list.vue +27 -27
- package/src/views/bd/setting/table_model/dialog.vue +5 -5
- package/src/views/bd/setting/table_model/edit.vue +1123 -1123
- package/src/views/bd/setting/table_model/list.vue +12 -12
- package/src/views/bd/setting/table_model/zdDialog.vue +5 -5
- package/src/views/mobile/user/area/dialog.vue +4 -3
- package/src/views/mobile/user/user/dialog.vue +4 -3
- package/src/views/support/export_template/edit.vue +12 -12
- package/src/views/support/export_template/list.vue +18 -18
- package/src/views/user/access_log/edit.vue +5 -5
- package/src/views/user/access_log/list.vue +11 -11
- package/src/views/user/access_log/statistics_list.vue +16 -11
- package/src/views/user/api_request/edit.vue +15 -12
- package/src/views/user/api_request/list.vue +12 -10
- package/src/views/user/area/dialog.vue +5 -5
- package/src/views/user/area_attribute/configDialog.vue +319 -319
- package/src/views/user/area_attribute/edit.vue +3 -3
- package/src/views/user/area_attribute/list.vue +1 -1
- package/src/views/user/attachment/uploadDialog.vue +11 -11
- package/src/views/user/bill_setting/edit.vue +14 -13
- package/src/views/user/bill_setting/h5_ModifyDialog.vue +5 -3
- package/src/views/user/bill_setting/h5_view.vue +4 -4
- package/src/views/user/bill_setting/itemViewDialog.vue +1 -1
- package/src/views/user/bill_setting/list.vue +9 -8
- package/src/views/user/bill_setting/queryDialog.vue +3 -3
- package/src/views/user/bill_setting/render.vue +7 -7
- package/src/views/user/bill_setting/template2.json +44 -11
- package/src/views/user/bill_setting/userDialog.vue +5 -5
- package/src/views/user/code_rules/edit.vue +11 -11
- package/src/views/user/code_rules/list.vue +6 -6
- package/src/views/user/commMenu/index.vue +2 -2
- package/src/views/user/common_attribute/edit.vue +9 -9
- package/src/views/user/common_attribute/itemEdit.vue +11 -11
- package/src/views/user/common_attribute/list.vue +12 -12
- package/src/views/user/common_script/edit.vue +11 -10
- package/src/views/user/common_script/list.vue +17 -16
- package/src/views/user/company_info/dialog.vue +138 -131
- package/src/views/user/company_info/edit.vue +10 -10
- package/src/views/user/company_info/view.vue +1 -1
- package/src/views/user/country/dialog.vue +8 -8
- package/src/views/user/country/edit.vue +16 -15
- package/src/views/user/country/list.vue +172 -162
- package/src/views/user/data_type_setting/dialog.vue +11 -8
- package/src/views/user/data_type_setting/editDialog.vue +13 -12
- package/src/views/user/ea/eagroup/eaobj_list.vue +332 -311
- package/src/views/user/ea/eagroup/edit.vue +492 -475
- package/src/views/user/ea/eaobj/edit.vue +153 -148
- package/src/views/user/ea/eaobj/list.vue +147 -135
- package/src/views/user/error-page/401.vue +42 -34
- package/src/views/user/error-page/404.vue +19 -3
- package/src/views/user/extend_datasource/dialog.vue +127 -119
- package/src/views/user/extend_datasource/edit.vue +13 -12
- package/src/views/user/extend_datasource/list.vue +7 -7
- package/src/views/user/fieldTranslation/editDialog.vue +6 -6
- package/src/views/user/fieldTranslation/list.vue +9 -8
- package/src/views/user/field_values_invisible/edit.vue +87 -85
- package/src/views/user/field_values_invisible/list.vue +36 -25
- package/src/views/user/file_type/edit.vue +11 -11
- package/src/views/user/file_type/list.vue +10 -7
- package/src/views/user/file_type/userEdit.vue +188 -188
- package/src/views/user/file_view_area/edit.vue +11 -11
- package/src/views/user/file_view_area/itemEdit.vue +168 -165
- package/src/views/user/file_view_area/list.vue +9 -9
- package/src/views/user/file_view_ins/list.vue +57 -38
- package/src/views/user/file_view_ins/propertiesDialog.vue +218 -218
- package/src/views/user/form/form_ins_list/edit.vue +421 -421
- package/src/views/user/form/form_template/dialog.vue +27 -20
- package/src/views/user/form/form_template/edit.vue +15 -12
- package/src/views/user/form/form_template/itemEdit.vue +9 -9
- package/src/views/user/form/form_template/itemList.vue +5 -5
- package/src/views/user/form/form_template/list.vue +9 -8
- package/src/views/user/form/form_template_field/dialog.vue +11 -8
- package/src/views/user/form/form_type/dialog.vue +134 -127
- package/src/views/user/form/form_type/edit.vue +10 -10
- package/src/views/user/form/form_type/editDialog.vue +11 -10
- package/src/views/user/form/form_type/list.vue +128 -118
- package/src/views/user/form/report_requestaccess/dialog.vue +108 -101
- package/src/views/user/form/report_requestaccess/edit.vue +274 -236
- package/src/views/user/form/report_requestaccess/list.vue +31 -20
- package/src/views/user/form/vform/designer.vue +164 -164
- package/src/views/user/form/vform/formFieldMapping.js +151 -169
- package/src/views/user/form/vform/out_render.vue +3 -2
- package/src/views/user/form/vform/render.vue +2 -2
- package/src/views/user/form/view/edit.vue +7 -7
- package/src/views/user/form/view/list.vue +2 -2
- package/src/views/user/home/default.vue +21 -21
- package/src/views/user/home/distributor.vue +375 -119
- package/src/views/user/home/index.vue +1 -1
- package/src/views/user/language_setting/edit.vue +167 -166
- package/src/views/user/language_setting/list.vue +7 -7
- package/src/views/user/ledger_library/list.vue +2 -2
- package/src/views/user/ledger_library/private_list.vue +3 -3
- package/src/views/user/login/auth-redirect.vue +1 -1
- package/src/views/user/login/index.vue +1 -1
- package/src/views/user/login/indexMixin.js +4 -1
- package/src/views/user/menu/list.vue +19 -19
- package/src/views/user/mobile_menu/list.vue +17 -17
- package/src/views/user/notify_message/dialog.vue +8 -6
- package/src/views/user/notify_message/list.vue +5 -4
- package/src/views/user/notify_template/edit.vue +185 -185
- package/src/views/user/notify_template/list.vue +8 -8
- package/src/views/user/oplog/edit.vue +108 -103
- package/src/views/user/oplog/list.vue +8 -8
- package/src/views/user/outLink/form_view.vue +144 -143
- package/src/views/user/outLink/index.vue +7 -5
- package/src/views/user/outLink/view.vue +119 -117
- package/src/views/user/position/dialog.vue +145 -138
- package/src/views/user/position/edit.vue +12 -12
- package/src/views/user/position/list.vue +172 -162
- package/src/views/user/project_tag/dialog.vue +9 -9
- package/src/views/user/project_tag/edit.vue +10 -10
- package/src/views/user/project_tag/list.vue +7 -7
- package/src/views/user/push_setting/edit.vue +14 -11
- package/src/views/user/push_setting/list.vue +45 -36
- package/src/views/user/redirect/index.vue +4 -4
- package/src/views/user/role/dialog.vue +11 -8
- package/src/views/user/role/edit.vue +427 -427
- package/src/views/user/role/list.vue +125 -114
- package/src/views/user/sale_org/dialog.vue +3 -3
- package/src/views/user/sale_org/list.vue +26 -26
- package/src/views/user/sale_org/moveDialog.vue +2 -2
- package/src/views/user/system_notice/edit.vue +184 -184
- package/src/views/user/system_notice/list.vue +156 -145
- package/src/views/user/system_parameter/edit.vue +140 -137
- package/src/views/user/system_parameter/list.vue +131 -120
- package/src/views/user/user/dialog.vue +40 -47
- package/src/views/user/user/edit.vue +1021 -1019
- package/src/views/user/user/form_edit.vue +497 -483
- package/src/views/user/user/form_list.vue +16 -16
- package/src/views/user/user/info.vue +271 -256
- package/src/views/user/user/infoContent.vue +12 -11
- package/src/views/user/user/infoEdit.vue +113 -94
- package/src/views/user/user/inner_list.vue +1 -1
- package/src/views/user/user/list.vue +55 -50
- package/src/views/user/user/list2.vue +1 -1
- package/src/views/user/user/modifyPasswordDialog.vue +3 -3
- package/src/views/user/user/out_list.vue +1 -1
- package/src/views/user/wf/formCustDialog/list.vue +13 -15
- package/src/views/user/wf/iframe/index.vue +12 -12
- package/src/views/user/wf/iframe/index2.vue +2 -2
- package/src/views/user/wf/wf_auto_submit_data/edit.vue +6 -6
- package/src/views/user/wf/wf_auto_submit_data/edith.vue +6 -6
- package/src/views/user/wf/wf_auto_submit_data/list.vue +10 -8
- package/src/views/user/wf/wf_diy_attribute/edit.vue +6 -6
- package/src/views/user/wf/wf_manage/list.vue +9 -8
- package/src/views/user/wf/wf_obj_config/activiti_wf.vue +11 -10
- package/src/views/user/wf/wf_obj_config/dialog.vue +10 -7
- package/src/views/user/wf/wf_obj_config/edit.vue +15 -12
- package/src/views/user/wf/wf_obj_config/edit_form.vue +72 -65
- package/src/views/user/wf/wf_obj_config/itemEdit.vue +9 -9
- package/src/views/user/wf/wf_obj_config/itemEdit_form.vue +9 -9
- package/src/views/user/wf/wf_obj_config/list.vue +12 -12
- package/src/views/user/wf/wf_obj_config/list_form.vue +24 -24
- package/src/views/user/wf/wf_param/edit.vue +5 -5
- package/src/views/user/wf/wf_work_calendar/components/calendar.vue +27 -13
- package/src/views/user/wf/wf_work_calendar/components/calendar2.vue +25 -10
- package/src/views/user/wf/wf_work_calendar/configDialog.vue +9 -6
- package/src/views/user/wf/wf_work_calendar/date.js +10 -10
- package/src/views/user/wf/wf_work_calendar/list.vue +9 -4
- package/src/views/user/sale_org_net/list.vue +0 -574
|
@@ -3,36 +3,39 @@
|
|
|
3
3
|
<el-row>
|
|
4
4
|
<el-col :span="7">
|
|
5
5
|
<div class="user-info">
|
|
6
|
-
<div class="head-img"><img src="~@/resources/images/default-header.png"
|
|
6
|
+
<div class="head-img"><img src="~@/resources/images/default-header.png"/></div>
|
|
7
7
|
<div class="id">ID:{{ userInfo.id }}</div>
|
|
8
8
|
<div class="txt">
|
|
9
|
-
<p class="name">{{ userInfo.loginAccount }}<i class="w iconfont icon-nv"></i><i
|
|
9
|
+
<p class="name">{{ userInfo.loginAccount }}<i class="w iconfont icon-nv"></i><i
|
|
10
|
+
class="m iconfont icon-nan"></i></p>
|
|
10
11
|
<p>电话:{{ userInfo.mobile }}</p>
|
|
11
|
-
<p>机构:{{userInfo.companyName }}</p>
|
|
12
|
+
<p>机构:{{ userInfo.companyName }}</p>
|
|
12
13
|
</div>
|
|
13
14
|
</div>
|
|
14
15
|
<el-card class="box-card" shadow="never">
|
|
15
16
|
<div slot="header" class="clearfix head">
|
|
16
17
|
<span>待办事项</span>
|
|
17
|
-
<!-- <el-button class="more" type="text">更多+</el-button>-->
|
|
18
|
+
<!-- <el-button class="more" type="text">更多+</el-button>-->
|
|
18
19
|
<el-button type="text" @click="$router.push('/basic/wf/wf_manage/list')" class="more">
|
|
19
20
|
<i class="el-icon-news"></i>
|
|
20
21
|
<span>更多+</span>
|
|
21
22
|
</el-button>
|
|
22
23
|
</div>
|
|
23
24
|
<div class="need-to">
|
|
24
|
-
<div class="item" v-for="(unDoWfRow,index) in unDoWfRows" :key="index"
|
|
25
|
-
<!-- <a-->
|
|
26
|
-
<!-- href="javascript:void(0);"-->
|
|
27
|
-
<!-- class="a-link"-->
|
|
28
|
-
<!-- -->
|
|
29
|
-
<!-- >-->
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
25
|
+
<div class="item" v-for="(unDoWfRow,index) in unDoWfRows" :key="index" @click="openWfDialog(unDoWfRow)">
|
|
26
|
+
<!-- <a-->
|
|
27
|
+
<!-- href="javascript:void(0);"-->
|
|
28
|
+
<!-- class="a-link"-->
|
|
29
|
+
<!-- -->
|
|
30
|
+
<!-- >-->
|
|
31
|
+
<i class="ico"></i>
|
|
32
|
+
<div class="status">
|
|
33
|
+
<el-tag>审核中</el-tag>
|
|
34
|
+
</div>
|
|
35
|
+
<p class="name">{{ unDoWfRow.name }}</p>
|
|
36
|
+
<p>当前任务:{{ unDoWfRow.taskName }}</p>
|
|
37
|
+
<p>申请人:{{ unDoWfRow.createBy }} {{ unDoWfRow.createDate }}</p>
|
|
38
|
+
<!-- </a>-->
|
|
36
39
|
</div>
|
|
37
40
|
</div>
|
|
38
41
|
</el-card>
|
|
@@ -43,18 +46,18 @@
|
|
|
43
46
|
<div class="banner"><img src="~@/resources/images/banner-test.png"/></div>
|
|
44
47
|
</el-col>
|
|
45
48
|
<el-col :span="24" class="real-time">
|
|
46
|
-
<!-- <div class="item" v-for="index in 8" :key="index"><p>补差金额(元)</p><b>4800</b></div>-->
|
|
47
|
-
<div class="item"
|
|
48
|
-
<div class="item"
|
|
49
|
-
<div class="item"
|
|
50
|
-
<div class="item"
|
|
51
|
-
<div class="item"
|
|
52
|
-
<div class="item"
|
|
53
|
-
<div class="item"
|
|
54
|
-
<div class="item"
|
|
49
|
+
<!-- <div class="item" v-for="index in 8" :key="index"><p>补差金额(元)</p><b>4800</b></div>-->
|
|
50
|
+
<div class="item"><p>可发货余额(元)</p><b>{{ balances.balance }}</b></div>
|
|
51
|
+
<div class="item"><p>使用金额(元)</p><b>{{ balances.usageAmount }}</b></div>
|
|
52
|
+
<div class="item"><p>回款总额(元)</p><b>{{ balances.depositAmount }}</b></div>
|
|
53
|
+
<div class="item"><p>退货总额(元)</p><b>{{ balances.returnAmount }}</b></div>
|
|
54
|
+
<div class="item"><p>返利余额(元)</p><b>{{ balances.policyBalance }}</b></div>
|
|
55
|
+
<div class="item"><p>返利上账(元)</p><b>{{ balances.policyAmount }}</b></div>
|
|
56
|
+
<div class="item"><p>返利使用(元)</p><b>{{ balances.policyUsage }}</b></div>
|
|
57
|
+
<div class="item"><p>授信总额(元)</p><b>{{ balances.creditAmount }}</b></div>
|
|
55
58
|
</el-col>
|
|
56
59
|
<el-col :span="7">
|
|
57
|
-
<el-card class="box-card"
|
|
60
|
+
<el-card class="box-card" shadow="never">
|
|
58
61
|
<div slot="header" class="clearfix head">
|
|
59
62
|
<span>快捷通道</span>
|
|
60
63
|
<el-button type="text" class="more f-blue" @click="showCommMenuDialog = true">
|
|
@@ -77,35 +80,35 @@
|
|
|
77
80
|
<span>待审核</span>
|
|
78
81
|
<span class="count">{{ quantity }}</span>
|
|
79
82
|
</div>
|
|
80
|
-
<!-- <div class="item">-->
|
|
81
|
-
<!-- <i><img src="~@/resources/images/ico-os-2.png"/></i>-->
|
|
82
|
-
<!-- <span>待发货</span>-->
|
|
83
|
-
<!-- <span class="count">16</span>-->
|
|
84
|
-
<!-- </div>-->
|
|
85
|
-
<!-- <div class="item">-->
|
|
86
|
-
<!-- <i><img src="~@/resources/images/ico-os-3.png"/></i>-->
|
|
87
|
-
<!-- <span>待签收</span>-->
|
|
88
|
-
<!-- <span class="count">16</span>-->
|
|
89
|
-
<!-- </div>-->
|
|
90
|
-
<!-- <div class="item">-->
|
|
91
|
-
<!-- <i><img src="~@/resources/images/ico-os-4.png"/></i>-->
|
|
92
|
-
<!-- <span>已签收</span>-->
|
|
93
|
-
<!-- <span class="count">16</span>-->
|
|
94
|
-
<!-- </div>-->
|
|
95
|
-
<!-- <div class="item">-->
|
|
96
|
-
<!-- <i><img src="~@/resources/images/ico-os-5.png"/></i>-->
|
|
97
|
-
<!-- <span>已退货</span>-->
|
|
98
|
-
<!-- <span class="count">16</span>-->
|
|
99
|
-
<!-- </div>-->
|
|
100
|
-
<!-- <div class="item">-->
|
|
101
|
-
<!-- <i><img src="~@/resources/images/ico-os-6.png"/></i>-->
|
|
102
|
-
<!-- <span>待入库</span>-->
|
|
103
|
-
<!-- <span class="count">16</span>-->
|
|
104
|
-
<!-- </div>-->
|
|
83
|
+
<!-- <div class="item">-->
|
|
84
|
+
<!-- <i><img src="~@/resources/images/ico-os-2.png"/></i>-->
|
|
85
|
+
<!-- <span>待发货</span>-->
|
|
86
|
+
<!-- <span class="count">16</span>-->
|
|
87
|
+
<!-- </div>-->
|
|
88
|
+
<!-- <div class="item">-->
|
|
89
|
+
<!-- <i><img src="~@/resources/images/ico-os-3.png"/></i>-->
|
|
90
|
+
<!-- <span>待签收</span>-->
|
|
91
|
+
<!-- <span class="count">16</span>-->
|
|
92
|
+
<!-- </div>-->
|
|
93
|
+
<!-- <div class="item">-->
|
|
94
|
+
<!-- <i><img src="~@/resources/images/ico-os-4.png"/></i>-->
|
|
95
|
+
<!-- <span>已签收</span>-->
|
|
96
|
+
<!-- <span class="count">16</span>-->
|
|
97
|
+
<!-- </div>-->
|
|
98
|
+
<!-- <div class="item">-->
|
|
99
|
+
<!-- <i><img src="~@/resources/images/ico-os-5.png"/></i>-->
|
|
100
|
+
<!-- <span>已退货</span>-->
|
|
101
|
+
<!-- <span class="count">16</span>-->
|
|
102
|
+
<!-- </div>-->
|
|
103
|
+
<!-- <div class="item">-->
|
|
104
|
+
<!-- <i><img src="~@/resources/images/ico-os-6.png"/></i>-->
|
|
105
|
+
<!-- <span>待入库</span>-->
|
|
106
|
+
<!-- <span class="count">16</span>-->
|
|
107
|
+
<!-- </div>-->
|
|
105
108
|
</div>
|
|
106
109
|
</el-col>
|
|
107
110
|
<el-col :span="9">
|
|
108
|
-
<el-card class="box-card"
|
|
111
|
+
<el-card class="box-card" shadow="never">
|
|
109
112
|
<div slot="header" class="clearfix head">
|
|
110
113
|
<span>通知公告</span>
|
|
111
114
|
<el-button type="text" @click="openSystemNoticeDialog()"><span class="more">更多</span></el-button>
|
|
@@ -114,11 +117,11 @@
|
|
|
114
117
|
<div class="item" v-for="(systemNotice,index) in systemNotices" :key="index"
|
|
115
118
|
@click="openSystemNoticeDialog(systemNotice)">
|
|
116
119
|
<div class="date">
|
|
117
|
-
<p class="year">{{systemNotice.createDate.substring(0, 4)}}</p>
|
|
120
|
+
<p class="year">{{ systemNotice.createDate.substring(0, 4) }}</p>
|
|
118
121
|
<p>{{ systemNotice.createDate.substring(5, 10) }}</p>
|
|
119
122
|
</div>
|
|
120
123
|
<!-- <div class="status">已读</div>-->
|
|
121
|
-
<p class="name">{{systemNotice.title}}</p>
|
|
124
|
+
<p class="name">{{ systemNotice.title }}</p>
|
|
122
125
|
<p>{{ systemNotice.content }}</p>
|
|
123
126
|
</div>
|
|
124
127
|
</div>
|
|
@@ -174,6 +177,7 @@ import systemNoticeInfoDialog from '../../../views/user/system_notice/infoDialog
|
|
|
174
177
|
import commMenuDialog from '../../../views/user/commMenu/index.vue';
|
|
175
178
|
import notifyMessageDialog from '../../../views/user/notify_message/dialog.vue';
|
|
176
179
|
import notifyMessageInfoDialog from '../../../views/user/notify_message/infoDialog';
|
|
180
|
+
|
|
177
181
|
export default {
|
|
178
182
|
name: 'test1',
|
|
179
183
|
props: {
|
|
@@ -243,10 +247,10 @@ export default {
|
|
|
243
247
|
}
|
|
244
248
|
});
|
|
245
249
|
},
|
|
246
|
-
initBalance(){
|
|
250
|
+
initBalance() {
|
|
247
251
|
this.$http({
|
|
248
252
|
url: YX_PREFIX + '/balance/listPage',
|
|
249
|
-
data: {"size":"200","current":"1"},
|
|
253
|
+
data: {"size": "200", "current": "1"},
|
|
250
254
|
method: 'post',
|
|
251
255
|
success: res => {
|
|
252
256
|
var balancesArr = res.objx && res.objx.records ? res.objx.records : [];
|
|
@@ -254,10 +258,10 @@ export default {
|
|
|
254
258
|
}
|
|
255
259
|
});
|
|
256
260
|
},
|
|
257
|
-
initQuantity(){
|
|
261
|
+
initQuantity() {
|
|
258
262
|
this.$http({
|
|
259
263
|
url: YX_PREFIX + '/orderAgreement/listPage',
|
|
260
|
-
data: {"orderType":"orderAgreement","statuses":[1],"size":"200","current":"1"},
|
|
264
|
+
data: {"orderType": "orderAgreement", "statuses": [1], "size": "200", "current": "1"},
|
|
261
265
|
method: 'post',
|
|
262
266
|
success: res => {
|
|
263
267
|
var balancesArr = res.objx && res.objx.records ? res.objx.records : [];
|
|
@@ -355,7 +359,7 @@ export default {
|
|
|
355
359
|
this.openWfDialog(row);
|
|
356
360
|
}}
|
|
357
361
|
>
|
|
358
|
-
<el-tooltip enterable={false} effect="dark" content=
|
|
362
|
+
<el-tooltip enterable={false} effect="dark" content={ this.$t1('查看') } placement="top"
|
|
359
363
|
popper-class="tooltip-skin">
|
|
360
364
|
<i class="el-icon-edit"/>
|
|
361
365
|
</el-tooltip>
|
|
@@ -502,89 +506,341 @@ export default {
|
|
|
502
506
|
};
|
|
503
507
|
</script>
|
|
504
508
|
<style scoped lang="scss">
|
|
505
|
-
.el-card{
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
+
.el-card {
|
|
510
|
+
margin: 0 8px;
|
|
511
|
+
border: none;
|
|
512
|
+
border-radius: 8px;
|
|
513
|
+
|
|
514
|
+
.head {
|
|
515
|
+
padding: 4px;
|
|
516
|
+
|
|
517
|
+
> span {
|
|
518
|
+
color: #000;
|
|
519
|
+
font-weight: 600;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
.more i {
|
|
523
|
+
font-size: 12px;
|
|
524
|
+
vertical-align: middle;
|
|
525
|
+
margin-right: 3px;
|
|
526
|
+
}
|
|
509
527
|
}
|
|
510
528
|
}
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
529
|
+
|
|
530
|
+
.dealer-home {
|
|
531
|
+
padding: 10px 2px 0;
|
|
532
|
+
|
|
533
|
+
.user-info {
|
|
534
|
+
background-color: #FFF;
|
|
535
|
+
position: relative;
|
|
536
|
+
border-radius: 8px;
|
|
537
|
+
margin: 0 8px 12px;
|
|
538
|
+
overflow: hidden;
|
|
539
|
+
padding: 16px 12px 16px 146px;
|
|
540
|
+
color: #B3B3B3;
|
|
541
|
+
height: 140px;
|
|
542
|
+
font-size: 13px;
|
|
543
|
+
|
|
544
|
+
.head-img {
|
|
545
|
+
width: 100px;
|
|
546
|
+
height: 100px;
|
|
547
|
+
border-radius: 50%;
|
|
548
|
+
position: absolute;
|
|
549
|
+
left: 24px;
|
|
550
|
+
top: 50%;
|
|
551
|
+
margin-top: -50px;
|
|
552
|
+
|
|
553
|
+
img {
|
|
554
|
+
width: 100%;
|
|
555
|
+
height: 100%;
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
.id {
|
|
560
|
+
position: absolute;
|
|
561
|
+
background-color: #608DEB;
|
|
562
|
+
color: #FFF;
|
|
563
|
+
height: 24px;
|
|
564
|
+
position: absolute;
|
|
565
|
+
right: 12px;
|
|
566
|
+
top: 12px;
|
|
567
|
+
border-radius: 26px;
|
|
568
|
+
line-height: 24px;
|
|
569
|
+
padding: 0 12px;
|
|
517
570
|
}
|
|
518
|
-
|
|
519
|
-
.name{
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
571
|
+
|
|
572
|
+
.name {
|
|
573
|
+
color: #212121;
|
|
574
|
+
font-weight: 600;
|
|
575
|
+
font-size: 24px;
|
|
576
|
+
margin-top: 10px;
|
|
577
|
+
|
|
578
|
+
i {
|
|
579
|
+
width: 22px;
|
|
580
|
+
height: 22px;
|
|
581
|
+
color: #FFF;
|
|
582
|
+
border-radius: 12px;
|
|
583
|
+
margin-left: 6px;
|
|
584
|
+
display: inline-block;
|
|
585
|
+
text-align: center;
|
|
586
|
+
font-size: 12px;
|
|
587
|
+
line-height: 22px;
|
|
588
|
+
vertical-align: middle;
|
|
589
|
+
margin-bottom: 4px;
|
|
590
|
+
font-weight: 400;
|
|
591
|
+
|
|
592
|
+
&.w {
|
|
593
|
+
background-color: #FF9CC7;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
&.m {
|
|
597
|
+
background-color: #80c4ff;
|
|
598
|
+
}
|
|
523
599
|
}
|
|
524
600
|
}
|
|
525
|
-
|
|
601
|
+
|
|
602
|
+
p {
|
|
603
|
+
margin-bottom: 8px;
|
|
604
|
+
}
|
|
526
605
|
}
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
606
|
+
|
|
607
|
+
.need-to {
|
|
608
|
+
height: calc(100vh - 262px);
|
|
609
|
+
overflow: auto;
|
|
610
|
+
|
|
611
|
+
.item {
|
|
612
|
+
position: relative;
|
|
613
|
+
padding: 0 24px 0 64px;
|
|
614
|
+
font-size: 12px;
|
|
615
|
+
color: #999999;
|
|
616
|
+
margin: 12.5px 0;
|
|
617
|
+
cursor: pointer;
|
|
618
|
+
|
|
619
|
+
p {
|
|
620
|
+
margin-bottom: 3px;
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
&:hover {
|
|
624
|
+
color: #225076;
|
|
625
|
+
|
|
626
|
+
.name {
|
|
627
|
+
color: #225076
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
.ico {
|
|
632
|
+
width: 52px;
|
|
633
|
+
height: 52px;
|
|
634
|
+
display: inline-block;
|
|
635
|
+
background: url(~@/resources/images/ico-1.png) no-repeat center;
|
|
636
|
+
background-size: cover;
|
|
637
|
+
left: 0;
|
|
638
|
+
top: 50%;
|
|
639
|
+
margin-top: -30px;
|
|
640
|
+
position: absolute;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
.name {
|
|
644
|
+
font-size: 14px;
|
|
645
|
+
color: #212121;
|
|
646
|
+
margin-bottom: 5px;
|
|
647
|
+
overflow: hidden;
|
|
648
|
+
text-overflow: ellipsis;
|
|
649
|
+
white-space: nowrap;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
.status {
|
|
653
|
+
position: absolute;
|
|
654
|
+
right: 12px;
|
|
655
|
+
bottom: 0;
|
|
656
|
+
zoom: 0.9;
|
|
533
657
|
}
|
|
534
|
-
.ico{width: 52px;height: 52px;display:inline-block;background: url(~@/resources/images/ico-1.png) no-repeat center;background-size: cover;left:0;top:50%;margin-top:-30px;position: absolute;}
|
|
535
|
-
.name{font-size: 14px;color:#212121;margin-bottom: 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
|
|
536
|
-
.status{position: absolute;right:12px;bottom:0;zoom: 0.9;}
|
|
537
658
|
}
|
|
538
659
|
|
|
539
660
|
}
|
|
540
|
-
|
|
541
|
-
|
|
661
|
+
|
|
662
|
+
.banner {
|
|
663
|
+
border-radius: 8px;
|
|
664
|
+
overflow: hidden;
|
|
665
|
+
height: 140px;
|
|
666
|
+
margin: 0 8px 12px;
|
|
667
|
+
|
|
668
|
+
img {
|
|
669
|
+
width: 100%;
|
|
670
|
+
height: 100%;
|
|
671
|
+
}
|
|
542
672
|
}
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
673
|
+
|
|
674
|
+
.real-time {
|
|
675
|
+
.item {
|
|
676
|
+
margin: 0 8px 12px;
|
|
677
|
+
background-color: #FFF;
|
|
678
|
+
border-radius: 8px;
|
|
679
|
+
padding: 16px 16px 12px;
|
|
680
|
+
width: calc(25% - 16px);
|
|
681
|
+
float: left;
|
|
682
|
+
line-height: 1.2;
|
|
683
|
+
|
|
684
|
+
b {
|
|
685
|
+
font-size: 24px;
|
|
686
|
+
color: #1472FF
|
|
687
|
+
}
|
|
547
688
|
}
|
|
548
689
|
}
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
690
|
+
|
|
691
|
+
.order-status_box {
|
|
692
|
+
margin: 0 8px;
|
|
693
|
+
background-color: #FFF;
|
|
694
|
+
border-radius: 8px;
|
|
695
|
+
padding: 18px 8px 0;
|
|
696
|
+
overflow: hidden;
|
|
697
|
+
height: calc(100vh - 395px);
|
|
698
|
+
|
|
699
|
+
.item {
|
|
700
|
+
background-color: #F6F9FF;
|
|
701
|
+
border-radius: 8px;
|
|
702
|
+
float: left;
|
|
703
|
+
width: calc(50% - 16px);
|
|
704
|
+
margin: 8px;
|
|
705
|
+
display: inline-block;
|
|
706
|
+
height: 78px;
|
|
707
|
+
line-height: 78px;
|
|
708
|
+
padding: 0 14px;
|
|
709
|
+
cursor: pointer;
|
|
710
|
+
overflow: hidden;
|
|
711
|
+
|
|
712
|
+
.count {
|
|
713
|
+
float: right;
|
|
714
|
+
font-size: 18px;
|
|
715
|
+
font-weight: 600;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
i {
|
|
719
|
+
width: 17px;
|
|
720
|
+
height: auto;
|
|
721
|
+
display: inline-block;
|
|
722
|
+
background-size: cover;
|
|
723
|
+
vertical-align: middle;
|
|
724
|
+
margin-right: 4px;
|
|
725
|
+
line-height: 1;
|
|
726
|
+
|
|
727
|
+
img {
|
|
728
|
+
width: 100%;
|
|
729
|
+
height: 100%;
|
|
730
|
+
}
|
|
555
731
|
}
|
|
556
732
|
}
|
|
557
733
|
}
|
|
558
|
-
|
|
559
|
-
|
|
734
|
+
|
|
735
|
+
.news-box, .fast-box {
|
|
736
|
+
height: calc(100vh - 455px);
|
|
737
|
+
overflow: auto;
|
|
560
738
|
}
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
739
|
+
|
|
740
|
+
.fast-box {
|
|
741
|
+
.item {
|
|
742
|
+
width: 33.3%;
|
|
743
|
+
text-align: center;
|
|
744
|
+
float: left;
|
|
745
|
+
margin: 15px 0;
|
|
746
|
+
cursor: pointer;
|
|
747
|
+
|
|
748
|
+
p {
|
|
749
|
+
margin-bottom: 0;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
i {
|
|
753
|
+
width: 62px;
|
|
754
|
+
height: 62px;
|
|
755
|
+
background-size: cover;
|
|
756
|
+
background-repeat: no-repeat;
|
|
757
|
+
margin: 0 auto 12px;
|
|
758
|
+
display: block;
|
|
759
|
+
line-height: 1;
|
|
760
|
+
|
|
761
|
+
img {
|
|
762
|
+
width: 100%;
|
|
763
|
+
height: 100%;
|
|
764
|
+
}
|
|
566
765
|
}
|
|
567
766
|
}
|
|
568
767
|
}
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
768
|
+
|
|
769
|
+
.news-box {
|
|
770
|
+
.item {
|
|
771
|
+
padding: 0 60px;
|
|
772
|
+
position: relative;
|
|
773
|
+
font-size: 12px;
|
|
774
|
+
color: #808080;
|
|
775
|
+
margin: 3px 0 11px;
|
|
776
|
+
cursor: pointer;
|
|
777
|
+
|
|
778
|
+
p {
|
|
779
|
+
margin-bottom: 0;
|
|
780
|
+
overflow: hidden;
|
|
781
|
+
text-overflow: ellipsis;
|
|
782
|
+
white-space: nowrap;
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
&:hover {
|
|
786
|
+
color: #225076;
|
|
787
|
+
|
|
788
|
+
.name {
|
|
789
|
+
color: #225076
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
&:after {
|
|
794
|
+
content: "\e612";
|
|
795
|
+
position: absolute;
|
|
796
|
+
right: 0;
|
|
797
|
+
top: 2px;
|
|
798
|
+
font-family: "iconfont";
|
|
575
799
|
}
|
|
576
|
-
|
|
577
|
-
.date{
|
|
578
|
-
|
|
579
|
-
|
|
800
|
+
|
|
801
|
+
.date {
|
|
802
|
+
background-color: #F6F9FF;
|
|
803
|
+
color: #7BB2F2;
|
|
804
|
+
display: inline-block;
|
|
805
|
+
border-radius: 8px;
|
|
806
|
+
padding: 4px 6px;
|
|
807
|
+
position: absolute;
|
|
808
|
+
left: 0;
|
|
809
|
+
top: 0;
|
|
810
|
+
line-height: 1.2;
|
|
811
|
+
text-align: center;
|
|
812
|
+
|
|
813
|
+
.year {
|
|
814
|
+
color: #3088EB;
|
|
815
|
+
font-size: 16px;
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
p {
|
|
819
|
+
color: #7BB2F2
|
|
820
|
+
}
|
|
580
821
|
}
|
|
581
|
-
|
|
582
|
-
|
|
822
|
+
|
|
823
|
+
.status {
|
|
824
|
+
position: absolute;
|
|
825
|
+
right: 0;
|
|
826
|
+
bottom: -2px;
|
|
827
|
+
background-color: #E8F3FF;
|
|
828
|
+
color: #4FA8FF;
|
|
829
|
+
border-radius: 4px;
|
|
830
|
+
padding: 2px 8px;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
.name {
|
|
834
|
+
color: #424242;
|
|
835
|
+
font-size: 13px;
|
|
836
|
+
margin-bottom: 6px;
|
|
837
|
+
display: block;
|
|
583
838
|
}
|
|
584
|
-
|
|
585
|
-
&.no-read{
|
|
586
|
-
.status{
|
|
587
|
-
background-color: #fef0f0;
|
|
839
|
+
|
|
840
|
+
&.no-read {
|
|
841
|
+
.status {
|
|
842
|
+
background-color: #fef0f0;
|
|
843
|
+
color: #f56c6c;
|
|
588
844
|
}
|
|
589
845
|
}
|
|
590
846
|
}
|