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,162 +1,162 @@
1
- <template>
2
- <div class="flex-row">
3
- <div class="basic-main">
4
- <criteria-paged :model="model" v-ref:cp>
5
- <criteria partial='criteria' @condition-changed='search' v-ref:cri>
6
- <div class="form-horizontal select-overspread container-fluid auto" partial>
7
- <div class="row">
8
- <div class="form-group col-sm-3">
9
- <label class="font_normal_body"><strong>报建编号:</strong></label>
10
- <input type="text" class="input_search" style="width: 60%" v-model="model.f_apply_num"
11
- v-on:keyup.enter="$parent.$parent.search()" condition="f_apply_num like '%{}%'" placeholder='报建编号'>
12
- </div>
13
- <div class="form-group col-sm-3">
14
- <label class="font_normal_body"><strong>用户名称:</strong></label>
15
- <input type="text" class="input_search" style="width: 60%" v-model="model.f_user_name"
16
- v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='用户名称'>
17
- </div>
18
-
19
- <div class="form-group col-sm-3 button-range">
20
- <button class="button_search button_spacing" @click="search()" v-el:cx>查询</button>
21
- <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
22
- <div
23
- :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
24
- @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
25
- class="button_spacing"
26
- style="float: right">
27
- </div>
28
- </div>
29
- </div>
30
- <div class="row" v-show="$parent.$parent.criteriaShow">
31
- </div>
32
- </div>
33
- </criteria>
34
- <data-grid :model="model" partial='list' v-ref:grid style="overflow: auto" class="list_area table_sy">
35
- <template partial='head'>
36
- <tr>
37
- <th style="white-space: nowrap;">序号</th>
38
- <th style="white-space: nowrap;">报建编号</th>
39
- <th style="white-space: nowrap;">用户名称</th>
40
- <th style="white-space: nowrap;">报建类型</th>
41
- <th style="white-space: nowrap;">工程费单价</th>
42
- <th style="white-space: nowrap;">应交总金额</th>
43
- <th style="white-space: nowrap;">未结总金额</th>
44
- <th style="white-space: nowrap;">修改人</th>
45
- <th style="white-space: nowrap;">修改原因</th>
46
- <th style="white-space: nowrap;">修改时间</th>
47
- </tr>
48
- </template>
49
- <template partial='body'>
50
- <tr >
51
- <td style="text-align: center;">
52
- <nobr><font>{{$index+1}}</font></nobr>
53
- </td>
54
- <td style="text-align: center;">
55
- <nobr><font>{{row.f_apply_num}}</font></nobr>
56
- </td>
57
- <td style="text-align: center;">
58
- <nobr><font>{{row.f_user_name}}</font></nobr>
59
- </td>
60
- <td style="text-align: center;">
61
-
62
- <nobr><font>{{row.f_apply_type}}</font></nobr>
63
- </td>
64
- <td style="text-align: center;">
65
- <div v-if="!$parent.$parent.$parent.checkEquality(row.f_price) ">
66
- <nobr>调整前:<font>{{ $parent.$parent.$parent.getStarStr(row.f_price)}}</font></nobr><br>
67
- <nobr>调整后:<font>{{ $parent.$parent.$parent.getEndStr(row.f_price)}}</font></nobr>
68
- </div>
69
- </td>
70
- <td style="text-align: center;">
71
- <div v-if="!$parent.$parent.$parent.checkEquality(row.f_due_money)">
72
- <nobr>调整前:<font>{{ $parent.$parent.$parent.getStarStr(row.f_due_money)}}</font></nobr><br>
73
- <nobr>调整后:<font>{{ $parent.$parent.$parent.getEndStr(row.f_due_money)}}</font></nobr>
74
- </div>
75
- </td>
76
- <td style="text-align: center;">
77
- <div v-if="!$parent.$parent.$parent.checkEquality(row.f_surplus_money)">
78
- <nobr>调整前:<font>{{ $parent.$parent.$parent.getStarStr(row.f_surplus_money)}}</font></nobr><br>
79
- <nnsp></nnsp>
80
- <nobr>调整后:<font>{{ $parent.$parent.$parent.getEndStr(row.f_surplus_money)}}</font></nobr>
81
- </div>
82
- </td>
83
- <td style="text-align: center;">
84
- <nobr><font>{{row.f_revise_person}}</font></nobr>
85
- </td>
86
- <td style="text-align: center;">
87
- <nobr><font>{{row.f_revise_reason}}</font></nobr>
88
- </td>
89
- <td style="text-align: center;">
90
- <nobr><font>{{row.f_revise_data}}</font></nobr>
91
- </td>
92
- </tr>
93
- </template>
94
- </data-grid>
95
- </criteria-paged>
96
- </div>
97
- </div>
98
- </template>
99
- <script>
100
- import {HttpResetClass, PagedList} from 'vue-client'
101
- import {getNowDate,isEmpty} from '../../../components/Util'
102
- export default {
103
- title: '费用调整记录',
104
- data () {
105
- return {
106
- model: new PagedList('rs/sql/AdjustmentRecordList',20, {
107
- }),
108
- criteriaShow: false
109
- }
110
- },
111
- ready () {
112
- // 调用查询
113
- this.$refs.cp.$refs.cri.search()
114
- },
115
- methods: {
116
- checkEquality(str) {
117
- const index = str.indexOf("->");
118
- if (index !== -1) {
119
- const before = str.substring(0, index);
120
- const after = str.substring(index + 2);
121
- if (before === after) {
122
- return true;
123
- }else{
124
- return false;
125
- }
126
- }
127
- return false;
128
- },
129
- // 根据->截取字符串,获取->前的字符串
130
- getStarStr(str) {
131
- const index = str.indexOf("->");
132
- if (index !== -1) {
133
- return str.substring(0, index);
134
- }
135
- return str;
136
- },
137
- // 根据->截取字符串,获取->后的字符串
138
- getEndStr(str) {
139
- const index = str.indexOf("->");
140
- if (index !== -1) {
141
- return str.substring(index + 2);
142
- }
143
- return "";
144
- },
145
- // 清空
146
- clear () {
147
- Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
148
- this.$refs.cp.$refs.cri.model[key] = []
149
- })
150
- },
151
- // 查询
152
- search () {
153
- this.$refs.cp.$refs.cri.search()
154
- }
155
- },
156
- computed: {
157
- }
158
- }
159
- </script>
160
-
161
- <style scoped>
162
- </style>
1
+ <template>
2
+ <div class="flex-row">
3
+ <div class="basic-main">
4
+ <criteria-paged :model="model" v-ref:cp>
5
+ <criteria partial='criteria' @condition-changed='search' v-ref:cri>
6
+ <div class="form-horizontal select-overspread container-fluid auto" partial>
7
+ <div class="row">
8
+ <div class="form-group col-sm-3">
9
+ <label class="font_normal_body"><strong>报建编号:</strong></label>
10
+ <input type="text" class="input_search" style="width: 60%" v-model="model.f_apply_num"
11
+ v-on:keyup.enter="$parent.$parent.search()" condition="f_apply_num like '%{}%'" placeholder='报建编号'>
12
+ </div>
13
+ <div class="form-group col-sm-3">
14
+ <label class="font_normal_body"><strong>用户名称:</strong></label>
15
+ <input type="text" class="input_search" style="width: 60%" v-model="model.f_user_name"
16
+ v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='用户名称'>
17
+ </div>
18
+
19
+ <div class="form-group col-sm-3 button-range">
20
+ <button class="button_search button_spacing" @click="search()" v-el:cx>查询</button>
21
+ <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
22
+ <div
23
+ :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
24
+ @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
25
+ class="button_spacing"
26
+ style="float: right">
27
+ </div>
28
+ </div>
29
+ </div>
30
+ <div class="row" v-show="$parent.$parent.criteriaShow">
31
+ </div>
32
+ </div>
33
+ </criteria>
34
+ <data-grid :model="model" partial='list' v-ref:grid style="overflow: auto" class="list_area table_sy">
35
+ <template partial='head'>
36
+ <tr>
37
+ <th style="white-space: nowrap;">序号</th>
38
+ <th style="white-space: nowrap;">报建编号</th>
39
+ <th style="white-space: nowrap;">用户名称</th>
40
+ <th style="white-space: nowrap;">报建类型</th>
41
+ <th style="white-space: nowrap;">工程费单价</th>
42
+ <th style="white-space: nowrap;">应交总金额</th>
43
+ <th style="white-space: nowrap;">未结总金额</th>
44
+ <th style="white-space: nowrap;">修改人</th>
45
+ <th style="white-space: nowrap;">修改原因</th>
46
+ <th style="white-space: nowrap;">修改时间</th>
47
+ </tr>
48
+ </template>
49
+ <template partial='body'>
50
+ <tr >
51
+ <td style="text-align: center;">
52
+ <nobr><font>{{$index+1}}</font></nobr>
53
+ </td>
54
+ <td style="text-align: center;">
55
+ <nobr><font>{{row.f_apply_num}}</font></nobr>
56
+ </td>
57
+ <td style="text-align: center;">
58
+ <nobr><font>{{row.f_user_name}}</font></nobr>
59
+ </td>
60
+ <td style="text-align: center;">
61
+
62
+ <nobr><font>{{row.f_apply_type}}</font></nobr>
63
+ </td>
64
+ <td style="text-align: center;">
65
+ <div v-if="!$parent.$parent.$parent.checkEquality(row.f_price) ">
66
+ <nobr>调整前:<font>{{ $parent.$parent.$parent.getStarStr(row.f_price)}}</font></nobr><br>
67
+ <nobr>调整后:<font>{{ $parent.$parent.$parent.getEndStr(row.f_price)}}</font></nobr>
68
+ </div>
69
+ </td>
70
+ <td style="text-align: center;">
71
+ <div v-if="!$parent.$parent.$parent.checkEquality(row.f_due_money)">
72
+ <nobr>调整前:<font>{{ $parent.$parent.$parent.getStarStr(row.f_due_money)}}</font></nobr><br>
73
+ <nobr>调整后:<font>{{ $parent.$parent.$parent.getEndStr(row.f_due_money)}}</font></nobr>
74
+ </div>
75
+ </td>
76
+ <td style="text-align: center;">
77
+ <div v-if="!$parent.$parent.$parent.checkEquality(row.f_surplus_money)">
78
+ <nobr>调整前:<font>{{ $parent.$parent.$parent.getStarStr(row.f_surplus_money)}}</font></nobr><br>
79
+ <nnsp></nnsp>
80
+ <nobr>调整后:<font>{{ $parent.$parent.$parent.getEndStr(row.f_surplus_money)}}</font></nobr>
81
+ </div>
82
+ </td>
83
+ <td style="text-align: center;">
84
+ <nobr><font>{{row.f_revise_person}}</font></nobr>
85
+ </td>
86
+ <td style="text-align: center;">
87
+ <nobr><font>{{row.f_revise_reason}}</font></nobr>
88
+ </td>
89
+ <td style="text-align: center;">
90
+ <nobr><font>{{row.f_revise_data}}</font></nobr>
91
+ </td>
92
+ </tr>
93
+ </template>
94
+ </data-grid>
95
+ </criteria-paged>
96
+ </div>
97
+ </div>
98
+ </template>
99
+ <script>
100
+ import {HttpResetClass, PagedList} from 'vue-client'
101
+ import {getNowDate,isEmpty} from '../../../components/Util'
102
+ export default {
103
+ title: '费用调整记录',
104
+ data () {
105
+ return {
106
+ model: new PagedList('rs/sql/AdjustmentRecordList',20, {
107
+ }),
108
+ criteriaShow: false
109
+ }
110
+ },
111
+ ready () {
112
+ // 调用查询
113
+ this.$refs.cp.$refs.cri.search()
114
+ },
115
+ methods: {
116
+ checkEquality(str) {
117
+ const index = str.indexOf("->");
118
+ if (index !== -1) {
119
+ const before = str.substring(0, index);
120
+ const after = str.substring(index + 2);
121
+ if (before === after) {
122
+ return true;
123
+ }else{
124
+ return false;
125
+ }
126
+ }
127
+ return false;
128
+ },
129
+ // 根据->截取字符串,获取->前的字符串
130
+ getStarStr(str) {
131
+ const index = str.indexOf("->");
132
+ if (index !== -1) {
133
+ return str.substring(0, index);
134
+ }
135
+ return str;
136
+ },
137
+ // 根据->截取字符串,获取->后的字符串
138
+ getEndStr(str) {
139
+ const index = str.indexOf("->");
140
+ if (index !== -1) {
141
+ return str.substring(index + 2);
142
+ }
143
+ return "";
144
+ },
145
+ // 清空
146
+ clear () {
147
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
148
+ this.$refs.cp.$refs.cri.model[key] = []
149
+ })
150
+ },
151
+ // 查询
152
+ search () {
153
+ this.$refs.cp.$refs.cri.search()
154
+ }
155
+ },
156
+ computed: {
157
+ }
158
+ }
159
+ </script>
160
+
161
+ <style scoped>
162
+ </style>
package/src/main.js CHANGED
@@ -1,27 +1,27 @@
1
- import Vue from 'vue'
2
- import App from './App'
3
- import { all } from 'vue-client'
4
- import {ldap} from 'ldap-clients'
5
- import {system} from 'system-clients'
6
- import {sale} from 'sale-client'
7
- import {material} from 'material-client'
8
- import {fadada} from 'fadada-clients'
9
- import { weixinManage } from 'weixin-manage-client'
10
-
11
- import apply from './apply'
12
-
13
- all()
14
- weixinManage('yuchuan', 'test')
15
- ldap()
16
- sale()
17
- material()
18
- apply()
19
- system(false, 'yuchuan')
20
- fadada()
21
-
22
- require('system-clients/src/styles/less/bootstrap.less')
23
- require('./expandcss.less')
24
- new Vue({
25
- el: 'body',
26
- components: { App }
27
- })
1
+ import Vue from 'vue'
2
+ import App from './App'
3
+ import { all } from 'vue-client'
4
+ import {ldap} from 'ldap-clients'
5
+ import {system} from 'system-clients'
6
+ import {sale} from 'sale-client'
7
+ import {material} from 'material-client'
8
+ import {fadada} from 'fadada-clients'
9
+ import { weixinManage } from 'weixin-manage-client'
10
+
11
+ import apply from './apply'
12
+
13
+ all()
14
+ weixinManage('yuchuan', 'test')
15
+ apply()
16
+ ldap()
17
+ sale()
18
+ material()
19
+ system(false, 'yuchuan')
20
+ fadada()
21
+
22
+ require('system-clients/src/styles/less/bootstrap.less')
23
+ require('./expandcss.less')
24
+ new Vue({
25
+ el: 'body',
26
+ components: { App }
27
+ })