apply-clients 3.5.5-10 → 3.5.5-101

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 (92) hide show
  1. package/build/dev-server.js +5 -9
  2. package/package.json +6 -4
  3. package/src/App.vue +25 -25
  4. package/src/components/QXClient.js +333 -0
  5. package/src/components/SignTools.js +65 -0
  6. package/src/components/android/AppTakePic.vue +182 -182
  7. package/src/components/android/Process/AppChargeList.vue +8 -0
  8. package/src/components/android/Process/AppExplorationUser.vue +1 -2
  9. package/src/components/android/Process/AppServiceControl.vue +1760 -1755
  10. package/src/components/product/Function/Service/FunctionServiceControl.vue +497 -497
  11. package/src/components/product/Install/ContractCharge.vue +3 -3
  12. package/src/components/product/Material/MaterialDetailed.vue +268 -268
  13. package/src/components/product/Process/Processes/contractModel.vue +49 -37
  14. package/src/components/product/ServiceView.vue +1028 -1028
  15. package/src/filiale/baiyin/android/ByAddMaterialScience.vue +2 -0
  16. package/src/filiale/fugou/android/AppAddMaterialScience.vue +444 -444
  17. package/src/filiale/fugou/android/AppAddReplacement.vue +512 -341
  18. package/src/filiale/fugou/android/AppDevicesManagement.vue +521 -519
  19. package/src/filiale/fugou/android/AppExplorationUser.vue +3 -3
  20. package/src/filiale/fugou/android/AppInstallationDetails.vue +542 -541
  21. package/src/filiale/fugou/android/AppServiceControl.vue +1894 -1836
  22. package/src/filiale/fugou/android/AppZhihuanManagement.vue +14 -2
  23. package/src/filiale/fugou/android/printCharge.vue +162 -162
  24. package/src/filiale/fugou/android.js +16 -16
  25. package/src/filiale/fugou/pc/AddReplacement.vue +511 -340
  26. package/src/filiale/fugou/pc/ApplyChargeList.vue +554 -480
  27. package/src/filiale/fugou/pc/Applybatchdispatch.vue +754 -0
  28. package/src/filiale/fugou/pc/ExplorationSelect.vue +524 -525
  29. package/src/filiale/fugou/pc/InstallationDetails.vue +646 -646
  30. package/src/filiale/fugou/pc/ServiceControl.vue +47 -20
  31. package/src/filiale/fugou/pc/ServiceView.vue +941 -941
  32. package/src/filiale/fugou/pc/StopApplyList.vue +291 -0
  33. package/src/filiale/fugou/pc/SupervisoryServiceControl.vue +881 -881
  34. package/src/filiale/fugou/pc/addMaterialScience.vue +481 -481
  35. package/src/filiale/fugou/pc/addressAndUserinfoManagement.vue +1 -1
  36. package/src/filiale/fugou/pc/chargeReport.vue +87 -15
  37. package/src/filiale/fugou/pc/devicesManagement.vue +484 -483
  38. package/src/filiale/fugou/pc/printChargepc.vue +148 -148
  39. package/src/filiale/fugou/pc.js +3 -1
  40. package/src/filiale/gongyi/android/AppAddMaterialScience.vue +493 -493
  41. package/src/filiale/gongyi/pc/addressAndUserinfoManagement.vue +187 -0
  42. package/src/filiale/gongyi/pc.js +2 -1
  43. package/src/filiale/hongda/pc/addMaterialScience.vue +2 -2
  44. package/src/filiale/jinhuang/android/AppAddMaterialScience.vue +635 -0
  45. package/src/filiale/jinhuang/android/AppServiceControl.vue +1842 -0
  46. package/src/filiale/jinhuang/android.js +7 -0
  47. package/src/filiale/jinhuang/pc/ContractList.vue +220 -0
  48. package/src/filiale/jinhuang/pc/ExplorationSelect.vue +511 -0
  49. package/src/filiale/jinhuang/pc/ServiceControl.vue +2016 -1925
  50. package/src/filiale/jinhuang/pc/SupervisoryList.vue +459 -0
  51. package/src/filiale/jinhuang/pc/addMaterialScience.vue +638 -0
  52. package/src/filiale/jinhuang/pc/addressAndUserinfoManagement.vue +41 -1
  53. package/src/filiale/jinhuang/pc.js +12 -8
  54. package/src/filiale/qianneng/android/AppChargeManagement.vue +686 -686
  55. package/src/filiale/qianneng/android/AppServiceView.vue +13 -13
  56. package/src/filiale/qianneng/android.js +15 -15
  57. package/src/filiale/qianneng/pc/ApplyMaterialDetailed.vue +261 -261
  58. package/src/filiale/qianneng/pc/Applybatchdispatch.vue +20 -3
  59. package/src/filiale/qianneng/pc/Applydetail.vue +1 -1
  60. package/src/filiale/qianneng/pc/FunctionServiceControl.vue +10 -3
  61. package/src/filiale/qianneng/pc/InstallFunction.vue +188 -188
  62. package/src/filiale/qianneng/pc/ServiceControl.vue +8 -3
  63. package/src/filiale/qianneng/pc.js +29 -29
  64. package/src/filiale/ruihua/pc/ServiceControl.vue +7 -1
  65. package/src/filiale/shexian/android/AppServiceControl.vue +1763 -1763
  66. package/src/filiale/shexian/android/AppSign.vue +152 -152
  67. package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +527 -520
  68. package/src/filiale/yangchunboneng/android/AppContractCharge.vue +3 -3
  69. package/src/filiale/yangchunboneng/android/AppDevicesManagement.vue +645 -645
  70. package/src/filiale/yangchunboneng/android/AppExplorationUser.vue +72 -5
  71. package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +37 -4
  72. package/src/filiale/yangchunboneng/android/AppProcessSupervisory.vue +331 -0
  73. package/src/filiale/yangchunboneng/android/AppServiceControl.vue +1879 -1703
  74. package/src/filiale/yangchunboneng/android/MaterIialOne.vue +21 -1
  75. package/src/filiale/yangchunboneng/android.js +2 -1
  76. package/src/filiale/yangchunboneng/pc/ApplyChargeList.vue +32 -4
  77. package/src/filiale/yangchunboneng/pc/ApplyUpload.vue +3 -3
  78. package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +612 -547
  79. package/src/filiale/yangchunboneng/pc/ServiceControl.vue +2114 -2112
  80. package/src/filiale/yangchunboneng/pc/ServiceView.vue +1007 -1007
  81. package/src/filiale/yangchunboneng/pc/StopApplyList.vue +294 -0
  82. package/src/filiale/yangchunboneng/pc/SupervisoryControl.vue +141 -0
  83. package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +617 -605
  84. package/src/filiale/yangchunboneng/pc/SupervisoryListNew.vue +687 -683
  85. package/src/filiale/yangchunboneng/pc/SupervisoryServiceView.vue +1 -1
  86. package/src/filiale/yangchunboneng/pc/buildOrderList.vue +421 -0
  87. package/src/filiale/yangchunboneng/pc/chargeManagement.vue +1057 -1053
  88. package/src/filiale/yangchunboneng/pc/constructionInfo.vue +84 -0
  89. package/src/filiale/yangchunboneng/pc/devicesManagement.vue +574 -574
  90. package/src/filiale/yangchunboneng/pc/printBuildOrder.vue +175 -0
  91. package/src/filiale/yangchunboneng/pc.js +6 -1
  92. package/src/main.js +3 -3
