apply-clients 3.4.64 → 3.4.66

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 (105) hide show
  1. package/build/dev-server.js +2 -2
  2. package/dist-android/static/18.js +2 -2
  3. package/dist-android/static/18.js.map +1 -1
  4. package/dist-android/static/19.js +2 -2
  5. package/dist-android/static/19.js.map +1 -1
  6. package/dist-android/static/24.js +2 -2
  7. package/dist-android/static/24.js.map +1 -1
  8. package/dist-android/static/25.js +2 -2
  9. package/dist-android/static/25.js.map +1 -1
  10. package/dist-android/static/26.js +2 -2
  11. package/dist-android/static/26.js.map +1 -1
  12. package/dist-android/static/28.js +2 -2
  13. package/dist-android/static/28.js.map +1 -1
  14. package/dist-android/static/30.js +2 -2
  15. package/dist-android/static/30.js.map +1 -1
  16. package/dist-android/static/34.js +2 -2
  17. package/dist-android/static/34.js.map +1 -1
  18. package/dist-android/static/43.js +2 -2
  19. package/dist-android/static/43.js.map +1 -1
  20. package/dist-android/static/47.js +2 -2
  21. package/dist-android/static/47.js.map +1 -1
  22. package/dist-android/static/50.js +2 -2
  23. package/dist-android/static/50.js.map +1 -1
  24. package/dist-android/static/52.js +2 -2
  25. package/dist-android/static/52.js.map +1 -1
  26. package/dist-android/static/53.js +2 -2
  27. package/dist-android/static/53.js.map +1 -1
  28. package/dist-android/static/54.js +2 -2
  29. package/dist-android/static/54.js.map +1 -1
  30. package/dist-android/static/60.js +2 -2
  31. package/dist-android/static/60.js.map +1 -1
  32. package/dist-android/static/63.js +2 -2
  33. package/dist-android/static/63.js.map +1 -1
  34. package/dist-android/static/64.js +2 -2
  35. package/dist-android/static/64.js.map +1 -1
  36. package/dist-android/static/78.js +2 -2
  37. package/dist-android/static/78.js.map +1 -1
  38. package/dist-android/static/83.js +2 -2
  39. package/dist-android/static/83.js.map +1 -1
  40. package/dist-android/static/84.js +2 -2
  41. package/dist-android/static/84.js.map +1 -1
  42. package/dist-android/static/86.js +2 -2
  43. package/dist-android/static/86.js.map +1 -1
  44. package/dist-android/static/87.js +2 -2
  45. package/dist-android/static/87.js.map +1 -1
  46. package/dist-android/static/89.js +2 -2
  47. package/dist-android/static/89.js.map +1 -1
  48. package/dist-android/static/97.js +2 -2
  49. package/dist-android/static/97.js.map +1 -1
  50. package/dist-android/static/app.js +80 -80
  51. package/dist-android/static/app.js.map +1 -1
  52. package/package.json +4 -3
  53. package/src/apply.js +5 -0
  54. package/src/applyAndroid.js +2 -0
  55. package/src/components/android/AppSign.vue +154 -154
  56. package/src/components/android/AppTakePic.vue +143 -143
  57. package/src/components/android/Function/AppFunctionServiceControl.vue +344 -344
  58. package/src/components/android/Ignition/VentilationIgnition.vue +408 -0
  59. package/src/components/android/Ignition/VentilationIgnitionHandle.vue +455 -0
  60. package/src/components/android/Process/AppServiceControl.vue +1708 -1708
  61. package/src/components/android/Process/Processes/AppAddMaterialScience.vue +477 -477
  62. package/src/components/android/Process/Processes/AppDevicesManagement.vue +519 -519
  63. package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +298 -298
  64. package/src/components/android/Supervisory/AppSupervisoryCart.vue +156 -156
  65. package/src/components/build/Install/Process/zhongran/ZR_Design.vue +537 -537
  66. package/src/components/product/ApplyCharge/ApplyChargeList.vue +470 -470
  67. package/src/components/product/Function/Service/FunctionServiceControl.vue +445 -445
  68. package/src/components/product/Ignition/IgnitionDispatch.vue +92 -0
  69. package/src/components/product/Ignition/IgnitionList.vue +236 -0
  70. package/src/components/product/Ignition/IgnitionListManage.vue +413 -0
  71. package/src/components/product/Ignition/IgnitionRecord.vue +357 -0
  72. package/src/components/product/Process/ExplorationSelect.vue +0 -13
  73. package/src/components/product/Process/Processes/addMaterialScience.vue +454 -454
  74. package/src/components/product/Process/Processes/chargeManagement.vue +656 -656
  75. package/src/components/product/Process/Processes/devicesManagement.vue +484 -484
  76. package/src/components/product/Process/Processes/supplementalAgreement.vue +298 -298
  77. package/src/components/product/Process/Service/ServiceControl.vue +56 -1
  78. package/src/components/product/Process/Service/ShowBackReason.vue +33 -33
  79. package/src/components/product/Process/ShowBackReason.vue +33 -33
  80. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +882 -882
  81. package/src/components/product/VueUtils/ApplyUpload.vue +287 -287
  82. package/src/filiale/gehua/pc/ServiceControl.vue +1938 -1938
  83. package/src/filiale/gehua/pc/SupervisoryServiceControl.vue +890 -890
  84. package/src/filiale/guangxi/android/Process/Processes/AppAddMaterialScience.vue +520 -520
  85. package/src/filiale/guangxi/android/Process/Processes/AppDevicesManagement.vue +519 -519
  86. package/src/filiale/guangxi/android/Process/Processes/AppServiceControl.vue +1708 -1708
  87. package/src/filiale/guangxi/android/Process/Processes/AppSupplementalAgreement.vue +298 -298
  88. package/src/filiale/guangxi/pc/ApplyCharge/ApplyChargeList.vue +470 -470
  89. package/src/filiale/guangxi/pc/ApplyCharge/chargeManagement.vue +724 -724
  90. package/src/filiale/guangxi/pc/Process/Service/ServiceControl.vue +1922 -1922
  91. package/src/filiale/guangxi/pc/Process/Service/ShowBackReason.vue +33 -33
  92. package/src/filiale/guangxi/pc/Process/Service/SupervisoryServiceControl.vue +891 -891
  93. package/src/filiale/guangxi/pc/Process/Service/addMaterialScience.vue +517 -517
  94. package/src/filiale/guangxi/pc/Process/ShowBackReason.vue +33 -33
  95. package/src/filiale/shexian/pc/ExplorationSelect.vue +474 -0
  96. package/src/filiale/shexian/pc.js +6 -0
  97. package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +735 -735
  98. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +824 -824
  99. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetailsCivil.vue +650 -650
  100. package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -528
  101. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +809 -809
  102. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetailsCivil.vue +595 -595
  103. package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +621 -621
  104. package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +1108 -1108
  105. package/dist.7z +0 -0
