apply-clients 7.1.36-yuchuan-12 → 7.1.36-yuchuan-14

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 (72) hide show
  1. package/android.html +28 -28
  2. package/build/dev-server.js +25 -10
  3. package/index.html +39 -39
  4. package/package.json +1 -1
  5. package/src/apply.js +162 -161
  6. package/src/applyAndroid.js +97 -97
  7. package/src/components/android/AppSign.vue +235 -235
  8. package/src/components/android/AppUpload.vue +275 -275
  9. package/src/components/android/Ignition/VentilationIgnition.vue +408 -408
  10. package/src/components/android/Ignition/VentilationIgnitionHandle.vue +462 -462
  11. package/src/components/android/Process/AppExplorationUser.vue +454 -454
  12. package/src/components/android/Process/AppServiceControl.vue +1437 -1437
  13. package/src/components/android/Process/Processes/AppInstallationDetails.vue +980 -980
  14. package/src/components/android/Sign/AppSignTask.vue +183 -183
  15. package/src/components/android/Supervisory/AppProcessSupervisory.vue +344 -344
  16. package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +317 -317
  17. package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +431 -431
  18. package/src/components/android/Task/yiban/AppShowDone.vue +442 -442
  19. package/src/components/android/Task/yiban/ShowDone.vue +95 -95
  20. package/src/components/android/Task/yiban/satisfactionShow.vue +166 -166
  21. package/src/components/android/newPackage/customerServiceManager.vue +218 -218
  22. package/src/components/android/newPackage/projectPrice.vue +218 -218
  23. package/src/components/product/ApplyCharge/ApplyChargeList.vue +1 -1
  24. package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianViewList.vue +272 -272
  25. package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +236 -236
  26. package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +324 -324
  27. package/src/components/product/ApplyGuanXian/GuanXianExplorationUser.vue +144 -144
  28. package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -119
  29. package/src/components/product/ApplyMap/AMapLocation.vue +871 -0
  30. package/src/components/product/ApplyMap/ApplyDragaboutList.vue +223 -223
  31. package/src/components/product/ApplyMap/ApplyInputSearch.vue +212 -212
  32. package/src/components/product/ApplyMap/ApplyMapCom.vue +82 -82
  33. package/src/components/product/ApplyMap/ApplyMapInputSearch.vue +335 -335
  34. package/src/components/product/ApplyMap/ApplyMapLocation.vue +862 -862
  35. package/src/components/product/ChongZheng/ApplyChongZhengList.vue +415 -415
  36. package/src/components/product/Function/InstallFunction.vue +133 -133
  37. package/src/components/product/Function/InstallInfoSelect.vue +371 -371
  38. package/src/components/product/Function/Service/FunctionServiceControl.vue +586 -586
  39. package/src/components/product/GongJianPush/ApplyPushManage.vue +90 -90
  40. package/src/components/product/Ignition/IgnitionListManage.vue +602 -602
  41. package/src/components/product/Ignition/IgnitionRecord.vue +380 -380
  42. package/src/components/product/InsuranceApply/InsuranceReport.vue +1 -2
  43. package/src/components/product/List/OldShowDevices.vue +271 -271
  44. package/src/components/product/List/ShowAllActivity.vue +540 -540
  45. package/src/components/product/List/ShowDevices.vue +279 -279
  46. package/src/components/product/Print/BuildOrder/buildOrderList.vue +446 -446
  47. package/src/components/product/Process/ExplorationSelect.vue +597 -597
  48. package/src/components/product/Process/ExplorationUser.vue +158 -158
  49. package/src/components/product/Process/New1ExplorationUser.vue +201 -201
  50. package/src/components/product/Process/NewExplorationSelect.vue +586 -586
  51. package/src/components/product/Process/NewExplorationUser.vue +219 -219
  52. package/src/components/product/Process/Processes/InstallationDetails.vue +1159 -1159
  53. package/src/components/product/Process/Processes/Print/printCharge.vue +250 -250
  54. package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -244
  55. package/src/components/product/Process/Processes/chargeManagement.vue +704 -704
  56. package/src/components/product/Process/Processes/devicesManagement.vue +393 -393
  57. package/src/components/product/Process/Processes/newDevicesManagement.vue +413 -413
  58. package/src/components/product/Process/Processes/selectChaiChuUserinfo.vue +230 -230
  59. package/src/components/product/Process/Processes/selectOldUserinfo.vue +241 -241
  60. package/src/components/product/Process/Processes/selectUserinfo.vue +234 -234
  61. package/src/components/product/Process/Service/ServiceControl.vue +2205 -2205
  62. package/src/components/product/ServiceView.vue +644 -644
  63. package/src/components/product/Stop/StopApplyList.vue +224 -224
  64. package/src/components/product/Supervisory/NewSupervisoryhCart.vue +175 -175
  65. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +592 -592
  66. package/src/components/product/Supervisory/SupervisoryControl.vue +116 -116
  67. package/src/components/product/Supervisory/SupervisoryList.vue +557 -557
  68. package/src/components/product/Supervisory/SupervisoryhCart.vue +119 -119
  69. package/src/components/product/Supervisory/YiBanSupervisoryList.vue +539 -539
  70. package/src/components/product/VueUtils/ApplyUpload.vue +285 -285
  71. package/src/components/product/records/AdjustmentRecordList.vue +162 -162
  72. package/src/main.js +27 -27