@@ -0,0 +1,65 @@
1
+ import axios from 'axios'
2
+
3
+ /**
4
+ * 将URL转换为base64格式
5
+ * @param {string} url - 文件URL
6
+ * @returns {Promise<string>} - 返回base64字符串
7
+ */
8
+ export const urlToBase64 = async (url) => {
9
+ try {
10
+ const response = await fetch(url)
11
+ if (!response.ok) {
12
+ throw new Error(`HTTP错误!状态码: ${response.status}`)
13
+ }
14
+
15
+ const blob = await response.blob()
16
+ return new Promise((resolve, reject) => {
17
+ const reader = new FileReader()
18
+ reader.onloadend = () => {
19
+ try {
20
+ const base64data = reader.result
21
+ const base64Content = base64data.split(',')[1]
22
+ resolve(base64Content)
23
+ } catch (error) {
24
+ reject(new Error('base64转换失败: ' + error.message))
25
+ }
26
+ }
27
+ reader.onerror = () => reject(new Error('文件读取失败'))
28
+ reader.readAsDataURL(blob)
29
+ })
30
+ } catch (error) {
31
+ console.error('URL转base64失败:', error)
32
+ throw error
33
+ }
34
+ }
35
+
36
+ /**
37
+ * 打开PDF签字板
38
+ * @param {string} url - 请求地址
39
+ * @param {Object} params - 请求参数
40
+ * @returns {Promise<any>} - 返回请求结果
41
+ */
42
+ export const openPdfSignBoard = (url, params) => {
43
+ try {
44
+ return axios.post(url, params, {
45
+ contentType: 'application/json;charset=UTF-8',
46
+ withCredentials: true,
47
+ timeout: 0
48
+ })
49
+ } catch (error) {
50
+ console.error('打开PDF签字板失败:', error)
51
+ throw error
52
+ }
53
+ }
54
+
55
+ export const readIDCardInfo = (url, params) => {
56
+ try {
57
+ return axios.post(url, {}, {
58
+ withCredentials: true,
59
+ timeout: 0
60
+ })
61
+ } catch (error) {
62
+ console.error('读取身份证失败:', error)
63
+ throw error
64
+ }
65
+ }
@@ -1,182 +1,182 @@
1
- <template>
2
- <div class="panel">
3
- <div class="panel-body panel-self" style="background-color: #F8F8F8;">
4
- <div class="row form-group" style="height: 240px;overflow: scroll;">
5
- <div class="col-xs-4 col-sm-3 col-md-2 col-xs-offset-1 col-sm-offset-1 col-md-offset-1" v-for="(index,file) in fileList">
6
- <img-self :src="$androidUtil.getProxyUrl()+'/rs/image/file/'+file.f_filename" :width="120" :height="170"></img-self>
7
- <img v-if="isdelete" src="../../../src/assets/删除.png" style="width: 15px;margin-top: -80px" @click.prevent="delfile(file, index)">
8
- </div>
9
- </div>
10
- <div class="row text-right form-group" v-if="istakepic">
11
- <v-select
12
- class="fileType"
13
- placeholder="请选择使用类型"
14
- v-if="istype"
15
- :search="false"
16
- close-on-select
17
- value-single
18
- :options="typeList"
19
- v-model="type"
20
- :value.sync="type"
21
- ></v-select>
22
- <button class="btn" style="background-color: #7dc1f4;border-radius: 5px;margin-right: 10px" @click.prevent="takePic(type)">拍照</button>
23
- <button v-if="isxiangce" class="btn" style="background-color: #7dc1f4;border-radius: 5px;margin-right: 10px" @click.prevent="takePic1(type)">相册</button>
24
- </div>
25
- </div>
26
- </div>
27
- </template>
28
-
29
- <script>
30
- import {HttpResetClass} from 'vue-client'
31
- import {guid, toStandardTimeString} from '../Util'
32
- import Vue from 'vue'
33
- export default {
34
- title: '附件',
35
- props: ['blobid', 'type', 'defname', 'istype', 'typelabel', 'isdelete', 'istakepic'],
36
- data () {
37
- return {
38
- fileList: [],
39
- isxiangce: this.$appdata.getSingleValue('报建使用相册')?this.$appdata.getSingleValue('报建使用相册'):false
40
- }
41
- },
42
- ready () {
43
- this.getFiles()
44
- },
45
- methods: {
46
- async getFiles () {
47
- console.log('----------------开始查询图片----------------')
48
- this.fileList = []
49
-
50
- let http = new HttpResetClass()
51
-
52
- let data = {
53
- tablename: 't_files',
54
- condition: `f_blobid = '${this.blobid}' and fremarks in ('手机拍照','相册选择') order by f_uploaddate desc `
55
- }
56
- let res = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/apply_singleTable`, {data: data}, {
57
- // let res = await http.load('POST', `rs/sql/apply_singleTable`, {data: data}, {
58
- warnMsg: null,
59
- resolveMsg: null
60
- })
61
-
62
- for (var i = 0; i < res.data.length; i++) {
63
- console.log('-----------地址----------------')
64
- console.log(`${this.$androidUtil.getProxyUrl()}/${res.data[i].f_downloadpath.substring(res.data[i].f_downloadpath.lastIndexOf(":\\") + 2)}`)
65
- res.data[i].f_downloadURL = `${this.$androidUtil.getProxyUrl()}/${res.data[i].f_downloadpath.substring(res.data[i].f_downloadpath.lastIndexOf(":\\") + 2)}`
66
- }
67
-
68
- this.fileList = res.data
69
- },
70
- delfile (file, index) {
71
- this.$resetdelete(`${this.$androidUtil.getProxyUrl()}/rs/entity/t_files`, {id: file.id}, {resolveMsg: '删除成功', rejectMsg: '删除失败'}).then((res) => {
72
- this.$dispatch("delResid", file.id)
73
- this.getFiles()
74
- })
75
- },
76
- cameraCallBack (fileName, fileUrl) {
77
- console.log('-----------cameraCallBack-----------------')
78
- let data = {
79
- blodid: HostApp.__this__.blobid,
80
- type: HostApp.__this__.type,
81
- defname: HostApp.__this__.defname,
82
- username: Vue.user.name,
83
- fremarks: '手机拍照',
84
- fileName: fileName,
85
- fileUrl: fileUrl
86
- }
87
- console.log('-----------bzLogic-----------------')
88
- let res=HostApp.bzLogic({
89
- 'logic': 'appFileUpload',
90
- 'data': data
91
- })
92
- console.log('----------------开始回调查询-------------------')
93
- HostApp.__this__.getFiles()
94
- console.log('----------------查询回调结束-------------------')
95
- HostApp.__callback__ = null
96
- HostApp.__this__ = null
97
- },
98
- takePic (title) {
99
- // 拍照成功回调
100
- HostApp.__callback__ = this.cameraCallBack
101
- HostApp.__this__ = this
102
- let fileName = guid() + '.jpg'
103
- // 打开相机
104
- HostApp._open_a_page({
105
- type: 'boomerang',
106
- page: 'com.aofeng.hybrid.android.peripheral.CameraActivity',
107
- param: {
108
- file: fileName,
109
- requestCode: 200,
110
- callback: 'javascript:HostApp.__callback__("' + fileName + '", "%s");',
111
- watermark: title + '\t时间:' + toStandardTimeString() + '\t' + Vue.user.name // 水印
112
- }
113
- })
114
- },
115
- cameraCallBack1 (fileName, fileUrl) {
116
- if(fileUrl instanceof Array){
117
- fileUrl.forEach((row)=>{
118
- console.log('照片名字',row.match(/[^\/]+$/)[0])
119
- let data = {
120
- blodid: HostApp.__this__.blobid,
121
- type: HostApp.__this__.type,
122
- defname: HostApp.__this__.defname,
123
- username: Vue.user.name,
124
- fremarks: '相册选择',
125
- fileName: row.match(/[^\/]+$/)[0],
126
- fileUrl: row
127
- }
128
- console.log('-----------bzLogic-----------------')
129
- let res=HostApp.bzLogic({
130
- 'logic': 'appFileUpload',
131
- 'data': data
132
- })
133
- })
134
- HostApp.__this__.getFiles()
135
- HostApp.__callback__ = null
136
- HostApp.__this__ = null
137
- }
138
- },
139
- takePic1(title) {
140
- HostApp.__callback__ = this.cameraCallBack1
141
- HostApp.__this__ = this
142
- let idx = 'aofeng'
143
- let fileName = guid() + '.jpg'
144
- HostApp._open_a_page({
145
- type: 'boomerang',
146
- page: 'com.aofeng.hybrid.android.peripheral.ActionMultiplePickActivity',
147
- param: {
148
- file: fileName,
149
- requestCode: 200,
150
- callback: 'javascript:HostApp.__callback__("' + fileName + '", %s);',
151
- watermark: title + '\t时间:' + toStandardTimeString() + '\t' + Vue.user.name // 水印
152
- }
153
- })
154
- },
155
-
156
- },
157
- computed: {
158
- typeList () {
159
- if (this.typelabel) {
160
- return this.$appdata.getParam(this.typelabel)
161
- }
162
- return this.$appdata.getParam('使用类型')
163
- }
164
- },
165
- events: {
166
- }
167
- }
168
- </script>
169
-
170
- <style lang="less">
171
- .fileType {
172
- float: left;
173
- .select-style {
174
- background: #f8f8f8;
175
- border: 0px;
176
- }
177
- input {
178
- border-left: none;
179
- width: 100%;
180
- }
181
- }
182
- </style>
1
+ <template>
2
+ <div class="panel">
3
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;">
4
+ <div class="row form-group" style="height: 240px;overflow: scroll;">
5
+ <div class="col-xs-4 col-sm-3 col-md-2 col-xs-offset-1 col-sm-offset-1 col-md-offset-1" v-for="(index,file) in fileList">
6
+ <img-self :src="$androidUtil.getProxyUrl()+'/rs/image/file/'+file.f_filename" :width="120" :height="170"></img-self>
7
+ <img v-if="isdelete" src="../../../src/assets/删除.png" style="width: 15px;margin-top: -80px" @click.prevent="delfile(file, index)">
8
+ </div>
9
+ </div>
10
+ <div class="row text-right form-group" v-if="istakepic">
11
+ <v-select
12
+ class="fileType"
13
+ placeholder="请选择使用类型"
14
+ v-if="istype"
15
+ :search="false"
16
+ close-on-select
17
+ value-single
18
+ :options="typeList"
19
+ v-model="type"
20
+ :value.sync="type"
21
+ ></v-select>
22
+ <button class="btn" style="background-color: #7dc1f4;border-radius: 5px;margin-right: 10px" @click.prevent="takePic(type)">拍照</button>
23
+ <button v-if="isxiangce" class="btn" style="background-color: #7dc1f4;border-radius: 5px;margin-right: 10px" @click.prevent="takePic1(type)">相册</button>
24
+ </div>
25
+ </div>
26
+ </div>
27
+ </template>
28
+
29
+ <script>
30
+ import {HttpResetClass} from 'vue-client'
31
+ import {guid, toStandardTimeString} from '../Util'
32
+ import Vue from 'vue'
33
+ export default {
34
+ title: '附件',
35
+ props: ['blobid', 'type', 'defname', 'istype', 'typelabel', 'isdelete', 'istakepic'],
36
+ data () {
37
+ return {
38
+ fileList: [],
39
+ isxiangce: this.$appdata.getSingleValue('报建使用相册')?this.$appdata.getSingleValue('报建使用相册'):false
40
+ }
41
+ },
42
+ ready () {
43
+ this.getFiles()
44
+ },
45
+ methods: {
46
+ async getFiles () {
47
+ console.log('----------------开始查询图片----------------')
48
+ this.fileList = []
49
+
50
+ let http = new HttpResetClass()
51
+
52
+ let data = {
53
+ tablename: 't_files',
54
+ condition: `f_blobid = '${this.blobid}' and fremarks in ('手机拍照','相册选择') order by f_uploaddate desc `
55
+ }
56
+ let res = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/apply_singleTable`, {data: data}, {
57
+ // let res = await http.load('POST', `rs/sql/apply_singleTable`, {data: data}, {
58
+ warnMsg: null,
59
+ resolveMsg: null
60
+ })
61
+
62
+ for (var i = 0; i < res.data.length; i++) {
63
+ console.log('-----------地址----------------')
64
+ console.log(`${this.$androidUtil.getProxyUrl()}/${res.data[i].f_downloadpath.substring(res.data[i].f_downloadpath.lastIndexOf(":\\") + 2)}`)
65
+ res.data[i].f_downloadURL = `${this.$androidUtil.getProxyUrl()}/${res.data[i].f_downloadpath.substring(res.data[i].f_downloadpath.lastIndexOf(":\\") + 2)}`
66
+ }
67
+
68
+ this.fileList = res.data
69
+ },
70
+ delfile (file, index) {
71
+ this.$resetdelete(`${this.$androidUtil.getProxyUrl()}/rs/entity/t_files`, {id: file.id}, {resolveMsg: '删除成功', rejectMsg: '删除失败'}).then((res) => {
72
+ this.$dispatch("delResid", file.id)
73
+ this.getFiles()
74
+ })
75
+ },
76
+ cameraCallBack (fileName, fileUrl) {
77
+ console.log('-----------cameraCallBack-----------------')
78
+ let data = {
79
+ blodid: HostApp.__this__.blobid,
80
+ type: HostApp.__this__.type,
81
+ defname: HostApp.__this__.defname,
82
+ username: Vue.user.name,
83
+ fremarks: '手机拍照',
84
+ fileName: fileName,
85
+ fileUrl: fileUrl
86
+ }
87
+ console.log('-----------bzLogic-----------------')
88
+ let res=HostApp.bzLogic({
89
+ 'logic': 'appFileUpload',
90
+ 'data': data
91
+ })
92
+ console.log('----------------开始回调查询-------------------')
93
+ HostApp.__this__.getFiles()
94
+ console.log('----------------查询回调结束-------------------')
95
+ HostApp.__callback__ = null
96
+ HostApp.__this__ = null
97
+ },
98
+ takePic (title) {
99
+ // 拍照成功回调
100
+ HostApp.__callback__ = this.cameraCallBack
101
+ HostApp.__this__ = this
102
+ let fileName = guid() + '.jpg'
103
+ // 打开相机
104
+ HostApp._open_a_page({
105
+ type: 'boomerang',
106
+ page: 'com.aofeng.hybrid.android.peripheral.CameraActivity',
107
+ param: {
108
+ file: fileName,
109
+ requestCode: 200,
110
+ callback: 'javascript:HostApp.__callback__("' + fileName + '", "%s");',
111
+ watermark: title + '\t时间:' + toStandardTimeString() + '\t' + Vue.user.name // 水印
112
+ }
113
+ })
114
+ },
115
+ cameraCallBack1 (fileName, fileUrl) {
116
+ if(fileUrl instanceof Array){
117
+ fileUrl.forEach((row)=>{
118
+ console.log('照片名字',row.match(/[^\/]+$/)[0])
119
+ let data = {
120
+ blodid: HostApp.__this__.blobid,
121
+ type: HostApp.__this__.type,
122
+ defname: HostApp.__this__.defname,
123
+ username: Vue.user.name,
124
+ fremarks: '相册选择',
125
+ fileName: row.match(/[^\/]+$/)[0],
126
+ fileUrl: row
127
+ }
128
+ console.log('-----------bzLogic-----------------')
129
+ let res=HostApp.bzLogic({
130
+ 'logic': 'appFileUpload',
131
+ 'data': data
132
+ })
133
+ })
134
+ HostApp.__this__.getFiles()
135
+ HostApp.__callback__ = null
136
+ HostApp.__this__ = null
137
+ }
138
+ },
139
+ takePic1(title) {
140
+ HostApp.__callback__ = this.cameraCallBack1
141
+ HostApp.__this__ = this
142
+ let idx = 'aofeng'
143
+ let fileName = guid() + '.jpg'
144
+ HostApp._open_a_page({
145
+ type: 'boomerang',
146
+ page: 'com.aofeng.hybrid.android.peripheral.ActionMultiplePickActivity',
147
+ param: {
148
+ file: fileName,
149
+ requestCode: 200,
150
+ callback: 'javascript:HostApp.__callback__("' + fileName + '", %s);',
151
+ watermark: title + '\t时间:' + toStandardTimeString() + '\t' + Vue.user.name // 水印
152
+ }
153
+ })
154
+ },
155
+
156
+ },
157
+ computed: {
158
+ typeList () {
159
+ if (this.typelabel) {
160
+ return this.$appdata.getParam(this.typelabel)
161
+ }
162
+ return this.$appdata.getParam('使用类型')
163
+ }
164
+ },
165
+ events: {
166
+ }
167
+ }
168
+ </script>
169
+
170
+ <style lang="less">
171
+ .fileType {
172
+ float: left;
173
+ .select-style {
174
+ background: #f8f8f8;
175
+ border: 0px;
176
+ }
177
+ input {
178
+ border-left: none;
179
+ width: 100%;
180
+ }
181
+ }
182
+ </style>
@@ -142,10 +142,18 @@
142
142
  <p class="panel-title col-xs-3 text-left font">客户名称:</p>