@@ -1,2 +1,2 @@
1
- webpackJsonp([97],{354:function(t,e,o){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=o(2),n=a(i),s=o(13),r=a(s),l=o(4),d=a(l),f=o(3),h=o(1);a(h);e.default={title:"附件",props:["blodid","isremark","isusetype","takeimg","defname","isupload","f_usetype","edit"],data:function(){return{isDelete:"1",fileInfoData:[],useType:"",fileRemark:"",row:{},showz:!0,showx:!0,shown:!0,showa:!0,showb:!0,showc:!0,showd:!0,showe:!0,showf:!0,showg:!0,showh:!0,showi:!0,showj:!0,showk:!0}},methods:{search:function(){function t(){return e.apply(this,arguments)}var e=(0,d.default)(n.default.mark(function t(){var e,o,a,i,s,l,d,h,p,c,w,m,v,y,u,b,g,_,x,U,k,R,L,z,O,I,j,M,F,P,$,T,q,A,D,S,B,C,E,H,J;return n.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return e="f_process_id = '"+this.blodid+"'",o=new f.HttpResetClass,t.next=4,o.load("POST",this.$androidUtil.getProxyUrl()+"/rs/sql/getimage",{data:{condition:e}},{resolveMsg:null,rejectMsg:"获取图片路径失败"});case 4:return a=t.sent,t.next=7,o.load("POST",this.$androidUtil.getProxyUrl()+"/rs/sql/apply_singleTable_OrderBy",{data:{items:"value,name",tablename:"t_singlevalue",orderitem:"name",condition:"name = '图片地址'"}},{resolveMsg:null,rejectMsg:"获取区县失败!"});case 7:if(i=t.sent,s="",console.log("查询到的图片:",i),i.data[0].value&&(s=i.data[0].value),!(a.data.length>0)){t.next=31;break}for(l=!0,d=!1,h=void 0,t.prev=15,p=(0,r.default)(a.data);!(l=(c=p.next()).done);l=!0)w=c.value,"身份证正面"===w.f_type&&(m=w.f_picture,v=m.substring(m.lastIndexOf(":\\")+2),this.row.f_downloadURL1=s+""+v,this.showa=!1),"身份证反面"===w.f_type&&(y=w.f_picture,u=y.substring(y.lastIndexOf(":\\")+2),this.row.f_downloadURL2=s+""+u,this.showb=!1),"房屋证明材料"===w.f_type&&(b=w.f_picture,g=b.substring(b.lastIndexOf(":\\")+2),this.row.f_downloadURL3=s+""+g,this.showc=!1),"营业执照"===w.f_type&&(_=w.f_picture,x=_.substring(_.lastIndexOf(":\\")+2),this.row.f_downloadURL4=s+""+x,this.showd=!1),"用户报装勘查业务申请表"===w.f_type&&(U=w.f_picture,k=U.substring(U.lastIndexOf(":\\")+2),this.row.f_downloadURL5=s+""+k,this.showe=!1),"燃气报装申请告知单"===w.f_type&&(R=w.f_picture,L=R.substring(R.lastIndexOf(":\\")+2),this.row.f_downloadURL6=s+""+L,this.showf=!1),"供气合同"===w.f_type&&(z=w.f_picture,O=z.substring(z.lastIndexOf(":\\")+2),this.row.f_downloadURL7=s+""+O,this.showg=!1),"工程安装验收及结算单"===w.f_type&&(I=w.f_picture,j=I.substring(I.lastIndexOf(":\\")+2),this.row.f_downloadURL8=s+""+j,this.showh=!1),"点火记录单"===w.f_type&&(M=w.f_picture,F=M.substring(M.lastIndexOf(":\\")+2),this.row.f_downloadURL9=s+""+F,this.showi=!1),"压力试验结果"===w.f_type&&(P=w.f_picture,$=P.substring(P.lastIndexOf(":\\")+2),this.row.f_downloadURL10=s+""+$,this.showj=!1),"用户确认"===w.f_type&&(T=w.f_picture,q=T.substring(T.lastIndexOf(":\\")+2),this.row.f_downloadURL11=s+""+q,this.showk=!1),"用户确认"===w.f_type&&(A=w.f_picture,D=A.substring(A.lastIndexOf(":\\")+2),this.row.f_downloadURL12=s+""+D,this.showk=!1),"现场勘察照片1"===w.f_type&&(S=w.f_picture,B=S.substring(S.lastIndexOf(":\\")+2),this.row.f_downloadURL20=s+""+B,this.showz=!1),"现场勘察照片2"===w.f_type&&(C=w.f_picture,E=C.substring(C.lastIndexOf(":\\")+2),this.row.f_downloadURL21=s+""+E,this.showx=!1),"现场勘察照片3"===w.f_type&&(H=w.f_picture,J=H.substring(H.lastIndexOf(":\\")+2),this.row.f_downloadURL22=s+""+J,this.shown=!1);t.next=23;break;case 19:t.prev=19,t.t0=t.catch(15),d=!0,h=t.t0;case 23:t.prev=23,t.prev=24,!l&&p.return&&p.return();case 26:if(t.prev=26,!d){t.next=29;break}throw h;case 29:return t.finish(26);case 30:return t.finish(23);case 31:case"end":return t.stop()}},t,this,[[15,19,23,31],[24,,26,30]])}));return t}(),confirm:function(t,e,o){var a=this;if(!e)return void this.$showAlert("请先选择图片","warning",1500);if(!o)return void this.$showAlert("请先选择图片","warning",1500);var i={f_type:t,f_content:e,f_filename:o,f_process_id:this.blodid};this.$resetpost(this.$androidUtil.getProxyUrl()+"/rs/logic/saveimage",i).then(function(){console.log("更新成功!"),a.search()})}},ready:function(){function t(){return e.apply(this,arguments)}var e=(0,d.default)(n.default.mark(function t(){return n.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:this.search();case 1:case"end":return t.stop()}},t,this)}));return t}(),watch:{blodid:function(t){t&&(console.log("观察blodid",t),this.search(),this.row={},this.showa=!0,this.showb=!0,this.showc=!0,this.showd=!0,this.showe=!0,this.showf=!0,this.showg=!0,this.showh=!0,this.showi=!0,this.showj=!0,this.showk=!0,this.showz=!0,this.showx=!0,this.shown=!0)}},computed:{},events:{}}},800:function(t,e){t.exports=' <div style="background-color: #FFFFFF;min-height:480px"> <div class="form-group col-sm-12" style="height: auto"> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'民用开户申请\'||defname==\'工商开户申请\'||defname==\'资料归档\'"> <center> <div v-if=showa><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content1 :filename.sync=row.filename1></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'身份证正面\',row.content1,row.filename1)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showa> <img :src=row.f_downloadURL1 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL1>预览</a> </div> <p style="font-size: 20px">身份证正面</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'民用开户申请\'||defname==\'工商开户申请\'||defname==\'资料归档\'"> <center> <div v-if=showb><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content2 :filename.sync=row.filename2></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'身份证反面\',row.content2,row.filename2)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showb> <img :src=row.f_downloadURL2 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL2>预览</a> </div> <p style="font-size: 20px">身份证反面</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'民用开户申请\'||defname==\'工商开户申请\'||defname==\'资料归档\'"> <center> <div v-if=showc><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content3 :filename.sync=row.filename3></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'房屋证明材料\',row.content3,row.filename3)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showc> <img :src=row.f_downloadURL3 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL3>预览</a> </div> <p style="font-size: 20px">房屋证明材料</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'工商开户申请\'||(defname==\'资料归档\' && this.selectdata.f_customer_type == \'企业\')"> <center> <div v-if=showd><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content4 :filename.sync=row.filename4></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'营业执照\',row.content4,row.filename4)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showd> <img :src=row.f_downloadURL4 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL4>预览</a> </div> <p style="font-size: 20px">营业执照</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'民用现场勘查\'||defname==\'工商现场勘查\'||defname==\'资料归档\'"> <center> <div v-if=showe><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content5 :filename.sync=row.filename5></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'用户报装勘查业务申请表\',row.content5,row.filename5)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showe> <img :src=row.f_downloadURL5 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL5>预览</a> </div> <p style="font-size: 20px">用户报装勘查业务申请表</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'民用现场勘查\'||defname==\'工商现场勘查\'||defname==\'资料归档\'"> <center> <div v-if=showz><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content20 :filename.sync=row.filename20></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'现场勘察照片1\',row.content20,row.filename20)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showz> <img :src=row.f_downloadURL20 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL20>预览</a> </div> <p style="font-size: 20px">现场勘察照片1</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'民用现场勘查\'||defname==\'工商现场勘查\'||defname==\'资料归档\'"> <center> <div v-if=showx><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content21 :filename.sync=row.filename21></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'现场勘察照片2\',row.content21,row.filename21)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showx> <img :src=row.f_downloadURL21 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL21>预览</a> </div> <p style="font-size: 20px">现场勘察照片2</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'民用现场勘查\'||defname==\'工商现场勘查\'||defname==\'资料归档\'"> <center> <div v-if=shown><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content22 :filename.sync=row.filename22></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'现场勘察照片3\',row.content22,row.filename22)" class="btn btn-primary"> 上传 </button></div> <div v-if=!shown> <img :src=row.f_downloadURL22 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL22>预览</a> </div> <p style="font-size: 20px">现场勘察照片3</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'民用开户受理\'||defname==\'工商开户受理\'||defname==\'资料归档\'"> <center> <div v-if=showf><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content6 :filename.sync=row.filename6></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'燃气报装申请告知单\',row.content6,row.filename6)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showf> <img :src=row.f_downloadURL6 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL6>预览</a> </div> <p style="font-size: 20px">燃气报装申请告知单</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'民用开户受理\'||defname==\'工商开户受理\'||defname==\'资料归档\'"> <center> <div v-if=showg><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content7 :filename.sync=row.filename7></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'供气合同\',row.content7,row.filename7)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showg> <img :src=row.f_downloadURL7 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL7>预览</a> </div> <p style="font-size: 20px">供气合同</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'工程验收\'||defname==\'资料归档\'"> <center> <div v-if=showh><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content8 :filename.sync=row.filename8></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'工程安装验收及结算单\',row.content8,row.filename8)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showh> <img :src=row.f_downloadURL8 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL8>预览</a> </div> <p style="font-size: 20px">工程安装验收及结算单</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'点火\'||defname==\'资料归档\'"> <center> <div v-if=showi><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content9 :filename.sync=row.filename9></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'点火记录单\',row.content9,row.filename9)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showi> <img :src=row.f_downloadURL9 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL9>预览</a> </div> <p style="font-size: 20px">点火记录单</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'户内安装\'||defname==\'安装审核\'||defname==\'资料归档\'"> <center> <div v-if=showj><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content10 :filename.sync=row.filename10></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'压力试验结果\',row.content10,row.filename10)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showj> <img :src=row.f_downloadURL10 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL10>预览</a> </div> <p style="font-size: 20px">压力试验结果</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'户内安装\'||defname==\'安装审核\'||defname==\'资料归档\'"> <center> <div v-if=showk><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content11 :filename.sync=row.filename11></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'用户确认\',row.content11,row.filename11)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL11 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL11>预览</a> </div> <p style="font-size: 20px">用户确认</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'户内安装\'||defname==\'安装审核\'||defname==\'资料归档\'"> <center> <div v-if=showk><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content12 :filename.sync=row.filename12></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'用户确认\',row.content11,row.filename12)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL12 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL12>预览</a> </div> <p style="font-size: 20px">用户确认</p></center> </div> </div> </div> '},986:function(t,e,o){var a,i,n={};a=o(354),i=o(800),t.exports=a||{},t.exports.__esModule&&(t.exports=t.exports.default);var s="function"==typeof t.exports?t.exports.options||(t.exports.options={}):t.exports;i&&(s.template=i),s.computed||(s.computed={}),Object.keys(n).forEach(function(t){var e=n[t];s.computed[t]=function(){return e}})}});
2
- //# sourceMappingURL=97.js.map
1
+ webpackJsonp([97],{354:function(t,e,o){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=o(2),n=a(i),s=o(13),r=a(s),l=o(4),d=a(l),f=o(3),h=o(1);a(h);e.default={title:"附件",props:["blodid","isremark","isusetype","takeimg","defname","isupload","f_usetype","edit"],data:function(){return{isDelete:"1",fileInfoData:[],useType:"",fileRemark:"",row:{},showz:!0,showx:!0,shown:!0,showa:!0,showb:!0,showc:!0,showd:!0,showe:!0,showf:!0,showg:!0,showh:!0,showi:!0,showj:!0,showk:!0}},methods:{search:function(){function t(){return e.apply(this,arguments)}var e=(0,d.default)(n.default.mark(function t(){var e,o,a,i,s,l,d,h,p,c,w,m,v,y,u,b,g,_,x,U,k,R,L,z,O,I,j,M,F,P,$,T,q,A,D,S,B,C,E,H,J;return n.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return e="f_process_id = '"+this.blodid+"'",o=new f.HttpResetClass,t.next=4,o.load("POST",this.$androidUtil.getProxyUrl()+"/rs/sql/getimage",{data:{condition:e}},{resolveMsg:null,rejectMsg:"获取图片路径失败"});case 4:return a=t.sent,t.next=7,o.load("POST",this.$androidUtil.getProxyUrl()+"/rs/sql/singleTable_OrderBy",{data:{items:"value,name",tablename:"t_singlevalue",orderitem:"name",condition:"name = '图片地址'"}},{resolveMsg:null,rejectMsg:"获取区县失败!"});case 7:if(i=t.sent,s="",console.log("查询到的图片:",i),i.data[0].value&&(s=i.data[0].value),!(a.data.length>0)){t.next=31;break}for(l=!0,d=!1,h=void 0,t.prev=15,p=(0,r.default)(a.data);!(l=(c=p.next()).done);l=!0)w=c.value,"身份证正面"===w.f_type&&(m=w.f_picture,v=m.substring(m.lastIndexOf(":\\")+2),this.row.f_downloadURL1=s+""+v,this.showa=!1),"身份证反面"===w.f_type&&(y=w.f_picture,u=y.substring(y.lastIndexOf(":\\")+2),this.row.f_downloadURL2=s+""+u,this.showb=!1),"房屋证明材料"===w.f_type&&(b=w.f_picture,g=b.substring(b.lastIndexOf(":\\")+2),this.row.f_downloadURL3=s+""+g,this.showc=!1),"营业执照"===w.f_type&&(_=w.f_picture,x=_.substring(_.lastIndexOf(":\\")+2),this.row.f_downloadURL4=s+""+x,this.showd=!1),"用户报装勘查业务申请表"===w.f_type&&(U=w.f_picture,k=U.substring(U.lastIndexOf(":\\")+2),this.row.f_downloadURL5=s+""+k,this.showe=!1),"燃气报装申请告知单"===w.f_type&&(R=w.f_picture,L=R.substring(R.lastIndexOf(":\\")+2),this.row.f_downloadURL6=s+""+L,this.showf=!1),"供气合同"===w.f_type&&(z=w.f_picture,O=z.substring(z.lastIndexOf(":\\")+2),this.row.f_downloadURL7=s+""+O,this.showg=!1),"工程安装验收及结算单"===w.f_type&&(I=w.f_picture,j=I.substring(I.lastIndexOf(":\\")+2),this.row.f_downloadURL8=s+""+j,this.showh=!1),"点火记录单"===w.f_type&&(M=w.f_picture,F=M.substring(M.lastIndexOf(":\\")+2),this.row.f_downloadURL9=s+""+F,this.showi=!1),"压力试验结果"===w.f_type&&(P=w.f_picture,$=P.substring(P.lastIndexOf(":\\")+2),this.row.f_downloadURL10=s+""+$,this.showj=!1),"用户确认"===w.f_type&&(T=w.f_picture,q=T.substring(T.lastIndexOf(":\\")+2),this.row.f_downloadURL11=s+""+q,this.showk=!1),"用户确认"===w.f_type&&(A=w.f_picture,D=A.substring(A.lastIndexOf(":\\")+2),this.row.f_downloadURL12=s+""+D,this.showk=!1),"现场勘察照片1"===w.f_type&&(S=w.f_picture,B=S.substring(S.lastIndexOf(":\\")+2),this.row.f_downloadURL20=s+""+B,this.showz=!1),"现场勘察照片2"===w.f_type&&(C=w.f_picture,E=C.substring(C.lastIndexOf(":\\")+2),this.row.f_downloadURL21=s+""+E,this.showx=!1),"现场勘察照片3"===w.f_type&&(H=w.f_picture,J=H.substring(H.lastIndexOf(":\\")+2),this.row.f_downloadURL22=s+""+J,this.shown=!1);t.next=23;break;case 19:t.prev=19,t.t0=t.catch(15),d=!0,h=t.t0;case 23:t.prev=23,t.prev=24,!l&&p.return&&p.return();case 26:if(t.prev=26,!d){t.next=29;break}throw h;case 29:return t.finish(26);case 30:return t.finish(23);case 31:case"end":return t.stop()}},t,this,[[15,19,23,31],[24,,26,30]])}));return t}(),confirm:function(t,e,o){var a=this;if(!e)return void this.$showAlert("请先选择图片","warning",1500);if(!o)return void this.$showAlert("请先选择图片","warning",1500);var i={f_type:t,f_content:e,f_filename:o,f_process_id:this.blodid};this.$resetpost(this.$androidUtil.getProxyUrl()+"/rs/logic/saveimage",i).then(function(){console.log("更新成功!"),a.search()})}},ready:function(){function t(){return e.apply(this,arguments)}var e=(0,d.default)(n.default.mark(function t(){return n.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:this.search();case 1:case"end":return t.stop()}},t,this)}));return t}(),watch:{blodid:function(t){t&&(console.log("观察blodid",t),this.search(),this.row={},this.showa=!0,this.showb=!0,this.showc=!0,this.showd=!0,this.showe=!0,this.showf=!0,this.showg=!0,this.showh=!0,this.showi=!0,this.showj=!0,this.showk=!0,this.showz=!0,this.showx=!0,this.shown=!0)}},computed:{},events:{}}},800:function(t,e){t.exports=' <div style="background-color: #FFFFFF;min-height:480px"> <div class="form-group col-sm-12" style="height: auto"> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'民用开户申请\'||defname==\'工商开户申请\'||defname==\'资料归档\'"> <center> <div v-if=showa><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content1 :filename.sync=row.filename1></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'身份证正面\',row.content1,row.filename1)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showa> <img :src=row.f_downloadURL1 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL1>预览</a> </div> <p style="font-size: 20px">身份证正面</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'民用开户申请\'||defname==\'工商开户申请\'||defname==\'资料归档\'"> <center> <div v-if=showb><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content2 :filename.sync=row.filename2></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'身份证反面\',row.content2,row.filename2)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showb> <img :src=row.f_downloadURL2 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL2>预览</a> </div> <p style="font-size: 20px">身份证反面</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'民用开户申请\'||defname==\'工商开户申请\'||defname==\'资料归档\'"> <center> <div v-if=showc><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content3 :filename.sync=row.filename3></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'房屋证明材料\',row.content3,row.filename3)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showc> <img :src=row.f_downloadURL3 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL3>预览</a> </div> <p style="font-size: 20px">房屋证明材料</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'工商开户申请\'||(defname==\'资料归档\' && this.selectdata.f_customer_type == \'企业\')"> <center> <div v-if=showd><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content4 :filename.sync=row.filename4></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'营业执照\',row.content4,row.filename4)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showd> <img :src=row.f_downloadURL4 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL4>预览</a> </div> <p style="font-size: 20px">营业执照</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'民用现场勘查\'||defname==\'工商现场勘查\'||defname==\'资料归档\'"> <center> <div v-if=showe><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content5 :filename.sync=row.filename5></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'用户报装勘查业务申请表\',row.content5,row.filename5)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showe> <img :src=row.f_downloadURL5 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL5>预览</a> </div> <p style="font-size: 20px">用户报装勘查业务申请表</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'民用现场勘查\'||defname==\'工商现场勘查\'||defname==\'资料归档\'"> <center> <div v-if=showz><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content20 :filename.sync=row.filename20></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'现场勘察照片1\',row.content20,row.filename20)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showz> <img :src=row.f_downloadURL20 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL20>预览</a> </div> <p style="font-size: 20px">现场勘察照片1</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'民用现场勘查\'||defname==\'工商现场勘查\'||defname==\'资料归档\'"> <center> <div v-if=showx><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content21 :filename.sync=row.filename21></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'现场勘察照片2\',row.content21,row.filename21)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showx> <img :src=row.f_downloadURL21 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL21>预览</a> </div> <p style="font-size: 20px">现场勘察照片2</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'民用现场勘查\'||defname==\'工商现场勘查\'||defname==\'资料归档\'"> <center> <div v-if=shown><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content22 :filename.sync=row.filename22></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'现场勘察照片3\',row.content22,row.filename22)" class="btn btn-primary"> 上传 </button></div> <div v-if=!shown> <img :src=row.f_downloadURL22 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL22>预览</a> </div> <p style="font-size: 20px">现场勘察照片3</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'民用开户受理\'||defname==\'工商开户受理\'||defname==\'资料归档\'"> <center> <div v-if=showf><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content6 :filename.sync=row.filename6></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'燃气报装申请告知单\',row.content6,row.filename6)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showf> <img :src=row.f_downloadURL6 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL6>预览</a> </div> <p style="font-size: 20px">燃气报装申请告知单</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'民用开户受理\'||defname==\'工商开户受理\'||defname==\'资料归档\'"> <center> <div v-if=showg><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content7 :filename.sync=row.filename7></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'供气合同\',row.content7,row.filename7)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showg> <img :src=row.f_downloadURL7 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL7>预览</a> </div> <p style="font-size: 20px">供气合同</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'工程验收\'||defname==\'资料归档\'"> <center> <div v-if=showh><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content8 :filename.sync=row.filename8></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'工程安装验收及结算单\',row.content8,row.filename8)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showh> <img :src=row.f_downloadURL8 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL8>预览</a> </div> <p style="font-size: 20px">工程安装验收及结算单</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'点火\'||defname==\'资料归档\'"> <center> <div v-if=showi><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content9 :filename.sync=row.filename9></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'点火记录单\',row.content9,row.filename9)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showi> <img :src=row.f_downloadURL9 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL9>预览</a> </div> <p style="font-size: 20px">点火记录单</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'户内安装\'||defname==\'安装审核\'||defname==\'资料归档\'"> <center> <div v-if=showj><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content10 :filename.sync=row.filename10></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'压力试验结果\',row.content10,row.filename10)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showj> <img :src=row.f_downloadURL10 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL10>预览</a> </div> <p style="font-size: 20px">压力试验结果</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'户内安装\'||defname==\'安装审核\'||defname==\'资料归档\'"> <center> <div v-if=showk><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content11 :filename.sync=row.filename11></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'用户确认\',row.content11,row.filename11)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL11 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL11>预览</a> </div> <p style="font-size: 20px">用户确认</p></center> </div> <div class="form-group col-sm-6" style="height: 300px;width: 40%;float: left" v-if="defname==\'户内安装\'||defname==\'安装审核\'||defname==\'资料归档\'"> <center> <div v-if=showk><apply-avatar-upload style="height: 40%;width: 100%" :img-src.sync=row.content12 :filename.sync=row.filename12></apply-avatar-upload> <button v-show=edit type=button @click="confirm(\'用户确认\',row.content11,row.filename12)" class="btn btn-primary"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL12 alt=图片加载失败 style="height: 200px;width: 200px"/><hr> <a class="btn btn-primary" target=_blank :href=row.f_downloadURL12>预览</a> </div> <p style="font-size: 20px">用户确认</p></center> </div> </div> </div> '},986:function(t,e,o){var a,i,n={};a=o(354),i=o(800),t.exports=a||{},t.exports.__esModule&&(t.exports=t.exports.default);var s="function"==typeof t.exports?t.exports.options||(t.exports.options={}):t.exports;i&&(s.template=i),s.computed||(s.computed={}),Object.keys(n).forEach(function(t){var e=n[t];s.computed[t]=function(){return e}})}});
2
+ //# sourceMappingURL=97.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["webpack:///97.js","webpack:///AppImageUpload.vue","webpack:///./src/components/app_apply/AppImageUpload.vue?de3d","webpack:///./src/components/app_apply/AppImageUpload.vue"],"names":["webpackJsonp","354","module","exports","__webpack_require__","_interopRequireDefault","obj","__esModule","default","Object","defineProperty","value","_regenerator","_regenerator2","_getIterator2","_getIterator3","_asyncToGenerator2","_asyncToGenerator3","_vueClient","_vue","title","props","data","isDelete","fileInfoData","useType","fileRemark","row","showz","showx","shown","showa","showb","showc","showd","showe","showf","showg","showh","showi","showj","showk","methods","search","_ref","apply","this","arguments","mark","_callee","condition","http","res","getpath","path","_iteratorNormalCompletion","_didIteratorError","_iteratorError","_iterator","_step","temp","URL","_temp","_URL","_temp2","_URL2","_temp3","_URL3","_temp4","_URL4","_temp5","_URL5","_temp6","_URL6","_temp7","_URL7","_temp8","_URL8","_temp9","_URL9","_temp10","_URL10","_temp11","_URL11","_temp12","_URL12","_temp13","_URL13","_temp14","_URL14","wrap","_context","prev","next","blodid","HttpResetClass","load","$androidUtil","getProxyUrl","resolveMsg","rejectMsg","sent","items","tablename","orderitem","console","log","length","undefined","done","f_type","f_picture","substring","lastIndexOf","f_downloadURL1","f_downloadURL2","f_downloadURL3","f_downloadURL4","f_downloadURL5","f_downloadURL6","f_downloadURL7","f_downloadURL8","f_downloadURL9","f_downloadURL10","f_downloadURL11","f_downloadURL12","f_downloadURL20","f_downloadURL21","f_downloadURL22","t0","return","finish","stop","confirm","val","content","filename","_this","$showAlert","param","f_content","f_filename","f_process_id","$resetpost","then","ready","_ref2","_callee2","_context2","watch","computed","events","800","986","__vue_script__","__vue_template__","__vue_styles__","__vue_options__","options","template","keys","forEach","key"],"mappings":"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","file":"97.js","sourcesContent":["webpackJsonp([97],{\n\n/***/ 354:\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tObject.defineProperty(exports, \"__esModule\", {\n\t value: true\n\t});\n\t\n\tvar _regenerator = __webpack_require__(2);\n\t\n\tvar _regenerator2 = _interopRequireDefault(_regenerator);\n\t\n\tvar _getIterator2 = __webpack_require__(13);\n\t\n\tvar _getIterator3 = _interopRequireDefault(_getIterator2);\n\t\n\tvar _asyncToGenerator2 = __webpack_require__(4);\n\t\n\tvar _asyncToGenerator3 = _interopRequireDefault(_asyncToGenerator2);\n\t\n\tvar _vueClient = __webpack_require__(3);\n\t\n\tvar _vue = __webpack_require__(1);\n\t\n\tvar _vue2 = _interopRequireDefault(_vue);\n\t\n\tfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\t\n\texports.default = {\n\t title: \"附件\",\n\t props: ['blodid', 'isremark', 'isusetype', 'takeimg', 'defname', 'isupload', 'f_usetype', 'edit'],\n\t data: function data() {\n\t return {\n\t isDelete: '1',\n\t fileInfoData: [],\n\t useType: '',\n\t fileRemark: '',\n\t row: {},\n\t showz: true,\n\t showx: true,\n\t shown: true,\n\t showa: true,\n\t showb: true,\n\t showc: true,\n\t showd: true,\n\t showe: true,\n\t showf: true,\n\t showg: true,\n\t showh: true,\n\t showi: true,\n\t showj: true,\n\t showk: true\n\t };\n\t },\n\t\n\t methods: {\n\t search: function () {\n\t var _ref = (0, _asyncToGenerator3.default)(_regenerator2.default.mark(function _callee() {\n\t var condition, http, res, getpath, path, _iteratorNormalCompletion, _didIteratorError, _iteratorError, _iterator, _step, row, temp, URL, _temp, _URL, _temp2, _URL2, _temp3, _URL3, _temp4, _URL4, _temp5, _URL5, _temp6, _URL6, _temp7, _URL7, _temp8, _URL8, _temp9, _URL9, _temp10, _URL10, _temp11, _URL11, _temp12, _URL12, _temp13, _URL13, _temp14, _URL14;\n\t\n\t return _regenerator2.default.wrap(function _callee$(_context) {\n\t while (1) {\n\t switch (_context.prev = _context.next) {\n\t case 0:\n\t condition = 'f_process_id = \\'' + this.blodid + '\\'';\n\t http = new _vueClient.HttpResetClass();\n\t _context.next = 4;\n\t return http.load('POST', this.$androidUtil.getProxyUrl() + '/rs/sql/getimage', { data: { condition: condition } }, {\n\t resolveMsg: null,\n\t rejectMsg: '获取图片路径失败'\n\t });\n\t\n\t case 4:\n\t res = _context.sent;\n\t _context.next = 7;\n\t return http.load('POST', this.$androidUtil.getProxyUrl() + '/rs/sql/apply_singleTable_OrderBy', { data: { items: 'value,name', tablename: 't_singlevalue', orderitem: 'name', condition: 'name = \\'\\u56FE\\u7247\\u5730\\u5740\\'' } }, { resolveMsg: null, rejectMsg: '获取区县失败!' });\n\t\n\t case 7:\n\t getpath = _context.sent;\n\t path = '';\n\t\n\t console.log('查询到的图片:', getpath);\n\t if (getpath.data[0].value) {\n\t path = getpath.data[0].value;\n\t }\n\t\n\t if (!(res.data.length > 0)) {\n\t _context.next = 31;\n\t break;\n\t }\n\t\n\t _iteratorNormalCompletion = true;\n\t _didIteratorError = false;\n\t _iteratorError = undefined;\n\t _context.prev = 15;\n\t\n\t for (_iterator = (0, _getIterator3.default)(res.data); !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {\n\t row = _step.value;\n\t\n\t if (row.f_type === '身份证正面') {\n\t temp = row.f_picture;\n\t URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL1 = path + '' + URL;\n\t this.showa = false;\n\t }\n\t if (row.f_type === '身份证反面') {\n\t _temp = row.f_picture;\n\t _URL = _temp.substring(_temp.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL2 = path + '' + _URL;\n\t this.showb = false;\n\t }\n\t if (row.f_type === '房屋证明材料') {\n\t _temp2 = row.f_picture;\n\t _URL2 = _temp2.substring(_temp2.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL3 = path + '' + _URL2;\n\t this.showc = false;\n\t }\n\t if (row.f_type === '营业执照') {\n\t _temp3 = row.f_picture;\n\t _URL3 = _temp3.substring(_temp3.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL4 = path + '' + _URL3;\n\t this.showd = false;\n\t }\n\t if (row.f_type === '用户报装勘查业务申请表') {\n\t _temp4 = row.f_picture;\n\t _URL4 = _temp4.substring(_temp4.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL5 = path + '' + _URL4;\n\t this.showe = false;\n\t }\n\t if (row.f_type === '燃气报装申请告知单') {\n\t _temp5 = row.f_picture;\n\t _URL5 = _temp5.substring(_temp5.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL6 = path + '' + _URL5;\n\t this.showf = false;\n\t }\n\t if (row.f_type === '供气合同') {\n\t _temp6 = row.f_picture;\n\t _URL6 = _temp6.substring(_temp6.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL7 = path + '' + _URL6;\n\t this.showg = false;\n\t }\n\t if (row.f_type === '工程安装验收及结算单') {\n\t _temp7 = row.f_picture;\n\t _URL7 = _temp7.substring(_temp7.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL8 = path + '' + _URL7;\n\t this.showh = false;\n\t }\n\t if (row.f_type === '点火记录单') {\n\t _temp8 = row.f_picture;\n\t _URL8 = _temp8.substring(_temp8.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL9 = path + '' + _URL8;\n\t this.showi = false;\n\t }\n\t if (row.f_type === '压力试验结果') {\n\t _temp9 = row.f_picture;\n\t _URL9 = _temp9.substring(_temp9.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL10 = path + '' + _URL9;\n\t this.showj = false;\n\t }\n\t if (row.f_type === '用户确认') {\n\t _temp10 = row.f_picture;\n\t _URL10 = _temp10.substring(_temp10.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL11 = path + '' + _URL10;\n\t this.showk = false;\n\t }\n\t if (row.f_type === '用户确认') {\n\t _temp11 = row.f_picture;\n\t _URL11 = _temp11.substring(_temp11.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL12 = path + '' + _URL11;\n\t this.showk = false;\n\t }\n\t if (row.f_type === '现场勘察照片1') {\n\t _temp12 = row.f_picture;\n\t _URL12 = _temp12.substring(_temp12.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL20 = path + '' + _URL12;\n\t this.showz = false;\n\t }\n\t if (row.f_type === '现场勘察照片2') {\n\t _temp13 = row.f_picture;\n\t _URL13 = _temp13.substring(_temp13.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL21 = path + '' + _URL13;\n\t this.showx = false;\n\t }\n\t if (row.f_type === '现场勘察照片3') {\n\t _temp14 = row.f_picture;\n\t _URL14 = _temp14.substring(_temp14.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL22 = path + '' + _URL14;\n\t this.shown = false;\n\t }\n\t }\n\t _context.next = 23;\n\t break;\n\t\n\t case 19:\n\t _context.prev = 19;\n\t _context.t0 = _context['catch'](15);\n\t _didIteratorError = true;\n\t _iteratorError = _context.t0;\n\t\n\t case 23:\n\t _context.prev = 23;\n\t _context.prev = 24;\n\t\n\t if (!_iteratorNormalCompletion && _iterator.return) {\n\t _iterator.return();\n\t }\n\t\n\t case 26:\n\t _context.prev = 26;\n\t\n\t if (!_didIteratorError) {\n\t _context.next = 29;\n\t break;\n\t }\n\t\n\t throw _iteratorError;\n\t\n\t case 29:\n\t return _context.finish(26);\n\t\n\t case 30:\n\t return _context.finish(23);\n\t\n\t case 31:\n\t case 'end':\n\t return _context.stop();\n\t }\n\t }\n\t }, _callee, this, [[15, 19, 23, 31], [24,, 26, 30]]);\n\t }));\n\t\n\t function search() {\n\t return _ref.apply(this, arguments);\n\t }\n\t\n\t return search;\n\t }(),\n\t confirm: function confirm(val, content, filename) {\n\t var _this = this;\n\t\n\t if (!content) {\n\t this.$showAlert(\"请先选择图片\", \"warning\", 1500);\n\t return;\n\t }\n\t if (!filename) {\n\t this.$showAlert(\"请先选择图片\", \"warning\", 1500);\n\t return;\n\t }\n\t var param = {\n\t f_type: val,\n\t f_content: content,\n\t f_filename: filename,\n\t f_process_id: this.blodid\n\t };\n\t this.$resetpost(this.$androidUtil.getProxyUrl() + '/rs/logic/saveimage', param).then(function () {\n\t console.log('更新成功!');\n\t _this.search();\n\t });\n\t }\n\t },\n\t ready: function () {\n\t var _ref2 = (0, _asyncToGenerator3.default)(_regenerator2.default.mark(function _callee2() {\n\t return _regenerator2.default.wrap(function _callee2$(_context2) {\n\t while (1) {\n\t switch (_context2.prev = _context2.next) {\n\t case 0:\n\t this.search();\n\t\n\t case 1:\n\t case 'end':\n\t return _context2.stop();\n\t }\n\t }\n\t }, _callee2, this);\n\t }));\n\t\n\t function ready() {\n\t return _ref2.apply(this, arguments);\n\t }\n\t\n\t return ready;\n\t }(),\n\t\n\t watch: {\n\t 'blodid': function blodid(val) {\n\t if (val) {\n\t console.log('观察blodid', val);\n\t this.search();\n\t this.row = {}, this.showa = true;\n\t this.showb = true;\n\t this.showc = true;\n\t this.showd = true;\n\t this.showe = true;\n\t this.showf = true;\n\t this.showg = true;\n\t this.showh = true;\n\t this.showi = true;\n\t this.showj = true;\n\t this.showk = true;\n\t this.showz = true;\n\t this.showx = true;\n\t this.shown = true;\n\t }\n\t }\n\t },\n\t computed: {},\n\t events: {}\n\t};\n\n/***/ }),\n\n/***/ 800:\n/***/ (function(module, exports) {\n\n\tmodule.exports = \" <div style=\\\"background-color: #FFFFFF;min-height:480px\\\"> <div class=\\\"form-group col-sm-12\\\" style=\\\"height: auto\\\"> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showa><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content1 :filename.sync=row.filename1></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('身份证正面',row.content1,row.filename1)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showa> <img :src=row.f_downloadURL1 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL1>预览</a> </div> <p style=\\\"font-size: 20px\\\">身份证正面</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showb><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content2 :filename.sync=row.filename2></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('身份证反面',row.content2,row.filename2)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showb> <img :src=row.f_downloadURL2 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL2>预览</a> </div> <p style=\\\"font-size: 20px\\\">身份证反面</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showc><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content3 :filename.sync=row.filename3></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('房屋证明材料',row.content3,row.filename3)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showc> <img :src=row.f_downloadURL3 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL3>预览</a> </div> <p style=\\\"font-size: 20px\\\">房屋证明材料</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='工商开户申请'||(defname=='资料归档' && this.selectdata.f_customer_type == '企业')\\\"> <center> <div v-if=showd><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content4 :filename.sync=row.filename4></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('营业执照',row.content4,row.filename4)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showd> <img :src=row.f_downloadURL4 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL4>预览</a> </div> <p style=\\\"font-size: 20px\\\">营业执照</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showe><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content5 :filename.sync=row.filename5></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户报装勘查业务申请表',row.content5,row.filename5)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showe> <img :src=row.f_downloadURL5 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL5>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户报装勘查业务申请表</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showz><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content20 :filename.sync=row.filename20></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片1',row.content20,row.filename20)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showz> <img :src=row.f_downloadURL20 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL20>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片1</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showx><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content21 :filename.sync=row.filename21></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片2',row.content21,row.filename21)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showx> <img :src=row.f_downloadURL21 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL21>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片2</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=shown><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content22 :filename.sync=row.filename22></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片3',row.content22,row.filename22)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!shown> <img :src=row.f_downloadURL22 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL22>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片3</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\\\"> <center> <div v-if=showf><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content6 :filename.sync=row.filename6></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('燃气报装申请告知单',row.content6,row.filename6)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showf> <img :src=row.f_downloadURL6 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL6>预览</a> </div> <p style=\\\"font-size: 20px\\\">燃气报装申请告知单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\\\"> <center> <div v-if=showg><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content7 :filename.sync=row.filename7></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('供气合同',row.content7,row.filename7)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showg> <img :src=row.f_downloadURL7 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL7>预览</a> </div> <p style=\\\"font-size: 20px\\\">供气合同</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='工程验收'||defname=='资料归档'\\\"> <center> <div v-if=showh><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content8 :filename.sync=row.filename8></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('工程安装验收及结算单',row.content8,row.filename8)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showh> <img :src=row.f_downloadURL8 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL8>预览</a> </div> <p style=\\\"font-size: 20px\\\">工程安装验收及结算单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='点火'||defname=='资料归档'\\\"> <center> <div v-if=showi><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content9 :filename.sync=row.filename9></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('点火记录单',row.content9,row.filename9)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showi> <img :src=row.f_downloadURL9 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL9>预览</a> </div> <p style=\\\"font-size: 20px\\\">点火记录单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showj><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content10 :filename.sync=row.filename10></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('压力试验结果',row.content10,row.filename10)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showj> <img :src=row.f_downloadURL10 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL10>预览</a> </div> <p style=\\\"font-size: 20px\\\">压力试验结果</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showk><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content11 :filename.sync=row.filename11></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户确认',row.content11,row.filename11)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL11 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL11>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户确认</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showk><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content12 :filename.sync=row.filename12></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户确认',row.content11,row.filename12)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL12 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL12>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户确认</p></center> </div> </div> </div> \";\n\n/***/ }),\n\n/***/ 986:\n/***/ (function(module, exports, __webpack_require__) {\n\n\tvar __vue_script__, __vue_template__\n\tvar __vue_styles__ = {}\n\t__vue_script__ = __webpack_require__(354)\n\t__vue_template__ = __webpack_require__(800)\n\tmodule.exports = __vue_script__ || {}\n\tif (module.exports.__esModule) module.exports = module.exports.default\n\tvar __vue_options__ = typeof module.exports === \"function\" ? (module.exports.options || (module.exports.options = {})) : module.exports\n\tif (__vue_template__) {\n\t__vue_options__.template = __vue_template__\n\t}\n\tif (!__vue_options__.computed) __vue_options__.computed = {}\n\tObject.keys(__vue_styles__).forEach(function (key) {\n\tvar module = __vue_styles__[key]\n\t__vue_options__.computed[key] = function () { return module }\n\t})\n\n\n/***/ })\n\n});\n\n\n// WEBPACK FOOTER //\n// 97.js","<template>\r\n <div style=\"background-color: #FFFFFF;min-height:480px;\">\r\n <div class=\"form-group col-sm-12\" style=\"height: auto\">\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showa\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content1\" :filename.sync=\"row.filename1\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('身份证正面',row.content1,row.filename1)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showa\">\r\n <img :src=\"row.f_downloadURL1\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL1\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">身份证正面</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showb\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content2\" :filename.sync=\"row.filename2\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('身份证反面',row.content2,row.filename2)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showb\">\r\n <img :src=\"row.f_downloadURL2\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL2\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">身份证反面</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showc\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content3\" :filename.sync=\"row.filename3\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('房屋证明材料',row.content3,row.filename3)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showc\">\r\n <img :src=\"row.f_downloadURL3\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL3\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">房屋证明材料</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='工商开户申请'||(defname=='资料归档' && this.selectdata.f_customer_type == '企业')\">\r\n <center>\r\n <div v-if=\"showd\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content4\" :filename.sync=\"row.filename4\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('营业执照',row.content4,row.filename4)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showd\">\r\n <img :src=\"row.f_downloadURL4\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL4\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">营业执照</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showe\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content5\" :filename.sync=\"row.filename5\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('用户报装勘查业务申请表',row.content5,row.filename5)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showe\">\r\n <img :src=\"row.f_downloadURL5\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL5\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">用户报装勘查业务申请表</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showz\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content20\" :filename.sync=\"row.filename20\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('现场勘察照片1',row.content20,row.filename20)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showz\">\r\n <img :src=\"row.f_downloadURL20\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL20\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">现场勘察照片1</p></center>\r\n </div>\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showx\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content21\" :filename.sync=\"row.filename21\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('现场勘察照片2',row.content21,row.filename21)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showx\">\r\n <img :src=\"row.f_downloadURL21\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL21\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">现场勘察照片2</p></center>\r\n </div>\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"shown\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content22\" :filename.sync=\"row.filename22\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('现场勘察照片3',row.content22,row.filename22)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!shown\">\r\n <img :src=\"row.f_downloadURL22\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL22\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">现场勘察照片3</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showf\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content6\" :filename.sync=\"row.filename6\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('燃气报装申请告知单',row.content6,row.filename6)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showf\">\r\n <img :src=\"row.f_downloadURL6\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL6\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">燃气报装申请告知单</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showg\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content7\" :filename.sync=\"row.filename7\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('供气合同',row.content7,row.filename7)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showg\">\r\n <img :src=\"row.f_downloadURL7\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL7\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">供气合同</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='工程验收'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showh\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content8\" :filename.sync=\"row.filename8\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('工程安装验收及结算单',row.content8,row.filename8)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showh\">\r\n <img :src=\"row.f_downloadURL8\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL8\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">工程安装验收及结算单</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='点火'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showi\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content9\" :filename.sync=\"row.filename9\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('点火记录单',row.content9,row.filename9)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showi\">\r\n <img :src=\"row.f_downloadURL9\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL9\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">点火记录单</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showj\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content10\" :filename.sync=\"row.filename10\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('压力试验结果',row.content10,row.filename10)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showj\">\r\n <img :src=\"row.f_downloadURL10\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL10\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">压力试验结果</p></center>\r\n </div>\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showk\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content11\" :filename.sync=\"row.filename11\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('用户确认',row.content11,row.filename11)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showk\">\r\n <img :src=\"row.f_downloadURL11\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL11\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">用户确认</p></center>\r\n </div>\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showk\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content12\" :filename.sync=\"row.filename12\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('用户确认',row.content11,row.filename12)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showk\">\r\n <img :src=\"row.f_downloadURL12\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL12\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">用户确认</p></center>\r\n </div>\r\n </div>\r\n </div>\r\n</template>\r\n<script>\r\n\r\n import {HttpResetClass} from 'vue-client'\r\n import Vue from 'vue'\r\n export default {\r\n title: \"附件\",\r\n props: ['blodid', 'isremark', 'isusetype','takeimg','defname','isupload','f_usetype','edit'],\r\n data() {\r\n return {\r\n isDelete: '1', // 删除按钮,可以进行控制(权限等)\r\n fileInfoData: [], // 数据库存储的文件记录对象数组\r\n useType: '', // 使用类型\r\n fileRemark: '', // 文件说明\r\n row:{\r\n\r\n },\r\n showz:true,\r\n showx:true,\r\n shown:true,\r\n showa:true,\r\n showb:true,\r\n showc:true,\r\n showd:true,\r\n showe:true,\r\n showf:true,\r\n showg:true,\r\n showh:true,\r\n showi:true,\r\n showj:true,\r\n showk:true\r\n }\r\n },\r\n methods: {\r\n // 查询按钮事件\r\n\r\n async search() {\r\n let condition = `f_process_id = '${this.blodid}'`\r\n let http = new HttpResetClass();\r\n let res = await http.load('POST', this.$androidUtil.getProxyUrl() +'/rs/sql/getimage', {data: {condition: condition}}, {\r\n resolveMsg: null,\r\n rejectMsg: '获取图片路径失败'\r\n })\r\n let getpath = await http.load('POST',this.$androidUtil.getProxyUrl() +'/rs/sql/apply_singleTable_OrderBy', {data: {items: 'value,name',tablename: 't_singlevalue',orderitem: 'name' ,condition: `name = '图片地址'`}},{resolveMsg: null, rejectMsg: '获取区县失败!'})\r\n let path = ''\r\n console.log('查询到的图片:', getpath)\r\n if (getpath.data[0].value) {\r\n path = getpath.data[0].value\r\n }\r\n // this.params.rows.splice(index, 1)\r\n if (res.data.length > 0) {\r\n for (let row of res.data) {\r\n if (row.f_type === '身份证正面') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL1 = path +''+ URL\r\n this.showa = false\r\n }\r\n if (row.f_type === '身份证反面') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL2 = path +'' + URL\r\n this.showb = false\r\n }\r\n if (row.f_type === '房屋证明材料') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL3 = path +'' + URL\r\n this.showc = false\r\n }\r\n if (row.f_type === '营业执照') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL4 = path +'' + URL\r\n this.showd = false\r\n }\r\n if (row.f_type === '用户报装勘查业务申请表') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL5 = path +'' + URL\r\n this.showe = false\r\n }\r\n if (row.f_type === '燃气报装申请告知单') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL6 = path +'' + URL\r\n this.showf = false\r\n }\r\n if (row.f_type === '供气合同') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL7 = path +'' + URL\r\n this.showg = false\r\n }\r\n if (row.f_type === '工程安装验收及结算单') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL8 = path +'' + URL\r\n this.showh = false\r\n }\r\n if (row.f_type === '点火记录单') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL9 = path +'' + URL\r\n this.showi = false\r\n }\r\n if (row.f_type === '压力试验结果') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL10 = path +'' + URL\r\n this.showj = false\r\n }\r\n if (row.f_type === '用户确认') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL11 = path +'' + URL\r\n this.showk = false\r\n }\r\n if (row.f_type === '用户确认') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL12 = path +'' + URL\r\n this.showk = false\r\n }\r\n if (row.f_type === '现场勘察照片1') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL20 = path +'' + URL\r\n this.showz = false\r\n }\r\n if (row.f_type === '现场勘察照片2') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL21 = path +'' + URL\r\n this.showx = false\r\n }\r\n if (row.f_type === '现场勘察照片3') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL22 = path +'' + URL\r\n this.shown = false\r\n }\r\n }\r\n }\r\n },\r\n confirm(val,content,filename) {\r\n if (!content) {\r\n this.$showAlert(\"请先选择图片\",\"warning\", 1500)\r\n return\r\n }\r\n if (!filename) {\r\n this.$showAlert(\"请先选择图片\",\"warning\", 1500)\r\n return\r\n }\r\n let param={\r\n f_type : val,\r\n f_content:content,\r\n f_filename:filename,\r\n f_process_id:this.blodid\r\n }\r\n this.$resetpost(this.$androidUtil.getProxyUrl() +'/rs/logic/saveimage', param).then(() => {\r\n // this.params.rows.splice(index, 1)\r\n console.log('更新成功!')\r\n this.search()\r\n })\r\n },\r\n },\r\n async ready() {\r\n this.search()\r\n },\r\n watch: {\r\n 'blodid'(val) {\r\n if (val) {\r\n console.log('观察blodid', val)\r\n this.search()\r\n this.row={},\r\n this.showa=true\r\n this.showb=true\r\n this.showc=true\r\n this.showd=true\r\n this.showe=true\r\n this.showf=true\r\n this.showg=true\r\n this.showh=true\r\n this.showi=true\r\n this.showj=true\r\n this.showk=true\r\n this.showz=true\r\n this.showx=true\r\n this.shown=true\r\n }\r\n },\r\n /* 'useType'() {\r\n this.headers.fusetype = this.useType[0] ? this.useType[0] : ''\r\n },\r\n 'defname'() {\r\n this.headers.defname=this.defname\r\n }*/\r\n },\r\n computed: {\r\n\r\n },\r\n events: {\r\n\r\n }\r\n }\r\n</script>\r\n\n\n\n// WEBPACK FOOTER //\n// AppImageUpload.vue?caf715cc","module.exports = \" <div style=\\\"background-color: #FFFFFF;min-height:480px\\\"> <div class=\\\"form-group col-sm-12\\\" style=\\\"height: auto\\\"> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showa><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content1 :filename.sync=row.filename1></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('身份证正面',row.content1,row.filename1)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showa> <img :src=row.f_downloadURL1 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL1>预览</a> </div> <p style=\\\"font-size: 20px\\\">身份证正面</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showb><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content2 :filename.sync=row.filename2></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('身份证反面',row.content2,row.filename2)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showb> <img :src=row.f_downloadURL2 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL2>预览</a> </div> <p style=\\\"font-size: 20px\\\">身份证反面</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showc><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content3 :filename.sync=row.filename3></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('房屋证明材料',row.content3,row.filename3)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showc> <img :src=row.f_downloadURL3 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL3>预览</a> </div> <p style=\\\"font-size: 20px\\\">房屋证明材料</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='工商开户申请'||(defname=='资料归档' && this.selectdata.f_customer_type == '企业')\\\"> <center> <div v-if=showd><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content4 :filename.sync=row.filename4></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('营业执照',row.content4,row.filename4)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showd> <img :src=row.f_downloadURL4 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL4>预览</a> </div> <p style=\\\"font-size: 20px\\\">营业执照</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showe><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content5 :filename.sync=row.filename5></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户报装勘查业务申请表',row.content5,row.filename5)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showe> <img :src=row.f_downloadURL5 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL5>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户报装勘查业务申请表</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showz><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content20 :filename.sync=row.filename20></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片1',row.content20,row.filename20)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showz> <img :src=row.f_downloadURL20 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL20>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片1</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showx><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content21 :filename.sync=row.filename21></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片2',row.content21,row.filename21)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showx> <img :src=row.f_downloadURL21 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL21>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片2</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=shown><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content22 :filename.sync=row.filename22></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片3',row.content22,row.filename22)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!shown> <img :src=row.f_downloadURL22 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL22>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片3</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\\\"> <center> <div v-if=showf><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content6 :filename.sync=row.filename6></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('燃气报装申请告知单',row.content6,row.filename6)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showf> <img :src=row.f_downloadURL6 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL6>预览</a> </div> <p style=\\\"font-size: 20px\\\">燃气报装申请告知单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\\\"> <center> <div v-if=showg><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content7 :filename.sync=row.filename7></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('供气合同',row.content7,row.filename7)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showg> <img :src=row.f_downloadURL7 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL7>预览</a> </div> <p style=\\\"font-size: 20px\\\">供气合同</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='工程验收'||defname=='资料归档'\\\"> <center> <div v-if=showh><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content8 :filename.sync=row.filename8></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('工程安装验收及结算单',row.content8,row.filename8)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showh> <img :src=row.f_downloadURL8 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL8>预览</a> </div> <p style=\\\"font-size: 20px\\\">工程安装验收及结算单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='点火'||defname=='资料归档'\\\"> <center> <div v-if=showi><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content9 :filename.sync=row.filename9></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('点火记录单',row.content9,row.filename9)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showi> <img :src=row.f_downloadURL9 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL9>预览</a> </div> <p style=\\\"font-size: 20px\\\">点火记录单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showj><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content10 :filename.sync=row.filename10></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('压力试验结果',row.content10,row.filename10)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showj> <img :src=row.f_downloadURL10 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL10>预览</a> </div> <p style=\\\"font-size: 20px\\\">压力试验结果</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showk><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content11 :filename.sync=row.filename11></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户确认',row.content11,row.filename11)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL11 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL11>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户确认</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showk><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content12 :filename.sync=row.filename12></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户确认',row.content11,row.filename12)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL12 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL12>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户确认</p></center> </div> </div> </div> \";\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/vue-html-loader!./~/vue-loader/lib/selector.js?type=template&index=0!./src/components/app_apply/AppImageUpload.vue\n// module id = 800\n// module chunks = 97","var __vue_script__, __vue_template__\nvar __vue_styles__ = {}\n__vue_script__ = require(\"!!babel-loader?presets[]=es2015&plugins[]=transform-runtime&comments=false!../../../node_modules/vue-loader/lib/selector.js?type=script&index=0!./AppImageUpload.vue\")\n__vue_template__ = require(\"!!vue-html-loader!../../../node_modules/vue-loader/lib/selector.js?type=template&index=0!./AppImageUpload.vue\")\nmodule.exports = __vue_script__ || {}\nif (module.exports.__esModule) module.exports = module.exports.default\nvar __vue_options__ = typeof module.exports === \"function\" ? (module.exports.options || (module.exports.options = {})) : module.exports\nif (__vue_template__) {\n__vue_options__.template = __vue_template__\n}\nif (!__vue_options__.computed) __vue_options__.computed = {}\nObject.keys(__vue_styles__).forEach(function (key) {\nvar module = __vue_styles__[key]\n__vue_options__.computed[key] = function () { return module }\n})\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/components/app_apply/AppImageUpload.vue\n// module id = 986\n// module chunks = 97"],"sourceRoot":""}
1
+ {"version":3,"sources":["webpack:///97.js","webpack:///AppImageUpload.vue","webpack:///./src/components/app_apply/AppImageUpload.vue?de3d","webpack:///./src/components/app_apply/AppImageUpload.vue"],"names":["webpackJsonp","354","module","exports","__webpack_require__","_interopRequireDefault","obj","__esModule","default","Object","defineProperty","value","_regenerator","_regenerator2","_getIterator2","_getIterator3","_asyncToGenerator2","_asyncToGenerator3","_vueClient","_vue","title","props","data","isDelete","fileInfoData","useType","fileRemark","row","showz","showx","shown","showa","showb","showc","showd","showe","showf","showg","showh","showi","showj","showk","methods","search","_ref","apply","this","arguments","mark","_callee","condition","http","res","getpath","path","_iteratorNormalCompletion","_didIteratorError","_iteratorError","_iterator","_step","temp","URL","_temp","_URL","_temp2","_URL2","_temp3","_URL3","_temp4","_URL4","_temp5","_URL5","_temp6","_URL6","_temp7","_URL7","_temp8","_URL8","_temp9","_URL9","_temp10","_URL10","_temp11","_URL11","_temp12","_URL12","_temp13","_URL13","_temp14","_URL14","wrap","_context","prev","next","blodid","HttpResetClass","load","$androidUtil","getProxyUrl","resolveMsg","rejectMsg","sent","items","tablename","orderitem","console","log","length","undefined","done","f_type","f_picture","substring","lastIndexOf","f_downloadURL1","f_downloadURL2","f_downloadURL3","f_downloadURL4","f_downloadURL5","f_downloadURL6","f_downloadURL7","f_downloadURL8","f_downloadURL9","f_downloadURL10","f_downloadURL11","f_downloadURL12","f_downloadURL20","f_downloadURL21","f_downloadURL22","t0","return","finish","stop","confirm","val","content","filename","_this","$showAlert","param","f_content","f_filename","f_process_id","$resetpost","then","ready","_ref2","_callee2","_context2","watch","computed","events","800","986","__vue_script__","__vue_template__","__vue_styles__","__vue_options__","options","template","keys","forEach","key"],"mappings":"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","file":"97.js","sourcesContent":["webpackJsonp([97],{\n\n/***/ 354:\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tObject.defineProperty(exports, \"__esModule\", {\n\t value: true\n\t});\n\t\n\tvar _regenerator = __webpack_require__(2);\n\t\n\tvar _regenerator2 = _interopRequireDefault(_regenerator);\n\t\n\tvar _getIterator2 = __webpack_require__(13);\n\t\n\tvar _getIterator3 = _interopRequireDefault(_getIterator2);\n\t\n\tvar _asyncToGenerator2 = __webpack_require__(4);\n\t\n\tvar _asyncToGenerator3 = _interopRequireDefault(_asyncToGenerator2);\n\t\n\tvar _vueClient = __webpack_require__(3);\n\t\n\tvar _vue = __webpack_require__(1);\n\t\n\tvar _vue2 = _interopRequireDefault(_vue);\n\t\n\tfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\t\n\texports.default = {\n\t title: \"附件\",\n\t props: ['blodid', 'isremark', 'isusetype', 'takeimg', 'defname', 'isupload', 'f_usetype', 'edit'],\n\t data: function data() {\n\t return {\n\t isDelete: '1',\n\t fileInfoData: [],\n\t useType: '',\n\t fileRemark: '',\n\t row: {},\n\t showz: true,\n\t showx: true,\n\t shown: true,\n\t showa: true,\n\t showb: true,\n\t showc: true,\n\t showd: true,\n\t showe: true,\n\t showf: true,\n\t showg: true,\n\t showh: true,\n\t showi: true,\n\t showj: true,\n\t showk: true\n\t };\n\t },\n\t\n\t methods: {\n\t search: function () {\n\t var _ref = (0, _asyncToGenerator3.default)(_regenerator2.default.mark(function _callee() {\n\t var condition, http, res, getpath, path, _iteratorNormalCompletion, _didIteratorError, _iteratorError, _iterator, _step, row, temp, URL, _temp, _URL, _temp2, _URL2, _temp3, _URL3, _temp4, _URL4, _temp5, _URL5, _temp6, _URL6, _temp7, _URL7, _temp8, _URL8, _temp9, _URL9, _temp10, _URL10, _temp11, _URL11, _temp12, _URL12, _temp13, _URL13, _temp14, _URL14;\n\t\n\t return _regenerator2.default.wrap(function _callee$(_context) {\n\t while (1) {\n\t switch (_context.prev = _context.next) {\n\t case 0:\n\t condition = 'f_process_id = \\'' + this.blodid + '\\'';\n\t http = new _vueClient.HttpResetClass();\n\t _context.next = 4;\n\t return http.load('POST', this.$androidUtil.getProxyUrl() + '/rs/sql/getimage', { data: { condition: condition } }, {\n\t resolveMsg: null,\n\t rejectMsg: '获取图片路径失败'\n\t });\n\t\n\t case 4:\n\t res = _context.sent;\n\t _context.next = 7;\n\t return http.load('POST', this.$androidUtil.getProxyUrl() + '/rs/sql/singleTable_OrderBy', { data: { items: 'value,name', tablename: 't_singlevalue', orderitem: 'name', condition: 'name = \\'\\u56FE\\u7247\\u5730\\u5740\\'' } }, { resolveMsg: null, rejectMsg: '获取区县失败!' });\n\t\n\t case 7:\n\t getpath = _context.sent;\n\t path = '';\n\t\n\t console.log('查询到的图片:', getpath);\n\t if (getpath.data[0].value) {\n\t path = getpath.data[0].value;\n\t }\n\t\n\t if (!(res.data.length > 0)) {\n\t _context.next = 31;\n\t break;\n\t }\n\t\n\t _iteratorNormalCompletion = true;\n\t _didIteratorError = false;\n\t _iteratorError = undefined;\n\t _context.prev = 15;\n\t\n\t for (_iterator = (0, _getIterator3.default)(res.data); !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {\n\t row = _step.value;\n\t\n\t if (row.f_type === '身份证正面') {\n\t temp = row.f_picture;\n\t URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL1 = path + '' + URL;\n\t this.showa = false;\n\t }\n\t if (row.f_type === '身份证反面') {\n\t _temp = row.f_picture;\n\t _URL = _temp.substring(_temp.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL2 = path + '' + _URL;\n\t this.showb = false;\n\t }\n\t if (row.f_type === '房屋证明材料') {\n\t _temp2 = row.f_picture;\n\t _URL2 = _temp2.substring(_temp2.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL3 = path + '' + _URL2;\n\t this.showc = false;\n\t }\n\t if (row.f_type === '营业执照') {\n\t _temp3 = row.f_picture;\n\t _URL3 = _temp3.substring(_temp3.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL4 = path + '' + _URL3;\n\t this.showd = false;\n\t }\n\t if (row.f_type === '用户报装勘查业务申请表') {\n\t _temp4 = row.f_picture;\n\t _URL4 = _temp4.substring(_temp4.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL5 = path + '' + _URL4;\n\t this.showe = false;\n\t }\n\t if (row.f_type === '燃气报装申请告知单') {\n\t _temp5 = row.f_picture;\n\t _URL5 = _temp5.substring(_temp5.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL6 = path + '' + _URL5;\n\t this.showf = false;\n\t }\n\t if (row.f_type === '供气合同') {\n\t _temp6 = row.f_picture;\n\t _URL6 = _temp6.substring(_temp6.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL7 = path + '' + _URL6;\n\t this.showg = false;\n\t }\n\t if (row.f_type === '工程安装验收及结算单') {\n\t _temp7 = row.f_picture;\n\t _URL7 = _temp7.substring(_temp7.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL8 = path + '' + _URL7;\n\t this.showh = false;\n\t }\n\t if (row.f_type === '点火记录单') {\n\t _temp8 = row.f_picture;\n\t _URL8 = _temp8.substring(_temp8.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL9 = path + '' + _URL8;\n\t this.showi = false;\n\t }\n\t if (row.f_type === '压力试验结果') {\n\t _temp9 = row.f_picture;\n\t _URL9 = _temp9.substring(_temp9.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL10 = path + '' + _URL9;\n\t this.showj = false;\n\t }\n\t if (row.f_type === '用户确认') {\n\t _temp10 = row.f_picture;\n\t _URL10 = _temp10.substring(_temp10.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL11 = path + '' + _URL10;\n\t this.showk = false;\n\t }\n\t if (row.f_type === '用户确认') {\n\t _temp11 = row.f_picture;\n\t _URL11 = _temp11.substring(_temp11.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL12 = path + '' + _URL11;\n\t this.showk = false;\n\t }\n\t if (row.f_type === '现场勘察照片1') {\n\t _temp12 = row.f_picture;\n\t _URL12 = _temp12.substring(_temp12.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL20 = path + '' + _URL12;\n\t this.showz = false;\n\t }\n\t if (row.f_type === '现场勘察照片2') {\n\t _temp13 = row.f_picture;\n\t _URL13 = _temp13.substring(_temp13.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL21 = path + '' + _URL13;\n\t this.showx = false;\n\t }\n\t if (row.f_type === '现场勘察照片3') {\n\t _temp14 = row.f_picture;\n\t _URL14 = _temp14.substring(_temp14.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL22 = path + '' + _URL14;\n\t this.shown = false;\n\t }\n\t }\n\t _context.next = 23;\n\t break;\n\t\n\t case 19:\n\t _context.prev = 19;\n\t _context.t0 = _context['catch'](15);\n\t _didIteratorError = true;\n\t _iteratorError = _context.t0;\n\t\n\t case 23:\n\t _context.prev = 23;\n\t _context.prev = 24;\n\t\n\t if (!_iteratorNormalCompletion && _iterator.return) {\n\t _iterator.return();\n\t }\n\t\n\t case 26:\n\t _context.prev = 26;\n\t\n\t if (!_didIteratorError) {\n\t _context.next = 29;\n\t break;\n\t }\n\t\n\t throw _iteratorError;\n\t\n\t case 29:\n\t return _context.finish(26);\n\t\n\t case 30:\n\t return _context.finish(23);\n\t\n\t case 31:\n\t case 'end':\n\t return _context.stop();\n\t }\n\t }\n\t }, _callee, this, [[15, 19, 23, 31], [24,, 26, 30]]);\n\t }));\n\t\n\t function search() {\n\t return _ref.apply(this, arguments);\n\t }\n\t\n\t return search;\n\t }(),\n\t confirm: function confirm(val, content, filename) {\n\t var _this = this;\n\t\n\t if (!content) {\n\t this.$showAlert(\"请先选择图片\", \"warning\", 1500);\n\t return;\n\t }\n\t if (!filename) {\n\t this.$showAlert(\"请先选择图片\", \"warning\", 1500);\n\t return;\n\t }\n\t var param = {\n\t f_type: val,\n\t f_content: content,\n\t f_filename: filename,\n\t f_process_id: this.blodid\n\t };\n\t this.$resetpost(this.$androidUtil.getProxyUrl() + '/rs/logic/saveimage', param).then(function () {\n\t console.log('更新成功!');\n\t _this.search();\n\t });\n\t }\n\t },\n\t ready: function () {\n\t var _ref2 = (0, _asyncToGenerator3.default)(_regenerator2.default.mark(function _callee2() {\n\t return _regenerator2.default.wrap(function _callee2$(_context2) {\n\t while (1) {\n\t switch (_context2.prev = _context2.next) {\n\t case 0:\n\t this.search();\n\t\n\t case 1:\n\t case 'end':\n\t return _context2.stop();\n\t }\n\t }\n\t }, _callee2, this);\n\t }));\n\t\n\t function ready() {\n\t return _ref2.apply(this, arguments);\n\t }\n\t\n\t return ready;\n\t }(),\n\t\n\t watch: {\n\t 'blodid': function blodid(val) {\n\t if (val) {\n\t console.log('观察blodid', val);\n\t this.search();\n\t this.row = {}, this.showa = true;\n\t this.showb = true;\n\t this.showc = true;\n\t this.showd = true;\n\t this.showe = true;\n\t this.showf = true;\n\t this.showg = true;\n\t this.showh = true;\n\t this.showi = true;\n\t this.showj = true;\n\t this.showk = true;\n\t this.showz = true;\n\t this.showx = true;\n\t this.shown = true;\n\t }\n\t }\n\t },\n\t computed: {},\n\t events: {}\n\t};\n\n/***/ }),\n\n/***/ 800:\n/***/ (function(module, exports) {\n\n\tmodule.exports = \" <div style=\\\"background-color: #FFFFFF;min-height:480px\\\"> <div class=\\\"form-group col-sm-12\\\" style=\\\"height: auto\\\"> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showa><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content1 :filename.sync=row.filename1></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('身份证正面',row.content1,row.filename1)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showa> <img :src=row.f_downloadURL1 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL1>预览</a> </div> <p style=\\\"font-size: 20px\\\">身份证正面</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showb><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content2 :filename.sync=row.filename2></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('身份证反面',row.content2,row.filename2)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showb> <img :src=row.f_downloadURL2 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL2>预览</a> </div> <p style=\\\"font-size: 20px\\\">身份证反面</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showc><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content3 :filename.sync=row.filename3></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('房屋证明材料',row.content3,row.filename3)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showc> <img :src=row.f_downloadURL3 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL3>预览</a> </div> <p style=\\\"font-size: 20px\\\">房屋证明材料</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='工商开户申请'||(defname=='资料归档' && this.selectdata.f_customer_type == '企业')\\\"> <center> <div v-if=showd><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content4 :filename.sync=row.filename4></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('营业执照',row.content4,row.filename4)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showd> <img :src=row.f_downloadURL4 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL4>预览</a> </div> <p style=\\\"font-size: 20px\\\">营业执照</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showe><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content5 :filename.sync=row.filename5></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户报装勘查业务申请表',row.content5,row.filename5)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showe> <img :src=row.f_downloadURL5 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL5>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户报装勘查业务申请表</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showz><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content20 :filename.sync=row.filename20></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片1',row.content20,row.filename20)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showz> <img :src=row.f_downloadURL20 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL20>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片1</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showx><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content21 :filename.sync=row.filename21></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片2',row.content21,row.filename21)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showx> <img :src=row.f_downloadURL21 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL21>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片2</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=shown><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content22 :filename.sync=row.filename22></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片3',row.content22,row.filename22)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!shown> <img :src=row.f_downloadURL22 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL22>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片3</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\\\"> <center> <div v-if=showf><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content6 :filename.sync=row.filename6></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('燃气报装申请告知单',row.content6,row.filename6)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showf> <img :src=row.f_downloadURL6 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL6>预览</a> </div> <p style=\\\"font-size: 20px\\\">燃气报装申请告知单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\\\"> <center> <div v-if=showg><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content7 :filename.sync=row.filename7></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('供气合同',row.content7,row.filename7)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showg> <img :src=row.f_downloadURL7 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL7>预览</a> </div> <p style=\\\"font-size: 20px\\\">供气合同</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='工程验收'||defname=='资料归档'\\\"> <center> <div v-if=showh><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content8 :filename.sync=row.filename8></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('工程安装验收及结算单',row.content8,row.filename8)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showh> <img :src=row.f_downloadURL8 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL8>预览</a> </div> <p style=\\\"font-size: 20px\\\">工程安装验收及结算单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='点火'||defname=='资料归档'\\\"> <center> <div v-if=showi><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content9 :filename.sync=row.filename9></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('点火记录单',row.content9,row.filename9)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showi> <img :src=row.f_downloadURL9 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL9>预览</a> </div> <p style=\\\"font-size: 20px\\\">点火记录单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showj><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content10 :filename.sync=row.filename10></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('压力试验结果',row.content10,row.filename10)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showj> <img :src=row.f_downloadURL10 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL10>预览</a> </div> <p style=\\\"font-size: 20px\\\">压力试验结果</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showk><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content11 :filename.sync=row.filename11></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户确认',row.content11,row.filename11)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL11 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL11>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户确认</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showk><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content12 :filename.sync=row.filename12></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户确认',row.content11,row.filename12)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL12 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL12>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户确认</p></center> </div> </div> </div> \";\n\n/***/ }),\n\n/***/ 986:\n/***/ (function(module, exports, __webpack_require__) {\n\n\tvar __vue_script__, __vue_template__\n\tvar __vue_styles__ = {}\n\t__vue_script__ = __webpack_require__(354)\n\t__vue_template__ = __webpack_require__(800)\n\tmodule.exports = __vue_script__ || {}\n\tif (module.exports.__esModule) module.exports = module.exports.default\n\tvar __vue_options__ = typeof module.exports === \"function\" ? (module.exports.options || (module.exports.options = {})) : module.exports\n\tif (__vue_template__) {\n\t__vue_options__.template = __vue_template__\n\t}\n\tif (!__vue_options__.computed) __vue_options__.computed = {}\n\tObject.keys(__vue_styles__).forEach(function (key) {\n\tvar module = __vue_styles__[key]\n\t__vue_options__.computed[key] = function () { return module }\n\t})\n\n\n/***/ })\n\n});\n\n\n// WEBPACK FOOTER //\n// 97.js","<template>\r\n <div style=\"background-color: #FFFFFF;min-height:480px;\">\r\n <div class=\"form-group col-sm-12\" style=\"height: auto\">\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showa\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content1\" :filename.sync=\"row.filename1\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('身份证正面',row.content1,row.filename1)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showa\">\r\n <img :src=\"row.f_downloadURL1\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL1\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">身份证正面</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showb\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content2\" :filename.sync=\"row.filename2\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('身份证反面',row.content2,row.filename2)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showb\">\r\n <img :src=\"row.f_downloadURL2\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL2\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">身份证反面</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showc\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content3\" :filename.sync=\"row.filename3\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('房屋证明材料',row.content3,row.filename3)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showc\">\r\n <img :src=\"row.f_downloadURL3\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL3\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">房屋证明材料</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='工商开户申请'||(defname=='资料归档' && this.selectdata.f_customer_type == '企业')\">\r\n <center>\r\n <div v-if=\"showd\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content4\" :filename.sync=\"row.filename4\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('营业执照',row.content4,row.filename4)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showd\">\r\n <img :src=\"row.f_downloadURL4\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL4\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">营业执照</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showe\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content5\" :filename.sync=\"row.filename5\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('用户报装勘查业务申请表',row.content5,row.filename5)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showe\">\r\n <img :src=\"row.f_downloadURL5\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL5\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">用户报装勘查业务申请表</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showz\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content20\" :filename.sync=\"row.filename20\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('现场勘察照片1',row.content20,row.filename20)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showz\">\r\n <img :src=\"row.f_downloadURL20\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL20\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">现场勘察照片1</p></center>\r\n </div>\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showx\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content21\" :filename.sync=\"row.filename21\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('现场勘察照片2',row.content21,row.filename21)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showx\">\r\n <img :src=\"row.f_downloadURL21\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL21\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">现场勘察照片2</p></center>\r\n </div>\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"shown\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content22\" :filename.sync=\"row.filename22\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('现场勘察照片3',row.content22,row.filename22)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!shown\">\r\n <img :src=\"row.f_downloadURL22\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL22\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">现场勘察照片3</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showf\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content6\" :filename.sync=\"row.filename6\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('燃气报装申请告知单',row.content6,row.filename6)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showf\">\r\n <img :src=\"row.f_downloadURL6\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL6\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">燃气报装申请告知单</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showg\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content7\" :filename.sync=\"row.filename7\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('供气合同',row.content7,row.filename7)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showg\">\r\n <img :src=\"row.f_downloadURL7\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL7\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">供气合同</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='工程验收'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showh\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content8\" :filename.sync=\"row.filename8\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('工程安装验收及结算单',row.content8,row.filename8)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showh\">\r\n <img :src=\"row.f_downloadURL8\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL8\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">工程安装验收及结算单</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='点火'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showi\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content9\" :filename.sync=\"row.filename9\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('点火记录单',row.content9,row.filename9)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showi\">\r\n <img :src=\"row.f_downloadURL9\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL9\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">点火记录单</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showj\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content10\" :filename.sync=\"row.filename10\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('压力试验结果',row.content10,row.filename10)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showj\">\r\n <img :src=\"row.f_downloadURL10\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL10\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">压力试验结果</p></center>\r\n </div>\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showk\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content11\" :filename.sync=\"row.filename11\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('用户确认',row.content11,row.filename11)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showk\">\r\n <img :src=\"row.f_downloadURL11\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL11\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">用户确认</p></center>\r\n </div>\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showk\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content12\" :filename.sync=\"row.filename12\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('用户确认',row.content11,row.filename12)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showk\">\r\n <img :src=\"row.f_downloadURL12\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL12\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">用户确认</p></center>\r\n </div>\r\n </div>\r\n </div>\r\n</template>\r\n<script>\r\n\r\n import {HttpResetClass} from 'vue-client'\r\n import Vue from 'vue'\r\n export default {\r\n title: \"附件\",\r\n props: ['blodid', 'isremark', 'isusetype','takeimg','defname','isupload','f_usetype','edit'],\r\n data() {\r\n return {\r\n isDelete: '1', // 删除按钮,可以进行控制(权限等)\r\n fileInfoData: [], // 数据库存储的文件记录对象数组\r\n useType: '', // 使用类型\r\n fileRemark: '', // 文件说明\r\n row:{\r\n\r\n },\r\n showz:true,\r\n showx:true,\r\n shown:true,\r\n showa:true,\r\n showb:true,\r\n showc:true,\r\n showd:true,\r\n showe:true,\r\n showf:true,\r\n showg:true,\r\n showh:true,\r\n showi:true,\r\n showj:true,\r\n showk:true\r\n }\r\n },\r\n methods: {\r\n // 查询按钮事件\r\n\r\n async search() {\r\n let condition = `f_process_id = '${this.blodid}'`\r\n let http = new HttpResetClass();\r\n let res = await http.load('POST', this.$androidUtil.getProxyUrl() +'/rs/sql/getimage', {data: {condition: condition}}, {\r\n resolveMsg: null,\r\n rejectMsg: '获取图片路径失败'\r\n })\r\n let getpath = await http.load('POST',this.$androidUtil.getProxyUrl() +'/rs/sql/singleTable_OrderBy', {data: {items: 'value,name',tablename: 't_singlevalue',orderitem: 'name' ,condition: `name = '图片地址'`}},{resolveMsg: null, rejectMsg: '获取区县失败!'})\r\n let path = ''\r\n console.log('查询到的图片:', getpath)\r\n if (getpath.data[0].value) {\r\n path = getpath.data[0].value\r\n }\r\n // this.params.rows.splice(index, 1)\r\n if (res.data.length > 0) {\r\n for (let row of res.data) {\r\n if (row.f_type === '身份证正面') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL1 = path +''+ URL\r\n this.showa = false\r\n }\r\n if (row.f_type === '身份证反面') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL2 = path +'' + URL\r\n this.showb = false\r\n }\r\n if (row.f_type === '房屋证明材料') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL3 = path +'' + URL\r\n this.showc = false\r\n }\r\n if (row.f_type === '营业执照') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL4 = path +'' + URL\r\n this.showd = false\r\n }\r\n if (row.f_type === '用户报装勘查业务申请表') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL5 = path +'' + URL\r\n this.showe = false\r\n }\r\n if (row.f_type === '燃气报装申请告知单') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL6 = path +'' + URL\r\n this.showf = false\r\n }\r\n if (row.f_type === '供气合同') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL7 = path +'' + URL\r\n this.showg = false\r\n }\r\n if (row.f_type === '工程安装验收及结算单') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL8 = path +'' + URL\r\n this.showh = false\r\n }\r\n if (row.f_type === '点火记录单') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL9 = path +'' + URL\r\n this.showi = false\r\n }\r\n if (row.f_type === '压力试验结果') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL10 = path +'' + URL\r\n this.showj = false\r\n }\r\n if (row.f_type === '用户确认') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL11 = path +'' + URL\r\n this.showk = false\r\n }\r\n if (row.f_type === '用户确认') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL12 = path +'' + URL\r\n this.showk = false\r\n }\r\n if (row.f_type === '现场勘察照片1') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL20 = path +'' + URL\r\n this.showz = false\r\n }\r\n if (row.f_type === '现场勘察照片2') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL21 = path +'' + URL\r\n this.showx = false\r\n }\r\n if (row.f_type === '现场勘察照片3') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL22 = path +'' + URL\r\n this.shown = false\r\n }\r\n }\r\n }\r\n },\r\n confirm(val,content,filename) {\r\n if (!content) {\r\n this.$showAlert(\"请先选择图片\",\"warning\", 1500)\r\n return\r\n }\r\n if (!filename) {\r\n this.$showAlert(\"请先选择图片\",\"warning\", 1500)\r\n return\r\n }\r\n let param={\r\n f_type : val,\r\n f_content:content,\r\n f_filename:filename,\r\n f_process_id:this.blodid\r\n }\r\n this.$resetpost(this.$androidUtil.getProxyUrl() +'/rs/logic/saveimage', param).then(() => {\r\n // this.params.rows.splice(index, 1)\r\n console.log('更新成功!')\r\n this.search()\r\n })\r\n },\r\n },\r\n async ready() {\r\n this.search()\r\n },\r\n watch: {\r\n 'blodid'(val) {\r\n if (val) {\r\n console.log('观察blodid', val)\r\n this.search()\r\n this.row={},\r\n this.showa=true\r\n this.showb=true\r\n this.showc=true\r\n this.showd=true\r\n this.showe=true\r\n this.showf=true\r\n this.showg=true\r\n this.showh=true\r\n this.showi=true\r\n this.showj=true\r\n this.showk=true\r\n this.showz=true\r\n this.showx=true\r\n this.shown=true\r\n }\r\n },\r\n /* 'useType'() {\r\n this.headers.fusetype = this.useType[0] ? this.useType[0] : ''\r\n },\r\n 'defname'() {\r\n this.headers.defname=this.defname\r\n }*/\r\n },\r\n computed: {\r\n\r\n },\r\n events: {\r\n\r\n }\r\n }\r\n</script>\r\n\n\n\n// WEBPACK FOOTER //\n// AppImageUpload.vue?caf715cc","module.exports = \" <div style=\\\"background-color: #FFFFFF;min-height:480px\\\"> <div class=\\\"form-group col-sm-12\\\" style=\\\"height: auto\\\"> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showa><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content1 :filename.sync=row.filename1></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('身份证正面',row.content1,row.filename1)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showa> <img :src=row.f_downloadURL1 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL1>预览</a> </div> <p style=\\\"font-size: 20px\\\">身份证正面</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showb><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content2 :filename.sync=row.filename2></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('身份证反面',row.content2,row.filename2)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showb> <img :src=row.f_downloadURL2 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL2>预览</a> </div> <p style=\\\"font-size: 20px\\\">身份证反面</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showc><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content3 :filename.sync=row.filename3></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('房屋证明材料',row.content3,row.filename3)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showc> <img :src=row.f_downloadURL3 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL3>预览</a> </div> <p style=\\\"font-size: 20px\\\">房屋证明材料</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='工商开户申请'||(defname=='资料归档' && this.selectdata.f_customer_type == '企业')\\\"> <center> <div v-if=showd><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content4 :filename.sync=row.filename4></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('营业执照',row.content4,row.filename4)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showd> <img :src=row.f_downloadURL4 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL4>预览</a> </div> <p style=\\\"font-size: 20px\\\">营业执照</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showe><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content5 :filename.sync=row.filename5></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户报装勘查业务申请表',row.content5,row.filename5)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showe> <img :src=row.f_downloadURL5 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL5>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户报装勘查业务申请表</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showz><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content20 :filename.sync=row.filename20></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片1',row.content20,row.filename20)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showz> <img :src=row.f_downloadURL20 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL20>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片1</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showx><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content21 :filename.sync=row.filename21></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片2',row.content21,row.filename21)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showx> <img :src=row.f_downloadURL21 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL21>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片2</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=shown><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content22 :filename.sync=row.filename22></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片3',row.content22,row.filename22)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!shown> <img :src=row.f_downloadURL22 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL22>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片3</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\\\"> <center> <div v-if=showf><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content6 :filename.sync=row.filename6></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('燃气报装申请告知单',row.content6,row.filename6)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showf> <img :src=row.f_downloadURL6 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL6>预览</a> </div> <p style=\\\"font-size: 20px\\\">燃气报装申请告知单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\\\"> <center> <div v-if=showg><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content7 :filename.sync=row.filename7></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('供气合同',row.content7,row.filename7)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showg> <img :src=row.f_downloadURL7 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL7>预览</a> </div> <p style=\\\"font-size: 20px\\\">供气合同</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='工程验收'||defname=='资料归档'\\\"> <center> <div v-if=showh><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content8 :filename.sync=row.filename8></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('工程安装验收及结算单',row.content8,row.filename8)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showh> <img :src=row.f_downloadURL8 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL8>预览</a> </div> <p style=\\\"font-size: 20px\\\">工程安装验收及结算单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='点火'||defname=='资料归档'\\\"> <center> <div v-if=showi><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content9 :filename.sync=row.filename9></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('点火记录单',row.content9,row.filename9)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showi> <img :src=row.f_downloadURL9 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL9>预览</a> </div> <p style=\\\"font-size: 20px\\\">点火记录单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showj><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content10 :filename.sync=row.filename10></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('压力试验结果',row.content10,row.filename10)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showj> <img :src=row.f_downloadURL10 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL10>预览</a> </div> <p style=\\\"font-size: 20px\\\">压力试验结果</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showk><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content11 :filename.sync=row.filename11></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户确认',row.content11,row.filename11)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL11 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL11>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户确认</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showk><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content12 :filename.sync=row.filename12></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户确认',row.content11,row.filename12)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL12 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL12>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户确认</p></center> </div> </div> </div> \";\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/vue-html-loader!./~/vue-loader/lib/selector.js?type=template&index=0!./src/components/app_apply/AppImageUpload.vue\n// module id = 800\n// module chunks = 97","var __vue_script__, __vue_template__\nvar __vue_styles__ = {}\n__vue_script__ = require(\"!!babel-loader?presets[]=es2015&plugins[]=transform-runtime&comments=false!../../../node_modules/vue-loader/lib/selector.js?type=script&index=0!./AppImageUpload.vue\")\n__vue_template__ = require(\"!!vue-html-loader!../../../node_modules/vue-loader/lib/selector.js?type=template&index=0!./AppImageUpload.vue\")\nmodule.exports = __vue_script__ || {}\nif (module.exports.__esModule) module.exports = module.exports.default\nvar __vue_options__ = typeof module.exports === \"function\" ? (module.exports.options || (module.exports.options = {})) : module.exports\nif (__vue_template__) {\n__vue_options__.template = __vue_template__\n}\nif (!__vue_options__.computed) __vue_options__.computed = {}\nObject.keys(__vue_styles__).forEach(function (key) {\nvar module = __vue_styles__[key]\n__vue_options__.computed[key] = function () { return module }\n})\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/components/app_apply/AppImageUpload.vue\n// module id = 986\n// module chunks = 97"],"sourceRoot":""}