apply-clients 4.1.3 → 4.1.4-weinan

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 (37) hide show
  1. package/index.html +1 -1
  2. package/package.json +7 -5
  3. package/src/apply.js +81 -66
  4. package/src/applyAndroid.js +41 -39
  5. package/src/components/app_apply/AppChargeManagement.vue +619 -0
  6. package/src/components/app_apply/ApplyInfo.vue +56 -56
  7. package/src/components/app_apply/ApplyToDoList.vue +148 -165
  8. package/src/components/app_apply/PlaceControler.vue +258 -258
  9. package/src/components/app_apply/ServiceControl.vue +280 -267
  10. package/src/components/product/ApplyCharge/ApplyChargeList.vue +251 -251
  11. package/src/components/product/Function/InstallInfoSelect.vue +40 -27
  12. package/src/components/product/Function/StopApplyCrrdList.vue +1 -1
  13. package/src/components/product/Function/functions/StopInstall.vue +7 -1
  14. package/src/components/product/Process/ExplorationSelect.vue +82 -59
  15. package/src/components/product/Process/Processes/InstallationDetails.vue +276 -246
  16. package/src/components/product/Process/Processes/UserFireInfo.vue +409 -0
  17. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +1458 -99
  18. package/src/components/product/Process/Processes/addressAndUserinfoManagementPro.vue +1221 -0
  19. package/src/components/product/Process/Processes/chargeManagement.vue +47 -53
  20. package/src/components/product/Process/Processes/devicesDetails.vue +834 -0
  21. package/src/components/product/Process/Processes/materialshoufei.vue +182 -0
  22. package/src/components/product/Process/Processes/printCharge.vue +130 -130
  23. package/src/components/product/Process/Processes/recordcancel.vue +50 -0
  24. package/src/components/product/Process/Processes/selectUserinfo.vue +199 -0
  25. package/src/components/product/Process/Processes/splitMaterial.vue +358 -0
  26. package/src/components/product/Process/Service/ServiceControl.vue +1126 -703
  27. package/src/components/product/Process/ShowBackReason.vue +1 -0
  28. package/src/components/product/ServiceView.vue +82 -35
  29. package/src/components/product/Stop/StopApply.vue +101 -0
  30. package/src/components/product/Stop/StopApplyList.vue +257 -0
  31. package/src/components/product/Supervisory/SupervisoryControl.vue +7 -4
  32. package/src/components/product/Supervisory/SupervisoryList.vue +40 -27
  33. package/src/components/product/Supervisory/SupervisoryhCart.vue +0 -7
  34. package/src/components/product/Test.vue +8 -4
  35. package/src/components/product/VueUtils/ApplyUpload.vue +261 -261
  36. package/src/main.js +25 -23
  37. package/static/images/lefticon//347/237/251/345/275/2421183.png +0 -0
