apply-clients 5.0.35-2 → 5.0.35-20

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 (56) hide show
  1. package/.eslintrc.js +16 -16
  2. package/package.json +2 -2
  3. package/src/android.js +18 -18
  4. package/src/apply.js +2 -0
  5. package/src/assets//347/224/250/346/210/267/345/234/260/345/235/200.png +0 -0
  6. package/src/assets//347/224/250/346/210/267/345/247/223/345/220/215.png +0 -0
  7. package/src/assets//347/224/250/346/210/267/347/224/265/350/257/235.png +0 -0
  8. package/src/components/app_apply/ApplyDownList.vue +9 -5
  9. package/src/components/app_apply/ApplyInfo.vue +56 -56
  10. package/src/components/app_apply/ApplyListUpload.vue +1 -1
  11. package/src/components/app_apply/ApplyToDoList.vue +2690 -51
  12. package/src/components/app_apply/PlaceControler.vue +217 -186
  13. package/src/components/app_apply/ServiceControl.vue +18 -5
  14. package/src/components/app_apply/ServiceView.vue +2 -2
  15. package/src/components/app_apply/ezhou/ServiceView.vue +336 -195
  16. package/src/components/product/Function/functions/InstallFee.vue +500 -339
  17. package/src/components/product/Process/ExplorationSelect.vue +2 -2
  18. package/src/components/product/Process/Processes/CustomerRecordMessage.vue +2 -5
  19. package/src/components/product/Process/Processes/Service/ApplyChargeSearch.vue +25 -27
  20. package/src/components/product/Process/Processes/Service/PaperTicketBill.vue +85 -0
  21. package/src/components/product/ServiceView.vue +1 -1
  22. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +6 -5
  23. package/src/components/product/Supervisory/SupervisoryList.vue +1 -1
  24. package/src/ezhouAndroid.js +44 -45
  25. package/src/main.js +32 -32
  26. package/src/plugins/commonService.js +11 -7
  27. package/static/newStyle/clear.png +0 -0
  28. package/static/newStyle/fife.png +0 -0
  29. package/static/newStyle/hidden.png +0 -0
  30. package/static/newStyle/label-clear.png +0 -0
  31. package/static/newStyle/left-img.png +0 -0
  32. package/static/newStyle/list_ok.png +0 -0
  33. package/static/newStyle/login-check.png +0 -0
  34. package/static/newStyle/login-con.png +0 -0
  35. package/static/newStyle/login-do.gif +0 -0
  36. package/static/newStyle/login-f.png +0 -0
  37. package/static/newStyle/login-info.png +0 -0
  38. package/static/newStyle/login-left.png +0 -0
  39. package/static/newStyle/login-org.png +0 -0
  40. package/static/newStyle/login-pwd.png +0 -0
  41. package/static/newStyle/login-user.png +0 -0
  42. package/static/newStyle/loginbg.gif +0 -0
  43. package/static/newStyle/loginbg1280.gif +0 -0
  44. package/static/newStyle/loginbg1366.gif +0 -0
  45. package/static/newStyle/loginbg_1.gif +0 -0
  46. package/static/newStyle/searchin.png +0 -0
  47. package/static/newStyle/searchout.png +0 -0
  48. package/static/newStyle/setting.png +0 -0
  49. package/static/newStyle/setting1.png +0 -0
  50. package/static/newStyle/shirk.png +0 -0
  51. package/static/newStyle/stretch_bottom.png +0 -0
  52. package/static/newStyle/stretch_left.png +0 -0
  53. package/static/newStyle/stretch_right.png +0 -0
  54. package/static/newStyle/stretch_top.png +0 -0
  55. package/static/newStyle/system-off.png +0 -0
  56. package/static/newStyle//350/261/252/344/275/263/347/207/203/346/260/224.png +0 -0
package/.eslintrc.js CHANGED
@@ -1,16 +1,16 @@
1
- module.exports = {
2
- root: true,
3
- // https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
4
- extends: 'standard',
5
- // required to lint *.vue files
6
- plugins: [
7
- 'eslint-plugin-html'
8
- ],
9
- // add your custom rules here
10
- 'rules': {
11
- // allow paren-less arrow functions
12
- 'arrow-parens': 0,
13
- // allow debugger during development
14
- 'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0
15
- }
16
- }
1
+ // module.exports = {
2
+ // root: true,
3
+ // // https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
4
+ // extends: 'standard',
5
+ // // required to lint *.vue files
6
+ // plugins: [
7
+ // 'eslint-plugin-html'
8
+ // ],
9
+ // // add your custom rules here
10
+ // 'rules': {
11
+ // // allow paren-less arrow functions
12
+ // 'arrow-parens': 0,
13
+ // // allow debugger during development
14
+ // 'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0
15
+ // }
16
+ // }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "5.0.35-2",
3
+ "version": "5.0.35-20",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -83,7 +83,7 @@
83
83
  "ncp": "^2.0.0",