143
143
  <p class="panel-title col-xs-9 text-left input-font">{{row.f_user_name}}</p>
144
144
  </div>
145
+ <div class="row">
146
+ <p class="panel-title col-xs-3 text-left font">客户编号:</p>
147
+ <p class="panel-title col-xs-9 text-left input-font">{{row.f_userinfo_code}}</p>
148
+ </div>
145
149
  <div class="row">
146
150
  <p class="panel-title col-xs-3 text-left font">客户地址:</p>
147
151
  <p class="panel-title col-xs-9 text-left input-font">{{row.f_address}}</p>
148
152
  </div>
153
+ <div class="row">
154
+ <p class="panel-title col-xs-3 text-left font">合同金额</p>
155
+ <p class="panel-title col-xs-9 text-left input-font">{{ row.f_contract_money }}</p>
156
+ </div>
149
157
  <div class="row">
150
158
  <p class="panel-title col-xs-3 text-left font">收费金额</p>
151
159
  <p class="panel-title col-xs-9 text-left input-font">{{ row.f_charge_money }}</p>
@@ -264,7 +264,7 @@ export default {
264
264
  return {
265
265
  selectdate: {},
266
266
  showLater: false,
267
- model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/checkuser`, 20, {
267
+ model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/checkuser`, 50, {
268
268
  data: {
269
269
  id: Vue.user.id,
270
270
  orgid: Vue.user.orgid
@@ -336,7 +336,6 @@ export default {
336
336
  this.$refs.cp.$refs.cri.search()
337
337
  },
338
338
  searchCondition (args) {
339
- args.condition += `and act.defname in ${this.appDefnames}`
340
339
  this.model.search(args.condition, args.model)
341
340
  },
342
341
  click (row) {