@@ -1,56 +1,56 @@
1
- <template>
2
- <div class="repair-bg" id="work-history">
3
- <div class="bq-parent" v-if="shutype == 'heng'">
4
- <blockquote class="blockquote">
5
- <p>报建流程信息</p>
6
- </blockquote>
7
- </div>
8
- <!-- 报建流程信息 -->
9
- <div class="panel panel-default auto repair-info-content">
10
- <div class="panel-body">
11
- <p>报建编号: {{service.f_apply_num}}</p>
12
- <p>报建类型: {{service.f_apply_type}}</p>
13
- <p>流程状态: {{service.f_order_type}}</p>
14
- <p>报建日期: {{service.f_apply_date}}</p>
15
- <p>报建备注: {{service.f_apply_remarks}}</p>
16
- <failure-show :value='service.failure'>
17
- </failure-show>
18
- </div>
19
- </div>
20
- </div>
21
- </template>
22
- <script>
23
- export default {
24
- title: '报建流程信息',
25
- data () {
26
- return {
27
- // service: null
28
- f_userinfo_code : ''
29
- }
30
- },
31
- props: {
32
- service: { // 传入一条报修单信息
33
- //"f_apply_num":"123456",
34
- type: Object
35
- },
36
- shutype:'heng'
37
- },
38
- ready () {
39
- },
40
- methods: {
41
- selfSearch () {
42
- if(!this.rowOne) {
43
- return
44
- }
45
- }
46
- },
47
- watch: {
48
- 'rowOne' () {
49
- this.selfSearch()
50
- }
51
- },
52
- components: {
53
-
54
- }
55
- }
56
- </script>
1
+ <template>
2
+ <div class="repair-bg" id="work-history">
3
+ <div class="bq-parent" v-if="shutype == 'heng'">
4
+ <blockquote class="blockquote">
5
+ <p>报建流程信息</p>
6
+ </blockquote>
7
+ </div>
8
+ <!-- 报建流程信息 -->
9
+ <div class="panel panel-default auto repair-info-content">
10
+ <div class="panel-body">
11
+ <p>报建编号: {{service.f_apply_num}}</p>
12
+ <p>报建类型: {{service.f_apply_type}}</p>
13
+ <p>流程状态: {{service.f_sub_state}}</p>
14
+ <p>报建日期: {{service.f_apply_date}}</p>
15
+ <p>报建备注: {{service.f_apply_remarks}}</p>
16
+ <failure-show :value='service.failure'>
17
+ </failure-show>
18
+ </div>
19
+ </div>
20
+ </div>
21
+ </template>
22
+ <script>
23
+ export default {
24
+ title: '报建流程信息',
25
+ data () {
26
+ return {
27
+ // service: null
28
+ f_userinfo_code : ''
29
+ }
30
+ },
31
+ props: {
32
+ service: { // 传入一条报修单信息
33
+ //"f_apply_num":"123456",
34
+ type: Object
35
+ },
36
+ shutype:'heng'
37
+ },
38
+ ready () {
39
+ },
40
+ methods: {
41
+ selfSearch () {
42
+ if(!this.rowOne) {
43
+ return
44
+ }
45
+ }
46
+ },
47
+ watch: {
48
+ 'rowOne' () {
49
+ this.selfSearch()
50
+ }
51
+ },
52
+ components: {
53
+
54
+ }
55
+ }
56
+ </script>
@@ -1,165 +1,148 @@
1
- <template>
2
- <div class="repair-bg auto" id="repair-first" style="padding-bottom:5px;overflow:auto">
3
- <!--<div class="app-botton" @click="back()">-->
4
- <!--<span class="glyphicon glyphicon-menu-left">返回</span>-->
5
- <!--</div>-->
6
- <back-page :need-back='true' @flag="back()"></back-page>
7
- <div class="bq-parent">
8
- <blockquote style="color: #499edf;border-left-color: #499edf;font-size: 16px">
9
- <p>
10
- 待办报建<span v-if="rows">({{rows.length}}单)</span>
11
- <span v-if="!rows">(暂无待处理报建单)</span>
12
- <img @click="search" src="../../assets/shuaxindaiban1.png" style="width: 40px;padding: 5px; float:right">
13
- </p>
14
- </blockquote>
15
- </div>
16
- <div class="panel panel-default repair-info-content auto">
17
- <div class="panel-body">
18
- <div class="panel panel-default well" v-for="row in rows" >
19
- <div class="panel-body bg-info" style="padding: 10px">
20
- <div class="row form-group">
21
- <div class="col-sm-12 col-xs-12 col-md-12">
22
- <div class="row" >
23
- <div :class="{'text-danger': row.f_remindersign}" class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
24
- 报建编号: {{row.f_apply_num}}<!--<span v-if="row.f_remindersign">(催单)</span>-->
25
- </div>
26
- <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
27
- 用户姓名: {{row.f_user_name}}
28
- </div>
29
- <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
30
- 用户类型: {{row.f_user_type}}
31
- </div>
32
- <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
33
- 用户地址: {{row.f_address}}
34
- </div>
35
- <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
36
- 用户电话: {{row.f_phone}}
37
- <img src="../../assets/telphonesend.png" style="width: 12px;" @click.stop.prevent='makeAPhoneCall(row.f_phone)'>
38
- </div>
39
- <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
40
- 流程状态: {{row.f_order_type}}
41
- </div>
42
- <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
43
- 报建类型: {{row.f_apply_type}}
44
- </div>
45
- <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
46
- 报建日期: {{row.f_apply_date}}
47
- </div>
48
-
49
- </div>
50
- </div>
51
- <div class="col-sm-12 col-xs-12 col-md-12">
52
- <button type="button" name="button" class="btn btn-primary" style="background-color:#499edf;float: right" @click="selected(row)">立即处理</button>
53
- </div>
54
- </div>
55
- </div>
56
- </div>
57
- </div>
58
- </div>
59
- </div>
60
- </template>
61
- <script>
62
- import Vue from 'vue'
63
- export default{
64
- title: '待办报建列表',
65
- data () {
66
- return {
67
- // rows: Object
68
- rows: [],
69
- editshow:false,
70
- row:{
71
- type:Object,
72
- default:{
73
-
74
- }
75
- }
76
- }
77
- },
78
- props: {
79
- sourcet:{
80
- type:String,
81
- default:'横屏'
82
- }
83
- },
84
- methods: {
85
- selected (row) {
86
- row.canedit = true
87
- if(this.sourcet == '横屏'){
88
- this.$goto('placecontrolerapp', {row: row},'self',this.search)
89
- }else{
90
- this.$goto('placecontrolerapp', {row: row},'self',this.search)
91
- }
92
- },
93
- back () {
94
- let _this = this
95
- _this.$back()
96
- },
97
- search () {
98
- //pc模拟开发用
99
- // console.log('------app开始查询本地代办工单------')
100
- // var condition = ' (u.f_app_upload != \'已上传\' or u.f_app_upload is null) and f_order_type is not null '
101
- // this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/logic/getapplymobile`, {data: {'condition': condition}}).then((res) => {
102
- // console.log(res)
103
- // console.log(res.data)
104
- // console.log(`res.data.data.rows=> ${res.data.data}`)
105
- // if(res.data){
106
- // this.rows = res.data.data.rows
107
- // }else{
108
- // this.rows = []
109
- // }
110
- // })
111
-
112
-
113
- // app正式运行程序
114
- console.log('------app开始查询本地代办工单------')
115
- var condition = ' (u.f_app_upload != \'已上传\' or u.f_app_upload is null) '
116
- console.log(`login_user_id=>>>${Vue.user.id}`)
117
- var param = {"condition": condition,"id": Vue.user.id}
118
- console.log(`param=>>>${JSON.stringify(param)}`)
119
- let res = this.$androidUtil.bzLogic('getapplymobile',param)
120
- console.log(`前台本地报建代办工单查询结果data=>>>${res.data}`)
121
- if(res.data){
122
- this.rows = res.data.rows
123
- }else{
124
- this.rows = []
125
- }
126
- // console.log(`this.rows=>>>${this.rows}`)
127
- },
128
- makeAPhoneCall(phoneNumber) {
129
- this.$androidUtil.makeAPhoneCall(phoneNumber)
130
- },
131
- upload () {
132
- this.$goto('up-load')
133
- }
134
- },
135
- ready () {
136
- this.search()
137
- var _this = this;
138
- this.timeoutHandle = window.setInterval(function() {
139
- _this.search()
140
- }, 6000000)//60000
141
- }
142
- }
143
- </script>
144
-
145
- <style>
146
- .app-botton {
147
- position:fixed;
148
- background: #87b2dd;
149
- color: #FFF;
150
- padding: 8px;
151
- text-align: center;
152
- font-size: 1.2em;
153
- z-index: 10;
154
- opacity:0.5;
155
- bottom: 50px;
156
- margin-top: -10px;
157
- height: 40px;
158
- }
159
- .class-a{
160
- border:1px solid red;
161
- }
162
- .padd-div-shu{
163
- padding-bottom: 5px;
164
- }
165
- </style>
1
+ <template>
2
+ <div class="repair-bg auto" id="repair-first" style="padding-bottom:5px;overflow:auto">
3
+ <!--<div class="app-botton" @click="back()">-->
4
+ <!--<span class="glyphicon glyphicon-menu-left">返回</span>-->
5
+ <!--</div>-->
6
+ <back-page :need-back='true' @flag="back()"></back-page>
7
+ <div class="bq-parent">
8
+ <blockquote style="color: #499edf;border-left-color: #499edf;font-size: 16px">
9
+ <p>
10
+ 待办报建<span v-if="rows">({{rows.length}}单)</span>
11
+ <span v-if="!rows">(暂无待处理报建单)</span>
12
+ <img @click="search" src="../../assets/shuaxindaiban1.png" style="width: 40px;padding: 5px; float:right">
13
+ </p>
14
+ </blockquote>
15
+ </div>
16
+ <div class="panel panel-default repair-info-content auto">
17
+ <div class="panel-body">
18
+ <div class="panel panel-default well" v-for="row in rows" >
19
+ <div class="panel-body bg-info" style="padding: 10px">
20
+ <div class="row form-group">
21
+ <div class="col-sm-12 col-xs-12 col-md-12">
22
+ <div class="row" >
23
+ <div :class="{'text-danger': row.f_remindersign}" class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
24
+ 报建编号: {{row.f_apply_num}}<!--<span v-if="row.f_remindersign">(催单)</span>-->
25
+ </div>
26
+ <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
27
+ 项目名称: {{row.f_entry_name}}
28
+ </div>
29
+ <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
30
+ 用户类型: {{row.f_user_type}}
31
+ </div>
32
+ <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
33
+ 用户地址: {{row.f_address}}
34
+ </div>
35
+ <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
36
+ 用户电话: {{row.f_phone}}
37
+ <img src="../../assets/telphonesend.png" style="width: 12px;" @click.stop.prevent='makeAPhoneCall(row.f_phone)'>
38
+ </div>
39
+ <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
40
+ 流程状态: {{row.f_sub_state}}
41
+ </div>
42
+ <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
43
+ 报建类型: {{row.f_apply_type}}
44
+ </div>
45
+ <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
46
+ 报建日期: {{row.f_apply_date}}
47
+ </div>
48
+
49
+ </div>
50
+ </div>
51
+ <div class="col-sm-12 col-xs-12 col-md-12">
52
+ <button type="button" name="button" class="btn btn-primary" style="background-color:#499edf;float: right" @click="selected(row)">立即处理</button>
53
+ </div>
54
+ </div>
55
+ </div>
56
+ </div>
57
+ </div>
58
+ </div>
59
+ </div>
60
+ </template>
61
+ <script>
62
+ import Vue from 'vue'
63
+ import {HttpResetClass} from 'vue-client'
64
+ export default{
65
+ title: '待办报建列表',
66
+ data () {
67
+ return {
68
+ // rows: Object
69
+ rows: [],
70
+ editshow:false,
71
+ row:{
72
+ type:Object,
73
+ default:{
74
+
75
+ }
76
+ }
77
+ }
78
+ },
79
+ props: {
80
+ sourcet:{
81
+ type:String,
82
+ default:'横屏'
83
+ }
84
+ },
85
+ methods: {
86
+ selected (row) {
87
+ row.canedit = true
88
+ if(this.sourcet == '横屏'){
89
+ this.$goto('placecontrolerapp', {row: row},'self',this.search)
90
+ }else{
91
+ this.$goto('placecontrolerapp', {row: row},'self',this.search)
92
+ }
93
+ },
94
+ back () {
95
+ let _this = this
96
+ _this.$back()
97
+ },
98
+ search () {
99
+ var condition = "1=1"
100
+ var param = {condition: condition,condValue:[],data:{"id": Vue.user.id,orgid: Vue.user.orgid}}
101
+ let http = new HttpResetClass()
102
+ http.load('POST',`${this.$androidUtil.getProxyUrl()}/rs/sql/checkuser`,{data:param}).then(res=>{
103
+ console.log(`前台本地报建代办工单查询结果data=>>>${JSON.stringify(res.data)}`)
104
+ if (res.data) {
105
+ this.rows = res.data
106
+ } else {
107
+ this.rows = []
108
+ }
109
+ })
110
+ },
111
+ makeAPhoneCall(phoneNumber) {
112
+ this.$androidUtil.makeAPhoneCall(phoneNumber)
113
+ },
114
+ upload () {
115
+ this.$goto('up-load')
116
+ }
117
+ },
118
+ ready () {
119
+ this.search()
120
+ var _this = this;
121
+ this.timeoutHandle = window.setInterval(function() {
122
+ _this.search()
123
+ }, 6000000)//60000
124
+ }
125
+ }
126
+ </script>
127
+
128
+ <style>
129
+ .app-botton {
130
+ position:fixed;
131
+ background: #87b2dd;
132
+ color: #FFF;
133
+ padding: 8px;
134
+ text-align: center;
135
+ font-size: 1.2em;
136
+ z-index: 10;
137
+ opacity:0.5;
138
+ bottom: 50px;
139
+ margin-top: -10px;
140
+ height: 40px;
141
+ }
142
+ .class-a{
143
+ border:1px solid red;
144
+ }
145
+ .padd-div-shu{
146
+ padding-bottom: 5px;
147
+ }
148
+ </style>