apply-clients 3.5.5-7 → 3.5.5-70

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 +7 -19
  2. package/package.json +5 -3
  3. package/src/App.vue +25 -25
  4. package/src/apply.js +141 -141
  5. package/src/components/QXClient.js +333 -0
  6. package/src/components/SignTools.js +65 -0
  7. package/src/components/android/Process/AppChargeList.vue +391 -383
  8. package/src/components/android/Process/AppExplorationUser.vue +508 -508
  9. package/src/components/product/Function/Service/FunctionServiceControl.vue +497 -497
  10. package/src/components/product/MaterialsManage/MaterialsBase.vue +181 -181
  11. package/src/components/product/MaterialsManage/MaterialsManage.vue +60 -60
  12. package/src/components/product/Process/Processes/contractModel.vue +436 -454
  13. package/src/components/product/Supervisory/SupervisoryControl.vue +141 -141
  14. package/src/components/product/Supervisory/SupervisoryList.vue +452 -452
  15. package/src/filiale/baiyin/android/ByAddMaterialScience.vue +860 -858
  16. package/src/filiale/dingcheng/pc/SupervisoryList.vue +441 -441
  17. package/src/filiale/fugou/android/AppAddMaterialScience.vue +20 -16
  18. package/src/filiale/fugou/android/AppDevicesManagement.vue +3 -1
  19. package/src/filiale/fugou/android/AppExplorationUser.vue +2 -2
  20. package/src/filiale/fugou/android/AppInstallationDetails.vue +2 -1
  21. package/src/filiale/fugou/android/AppServiceControl.vue +11 -7
  22. package/src/filiale/fugou/android/AppZhihuanManagement.vue +3 -1
  23. package/src/filiale/fugou/pc/ApplyChargeList.vue +4 -0
  24. package/src/filiale/fugou/pc/ExplorationSelect.vue +3 -4
  25. package/src/filiale/fugou/pc/ServiceControl.vue +19 -10
  26. package/src/filiale/fugou/pc/StopApplyList.vue +291 -0
  27. package/src/filiale/fugou/pc/SupervisoryServiceControl.vue +881 -0
  28. package/src/filiale/fugou/pc/addressAndUserinfoManagement.vue +1 -1
  29. package/src/filiale/fugou/pc/chargeReport.vue +87 -15
  30. package/src/filiale/fugou/pc/devicesManagement.vue +1 -0
  31. package/src/filiale/fugou/pc.js +3 -1
  32. package/src/filiale/gongyi/android/AppDisclosurerecord.vue +214 -214
  33. package/src/filiale/gongyi/android/AppInstallationDetails.vue +500 -500
  34. package/src/filiale/gongyi/android/AppLegacyIssues.vue +309 -309
  35. package/src/filiale/gongyi/android/AppSign.vue +170 -170
  36. package/src/filiale/gongyi/android/AppSupplementalAgreement.vue +298 -298
  37. package/src/filiale/gongyi/android.js +18 -18
  38. package/src/filiale/gongyi/pc/ApplyUpload.vue +371 -371
  39. package/src/filiale/gongyi/pc/PcAddLogs.vue +221 -221
  40. package/src/filiale/gongyi/pc/PcDisclosurerecord.vue +218 -218
  41. package/src/filiale/gongyi/pc/PcLegacyIssues.vue +309 -309
  42. package/src/filiale/gongyi/pc/SupervisoryServiceControl.vue +894 -894
  43. package/src/filiale/gongyi/pc/SupervisoryServiceView.vue +1005 -1005
  44. package/src/filiale/gongyi/pc/addMaterialScience.vue +575 -575
  45. package/src/filiale/gongyi/pc/chargeManagement.vue +765 -765
  46. package/src/filiale/gongyi/pc/supplementalAgreement.vue +277 -277
  47. package/src/filiale/gongyi/pc.js +24 -24
  48. package/src/filiale/hongda/pc/SupervisoryList.vue +422 -422
  49. package/src/filiale/jingyang/pc/SupervisoryList.vue +459 -459
  50. package/src/filiale/jinhuang/android/AppAddMaterialScience.vue +635 -0
  51. package/src/filiale/jinhuang/android.js +6 -0
  52. package/src/filiale/jinhuang/pc/ContractList.vue +220 -0
  53. package/src/filiale/jinhuang/pc/ExplorationSelect.vue +497 -0
  54. package/src/filiale/jinhuang/pc/ServiceControl.vue +1932 -1925
  55. package/src/filiale/jinhuang/pc/addMaterialScience.vue +638 -0
  56. package/src/filiale/jinhuang/pc/addressAndUserinfoManagement.vue +41 -1
  57. package/src/filiale/jinhuang/pc.js +3 -0
  58. package/src/filiale/qianneng/android/AppServiceView.vue +13 -13
  59. package/src/filiale/qianneng/pc/ApplyMaterialDetailed.vue +1 -1
  60. package/src/filiale/qianneng/pc/Applydetail.vue +1 -1
  61. package/src/filiale/qianneng/pc/FunctionServiceControl.vue +10 -3
  62. package/src/filiale/qianneng/pc/ServiceControl.vue +8 -3
  63. package/src/filiale/ruihua/pc/ServiceControl.vue +2 -1
  64. package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +6 -2
  65. package/src/filiale/yangchunboneng/android/AppExplorationUser.vue +585 -518
  66. package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +1116 -1087
  67. package/src/filiale/yangchunboneng/android/AppProcessSupervisory.vue +331 -0
  68. package/src/filiale/yangchunboneng/android/AppServiceControl.vue +217 -43
  69. package/src/filiale/yangchunboneng/android/AppSuperServiceControl.vue +1524 -1524
  70. package/src/filiale/yangchunboneng/android/AppUpload.vue +205 -205
  71. package/src/filiale/yangchunboneng/android/MaterIialOne.vue +21 -1
  72. package/src/filiale/yangchunboneng/android.js +2 -1
  73. package/src/filiale/yangchunboneng/pc/ApplyChargeList.vue +32 -4
  74. package/src/filiale/yangchunboneng/pc/ApplyUpload.vue +392 -392
  75. package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +114 -49
  76. package/src/filiale/yangchunboneng/pc/ExplorationUser.vue +191 -191
  77. package/src/filiale/yangchunboneng/pc/InstallInfoSelect.vue +365 -365
  78. package/src/filiale/yangchunboneng/pc/ServiceControl.vue +2 -2
  79. package/src/filiale/yangchunboneng/pc/StopApplyList.vue +294 -0
  80. package/src/filiale/yangchunboneng/pc/SupervisoryControlNew.vue +142 -142
  81. package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +617 -605
  82. package/src/filiale/yangchunboneng/pc/SupervisoryListNew.vue +5 -1
  83. package/src/filiale/yangchunboneng/pc/SupervisoryServiceControl.vue +902 -902
  84. package/src/filiale/yangchunboneng/pc/SupervisoryServiceControlNew.vue +901 -901
  85. package/src/filiale/yangchunboneng/pc/SupervisoryServiceView.vue +1 -1
  86. package/src/filiale/yangchunboneng/pc/buildOrderList.vue +337 -0
  87. package/src/filiale/yangchunboneng/pc/chargeManagement.vue +5 -1
  88. package/src/filiale/yangchunboneng/pc/constructionInfo.vue +84 -0
  89. package/src/filiale/yangchunboneng/pc/printBuildOrder.vue +175 -0
  90. package/src/filiale/yangchunboneng/pc.js +28 -24
  91. package/src/main.js +1 -1
  92. package/~/chatbot/main.py +0 -57