84
84
  "nightwatch": "^0.8.18",
85
85
  "rimraf": "^2.5.0",
86
- "sale-client": "^1.4.33",
86
+ "sale-client": "1.7.70-ezhou-38",
87
87
  "selenium-server": "2.52.0",
88
88
  "sinon": "^2.1.0",
89
89
  "sinon-chai": "^2.8.0",
package/src/android.js CHANGED
@@ -1,18 +1,18 @@
1
- import Vue from 'vue'
2
- import AndroidApp from './AndroidApp'
3
- import { all } from 'vue-client'
4
- import apply from './apply'
5
- import {systemphonegrid} from 'system-phone'
6
- import applyAndroid from "./applyAndroid";
7
-
8
- all()
9
- apply()
10
- applyAndroid()
11
- systemphonegrid()
12
- require('./bootstrap/less/bootstrap.less')
13
- Vue.android = true
14
- /* eslint-disable no-new */
15
- new Vue({
16
- el: 'body',
17
- components: { AndroidApp }
18
- })
1
+ import Vue from 'vue'
2
+ import AndroidApp from './AndroidApp'
3
+ import { all } from 'vue-client'
4
+ import apply from './apply'
5
+ import {systemphonegrid} from 'system-phone'
6
+ import applyAndroid from "./ezhouAndroid";
7
+
8
+ all()
9
+ apply()
10
+ applyAndroid()
11
+ systemphonegrid()
12
+ require('./bootstrap/less/bootstrap.less')
13
+ Vue.android = true
14
+ /* eslint-disable no-new */
15
+ new Vue({
16
+ el: 'body',
17
+ components: { AndroidApp }
18
+ })
package/src/apply.js CHANGED
@@ -143,6 +143,8 @@ export default function () {
143
143
  // 售气发票打印
144
144
  Vue.component('printbill', (resolve) => { require(['./components/product/Common/PrintBill'], resolve) })
145
145
  Vue.component('apply-accept-bill', (resolve) => { require(['./components/product/Process/Processes/Service/ApplyAcceptBill'], resolve) })
146
+ // 售气发票打印
147
+ Vue.component('bjpaper-ticket-bill', (resolve) => { require(['./components/product/Process/Processes/Service/PaperTicketBill'], resolve) })
146
148
 
147
149
 
148
150
  Vue.component('apply-stop', (resolve) => { require(['./components/product/stopInfo/ApplyStopInfo'], resolve) })
@@ -37,7 +37,7 @@
37
37
  <img src="../../assets/telphonesend.png" style="width: 12px;" @click.stop.prevent='makeAPhoneCall(row.f_phone)'>
38
38
  </div>
39
39
  <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
40
- 流程状态: {{row.f_order_type}}
40
+ 流程状态: {{row.f_defname_type}}
41
41
  </div>
42
42
  <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
43
43
  报建类型: {{row.f_apply_type}}
@@ -48,9 +48,9 @@
48
48
 
49
49
  </div>
50
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>-->
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
54
  </div>
55
55
  </div>
56
56
  </div>
@@ -83,7 +83,11 @@
83
83
  },
84
84
  methods: {
85
85
  selected (row) {
86
+ console.log("999999999999")
86
87
  row.canedit = false
88
+ row.defname=row.f_defname_type
89
+ console.log(row.f_defname_type)
90
+ console.log(row.defname)
87
91
  if(this.sourcet == '横屏'){
88
92
  this.$goto('placecontrolerapp', {row: row},'self',this.search)
89
93
  }else{
@@ -107,7 +111,7 @@
107
111
  let res = this.$androidUtil.bzLogic('getapplymobile',param)
108
112
  console.log(`前台本地报建已办工单查询结果data=>>>${res.data}`)
109
113
  if(res.data){
110
- this.rows = res.data.rows
114
+ this.rows = res.data
111
115
  }else{
112
116
  this.rows = []
113
117
  }
@@ -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.defname}}</p>
14
+ <p>报建日期: {{service.f_apply_date}}</p>
15
+ <p>报建备注: {{service.t_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>
@@ -40,7 +40,7 @@
40
40
  <img src="../../assets/telphonesend.png" style="width: 12px;" @click.stop.prevent='makeAPhoneCall(row.f_phone)'>
41
41
  </div>
42
42
  <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
43
- 流程状态: {{row.f_order_type}}
43
+ 流程状态: {{row.defname}}
44
44
  </div>
45
45
  <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
46
46
  报建类型: {{row.f_apply_type}}