@@ -1,234 +1,234 @@
1
- <template>
2
- <div style="margin-bottom: 20px" class="form-group select-overspread">
3
- <label class="control-label-justify control-label col-sm-3">选择用户</label>
4
- <div class="col-sm-10" >
5
- <button class="button_search button_spacing" type="button" style="width: max-content;position: absolute" @click="openSelect" :disabled="mark === 1">选择</button>
6
- </div>
7
- </div>
8
-
9
- <modal v-if="showselect" :show.sync="showselect" width="80%" title="用户信息" v-ref:modal large backdrop="false">
10
- <article slot="modal-body" class="modal-body" style="height: 600px!important;">
11
- <criteria-paged :model="model" v-ref:cp>
12
- <criteria partial='criteria' @condition-changed='$parent.$parent.searchCondition' v-ref:cri>
13
- <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
14
- <div class="row">
15
- <div class="form-group col-sm-3">
16
- <label class="font_normal_body">客户编号:</label>
17
- <input type="text" style="width:60%" class="input_search" placeholder='客户编号' v-model="model.f_userinfo_id"
18
- v-on:keyup.enter="search"
19
- condition="ui.f_userinfo_id = '{}'">
20
- </div>
21
- <div class="form-group col-sm-3">
22
- <label class="font_normal_body">客户名称:</label>
23
- <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
24
- v-on:keyup.enter="search" condition="f_user_name like '%{}%'" placeholder='客户名称'>
25
- </div>
26
- <div class="form-group col-sm-3">
27
- <label class="font_normal_body">客户电话:</label>
28
- <input type="text" style="width:60%" class="input_search" v-model="model.f_user_phone"
29
- v-on:keyup.enter="search" condition="f_user_phone = '{}'" placeholder='客户电话'>
30
- </div>
31
-
32
- <div class="form-group col-sm-3 button-range">
33
- <button class="button_search button_spacing" @click.prevent="search" v-el:cx>查询</button>
34
- <button class="button_clear button_spacing" @click.prevent="$parent.$parent.$parent.clear()">清空</button>
35
- <div
36
- :class="{'button_shrink_top':$parent.$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.$parent.criteriaShow}"
37
- @click="$parent.$parent.$parent.criteriaShow = !$parent.$parent.$parent.criteriaShow"
38
- class="button_spacing"
39
- style="float: right">
40
- </div>
41
- </div>
42
- </div>
43
- <div class="row" v-show="$parent.$parent.$parent.criteriaShow">
44
- <div class="form-group col-sm-3">
45
- <label class="font_normal_body">小&emsp;&emsp;区:</label>
46
- <v-select
47
- v-model="model.f_residential_area"
48
- placeholder='小区'
49
- condition="f_residential_area = '{}'"
50
- :value.sync="model.f_residential_area"
51
- :options='$parent.$parent.$parent.area'
52
- class="select select_list"
53
- :value-single="true"
54
- close-on-select ></v-select>
55
- </div>
56
- <div class="form-group col-sm-3">
57
- <label class="font_normal_body">楼&emsp;&emsp;号:</label>
58
- <input type="text" style="width:60%" class="input_search" v-model="model.f_building"
59
- v-on:keyup.enter="search" condition="f_building like '%{}%'" placeholder='楼号'>
60
- </div>
61
- <div class="form-group col-sm-3">
62
- <label class="font_normal_body">单&emsp;&emsp;元:</label>
63
- <input type="text" style="width:60%" class="input_search" v-model="model.f_unit"
64
- v-on:keyup.enter="search" condition="f_unit like '%{}%'" placeholder='单元'>
65
- </div>
66
- <div class="form-group col-sm-3">
67
- <label class="font_normal_body">门&nbsp;牌&nbsp;号:</label>
68
- <input type="text" style="width:60%" class="input_search" v-model="model.f_room"
69
- v-on:keyup.enter="search" condition="f_room like '%{}%'" placeholder='门牌号'>
70
- </div>
71
- <div class="form-group col-sm-3">
72
- <label class="font_normal_body">客户地址:</label>
73
- <input type="text" style="width:60%" class="input_search" v-model="model.f_address"
74
- v-on:keyup.enter="search" condition="f_address like '%{}%'" placeholder='客户地址'>
75
- </div>
76
- </div>
77
- </div>
78
- </criteria>
79
- <data-grid :model="model" partial='list' v-ref:grid class="list_area table_sy" style="height: 100%">
80
- <template partial='head'>
81
- <tr>
82
- <th style="white-space: nowrap;">序号</th>
83
- <th style="white-space: nowrap;">客户编号</th>
84
- <th style="white-space: nowrap;">客户名称</th>
85
- <th style="white-space: nowrap;">客户电话</th>
86
- <th style="white-space: nowrap;">地址信息</th>
87
- <th style="white-space: nowrap;">选择</th>
88
- </tr>
89
- </template>
90
- <template partial='body'>
91
- <tr >
92
- <td style="text-align: center;">
93
- <nobr><font>{{$index+1}}</font></nobr>
94
- </td>
95
- <td style="text-align: center;">
96
- <nobr><font>{{ row.f_userinfo_id }}</font></nobr>
97
- </td>
98
- <td style="text-align: center;">
99
- <nobr><font>{{ row.f_user_name }}</font></nobr>
100
- </td>
101
- <td style="text-align: center;">
102
- <nobr><font>{{ row.f_user_phone }}</font></nobr>
103
- </td>
104
- <td style="text-align: center;">
105
- <nobr><font>{{ row.f_address }}</font></nobr>
106
- </td>
107
- <td style="text-align: center;">
108
- <nobr><font>
109
- <button type="button" name="button" class="button_export" @click.prevent="$parent.$parent.$parent.$parent.select(row)">确认选择</button>
110
- </font></nobr>
111
- </td>
112
- </tr>
113
- </template>
114
- </data-grid>
115
- </criteria-paged>
116
- </article>
117
- <footer slot="modal-footer" class="modal-footer">
118
- </footer>
119
- </modal>
120
- </template>
121
- <script>
122
- import {HttpResetClass, PagedList} from 'vue-client'
123
- import Vue from 'vue'
124
-
125
- export default {
126
- title: '选择用户',
127
- props: {
128
- selectdata: {
129
- type: Object
130
- },
131
- mark: {
132
- type: Number,
133
- default: 0
134
- }
135
- },
136
- data () {
137
- return {
138
- showselect: false,
139
- model: new PagedList('rs/sql/applyGetUserinfos', 20, null),
140
- criteriaShow: false,
141
- area: []
142
- }
143
- },
144
- ready () {
145
- this.getArea()
146
- },
147
- methods: {
148
- select (row) {
149
- this.$dispatch('selectUserinfo', row)
150
-
151
- this.showselect = false
152
- },
153
- searchCondition (args) {
154
- if (this.selectdata.f_apply_type === '分户挂表'){
155
- args.condition = `${args.condition} and ui.f_filiale = '${this.$login.f.f_fengongsi?this.$login.f.f_fengongsi:'榆林.榆川天然气'}' and ui.f_user_state = '分户挂表'`
156
- }else if (this.selectdata.f_apply_type === '改线业务'){
157
- args.condition = `${args.condition} and ui.f_filiale = '${this.$login.f.f_fengongsi?this.$login.f.f_fengongsi:'榆林.榆川天然气'}' and ui.f_user_state = '正常'`
158
- }
159
- this.model.search(args.condition, args.model)
160
- },
161
- clear () {
162
- Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
163
- this.$refs.cp.$refs.cri.model[key] = null
164
- })
165
- },
166
- openSelect () {
167
- this.showselect = true
168
- setTimeout(() => {
169
- this.$refs.cp.$refs.cri.search()
170
- }, 100)
171
- },
172
- // 获取小区
173
- async getArea () {
174
- let data = {
175
- tablename: 't_area_address',
176
- condition: `f_filiale = '${this.$login.f.f_fengongsi?this.$login.f.f_fengongsi:'榆林.榆川天然气'}' and f_area_status = '启用'`
177
- }
178
- let http = new HttpResetClass()
179
- let res = await http.load(
180
- 'POST',
181
- `rs/sql/applySingleTable`,
182
- {data: data},
183
- {resolveMsg: null, rejectMsg: '小区查询失败!!!'}
184
- )
185
- this.area = res.data.map(item => {
186
- return {
187
- label: item.f_residential_area,
188
- value: item.id
189
- }
190
- })
191
- },
192
- },
193
- events: {
194
- },
195
- computed: {
196
- },
197
- watch: {
198
- }
199
- }
200
- </script>
201
- <style scoped>
202
- .control-label-justify {
203
- display: inline-block;
204
- vertical-align: top;
205
- width: 110px;
206
- text-align: justify;
207
- font-family: PingFang-SC-Bold;
208
- }
209
-
210
- .control-label-justify::after {
211
- content: "";
212
- display: inline-block;
213
- width: 100%;
214
- overflow: hidden;
215
- height: 0;
216
- }
217
- .input_view{
218
- padding: 8px;
219
- background-color: #ffffff;
220
- border-radius: 2px;
221
- border: solid 1px #c7c7c7!important;
222
- color: #333333!important;
223
- font-size: 15px!important;
224
- }
225
-
226
- .input_view[readonly]{
227
- border: 1px solid #DDD!important;
228
- color:#ACA899!important;
229
- }
230
- .input_view:disabled{
231
- border: 1px solid #DDD!important;
232
- color:#ACA899!important;
233
- }
234
- </style>
1
+ <template>
2
+ <div style="margin-bottom: 20px" class="form-group select-overspread">
3
+ <label class="control-label-justify control-label col-sm-3">选择用户</label>
4
+ <div class="col-sm-10" >
5
+ <button class="button_search button_spacing" type="button" style="width: max-content;position: absolute" @click="openSelect" :disabled="mark === 1">选择</button>
6
+ </div>
7
+ </div>
8
+
9
+ <modal v-if="showselect" :show.sync="showselect" width="80%" title="用户信息" v-ref:modal large backdrop="false">
10
+ <article slot="modal-body" class="modal-body" style="height: 600px!important;">
11
+ <criteria-paged :model="model" v-ref:cp>
12
+ <criteria partial='criteria' @condition-changed='$parent.$parent.searchCondition' v-ref:cri>
13
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
14
+ <div class="row">
15
+ <div class="form-group col-sm-3">
16
+ <label class="font_normal_body">客户编号:</label>
17
+ <input type="text" style="width:60%" class="input_search" placeholder='客户编号' v-model="model.f_userinfo_id"
18
+ v-on:keyup.enter="search"
19
+ condition="ui.f_userinfo_id = '{}'">
20
+ </div>
21
+ <div class="form-group col-sm-3">
22
+ <label class="font_normal_body">客户名称:</label>
23
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
24
+ v-on:keyup.enter="search" condition="f_user_name like '%{}%'" placeholder='客户名称'>
25
+ </div>
26
+ <div class="form-group col-sm-3">
27
+ <label class="font_normal_body">客户电话:</label>
28
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_user_phone"
29
+ v-on:keyup.enter="search" condition="f_user_phone = '{}'" placeholder='客户电话'>
30
+ </div>
31
+
32
+ <div class="form-group col-sm-3 button-range">
33
+ <button class="button_search button_spacing" @click.prevent="search" v-el:cx>查询</button>
34
+ <button class="button_clear button_spacing" @click.prevent="$parent.$parent.$parent.clear()">清空</button>
35
+ <div
36
+ :class="{'button_shrink_top':$parent.$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.$parent.criteriaShow}"
37
+ @click="$parent.$parent.$parent.criteriaShow = !$parent.$parent.$parent.criteriaShow"
38
+ class="button_spacing"
39
+ style="float: right">
40
+ </div>
41
+ </div>
42
+ </div>
43
+ <div class="row" v-show="$parent.$parent.$parent.criteriaShow">
44
+ <div class="form-group col-sm-3">
45
+ <label class="font_normal_body">小&emsp;&emsp;区:</label>
46
+ <v-select
47
+ v-model="model.f_residential_area"
48
+ placeholder='小区'
49
+ condition="f_residential_area = '{}'"
50
+ :value.sync="model.f_residential_area"
51
+ :options='$parent.$parent.$parent.area'
52
+ class="select select_list"
53
+ :value-single="true"
54
+ close-on-select ></v-select>
55
+ </div>
56
+ <div class="form-group col-sm-3">
57
+ <label class="font_normal_body">楼&emsp;&emsp;号:</label>
58
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_building"
59
+ v-on:keyup.enter="search" condition="f_building like '%{}%'" placeholder='楼号'>
60
+ </div>
61
+ <div class="form-group col-sm-3">
62
+ <label class="font_normal_body">单&emsp;&emsp;元:</label>
63
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_unit"
64
+ v-on:keyup.enter="search" condition="f_unit like '%{}%'" placeholder='单元'>
65
+ </div>
66
+ <div class="form-group col-sm-3">
67
+ <label class="font_normal_body">门&nbsp;牌&nbsp;号:</label>
68
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_room"
69
+ v-on:keyup.enter="search" condition="f_room like '%{}%'" placeholder='门牌号'>
70
+ </div>
71
+ <div class="form-group col-sm-3">
72
+ <label class="font_normal_body">客户地址:</label>
73
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_address"
74
+ v-on:keyup.enter="search" condition="f_address like '%{}%'" placeholder='客户地址'>
75
+ </div>
76
+ </div>
77
+ </div>
78
+ </criteria>
79
+ <data-grid :model="model" partial='list' v-ref:grid class="list_area table_sy" style="height: 100%">
80
+ <template partial='head'>
81
+ <tr>
82
+ <th style="white-space: nowrap;">序号</th>
83
+ <th style="white-space: nowrap;">客户编号</th>
84
+ <th style="white-space: nowrap;">客户名称</th>
85
+ <th style="white-space: nowrap;">客户电话</th>
86
+ <th style="white-space: nowrap;">地址信息</th>
87
+ <th style="white-space: nowrap;">选择</th>
88
+ </tr>
89
+ </template>
90
+ <template partial='body'>
91
+ <tr >
92
+ <td style="text-align: center;">
93
+ <nobr><font>{{$index+1}}</font></nobr>
94
+ </td>
95
+ <td style="text-align: center;">
96
+ <nobr><font>{{ row.f_userinfo_id }}</font></nobr>
97
+ </td>
98
+ <td style="text-align: center;">
99
+ <nobr><font>{{ row.f_user_name }}</font></nobr>
100
+ </td>
101
+ <td style="text-align: center;">
102
+ <nobr><font>{{ row.f_user_phone }}</font></nobr>
103
+ </td>
104
+ <td style="text-align: center;">
105
+ <nobr><font>{{ row.f_address }}</font></nobr>
106
+ </td>
107
+ <td style="text-align: center;">
108
+ <nobr><font>
109
+ <button type="button" name="button" class="button_export" @click.prevent="$parent.$parent.$parent.$parent.select(row)">确认选择</button>
110
+ </font></nobr>
111
+ </td>
112
+ </tr>
113
+ </template>
114
+ </data-grid>
115
+ </criteria-paged>
116
+ </article>
117
+ <footer slot="modal-footer" class="modal-footer">
118
+ </footer>
119
+ </modal>
120
+ </template>
121
+ <script>
122
+ import {HttpResetClass, PagedList} from 'vue-client'
123
+ import Vue from 'vue'
124
+
125
+ export default {
126
+ title: '选择用户',
127
+ props: {
128
+ selectdata: {
129
+ type: Object
130
+ },
131
+ mark: {
132
+ type: Number,
133
+ default: 0
134
+ }
135
+ },
136
+ data () {
137
+ return {
138
+ showselect: false,
139
+ model: new PagedList('rs/sql/applyGetUserinfos', 20, null),
140
+ criteriaShow: false,
141
+ area: []
142
+ }
143
+ },
144
+ ready () {
145
+ this.getArea()
146
+ },
147
+ methods: {
148
+ select (row) {
149
+ this.$dispatch('selectUserinfo', row)
150
+
151
+ this.showselect = false
152
+ },
153
+ searchCondition (args) {
154
+ if (this.selectdata.f_apply_type === '分户挂表'){
155
+ args.condition = `${args.condition} and ui.f_filiale = '${this.$login.f.f_fengongsi?this.$login.f.f_fengongsi:'榆林.榆川天然气'}' and ui.f_user_state = '分户挂表'`
156
+ }else if (this.selectdata.f_apply_type === '改线业务'){
157
+ args.condition = `${args.condition} and ui.f_filiale = '${this.$login.f.f_fengongsi?this.$login.f.f_fengongsi:'榆林.榆川天然气'}' and ui.f_user_state = '正常'`
158
+ }
159
+ this.model.search(args.condition, args.model)
160
+ },
161
+ clear () {
162
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
163
+ this.$refs.cp.$refs.cri.model[key] = null
164
+ })
165
+ },
166
+ openSelect () {
167
+ this.showselect = true
168
+ setTimeout(() => {
169
+ this.$refs.cp.$refs.cri.search()
170
+ }, 100)
171
+ },
172
+ // 获取小区
173
+ async getArea () {
174
+ let data = {
175
+ tablename: 't_area_address',
176
+ condition: `f_filiale = '${this.$login.f.f_fengongsi?this.$login.f.f_fengongsi:'榆林.榆川天然气'}' and f_area_status = '启用'`
177
+ }
178
+ let http = new HttpResetClass()
179
+ let res = await http.load(
180
+ 'POST',
181
+ `rs/sql/applySingleTable`,
182
+ {data: data},
183
+ {resolveMsg: null, rejectMsg: '小区查询失败!!!'}
184
+ )
185
+ this.area = res.data.map(item => {
186
+ return {
187
+ label: item.f_residential_area,
188
+ value: item.id
189
+ }
190
+ })
191
+ },
192
+ },
193
+ events: {
194
+ },
195
+ computed: {
196
+ },
197
+ watch: {
198
+ }
199
+ }
200
+ </script>
201
+ <style scoped>
202
+ .control-label-justify {
203
+ display: inline-block;
204
+ vertical-align: top;
205
+ width: 110px;
206
+ text-align: justify;
207
+ font-family: PingFang-SC-Bold;
208
+ }
209
+
210
+ .control-label-justify::after {
211
+ content: "";
212
+ display: inline-block;
213
+ width: 100%;
214
+ overflow: hidden;
215
+ height: 0;
216
+ }
217
+ .input_view{
218
+ padding: 8px;
219
+ background-color: #ffffff;
220
+ border-radius: 2px;
221
+ border: solid 1px #c7c7c7!important;
222
+ color: #333333!important;
223
+ font-size: 15px!important;
224
+ }
225
+
226
+ .input_view[readonly]{
227
+ border: 1px solid #DDD!important;
228
+ color:#ACA899!important;
229
+ }
230
+ .input_view:disabled{
231
+ border: 1px solid #DDD!important;
232
+ color:#ACA899!important;
233
+ }
234
+ </style>