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,90 +1,90 @@
1
- <template>
2
- <div id="unit" class="row" :class="{'binary':showItem}">
3
- <div :class="{'basic-main':!showItem,'binary-left':showItem}">
4
- <gongjian-apply-list @select-changed="idsearch" :styles="showItem?'col-sm-3':'col-sm-2'" v-if="stepControl"
5
- v-ref:jgDeviceAlarmlist @add="add"></gongjian-apply-list>
6
- </div>
7
- <div class="binary-right">
8
- <gongjian-apply-dispose :recordlist="recordlist" :model="model" :oldmodel="oldmodel" v-show="showItem"
9
- :f_distribution_state="f_distribution_state" :row="row" :rowsdata="rowsdata1"
10
- :warehousename="warehousename"
11
- ></gongjian-apply-dispose>
12
- </div>
13
- </div>
14
- </template>
15
-
16
- <script>
17
- export default {
18
- title: '政府报建',
19
- components: {},
20
- data() {
21
- return {
22
- f_alarmId: '',
23
- row: {},
24
- model: {},
25
- oldmodel: {},
26
- showItem: false,
27
- stepControl: true,
28
-
29
- // 分公司id串
30
- width: '100%',
31
- f_filialeids: this.$login.f.f_fengongsi?this.$login.f.f_fengongsi:'榆林.榆川天然气',
32
- areaShow: false,
33
- areatype: '小区',
34
- arearow: {},
35
- style: 'col-sm-2'
36
- }
37
- },
38
- methods: {
39
- selected(obj) {
40
- this.style = 'col-sm-3 '
41
- if (obj.val && obj.val.id) {
42
- console.log('对比分公司', obj.val.f_filialeid, this.f_filialeids)
43
- if (obj.val.f_filialeid !== this.f_filialeids) {
44
- this.refresh()
45
- return
46
- }
47
- this.areaShow = true
48
- this.$refs.addareamsg.cleardara()
49
- this.$refs.addareamsg.operation = 'modify'
50
- this.$refs.addareamsg.areatype = '小区'
51
- this.$refs.addareamsg.areamodel = Object.assign({}, obj.val)
52
- if (obj.val.f_slice_area && obj.val.f_area_code) {
53
- this.$refs.addareamsg.areamodel.slice_area = [{
54
- name: this.$refs.addareamsg.areamodel.f_slice_area,
55
- code: this.$refs.addareamsg.areamodel.f_area_code
56
- }]
57
- }
58
- this.$refs.addareamsg.initdata(obj.val)
59
- }
60
- },
61
- add (a) {
62
- console.log('新增')
63
- this.showItem = true
64
- this.model = {}
65
- this.oldmodel = {}
66
- },
67
- refresh() {
68
- this.areaShow = false
69
- this.$refs.arealist.$refs.paged.$refs.cri.search()
70
- },
71
- idsearch(row) {
72
- this.showItem = true
73
- this.model = JSON.parse(JSON.stringify(row.val))
74
- this.oldmodel = JSON.parse(JSON.stringify(row.val))
75
- },
76
- getAlarmData () {
77
- let data = {}
78
- }
79
- },
80
- events: {
81
- 'close'() {
82
- this.showItem = false
83
- this.$refs.stocklist.search()
84
- console.log('this.$refs', this.$refs)
85
- console.log('showitem', this.showItem)
86
- },
87
- }
88
- }
89
- </script>
90
-
1
+ <template>
2
+ <div id="unit" class="row" :class="{'binary':showItem}">
3
+ <div :class="{'basic-main':!showItem,'binary-left':showItem}">
4
+ <gongjian-apply-list @select-changed="idsearch" :styles="showItem?'col-sm-3':'col-sm-2'" v-if="stepControl"
5
+ v-ref:jgDeviceAlarmlist @add="add"></gongjian-apply-list>
6
+ </div>
7
+ <div class="binary-right">
8
+ <gongjian-apply-dispose :recordlist="recordlist" :model="model" :oldmodel="oldmodel" v-show="showItem"
9
+ :f_distribution_state="f_distribution_state" :row="row" :rowsdata="rowsdata1"
10
+ :warehousename="warehousename"
11
+ ></gongjian-apply-dispose>
12
+ </div>
13
+ </div>
14
+ </template>
15
+
16
+ <script>
17
+ export default {
18
+ title: '政府报建',
19
+ components: {},
20
+ data() {
21
+ return {
22
+ f_alarmId: '',
23
+ row: {},
24
+ model: {},
25
+ oldmodel: {},
26
+ showItem: false,
27
+ stepControl: true,
28
+
29
+ // 分公司id串
30
+ width: '100%',
31
+ f_filialeids: this.$login.f.f_fengongsi?this.$login.f.f_fengongsi:'榆林.榆川天然气',
32
+ areaShow: false,
33
+ areatype: '小区',
34
+ arearow: {},
35
+ style: 'col-sm-2'
36
+ }
37
+ },
38
+ methods: {
39
+ selected(obj) {
40
+ this.style = 'col-sm-3 '
41
+ if (obj.val && obj.val.id) {
42
+ console.log('对比分公司', obj.val.f_filialeid, this.f_filialeids)
43
+ if (obj.val.f_filialeid !== this.f_filialeids) {
44
+ this.refresh()
45
+ return
46
+ }
47
+ this.areaShow = true
48
+ this.$refs.addareamsg.cleardara()
49
+ this.$refs.addareamsg.operation = 'modify'
50
+ this.$refs.addareamsg.areatype = '小区'
51
+ this.$refs.addareamsg.areamodel = Object.assign({}, obj.val)
52
+ if (obj.val.f_slice_area && obj.val.f_area_code) {
53
+ this.$refs.addareamsg.areamodel.slice_area = [{
54
+ name: this.$refs.addareamsg.areamodel.f_slice_area,
55
+ code: this.$refs.addareamsg.areamodel.f_area_code
56
+ }]
57
+ }
58
+ this.$refs.addareamsg.initdata(obj.val)
59
+ }
60
+ },
61
+ add (a) {
62
+ console.log('新增')
63
+ this.showItem = true
64
+ this.model = {}
65
+ this.oldmodel = {}
66
+ },
67
+ refresh() {
68
+ this.areaShow = false
69
+ this.$refs.arealist.$refs.paged.$refs.cri.search()
70
+ },
71
+ idsearch(row) {
72
+ this.showItem = true
73
+ this.model = JSON.parse(JSON.stringify(row.val))
74
+ this.oldmodel = JSON.parse(JSON.stringify(row.val))
75
+ },
76
+ getAlarmData () {
77
+ let data = {}
78
+ }
79
+ },
80
+ events: {
81
+ 'close'() {
82
+ this.showItem = false
83
+ this.$refs.stocklist.search()
84
+ console.log('this.$refs', this.$refs)
85
+ console.log('showitem', this.showItem)
86
+ },
87
+ }
88
+ }
89
+ </script>
90
+