@@ -1,392 +1,392 @@
1
- <template>
2
- <div class="col-sm-12" style="background-color: #FFFFFF">
3
- <div class="col-sm-12" style="padding:50px 100px;height: 25%">
4
- <div class="form-group col-sm-5" v-if="issearch" style="width: 250px">
5
- <v-select
6
- class="select select_list"
7
- :value.sync="useType"
8
- width="100%"
9
- v-model="useType"
10
- :options='typeOfUse'
11
- :valueSingle="true"></v-select>
12
- </div>
13
- <div class="form-group col-sm-5" v-if="issearch" style="width: 250px">
14
- <v-select
15
- class="select select_list"
16
- :value.sync="defname"
17
- width="100%"
18
- v-model="defname"
19
- :options='defnames'
20
- :valueSingle="true"></v-select>
21
- </div>
22
- <div class="form-group col-sm-2" style="text-align: center" v-if="issearch">
23
- <button type="button" class="btn btn-primary item_btn" @click="load">搜索</button>
24
- </div>
25
- <div class="form-group col-sm-2" style="text-align: center" v-if="isupload">
26
- <button type="button" class="btn btn-primary item_btn" @click="showUpload = !showUpload">本地上传</button>
27
- </div>
28
- <div class="form-group col-sm-2" style="text-align: center" v-if="takeimg">
29
- <button type="button" class="btn btn-primary item_btn" @click="upload()">拍照</button>
30
- </div>
31
- <div class="form-group col-sm-2" style="text-align: center" v-if="isupload">
32
- <button type="button" class="btn btn-primary item_btn" @click="deletefiles()">删除</button>
33
- </div>
34
- </div>
35
- <hr style="width: 90%;margin: 0px auto;border: #999999 1px solid;"/>
36
- <div class="col-sm-12" style="overflow: scroll;height: 75%">
37
- <div :class="bootstraped ? bootstraped + ' showData' : 'col-sm-12 showData'" style="height: auto" v-for="item in fileInfoData">
38
- <div style="width: 100%;height: 15%">上传时间:{{item.uploaddate}}</div>
39
- <div class="col-sm-12">
40
- <div class="col-sm-4" v-for="row in item.data">
41
- <input v-if="isupload" type="checkbox" @click="$event.cancelBubble=true" :checked="isChecked(row)" @change="setCheckes(row)"></input>
42
- <div class="left col-sm-4">
43
- <a href="#" class="thumbnail" style="width: 70%;height: 70%">
44
- <img
45
- v-if="row.f_filetype === 'jpg'||row.f_filetype === 'png'||row.f_filetype === 'gif'||row.f_filetype === 'bmp'"
46
- :src="row.f_downloadURL" alt="..."/>
47
- <img v-if="row.f_filetype === 'pdf'" src="../../../components/image/pdf.jpg" alt=""/>
48
- <img v-if="row.f_filetype === 'xls'||row.f_filetype === 'xlsx'" src="../../../components/image/excel.jpg"
49
- alt=""/>
50
- <img v-if="row.f_filetype === 'doc'||row.f_filetype === 'docx'" src="../../../components/image/doc.jpg"
51
- alt=""/>
52
- <img v-if="row.f_filetype === 'dwg'" src="../../../components/image/dwg.jpg" alt=""/>
53
- <img v-if="row.f_filetype === 'txt'" src="../../../components/image/txt.jpg" alt=""/>
54
- </a>
55
- </div>
56
- <div class="right col-sm-4">
57
- <p :title="row.f_filename" class="clears"><strong>文件名:</strong>{{ row.f_filename }}</p>
58
- <p :title="row.f_username" class="clears"><strong>操作员:</strong><span>{{ row.f_username }}</span></p>
59
- <p :title="row.fusetype" class="clears"><strong>使用类型:</strong><span>{{ row.fusetype }}</span></p>
60
- <p :title="row.defname" class="clears"><strong>上传节点:</strong><span>{{ row.defname }}</span></p>
61
- <p :title="row.f_uploaddate" class="clears"><strong>上传时间:</strong><span>{{ row.f_uploaddate }}</span></p>
62
- <p :title="row.fremarks" class="clears"><strong>文件说明:</strong>{{ row.fremarks }}</p>
63
- <p class="clears">
64
- <a
65
- v-if="row.f_filetype === 'jpg' || row.f_filetype === 'txt' || row.f_filetype==='png' || row.f_filetype==='gif' || row.f_filetype==='bmp'"
66
- :href="row.f_downloadURL" style="background:#6aa6e2" class="btn btn-primary" target="_blank"
67
- role="button">预览</a>
68
- <a v-else @click="downloadfile(row.f_downloadURL)" style="background:#6aa6e2" class="btn btn-primary"
69
- role="button">下载</a>
70
- <a v-if="isdelete" @click="delet($index, row)" href="#" class="btn btn-default" role="button"
71
- role="button">删除</a>
72
- </p>
73
- </div>
74
- </div>
75
- </div>
76
- </div>
77
- </div>
78
- </div>
79
- <apply-high-meter
80
- v-if="showhighmeter"
81
- :show.sync="showhighmeter"
82
- :isusetype="isusetype"
83
- :isremark="isremark"
84
- @photo-finish="newPhoto"
85
- v-ref:ltgao
86
- ></apply-high-meter>
87
- <modal :show.sync="showUpload" v-ref:modal backdrop="false">
88
- <header slot="modal-header" class="modal-header">
89
- <button type="button" class="close" @click="close"><span class="glyphicon glyphicon-remove"></span></button>
90
- <h4 class="modal-title" style="text-align: center">文件上传</h4>
91
- </header>
92
- <article slot="modal-body" class="modal-body form-horizontal">
93
- <div class="form-group" style="text-align: center">
94
- <file-upload class="my-file-uploader" :name="'myFile' + blodid"
95
- action="rs/file/uploadFile" tagname="文件上传" :headers="headers" multiple v-ref:file></file-upload>
96
- </div>
97
- <div class="form-group" v-if="isusetype">
98
- <label class="col-sm-2 control-label">文件类型:</label>
99
- <div class="col-sm-10">
100
- <input-select
101
- class="select select_list"
102
- :value.sync="headers.fusetype"
103
- v-model="headers.fusetype"
104
- :options="$appdata.getParam('报建-使用类型')"
105
- :valueSingle="true"></input-select>
106
- </div>
107
- </div>
108
- <div class="form-group" v-if="isremark">
109
- <label class="col-sm-2 control-label">文件说明:</label>
110
- <div class="col-sm-10">
111
- <input class="form-control input_view" style=""
112
- v-model="headers.fremarks"
113
- :value="headers.fremarks"/>
114
- </div>
115
- </div>
116
- </article>
117
- <footer slot="modal-footer" class="modal-footer">
118
- </footer>
119
- </modal>
120
- </template>
121
-
122
- <script>
123
- import {HttpResetClass} from 'vue-client'
124
- import {isEmpty} from "../../../components/Util";
125
-
126
- export default {
127
- title: '附件',
128
- props: ['blodid', 'businessid', 'isremark', 'isusetype', 'takeimg', 'defname', 'isupload', 'isdelete', 'bootstraped', 'issearch','pblobid'],
129
- data() {
130
- return {
131
- defnames: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建节点')],
132
- fileInfoData: [], // 数据库存储的文件记录对象数组
133
- headers: {
134
- 'username': this.$login.f.name,
135
- 'blodid': '',
136
- 'businessid': '',
137
- 'fremarks': '',
138
- 'defname': '',
139
- 'fusetype': '',
140
- 'pblobid': ''
141
- }, // 调用rs/file/uploadFile 的参数
142
- showUpload: false, // 上传模态框控制
143
- showhighmeter: false, // 高拍仪组件控制
144
- useType: null,
145
- checkes:[]
146
- }
147
- },
148
- ready() {
149
- this.headers.blodid = this.blodid
150
- this.headers.pblobid=this.pblobid
151
- this.headers.businessid = this.businessid
152
- this.headers.defname = this.defname
153
- if (this.blodid || this.businessid) {
154
- this.load()
155
- }
156
- },
157
- methods: {
158
- delet(index, row) {
159
- if(this.defname[0]!==row.defname){
160
- this.$showMessage('无法删除非当前环节的附件')
161
- return
162
- }
163
- this.$resetdelete('rs/entity/t_files', {id: row.id}, {resolveMsg: '删除成功', rejectMsg: '删除失败'}).then((res) => {
164
- this.$dispatch("delResid", row.id)
165
- this.load()
166
- })
167
- },
168
- async deletefiles(){
169
- for (let i = 0;i<this.checkes.length;i++){
170
- if(this.checkes[i].defname!==this.defname[0]){
171
- this.$showMessage(`所选附件存在不是当前环节的附件,无法删`)
172
- return
173
- }else{
174
- if (this.checkes.length > 0){
175
- let http = new HttpResetClass()
176
- for (let i = 0;i<this.checkes.length;i++){
177
- await http.load('DELETE',`rs/entity/t_files/${this.checkes[i].id}`,{},{resolveMsg: null, rejectMsg: null})
178
- }
179
- this.load()
180
- }
181
- }
182
- }
183
- },
184
- isChecked(row) {
185
- return this.checkes.findIndex(item => item.id == row.id) != -1
186
- },
187
- setCheckes(row) {
188
- let index=this.checkes.findIndex(item => item.id == row.id)
189
- if(index<0){
190
- this.checkes.push(row)
191
- }else{
192
- this.checkes.splice(index,1)
193
- }
194
- console.log('this.checkes=', JSON.stringify(this.checkes))
195
- },
196
- // 下载
197
- downloadfile(filepath) {
198
- let name = this.extractFileName(filepath)
199
- var link = document.createElement('a')
200
- link.href = filepath
201
- link.download = name
202
- link.dispatchEvent(new MouseEvent('click'))
203
- },
204
- extractFileName(str) {
205
- // 使用split分割字符串
206
- var parts = str.split('\\');
207
- // 获取最后一个部分,这通常是文件名
208
- var fileName = parts[parts.length - 1];
209
- // 返回文件名
210
- return fileName;
211
- },
212
- // 关闭文件上传对话框
213
- close() {
214
- this.showUpload = false
215
- this.showhighmeter = false
216
- // 将选的文件清空
217
- this.$refs.file.$el.querySelector('input').value = ''
218
- this.headers.fusetype = ''
219
- this.headers.fremarks = ''
220
- this.load()
221
- },
222
- // 查询
223
- async load() {
224
- let condition = ''
225
- if (!isEmpty(this.businessid)) {
226
- condition = `f_businessid= '${this.headers.businessid}' `
227
- } else {
228
-
229
- if(this.pblobid){
230
- condition = `f_blobid= '${this.headers.blodid}' or f_blobid= '${this.headers.pblobid}'`
231
- }else{
232
- condition = `f_blobid= '${this.headers.blodid}' `
233
- }
234
- }
235
- if (!isEmpty(this.useType)) {
236
- condition += `and fusetype = '${this.useType}'`
237
- }
238
- if (!isEmpty(this.defname)) {
239
- condition += `and defname = '${this.defname}'`
240
- }
241
- let http = new HttpResetClass()
242
- let data = {
243
- tablename: 't_files',
244
- condition: condition + ` order by f_uploaddate desc `
245
- }
246
- let getFile = await http.load('POST', 'rs/sql/apply_singleTable', {data: data}, {
247
- warnMsg: null,
248
- resolveMsg: null
249
- })
250
- this.fileInfoData = []
251
- for (var i = 0; i < getFile.data.length; i++) {
252
- // 如果使用类型包含导入字样,则是execl文件导入的,不做显示
253
- if (getFile.data[i].fusetype && (getFile.data[i].fusetype.includes('execl导入'))) {
254
- getFile.data.splice(i, 1)
255
- i--
256
- continue
257
- }
258
- let temp = getFile.data[i].f_downloadpath
259
- let URL = temp.substring(temp.lastIndexOf(":\\") + 2)
260
- getFile.data[i].f_downloadURL = "http://" + location.host + "/" + URL
261
- let uploaddate = getFile.data[i].f_uploaddate.substring(0,10)
262
- if (this.fileInfoData.findIndex(item => item.uploaddate == uploaddate) == -1){
263
- this.fileInfoData.push({uploaddate:uploaddate,data:[]})
264
- }
265
- }
266
- for (var i = 0; i < getFile.data.length; i++) {
267
- if (getFile.data[i].f_downloadpath.includes('http:')) {
268
- let temp = getFile.data[i].f_downloadpath
269
- getFile.data[i].f_downloadURL = temp
270
- console.log('打印', i)
271
- } else {
272
- let temp = getFile.data[i].f_downloadpath
273
- let URL = temp.substring(temp.lastIndexOf(":\\") + 2)
274
- getFile.data[i].f_downloadURL = "http://" + location.host + "/" + URL
275
- }
276
-
277
- }
278
- // this.fileInfoData = getFile.data
279
- for (var i = 0; i < getFile.data.length; i++) {
280
- for (var j = 0; j < this.fileInfoData.length; j++){
281
- if (getFile.data[i].f_uploaddate.includes(this.fileInfoData[j].uploaddate)){
282
- this.fileInfoData[j].data.push(getFile.data[i])
283
- }
284
- }
285
- }
286
- },
287
- // 打开高拍仪
288
- upload() {
289
- if (this.showhighmeter) {
290
- this.$refs.ltgao.closeVideo()
291
- }
292
- this.showhighmeter = !this.showhighmeter
293
- },
294
- // 高拍仪回调
295
- newPhoto(Imgbase64, fusetype, fremarks) {
296
- this.headers.fusetype = fusetype
297
- this.headers.fremarks = fremarks
298
-
299
- let form = new FormData()
300
- let xhr = new XMLHttpRequest()
301
- let formDataBoundary = "----WebkitFormBoundary" + "GaoPaiYi";
302
- form.append('Content-Type', 'multipart/form-data;boundary=' + formDataBoundary)
303
- form.append('file', this.convertBase64ToBlob(Imgbase64), "GaoPaiYi.jpg")
304
- xhr.open("POST", "rs/file/uploadFile")
305
-
306
- if (this.headers) {
307
- for (var header in this.headers) {
308
- xhr.setRequestHeader(header, encodeURIComponent(this.headers[header]))
309
- }
310
- }
311
- xhr.send(form)
312
- setTimeout(() => {
313
- this.close()
314
- }, 5000)
315
- },
316
- convertBase64ToBlob(base64String) {
317
- // 将base64解码
318
- var bytes = atob(base64String);
319
- //var bytes = base64;
320
- var bytesCode = new ArrayBuffer(bytes.length);
321
- // 转换为类型化数组
322
- var byteArray = new Uint8Array(bytesCode);
323
-
324
- // 将base64转换为ascii码
325
- for (var i = 0; i < bytes.length; i++) {
326
- byteArray[i] = bytes.charCodeAt(i);
327
- }
328
- // 生成Blob对象(文件对象)
329
- return new Blob([bytesCode], {type: 'image/jpeg'});
330
- },
331
- },
332
- computed: {
333
- typeOfUse() {
334
- return [{label: '全部', value: ''}, ...this.$appdata.getParam('报建-使用类型')]
335
- }
336
- },
337
- events: {
338
- onFileUpload: function (file, res) {
339
- this.$dispatch("resid", res.id)
340
- this.headers.fremarks = ''
341
- this.close()
342
- }
343
- }
344
- }
345
- </script>
346
-
347
- <style scoped>
348
- .clears {
349
- margin: 0;
350
- font-size: 10px;
351
- overflow: hidden;
352
- text-overflow: ellipsis;
353
- white-space: nowrap;
354
- }
355
-
356
- .showData {
357
- padding: 15px 10px 0px 10px;
358
- box-sizing: border-box;
359
- height: 140px;
360
- font-family: "微软雅黑";
361
- }
362
-
363
- .showData .item {
364
- padding-bottom: 10px;
365
- border-bottom: solid 1px #c1c1c1;
366
- }
367
-
368
- .left {
369
- padding-right: 10px;
370
- }
371
-
372
- .left img {
373
- height: 100%;
374
- width: 100%;
375
- }
376
-
377
- .right {
378
- height: 100%;
379
- /*display: -webkit-flex;*/
380
- /*display: flex;*/
381
- /*flex-direction: column;*/
382
- /*justify-content: space-around;*/
383
- }
384
-
385
- .item_btn {
386
- width: 80%;
387
- background-color: #6aa6e2;
388
- border-radius: 4px;
389
- color: #FFFFFF;
390
- font-family: PingFang;
391
- }
392
- </style>
1
+ <template>
2
+ <div class="col-sm-12" style="background-color: #FFFFFF">
3
+ <div class="col-sm-12" style="padding:50px 100px;height: 25%">
4
+ <div class="form-group col-sm-5" v-if="issearch" style="width: 250px">
5
+ <v-select
6
+ class="select select_list"
7
+ :value.sync="useType"
8
+ width="100%"
9
+ v-model="useType"
10
+ :options='typeOfUse'
11
+ :valueSingle="true"></v-select>
12
+ </div>
13
+ <div class="form-group col-sm-5" v-if="issearch" style="width: 250px">
14
+ <v-select
15
+ class="select select_list"
16
+ :value.sync="defname"
17
+ width="100%"
18
+ v-model="defname"
19
+ :options='defnames'
20
+ :valueSingle="true"></v-select>
21
+ </div>
22
+ <div class="form-group col-sm-2" style="text-align: center" v-if="issearch">
23
+ <button type="button" class="btn btn-primary item_btn" @click="load">搜索</button>
24
+ </div>
25
+ <div class="form-group col-sm-2" style="text-align: center" v-if="isupload">
26
+ <button type="button" class="btn btn-primary item_btn" @click="showUpload = !showUpload">本地上传</button>
27
+ </div>
28
+ <div class="form-group col-sm-2" style="text-align: center" v-if="takeimg">
29
+ <button type="button" class="btn btn-primary item_btn" @click="upload()">拍照</button>
30
+ </div>
31
+ <div class="form-group col-sm-2" style="text-align: center" v-if="isupload">
32
+ <button type="button" class="btn btn-primary item_btn" @click="deletefiles()">删除</button>
33
+ </div>
34
+ </div>
35
+ <hr style="width: 90%;margin: 0px auto;border: #999999 1px solid;"/>
36
+ <div class="col-sm-12" style="overflow: scroll;height: 75%">
37
+ <div :class="bootstraped ? bootstraped + ' showData' : 'col-sm-12 showData'" style="height: auto" v-for="item in fileInfoData">
38
+ <div style="width: 100%;height: 15%">上传时间:{{item.uploaddate}}</div>
39
+ <div class="col-sm-12">
40
+ <div class="col-sm-4" v-for="row in item.data">
41
+ <input v-if="isupload" type="checkbox" @click="$event.cancelBubble=true" :checked="isChecked(row)" @change="setCheckes(row)"></input>
42
+ <div class="left col-sm-4">
43
+ <a href="#" class="thumbnail" style="width: 70%;height: 70%">
44
+ <img
45
+ v-if="row.f_filetype === 'jpg'||row.f_filetype === 'png'||row.f_filetype === 'gif'||row.f_filetype === 'bmp'"
46
+ :src="row.f_downloadURL" alt="..."/>
47
+ <img v-if="row.f_filetype === 'pdf'" src="../../../components/image/pdf.jpg" alt=""/>
48
+ <img v-if="row.f_filetype === 'xls'||row.f_filetype === 'xlsx'" src="../../../components/image/excel.jpg"
49
+ alt=""/>
50
+ <img v-if="row.f_filetype === 'doc'||row.f_filetype === 'docx'" src="../../../components/image/doc.jpg"
51
+ alt=""/>
52
+ <img v-if="row.f_filetype === 'dwg'" src="../../../components/image/dwg.jpg" alt=""/>
53
+ <img v-if="row.f_filetype === 'txt'" src="../../../components/image/txt.jpg" alt=""/>
54
+ </a>
55
+ </div>
56
+ <div class="right col-sm-4">
57
+ <p :title="row.f_filename" class="clears"><strong>文件名:</strong>{{ row.f_filename }}</p>
58
+ <p :title="row.f_username" class="clears"><strong>操作员:</strong><span>{{ row.f_username }}</span></p>
59
+ <p :title="row.fusetype" class="clears"><strong>使用类型:</strong><span>{{ row.fusetype }}</span></p>
60
+ <p :title="row.defname" class="clears"><strong>上传节点:</strong><span>{{ row.defname }}</span></p>
61
+ <p :title="row.f_uploaddate" class="clears"><strong>上传时间:</strong><span>{{ row.f_uploaddate }}</span></p>
62
+ <p :title="row.fremarks" class="clears"><strong>文件说明:</strong>{{ row.fremarks }}</p>
63
+ <p class="clears">
64
+ <a
65
+ v-if="row.f_filetype === 'jpg' || row.f_filetype === 'txt' || row.f_filetype==='png' || row.f_filetype==='gif' || row.f_filetype==='bmp'"
66
+ :href="row.f_downloadURL" style="background:#6aa6e2" class="btn btn-primary" target="_blank"
67
+ role="button">预览</a>
68
+ <a v-else @click="downloadfile(row.f_downloadURL)" style="background:#6aa6e2" class="btn btn-primary"
69
+ role="button">下载</a>
70
+ <a v-if="isdelete" @click="delet($index, row)" href="#" class="btn btn-default" role="button"
71
+ role="button">删除</a>
72
+ </p>
73
+ </div>
74
+ </div>
75
+ </div>
76
+ </div>
77
+ </div>
78
+ </div>
79
+ <apply-high-meter
80
+ v-if="showhighmeter"
81
+ :show.sync="showhighmeter"
82
+ :isusetype="isusetype"
83
+ :isremark="isremark"
84
+ @photo-finish="newPhoto"
85
+ v-ref:ltgao
86
+ ></apply-high-meter>
87
+ <modal :show.sync="showUpload" v-ref:modal backdrop="false">
88
+ <header slot="modal-header" class="modal-header">
89
+ <button type="button" class="close" @click="close"><span class="glyphicon glyphicon-remove"></span></button>
90
+ <h4 class="modal-title" style="text-align: center">文件上传</h4>
91
+ </header>
92
+ <article slot="modal-body" class="modal-body form-horizontal">
93
+ <div class="form-group" style="text-align: center">
94
+ <file-upload class="my-file-uploader" :name="'myFile' + blodid"
95
+ action="rs/file/uploadFile" tagname="文件上传" :headers="headers" multiple v-ref:file></file-upload>
96
+ </div>
97
+ <div class="form-group" v-if="isusetype">
98
+ <label class="col-sm-2 control-label">文件类型:</label>
99
+ <div class="col-sm-10">
100
+ <input-select
101
+ class="select select_list"
102
+ :value.sync="headers.fusetype"
103
+ v-model="headers.fusetype"
104
+ :options="$appdata.getParam('报建-使用类型')"
105
+ :valueSingle="true"></input-select>
106
+ </div>
107
+ </div>
108
+ <div class="form-group" v-if="isremark">
109
+ <label class="col-sm-2 control-label">文件说明:</label>
110
+ <div class="col-sm-10">
111
+ <input class="form-control input_view" style=""
112
+ v-model="headers.fremarks"
113
+ :value="headers.fremarks"/>
114
+ </div>
115
+ </div>
116
+ </article>
117
+ <footer slot="modal-footer" class="modal-footer">
118
+ </footer>
119
+ </modal>
120
+ </template>
121
+
122
+ <script>
123
+ import {HttpResetClass} from 'vue-client'
124
+ import {isEmpty} from "../../../components/Util";
125
+
126
+ export default {
127
+ title: '附件',
128
+ props: ['blodid', 'businessid', 'isremark', 'isusetype', 'takeimg', 'defname', 'isupload', 'isdelete', 'bootstraped', 'issearch','pblobid'],
129
+ data() {
130
+ return {
131
+ defnames: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建节点')],
132
+ fileInfoData: [], // 数据库存储的文件记录对象数组
133
+ headers: {
134
+ 'username': this.$login.f.name,
135
+ 'blodid': '',
136
+ 'businessid': '',
137
+ 'fremarks': '',
138
+ 'defname': '',
139
+ 'fusetype': '',
140
+ 'pblobid': ''
141
+ }, // 调用rs/file/uploadFile 的参数
142
+ showUpload: false, // 上传模态框控制
143
+ showhighmeter: false, // 高拍仪组件控制
144
+ useType: null,
145
+ checkes:[]
146
+ }
147
+ },
148
+ ready() {
149
+ this.headers.blodid = this.blodid
150
+ this.headers.pblobid=this.pblobid
151
+ this.headers.businessid = this.businessid
152
+ this.headers.defname = this.defname
153
+ if (this.blodid || this.businessid) {
154
+ this.load()
155
+ }
156
+ },
157
+ methods: {
158
+ delet(index, row) {
159
+ if(this.defname[0]!==row.defname){
160
+ this.$showMessage('无法删除非当前环节的附件')
161
+ return
162
+ }
163
+ this.$resetdelete('rs/entity/t_files', {id: row.id}, {resolveMsg: '删除成功', rejectMsg: '删除失败'}).then((res) => {
164
+ this.$dispatch("delResid", row.id)
165
+ this.load()
166
+ })
167
+ },
168
+ async deletefiles(){
169
+ for (let i = 0;i<this.checkes.length;i++){
170
+ if(this.checkes[i].defname!==this.defname[0]){
171
+ this.$showMessage(`所选附件存在不是当前环节的附件,无法删`)
172
+ return
173
+ }else{
174
+ if (this.checkes.length > 0){
175
+ let http = new HttpResetClass()
176
+ for (let i = 0;i<this.checkes.length;i++){
177
+ await http.load('DELETE',`rs/entity/t_files/${this.checkes[i].id}`,{},{resolveMsg: null, rejectMsg: null})
178
+ }
179
+ this.load()
180
+ }
181
+ }
182
+ }
183
+ },
184
+ isChecked(row) {
185
+ return this.checkes.findIndex(item => item.id == row.id) != -1
186
+ },
187
+ setCheckes(row) {
188
+ let index=this.checkes.findIndex(item => item.id == row.id)
189
+ if(index<0){
190
+ this.checkes.push(row)
191
+ }else{
192
+ this.checkes.splice(index,1)
193
+ }
194
+ console.log('this.checkes=', JSON.stringify(this.checkes))
195
+ },
196
+ // 下载
197
+ downloadfile(filepath) {
198
+ let name = this.extractFileName(filepath)
199
+ var link = document.createElement('a')
200
+ link.href = filepath
201
+ link.download = name
202
+ link.dispatchEvent(new MouseEvent('click'))
203
+ },
204
+ extractFileName(str) {
205
+ // 使用split分割字符串
206
+ var parts = str.split('\\');
207
+ // 获取最后一个部分,这通常是文件名
208
+ var fileName = parts[parts.length - 1];
209
+ // 返回文件名
210
+ return fileName;
211
+ },
212
+ // 关闭文件上传对话框
213
+ close() {
214
+ this.showUpload = false
215
+ this.showhighmeter = false
216
+ // 将选的文件清空
217
+ this.$refs.file.$el.querySelector('input').value = ''
218
+ this.headers.fusetype = ''
219
+ this.headers.fremarks = ''
220
+ this.load()
221
+ },
222
+ // 查询
223
+ async load() {
224
+ let condition = ''
225
+ if (!isEmpty(this.businessid)) {
226
+ condition = `f_businessid= '${this.headers.businessid}' `
227
+ } else {
228
+
229
+ if(this.pblobid){
230
+ condition = `f_blobid= '${this.headers.blodid}' or f_blobid= '${this.headers.pblobid}'`
231
+ }else{
232
+ condition = `f_blobid= '${this.headers.blodid}' `
233
+ }
234
+ }
235
+ if (!isEmpty(this.useType)) {
236
+ condition += `and fusetype = '${this.useType}'`
237
+ }
238
+ if (!isEmpty(this.defname)) {
239
+ condition += `and defname = '${this.defname}'`
240
+ }
241
+ let http = new HttpResetClass()
242
+ let data = {
243
+ tablename: 't_files',
244
+ condition: condition + ` order by f_uploaddate desc `
245
+ }
246
+ let getFile = await http.load('POST', 'rs/sql/apply_singleTable', {data: data}, {
247
+ warnMsg: null,
248
+ resolveMsg: null
249
+ })
250
+ this.fileInfoData = []
251
+ for (var i = 0; i < getFile.data.length; i++) {
252
+ // 如果使用类型包含导入字样,则是execl文件导入的,不做显示
253
+ if (getFile.data[i].fusetype && (getFile.data[i].fusetype.includes('execl导入'))) {
254
+ getFile.data.splice(i, 1)
255
+ i--
256
+ continue
257
+ }
258
+ let temp = getFile.data[i].f_downloadpath
259
+ let URL = temp.substring(temp.lastIndexOf(":\\") + 2)
260
+ getFile.data[i].f_downloadURL = "http://" + location.host + "/" + URL
261
+ let uploaddate = getFile.data[i].f_uploaddate.substring(0,10)
262
+ if (this.fileInfoData.findIndex(item => item.uploaddate == uploaddate) == -1){
263
+ this.fileInfoData.push({uploaddate:uploaddate,data:[]})
264
+ }
265
+ }
266
+ for (var i = 0; i < getFile.data.length; i++) {
267
+ if (getFile.data[i].f_downloadpath.includes('http:')) {
268
+ let temp = getFile.data[i].f_downloadpath
269
+ getFile.data[i].f_downloadURL = temp
270
+ console.log('打印', i)
271
+ } else {
272
+ let temp = getFile.data[i].f_downloadpath
273
+ let URL = temp.substring(temp.lastIndexOf(":\\") + 2)
274
+ getFile.data[i].f_downloadURL = "http://" + location.host + "/" + URL
275
+ }
276
+
277
+ }
278
+ // this.fileInfoData = getFile.data
279
+ for (var i = 0; i < getFile.data.length; i++) {
280
+ for (var j = 0; j < this.fileInfoData.length; j++){
281
+ if (getFile.data[i].f_uploaddate.includes(this.fileInfoData[j].uploaddate)){
282
+ this.fileInfoData[j].data.push(getFile.data[i])
283
+ }
284
+ }
285
+ }
286
+ },
287
+ // 打开高拍仪
288
+ upload() {
289
+ if (this.showhighmeter) {
290
+ this.$refs.ltgao.closeVideo()
291
+ }
292
+ this.showhighmeter = !this.showhighmeter
293
+ },
294
+ // 高拍仪回调
295
+ newPhoto(Imgbase64, fusetype, fremarks) {
296
+ this.headers.fusetype = fusetype
297
+ this.headers.fremarks = fremarks
298
+
299
+ let form = new FormData()
300
+ let xhr = new XMLHttpRequest()
301
+ let formDataBoundary = "----WebkitFormBoundary" + "GaoPaiYi";
302
+ form.append('Content-Type', 'multipart/form-data;boundary=' + formDataBoundary)
303
+ form.append('file', this.convertBase64ToBlob(Imgbase64), "GaoPaiYi.jpg")
304
+ xhr.open("POST", "rs/file/uploadFile")
305
+
306
+ if (this.headers) {
307
+ for (var header in this.headers) {
308
+ xhr.setRequestHeader(header, encodeURIComponent(this.headers[header]))
309
+ }
310
+ }
311
+ xhr.send(form)
312
+ setTimeout(() => {
313
+ this.close()
314
+ }, 5000)
315
+ },
316
+ convertBase64ToBlob(base64String) {
317
+ // 将base64解码
318
+ var bytes = atob(base64String);
319
+ //var bytes = base64;
320
+ var bytesCode = new ArrayBuffer(bytes.length);
321
+ // 转换为类型化数组
322
+ var byteArray = new Uint8Array(bytesCode);
323
+
324
+ // 将base64转换为ascii码
325
+ for (var i = 0; i < bytes.length; i++) {
326
+ byteArray[i] = bytes.charCodeAt(i);
327
+ }
328
+ // 生成Blob对象(文件对象)
329
+ return new Blob([bytesCode], {type: 'image/jpeg'});
330
+ },
331
+ },
332
+ computed: {
333
+ typeOfUse() {
334
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('报建-使用类型')]
335
+ }
336
+ },
337
+ events: {
338
+ onFileUpload: function (file, res) {
339
+ this.$dispatch("resid", res.id)
340
+ this.headers.fremarks = ''
341
+ this.close()
342
+ }
343
+ }
344
+ }
345
+ </script>
346
+
347
+ <style scoped>
348
+ .clears {
349
+ margin: 0;
350
+ font-size: 10px;
351
+ overflow: hidden;
352
+ text-overflow: ellipsis;
353
+ white-space: nowrap;
354
+ }
355
+
356
+ .showData {
357
+ padding: 15px 10px 0px 10px;
358
+ box-sizing: border-box;
359
+ height: 140px;
360
+ font-family: "微软雅黑";
361
+ }
362
+
363
+ .showData .item {
364
+ padding-bottom: 10px;
365
+ border-bottom: solid 1px #c1c1c1;
366
+ }
367
+
368
+ .left {
369
+ padding-right: 10px;
370
+ }
371
+
372
+ .left img {
373
+ height: 100%;
374
+ width: 100%;
375
+ }
376
+
377
+ .right {
378
+ height: 100%;
379
+ /*display: -webkit-flex;*/
380
+ /*display: flex;*/
381
+ /*flex-direction: column;*/
382
+ /*justify-content: space-around;*/
383
+ }
384
+
385
+ .item_btn {
386
+ width: 80%;
387
+ background-color: #6aa6e2;
388
+ border-radius: 4px;
389
+ color: #FFFFFF;
390
+ font-family: PingFang;
391
+ }
392
+ </style>