apply-clients 3.3.13 → 3.3.17

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.
Files changed (25) hide show
  1. package/package.json +1 -1
  2. package/src/apply.js +2 -1
  3. package/src/components/android/Function/AppInstallFunction.vue +0 -10
  4. package/src/components/android/Process/AppExplorationUser.vue +268 -278
  5. package/src/components/android/Process/AppServiceControl.vue +711 -686
  6. package/src/components/android/Supervisory/AppProcessSupervisory.vue +0 -10
  7. package/src/components/product/ApplyCharge/ApplyChargeList.vue +0 -9
  8. package/src/components/product/Function/InstallInfoSelect.vue +4 -13
  9. package/src/components/product/Order/OrderMessage.vue +0 -4
  10. package/src/components/product/Process/ExplorationSelect.vue +3 -12
  11. package/src/components/product/Process/Processes/InstallationDetails.vue +2 -4
  12. package/src/components/product/Process/Processes/Print/img/10101.png +0 -0
  13. package/src/components/product/Process/Processes/Print/img/1010109.png +0 -0
  14. package/src/components/product/Process/Processes/Print/img/1010110.png +0 -0
  15. package/src/components/product/Process/Processes/Print/img/1010111.png +0 -0
  16. package/src/components/product/Process/Processes/Print/img/1010112.png +0 -0
  17. package/src/components/product/Process/Processes/Print/printCharge.vue +139 -0
  18. package/src/components/product/Process/Processes/Print/printRefund.vue +193 -0
  19. package/src/components/product/Process/Processes/chargeManagement.vue +164 -164
  20. package/src/components/product/Process/Processes/selectApply.vue +1 -1
  21. package/src/components/product/Process/Service/ServiceControl.vue +47 -16
  22. package/src/components/product/Stop/StopApplyList.vue +3 -13
  23. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +0 -5
  24. package/src/components/product/Supervisory/SupervisoryList.vue +3 -13
  25. package/src/components/product/Process/Processes/printCharge.vue +0 -130
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "3.3.13",
3
+ "version": "3.3.17",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
package/src/apply.js CHANGED
@@ -59,7 +59,8 @@ export default function (filiale) {
59
59
  Vue.component('installation-details', (resolve) => { require(['./components/product/Process/Processes/InstallationDetails'], resolve) })
60
60
  // 收费管理
61
61
  Vue.component('apply-charge-management', (resolve) => { require(['./components/product/Process/Processes/chargeManagement'], resolve) })
62
- Vue.component('apply-print-charge', (resolve) => { require(['./components/product/Process/Processes/printCharge'], resolve) })
62
+ Vue.component('apply-print-charge', (resolve) => { require(['./components/product/Process/Processes/Print/printCharge'], resolve) })
63
+ Vue.component('apply-print-refund', (resolve) => { require(['./components/product/Process/Processes/Print/printRefund'], resolve) })
63
64
  // 补充协议
64
65
  Vue.component('supplemental-agreement', (resolve) => { require(['./components/product/Process/Processes/supplementalAgreement'], resolve) })
65
66
  // 选择用户信息
@@ -4,12 +4,6 @@
4
4
  <criteria partial='criteria' @condition-changed='search' v-ref:cri>
5
5
  <div partial class="auto">
6
6
  <div class="row form-group app-input">
7
- <label class="">项目名称:</label>
8
- <div class="col-xs-8" >
9
- <input class="" v-model=model.f_entry_name condition="u.f_entry_name like '%{}%'" />
10
- </div>
11
- </div>
12
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
13
7
  <label class="">客户名称:</label>
14
8
  <div class="col-xs-8" >
15
9
  <input class="" v-model=model.f_user_name condition="u.f_user_name like '%{}%'" />
@@ -107,10 +101,6 @@
107
101
  <list :model="model" partial='list'>
108
102
  <div partial class="auto app-text panel">
109
103
  <div class="panel-body panel-self">
110
- <div class="col-xs-12">
111
- <p class="col-xs-3 text-left font"><b>项目名称:</b></p>
112
- <p class="col-xs-9 text-left input-font">{{ row.f_entry_name }}</p>
113
- </div>
114
104
  <div class="col-xs-12">
115
105
  <p class="col-xs-3 text-left font"><b>客户名称:</b></p>
116
106
  <p class="col-xs-9 text-left input-font">{{ row.f_user_name }}</p>
@@ -1,278 +1,268 @@
1
- <template>
2
- <div class="p-10">
3
- <criteria-paged :model="model" v-ref:cp>
4
- <criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
5
- <div partial class="auto">
6
- <div class="row form-group app-input">
7
- <label class="">项目名称:</label>
8
- <div class="col-xs-8" >
9
- <input class="" v-model=model.f_entry_name condition="u.f_entry_name like '%{}%'" />
10
- </div>
11
- </div>
12
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
13
- <label class="">客户名称:</label>
14
- <div class="col-xs-8" >
15
- <input class="" v-model=model.f_user_name condition="u.f_user_name like '%{}%'" />
16
- </div>
17
- </div>
18
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
19
- <label class="">联系电话:</label>
20
- <div class="col-xs-8" >
21
- <input class="" v-model=model.f_phone condition="u.f_phone like '%{}%'" />
22
- </div>
23
- </div>
24
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
25
- <label class="">工程编号:</label>
26
- <div class="col-xs-8" >
27
- <input class="" v-model=model.f_apply_num condition="u.f_apply_num like '%{}%'" />
28
- </div>
29
- </div>
30
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
31
- <label class="">合同编号:</label>
32
- <div class="col-xs-8" >
33
- <input class="" v-model=model.f_contract_number condition="u.f_contract_number like '%{}%'" />
34
- </div>
35
- </div>
36
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
37
- <label class="">报建类型:</label>
38
- <div class="col-xs-8" >
39
- <v-select
40
- width="100%"
41
- v-model="model.f_apply_type"
42
- placeholder='报建类型'
43
- condition="u.f_apply_type like '%{}%'"
44
- :value.sync="model.f_apply_type"
45
- :options='$parent.$parent.applytype'
46
- class="select select_list"
47
- :value-single="true"
48
- @change="$parent.$parent.applyTypeChange()"
49
- close-on-select ></v-select>
50
- </div>
51
- </div>
52
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
53
- <label class="">办理环节:</label>
54
- <div class="col-xs-8" >
55
- <v-select
56
- width="100%"
57
- v-model="model.defname"
58
- placeholder='办理环节'
59
- condition="act.defname = '{}'"
60
- :value.sync="model.defname"
61
- :options='$parent.$parent.defnames'
62
- class="select select_list"
63
- :value-single="true"
64
- close-on-select ></v-select>
65
- </div>
66
- </div>
67
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
68
- <label class="">用户地址:</label>
69
- <div class="col-xs-8" >
70
- <input class="" v-model=model.f_address condition="u.f_address like '%{}%'" />
71
- </div>
72
- </div>
73
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
74
- <label class="">开始时间:</label>
75
- <div class="col-xs-8" >
76
- <datepicker id="startDate" placeholder="开始日期"
77
- style="width: 100%!important;"
78
- v-model="model.startDate"
79
- :value.sync="model.startDate"
80
- :format="'yyyy-MM-dd HH:mm:ss'"
81
- :show-reset-button="true"
82
- condition="u.f_apply_date >= to_date('{}', 'yyyy-mm-dd hh24:mi:ss')">
83
- </datepicker>
84
- </div>
85
- </div>
86
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
87
- <label class="">结束时间:</label>
88
- <div class="col-xs-8" >
89
- <datepicker id="endDate" placeholder="结束日期"
90
- style="width: 100%!important;"
91
- v-model="model.endDate"
92
- :value.sync="model.endDate"
93
- :format="'yyyy-MM-dd HH:mm:ss'"
94
- :show-reset-button="true"
95
- condition="f_apply_date <= to_date('{}', 'yyyy-mm-dd hh24:mi:ss')">
96
- </datepicker>
97
- </div>
98
- </div>
99
- <div class="row form-group text-right" style="">
100
- <button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
101
- <button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
102
- <button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
103
- </div>
104
- </div>
105
- </criteria>
106
-
107
- <list :model="model" partial='list'>
108
- <div partial class="auto app-text panel">
109
- <div class="panel-body panel-self">
110
- <div class="col-xs-12">
111
- <p class="col-xs-3 text-left font"><b>项目名称:</b></p>
112
- <p class="col-xs-9 text-left input-font">{{ row.f_entry_name }}</p>
113
- </div>
114
- <div class="col-xs-12">
115
- <p class="col-xs-3 text-left font"><b>客户名称:</b></p>
116
- <p class="col-xs-9 text-left input-font">{{ row.f_user_name }}</p>
117
- </div>
118
- <div class="col-xs-12">
119
- <p class="col-xs-3 text-left font"><b>电&emsp;&emsp;话:</b></p>
120
- <p class="col-xs-9 text-left input-font">{{ row.f_phone }}</p>
121
- </div>
122
- <div class="col-xs-12">
123
- <p class="col-xs-3 text-left font"><b>工程编号:</b></p>
124
- <p class="col-xs-9 text-left input-font">{{ row.f_apply_num }}</p>
125
- </div>
126
- <div class="col-xs-12">
127
- <p class="col-xs-3 text-left font"><b>报建类型:</b></p>
128
- <p class="col-xs-9 text-left input-font">{{ row.f_apply_type }}</p>
129
- </div>
130
- <div class="col-xs-12">
131
- <p class="col-xs-3 text-left font"><b>办理环节:</b></p>
132
- <p class="col-xs-9 text-left input-font">{{ row.defname }}</p>
133
- </div>
134
- <div class="col-xs-12">
135
- <p class="col-xs-3 text-left font"><b>地&emsp;&emsp;址:</b></p>
136
- <p class="col-xs-9 text-left input-font">{{ row.f_address }}</p>
137
- </div>
138
- <div class="col-xs-12">
139
- <p class="col-xs-3 text-left font"><b>报建日期:</b></p>
140
- <p class="col-xs-9 text-left input-font">{{ row.f_apply_date }}</p>
141
- </div>
142
-
143
- <div class="col-xs-12 text-right">
144
- <button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">处理</button>
145
- </div>
146
- </div>
147
- </div>
148
- </list>
149
- </criteria-paged>
150
- </div>
151
- </template>
152
- <script>
153
- import Vue from 'vue'
154
- import { PagedList, HttpResetClass } from 'vue-client'
155
- import {isEmpty} from '../../Util'
156
- export default {
157
- title: '报建流程',
158
- data () {
159
- return {
160
- model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/checkuser`, 20, {
161
- // model: new PagedList('rs/sql/checkuser', 20, {
162
- data: {
163
- id: Vue.user.id,
164
- orgid: Vue.user.orgid
165
- // id: '51953',
166
- // orgid: '10101'
167
- }
168
- }),
169
- criteriaShow: false,
170
- applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')], // 所有报建类型
171
- defnames: [{label: '全部', value: ''}]
172
- }
173
- },
174
- ready () {
175
- this.search()
176
- },
177
- methods: {
178
- clear () {
179
- Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
180
- this.$refs.cp.$refs.cri.model[key] = null
181
- })
182
- },
183
- // 查询
184
- search () {
185
- this.$refs.cp.$refs.cri.search()
186
- },
187
- searchCondition (args) {
188
- args.condition += `and act.defname in ${this.appDefnames}`
189
- this.model.search(args.condition, args.model)
190
- },
191
- click (row) {
192
- let _this = this
193
- this.$dispatch('gotoson', {
194
- _this: _this,
195
- title: row.defname,
196
- safe: true
197
- })
198
- this.$goto('app-service-control', {selectdata: row}, 'self', _this.search)
199
- },
200
- applyTypeChange () {
201
- if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
202
- let http = new HttpResetClass()
203
- http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/getDefnameByType`, {
204
- // http.load('POST', 'rs/logic/getDefnameByType', {
205
- f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type
206
- }, {resolveMsg: null, rejectMsg: null}).then((res) => {
207
- this.defnames = [{label: '全部', value: ''}, ...res.data]
208
- })
209
- } else {
210
- this.defnames = [{label: '全部', value: ''}]
211
- }
212
- }
213
- },
214
- events: {
215
- },
216
- watch: {
217
- },
218
- computed: {
219
- appDefnames () {
220
- // let list = [{label: '报装缴费', value: '报装缴费'}, {label: '通气点火', value: '通气点火'}]
221
- let list = this.$appdata.getParam('手机节点')
222
- return `(${list.map(item => `'${item.value}'`).toString()})`
223
- }
224
- }
225
- }
226
- </script>
227
- <style scoped>
228
- .panel-self{
229
- border-radius: 10px;
230
- border:1px solid #499EDF;
231
- background-color: #F8F8F8;
232
- }
233
- .font{
234
- font: 15px PingFang-SC-Medium;
235
- color: #666666;
236
- }
237
-
238
- .button_shrink_top {
239
- width: 34px;
240
- height: 34px;
241
- border: solid 1px #6aa6e2;
242
- background-size: 100%;
243
- background-image: url("../../../../static/newStyle/stretch_top.png")
244
- }
245
-
246
- .button_shrink_bottom {
247
- width: 34px;
248
- height: 34px;
249
- border: solid 1px #6aa6e2;
250
- background-size: 100%;
251
- background-image: url("../../../../static/newStyle/stretch_bottom.png")
252
- }
253
- </style>
254
- <style lang="less">
255
- .app-input {
256
- label {
257
- float: left;
258
- }
259
- .select {
260
- button {
261
- border: none;
262
- outline: none;
263
- text-align: left;
264
- .btn-placeholder {
265
- color: #ACA899
266
- }
267
- }
268
- }
269
- .datepicker {
270
- .form-control:focus {
271
- border: none!important;
272
- outline: none!important;
273
- -webkit-box-shadow: none;
274
- box-shadow: none;
275
- }
276
- }
277
- }
278
- </style>
1
+ <template>
2
+ <div class="p-10">
3
+ <criteria-paged :model="model" v-ref:cp>
4
+ <criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
5
+ <div partial class="auto">
6
+ <div class="row form-group app-input">
7
+ <label class="">客户名称:</label>
8
+ <div class="col-xs-8" >
9
+ <input class="" v-model=model.f_user_name condition="u.f_user_name like '%{}%'" />
10
+ </div>
11
+ </div>
12
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
13
+ <label class="">联系电话:</label>
14
+ <div class="col-xs-8" >
15
+ <input class="" v-model=model.f_phone condition="u.f_phone like '%{}%'" />
16
+ </div>
17
+ </div>
18
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
19
+ <label class="">工程编号:</label>
20
+ <div class="col-xs-8" >
21
+ <input class="" v-model=model.f_apply_num condition="u.f_apply_num like '%{}%'" />
22
+ </div>
23
+ </div>
24
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
25
+ <label class="">合同编号:</label>
26
+ <div class="col-xs-8" >
27
+ <input class="" v-model=model.f_contract_number condition="u.f_contract_number like '%{}%'" />
28
+ </div>
29
+ </div>
30
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
31
+ <label class="">报建类型:</label>
32
+ <div class="col-xs-8" >
33
+ <v-select
34
+ width="100%"
35
+ v-model="model.f_apply_type"
36
+ placeholder='报建类型'
37
+ condition="u.f_apply_type like '%{}%'"
38
+ :value.sync="model.f_apply_type"
39
+ :options='$parent.$parent.applytype'
40
+ class="select select_list"
41
+ :value-single="true"
42
+ @change="$parent.$parent.applyTypeChange()"
43
+ close-on-select ></v-select>
44
+ </div>
45
+ </div>
46
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
47
+ <label class="">办理环节:</label>
48
+ <div class="col-xs-8" >
49
+ <v-select
50
+ width="100%"
51
+ v-model="model.defname"
52
+ placeholder='办理环节'
53
+ condition="act.defname = '{}'"
54
+ :value.sync="model.defname"
55
+ :options='$parent.$parent.defnames'
56
+ class="select select_list"
57
+ :value-single="true"
58
+ close-on-select ></v-select>
59
+ </div>
60
+ </div>
61
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
62
+ <label class="">用户地址:</label>
63
+ <div class="col-xs-8" >
64
+ <input class="" v-model=model.f_address condition="u.f_address like '%{}%'" />
65
+ </div>
66
+ </div>
67
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
68
+ <label class="">开始时间:</label>
69
+ <div class="col-xs-8" >
70
+ <datepicker id="startDate" placeholder="开始日期"
71
+ style="width: 100%!important;"
72
+ v-model="model.startDate"
73
+ :value.sync="model.startDate"
74
+ :format="'yyyy-MM-dd HH:mm:ss'"
75
+ :show-reset-button="true"
76
+ condition="u.f_apply_date >= to_date('{}', 'yyyy-mm-dd hh24:mi:ss')">
77
+ </datepicker>
78
+ </div>
79
+ </div>
80
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
81
+ <label class="">结束时间:</label>
82
+ <div class="col-xs-8" >
83
+ <datepicker id="endDate" placeholder="结束日期"
84
+ style="width: 100%!important;"
85
+ v-model="model.endDate"
86
+ :value.sync="model.endDate"
87
+ :format="'yyyy-MM-dd HH:mm:ss'"
88
+ :show-reset-button="true"
89
+ condition="f_apply_date <= to_date('{}', 'yyyy-mm-dd hh24:mi:ss')">
90
+ </datepicker>
91
+ </div>
92
+ </div>
93
+ <div class="row form-group text-right" style="">
94
+ <button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
95
+ <button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
96
+ <button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
97
+ </div>
98
+ </div>
99
+ </criteria>
100
+
101
+ <list :model="model" partial='list'>
102
+ <div partial class="auto app-text panel">
103
+ <div class="panel-body panel-self">
104
+ <div class="col-xs-12">
105
+ <p class="col-xs-3 text-left font"><b>客户名称:</b></p>
106
+ <p class="col-xs-9 text-left input-font">{{ row.f_user_name }}</p>
107
+ </div>
108
+ <div class="col-xs-12">
109
+ <p class="col-xs-3 text-left font"><b>电&emsp;&emsp;话:</b></p>
110
+ <p class="col-xs-9 text-left input-font">{{ row.f_phone }}</p>
111
+ </div>
112
+ <div class="col-xs-12">
113
+ <p class="col-xs-3 text-left font"><b>工程编号:</b></p>
114
+ <p class="col-xs-9 text-left input-font">{{ row.f_apply_num }}</p>
115
+ </div>
116
+ <div class="col-xs-12">
117
+ <p class="col-xs-3 text-left font"><b>报建类型:</b></p>
118
+ <p class="col-xs-9 text-left input-font">{{ row.f_apply_type }}</p>
119
+ </div>
120
+ <div class="col-xs-12">
121
+ <p class="col-xs-3 text-left font"><b>办理环节:</b></p>
122
+ <p class="col-xs-9 text-left input-font">{{ row.defname }}</p>
123
+ </div>
124
+ <div class="col-xs-12">
125
+ <p class="col-xs-3 text-left font"><b>地&emsp;&emsp;址:</b></p>
126
+ <p class="col-xs-9 text-left input-font">{{ row.f_address }}</p>
127
+ </div>
128
+ <div class="col-xs-12">
129
+ <p class="col-xs-3 text-left font"><b>报建日期:</b></p>
130
+ <p class="col-xs-9 text-left input-font">{{ row.f_apply_date }}</p>
131
+ </div>
132
+
133
+ <div class="col-xs-12 text-right">
134
+ <button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">处理</button>
135
+ </div>
136
+ </div>
137
+ </div>
138
+ </list>
139
+ </criteria-paged>
140
+ </div>
141
+ </template>
142
+ <script>
143
+ import Vue from 'vue'
144
+ import { PagedList, HttpResetClass } from 'vue-client'
145
+ import {isEmpty} from '../../Util'
146
+ export default {
147
+ title: '报建流程',
148
+ data () {
149
+ return {
150
+ model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/checkuser`, 20, {
151
+ // model: new PagedList('rs/sql/checkuser', 20, {
152
+ data: {
153
+ id: Vue.user.id,
154
+ orgid: Vue.user.orgid
155
+ // id: '51953',
156
+ // orgid: '10101'
157
+ }
158
+ }),
159
+ criteriaShow: false,
160
+ applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')], // 所有报建类型
161
+ defnames: [{label: '全部', value: ''}]
162
+ }
163
+ },
164
+ ready () {
165
+ this.search()
166
+ },
167
+ methods: {
168
+ clear () {
169
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
170
+ this.$refs.cp.$refs.cri.model[key] = null
171
+ })
172
+ },
173
+ // 查询
174
+ search () {
175
+ this.$refs.cp.$refs.cri.search()
176
+ },
177
+ searchCondition (args) {
178
+ args.condition += `and act.defname in ${this.appDefnames}`
179
+ this.model.search(args.condition, args.model)
180
+ },
181
+ click (row) {
182
+ let _this = this
183
+ this.$dispatch('gotoson', {
184
+ _this: _this,
185
+ title: row.defname,
186
+ safe: true
187
+ })
188
+ this.$goto('app-service-control', {selectdata: row}, 'self', _this.search)
189
+ },
190
+ applyTypeChange () {
191
+ if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
192
+ let http = new HttpResetClass()
193
+ http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/getDefnameByType`, {
194
+ // http.load('POST', 'rs/logic/getDefnameByType', {
195
+ f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type
196
+ }, {resolveMsg: null, rejectMsg: null}).then((res) => {
197
+ this.defnames = [{label: '全部', value: ''}, ...res.data]
198
+ })
199
+ } else {
200
+ this.defnames = [{label: '全部', value: ''}]
201
+ }
202
+ }
203
+ },
204
+ events: {
205
+ },
206
+ watch: {
207
+ },
208
+ computed: {
209
+ appDefnames () {
210
+ // let list = [{label: '报装缴费', value: '报装缴费'}, {label: '通气点火', value: '通气点火'}]
211
+ let list = this.$appdata.getParam('手机节点')
212
+ return `(${list.map(item => `'${item.value}'`).toString()})`
213
+ }
214
+ }
215
+ }
216
+ </script>
217
+ <style scoped>
218
+ .panel-self{
219
+ border-radius: 10px;
220
+ border:1px solid #499EDF;
221
+ background-color: #F8F8F8;
222
+ }
223
+ .font{
224
+ font: 15px PingFang-SC-Medium;
225
+ color: #666666;
226
+ }
227
+
228
+ .button_shrink_top {
229
+ width: 34px;
230
+ height: 34px;
231
+ border: solid 1px #6aa6e2;
232
+ background-size: 100%;
233
+ background-image: url("../../../../static/newStyle/stretch_top.png")
234
+ }
235
+
236
+ .button_shrink_bottom {
237
+ width: 34px;
238
+ height: 34px;
239
+ border: solid 1px #6aa6e2;
240
+ background-size: 100%;
241
+ background-image: url("../../../../static/newStyle/stretch_bottom.png")
242
+ }
243
+ </style>
244
+ <style lang="less">
245
+ .app-input {
246
+ label {
247
+ float: left;
248
+ }
249
+ .select {
250
+ button {
251
+ border: none;
252
+ outline: none;
253
+ text-align: left;
254
+ .btn-placeholder {
255
+ color: #ACA899
256
+ }
257
+ }
258
+ }
259
+ .datepicker {
260
+ .form-control:focus {
261
+ border: none!important;
262
+ outline: none!important;
263
+ -webkit-box-shadow: none;
264
+ box-shadow: none;
265
+ }
266
+ }
267
+ }
268
+ </style>