(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-a4cc174c","chunk-163f8ad8","chunk-0a2868de","chunk-6fd461bb","chunk-6fd461bb","chunk-3141c183","chunk-3141c183"],{"2ec15":function(t,e,n){},"3c9f":function(t,e,n){"use strict";n.r(e);n("b0c0");var r=function(){var t=this,e=t._self._c;return e("a-form-model",{ref:"ruleForm",staticClass:"form-add",attrs:{model:t.form,rules:t.rules,labelCol:{span:24},wrapperCol:{span:24}}},[e("a-spin",{attrs:{spinning:t.spinning}},[e("div",{staticClass:"info"},[e("h3",{staticStyle:{"margin-bottom":"10px","font-size":"16px"}},[t._v("户号："+t._s(t.modelData.accNo?t.modelData.accNo:"--"))]),t.detailInfo?[2!=t.modelData.assignStatus?e("div",{staticClass:"item"},[e("h3",[t._v("审核内容：")]),e("div",{staticClass:"cur-model audit-content"},[e("h4",[e("label",[t._v("说明文字：")]),e("span",[t._v(t._s(t.detailInfo.remark))])]),t.detailInfo.files&&t.detailInfo.files.length>0?[e("h4",[e("label",[t._v("图片文字：")])]),e("div",{staticClass:"img-group"},t._l(t.detailInfo.files,(function(n,r){return e("div",{key:r},[e("viewer",{ref:"viewer",refInFor:!0,staticClass:"viewer",attrs:{images:t.detailInfo.files},on:{inited:function(e){return t.$viewer=e}}},[e("img",{attrs:{src:n.fileUrl}})])],1)})),0)]:t._e(),e("h4",[e("label",[t._v("疑点处理人：")]),e("span",[t._v(t._s(t.detailInfo.senderRoleName))])]),e("h4",[e("label",[t._v("水司名称：")]),e("span",[t._v(t._s(t.detailInfo.senderDeptName))])]),e("h4",[e("label",[t._v("提交时间：")]),e("span",[t._v(t._s(t.detailInfo.sendTime))])])],2)]):t._e()]:t._e(),1==t.modelData.assignStatus||6==t.modelData.assignStatus||9==t.modelData.assignStatus?[e("h3",{staticStyle:{"margin-bottom":"10px","font-size":"16px"}},[t._v("处理进度:")]),e("div",{staticClass:"item proces"},[e("componentProces",{attrs:{modelData:t.modelData}})],1)]:t._e(),e("div",{staticClass:"item"},[e("h3",[t._v("当前预警等级：")]),e("div",{staticClass:"cur-model"},[e("p",[t._v("预警等级： "),3==t.modelData.nowGrade?e("a-tag",{staticStyle:{color:"red !important",width:"inherit"},attrs:{color:"red"}},[t._v("红色")]):1==t.modelData.nowGrade?e("a-tag",{staticStyle:{color:"blue !important",width:"inherit"},attrs:{color:"blue"}},[t._v("蓝色")]):e("a-tag",{staticStyle:{color:"orange !important",width:"inherit"},attrs:{color:"orange"}},[t._v("黄色")])],1),e("p",[t._v("模型名称： "),e("span",{style:{color:t.getColor(t.modelData.nowGrade)}},[t._v(t._s(t.modelData.warnModel.name))])]),e("p",[t._v("触发条件： "),e("span",{style:{color:t.getColor(t.modelData.nowGrade)}},[t._v(t._s(t.modelData.warnModel.condi))])]),e("p",[t._v("问题频次： "),e("span",{style:{color:t.getColor(t.modelData.nowGrade)}},[t._v(t._s(t.modelData.warnModel.freq))])]),e("p",[t._v("监督事项： "),e("span",{style:{color:t.getColor(t.modelData.nowGrade)}},[t._v(t._s(t.modelData.warnModel.item))])])])]),e("div",{staticClass:"item"},[e("a-form-model-item",{attrs:{label:"处理内容",prop:"remark"}},[e("a-textarea",{attrs:{placeholder:"请输入内容"},model:{value:t.form.remark,callback:function(e){t.$set(t.form,"remark",e)},expression:"form.remark"}})],1)],1),e("div",{staticClass:"item"},[e("a-form-model-item",{attrs:{label:"上传文件图片"}},[e("a-upload",{attrs:{fileList:t.fileList,"list-type":"picture",maxCount:6,multiple:"",accept:".jpg,.jpeg,.png,.gif,.tif,.bmp,.webp",remove:function(e){return t.remove(e,"fileList")},"before-upload":function(e){return t.beforeUpload(e,"fileList")}},on:{preview:function(e){return t.filePreview(e.url)},change:function(e){return t.handleChange(e,"fileList")}}},[e("a-button",[e("a-icon",{attrs:{type:"upload"}}),t._v("上传")],1)],1)],1)],1)],2)])],1)},i=[],a=n("5530"),o=n("c7eb"),c=n("1da1"),u=n("6b75");function s(t){if(Array.isArray(t))return Object(u["a"])(t)}n("a4d3"),n("e01a"),n("d28b"),n("a630"),n("d3b7"),n("3ca3"),n("ddb0");function d(t){if("undefined"!==typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}var l=n("06c5");function f(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function p(t){return s(t)||d(t)||Object(l["a"])(t)||f()}n("99af"),n("c740"),n("a15b"),n("d81d"),n("a434"),n("159b");var m=n("b841"),b=n("5016"),h=n("3e83"),v={props:["modelData"],components:{componentProces:b["default"]},data:function(){return{fileList:[],previewVisible:!1,spinning:!0,previewImage:"",fileData:[],constFile:[],uploading:!1,form:{remark:"",fileIds:"",recordId:null},rules:{remark:[{required:!0,message:"请输入内容",trigger:"change"}]},detailInfo:null,currentTime:"",DurationOfStay:6e5,intervalTime:0}},computed:{},mounted:function(){this.currentTime=(new Date).getTime(),this.checkouttime(),document.addEventListener("keydown",this.resetStartTime),document.addEventListener("touchstart",this.resetStartTime)},beforeDestroy:function(){document.removeEventListener("keydown",this.resetStartTime),document.removeEventListener("touchstart",this.resetStartTime),this.intervalTime&&clearInterval(this.intervalTime)},watch:{files:function(t){this.previewImage=[].concat(p(this.constFiles.map((function(t){return t.fileUrl}))),p(t.map((function(t){return t.url||t.fileUrl}))))},current:function(){this.fileList=[],this.constFile=[]}},created:function(){var t=this;return Object(c["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:t.modelData.id&&(t.form.recordId=t.modelData.id),t.modelData.assignStatus&&t.getDetil(),t.getStaging();case 3:case"end":return e.stop()}}),e)})))()},methods:{resetStartTime:function(){this.currentTime=(new Date).getTime()},checkouttime:function(){var t=this;this.intervalTime=setInterval((function(){var e=(new Date).getTime();if(e-t.currentTime>t.DurationOfStay)return t.saveStaging(),!1}),3e4)},getStaging:function(){var t=this;2==this.modelData.pageType?Object(h["j"])({recordId:this.modelData.id}).then((function(e){200==e.code&&e.data&&(t.form=e.data,e.data.files&&e.data.files.length>0&&(t.fileList=e.data.files.map((function(t){return{uid:t.id,name:t.fileName,status:"done",url:t.url,thumbUrl:t.url}}))))})):Object(h["bb"])({recordId:this.modelData.id}).then((function(e){200==e.code&&e.data&&(t.form=e.data,e.data.files&&e.data.files.length>0&&(t.fileList=e.data.files.map((function(t){return{uid:t.id,name:t.fileName,status:"done",url:t.url,thumbUrl:t.url}}))))}))},saveStaging:function(){this.form.fileIds=this.fileList.map((function(t){return t.uid})).join(","),Object(h["U"])(Object(a["a"])(Object(a["a"])({},this.form),{},{isStaging:1}))},getDetil:function(){var t=this;2==this.modelData.pageType?Object(h["n"])({recordId:this.modelData.id,status:""}).then((function(e){200===e.code&&(t.spinning=!1,t.detailInfo=e.data)})):Object(h["fb"])({recordId:this.modelData.id,status:""}).then((function(e){200===e.code&&(t.spinning=!1,t.detailInfo=e.data)}))},onSubmit:function(){var t=this;return new Promise((function(e,n){t.$refs.ruleForm.validate((function(r){if(!r)return n(),!1;t.form.fileIds=t.fileList.map((function(t){return t.uid})).join(","),2==t.modelData.pageType?Object(h["U"])(Object(a["a"])({},t.form)).then((function(n){t.$notification.success({message:"成功",description:(JSON.stringify(t.modelData),"提交成功")}),e()})).catch((function(e){t.$notification.error({message:"失败",description:e.msg}),n()})):Object(h["V"])(Object(a["a"])({},t.form)).then((function(n){t.$notification.success({message:"成功",description:(JSON.stringify(t.modelData),"提交成功")}),e()})).catch((function(e){t.$notification.error({message:"失败",description:e.msg}),n()}))}))}))},beforeUpload:function(t,e){var n=this;"fileList"==e&&(this.uploading=!0);var r=new FormData;return[t].forEach((function(t){r.append("file",t)})),Object(m["a"])(r).then((function(t){200===t.data.code&&n.fileList.push({uid:t.data.id,name:t.data.fileName,status:"done",url:t.data.url,thumbUrl:t.data.url})})).catch((function(t){n.$notification.error({message:"失败",description:t.msg})})).finally((function(){"fileList"==e&&(n.uploading=!1)})),!1},remove:function(t,e){if("fileList"==e){var n=this.fileList.findIndex((function(e){return e.uid===t.uid}));this.fileList.splice(n,1)}},filePreview:function(t){this.$emit("filePreview",t)},handleChange:function(t,e){t.fileList;var n=t.file;if("removed"==n.status&&"fileList"==e){var r=this.fileList.findIndex((function(t){return t.uid===n.uid}));this.fileList.splice(r,1)}}}},g=v,y=(n("afa4"),n("2877")),_=Object(y["a"])(g,r,i,!1,null,"6c8766fb",null);e["default"]=_.exports},"3e83":function(t,e,n){"use strict";n.d(e,"w",(function(){return c})),n.d(e,"r",(function(){return u})),n.d(e,"z",(function(){return s})),n.d(e,"F",(function(){return d})),n.d(e,"G",(function(){return l})),n.d(e,"ab",(function(){return f})),n.d(e,"i",(function(){return p})),n.d(e,"gb",(function(){return m})),n.d(e,"B",(function(){return b})),n.d(e,"D",(function(){return h})),n.d(e,"E",(function(){return v})),n.d(e,"W",(function(){return g})),n.d(e,"c",(function(){return y})),n.d(e,"e",(function(){return _})),n.d(e,"I",(function(){return w})),n.d(e,"J",(function(){return j})),n.d(e,"K",(function(){return O})),n.d(e,"a",(function(){return I})),n.d(e,"C",(function(){return D})),n.d(e,"A",(function(){return k})),n.d(e,"x",(function(){return S})),n.d(e,"y",(function(){return T})),n.d(e,"u",(function(){return x})),n.d(e,"R",(function(){return U})),n.d(e,"Y",(function(){return C})),n.d(e,"n",(function(){return L})),n.d(e,"fb",(function(){return N})),n.d(e,"m",(function(){return z})),n.d(e,"eb",(function(){return F})),n.d(e,"U",(function(){return E})),n.d(e,"V",(function(){return $})),n.d(e,"d",(function(){return A})),n.d(e,"f",(function(){return P})),n.d(e,"j",(function(){return G})),n.d(e,"X",(function(){return M})),n.d(e,"bb",(function(){return J})),n.d(e,"o",(function(){return q})),n.d(e,"Z",(function(){return R})),n.d(e,"l",(function(){return V})),n.d(e,"db",(function(){return Z})),n.d(e,"k",(function(){return B})),n.d(e,"cb",(function(){return H})),n.d(e,"M",(function(){return K})),n.d(e,"S",(function(){return Q})),n.d(e,"T",(function(){return W})),n.d(e,"b",(function(){return X})),n.d(e,"p",(function(){return Y})),n.d(e,"h",(function(){return tt})),n.d(e,"g",(function(){return et})),n.d(e,"L",(function(){return nt})),n.d(e,"H",(function(){return rt})),n.d(e,"q",(function(){return it})),n.d(e,"O",(function(){return at})),n.d(e,"Q",(function(){return ot})),n.d(e,"N",(function(){return ct})),n.d(e,"P",(function(){return ut})),n.d(e,"v",(function(){return st})),n.d(e,"t",(function(){return dt})),n.d(e,"s",(function(){return lt}));n("99af");var r=n("bc3a"),i=n.n(r),a=n("b775"),o=n("9fb0");function c(t){return i.a.post("/api/water/user/ys/history/importExcel",t,{headers:{token:sessionStorage.getItem(o["a"]),"Content-Type":"multipart/form-data"}})}function u(t){return i.a.post("/api/water/user/bz/history/importExcel",t,{headers:{token:sessionStorage.getItem(o["a"]),"Content-Type":"multipart/form-data"}})}function s(t){var e=t.id;return Object(a["b"])({url:"/api/water/user/bz/now/".concat(e),method:"get"})}function d(t){var e=t.id;return Object(a["b"])({url:"/api/water/user/ys/history/".concat(e),method:"get"})}function l(t){var e=t.id;return Object(a["b"])({url:"/api/water/user/ys/now/".concat(e),method:"get"})}function f(t){var e=t.month,n=t.companyName,r=t.year;return Object(a["b"])({url:"/api/water/user/ys/now/cleaning?month=".concat(e,"&companyName=").concat(n,"&year=").concat(r),method:"get"})}function p(t){var e=t.month,n=t.companyName,r=t.year;return Object(a["b"])({url:"/api/water/user/bz/now/cleaning?month=".concat(e,"&companyName=").concat(n,"&year=").concat(r),method:"get"})}function m(t){return Object(a["b"])({url:"/api/water/bill/cleanse",method:"post",data:t})}function b(t){var e=t.id;return Object(a["b"])({url:"/api/water/user/bz/history/".concat(e),method:"get"})}function h(t){var e=t.id;return Object(a["b"])({url:"/api/doubt/ys/detail/".concat(e),method:"get"})}function v(t){var e=t.id;return Object(a["b"])({url:"/api/doubt/ys/water/detail/".concat(e),method:"get"})}function g(t){var e=t.id,n=t.accNo,r=t.warnModelId,i=t.currentTime,o=t.lastTime,c=t.year,u=t.month;return Object(a["b"])({url:"/api/doubt/ys/workNumber?id=".concat(e,"&warnModelId=").concat(r,"&accNo=").concat(n,"&currentTime=").concat(i,"&lastTime=").concat(o,"&year=").concat(c,"&month=").concat(u),method:"get"})}function y(t){return Object(a["b"])({url:"/api/approval/bz/infos",method:"post",data:t})}function _(t){return Object(a["b"])({url:"/api/approval/ys/infos",method:"post",data:t})}function w(){return Object(a["b"])({url:"/api/warn/all",method:"get"})}function j(t){return Object(a["b"])({url:"/api/assign",method:"post",data:t})}function O(t){var e=t.type;return Object(a["b"])({url:"/api/approval/status?type=".concat(e),method:"get"})}function I(t){return Object(a["b"])({url:"/api/water/userinfo/save",method:"post",data:t})}function D(t){var e=t.recordId;return Object(a["b"])({url:"/api/approval/bz/his?recordId=".concat(e),method:"get"})}function k(){return Object(a["b"])({url:"/api/system/dept/list",method:"get"})}function S(t){var e=t.projectid,n=t.accNo;return Object(a["b"])({url:"/api/file/bz/list?projectid=".concat(e,"&accNo=").concat(n),method:"get"})}function T(t){var e=t.accNo,n=t.recordId;return Object(a["b"])({url:"/api/file/ys/list?accNo=".concat(e,"&recordId=").concat(n),method:"get"})}function x(t){var e=t.fileName;return Object(a["b"])({url:"/api/file/bz/download2?fileName=".concat(e),method:"get"})}function U(t){var e=t.id;return Object(a["b"])({url:"/api/white/user/remove?id=".concat(e),method:"get"})}function C(){return Object(a["b"])({url:"/api/system/dict/data/type/water_oper",method:"get"})}function L(t){var e=t.recordId,n=t.status;return Object(a["b"])({url:"/api/approval/bz/info?recordId=".concat(e,"&status=").concat(n),method:"get"})}function N(t){var e=t.recordId,n=t.status;return Object(a["b"])({url:"/api/approval/ys/info?recordId=".concat(e,"&status=").concat(n),method:"get"})}function z(t){return Object(a["b"])({url:"/api/approval/bz/approval",method:"post",data:t})}function F(t){return Object(a["b"])({url:"/api/approval/ys/approval",method:"post",data:t})}function E(t){return Object(a["b"])({url:"/api/approval/bz/submit",method:"post",data:t})}function $(t){return Object(a["b"])({url:"/api/approval/ys/submit",method:"post",data:t})}function A(t){return Object(a["b"])({url:"/api/approval/bz/submits",method:"post",data:t})}function P(t){return Object(a["b"])({url:"/api/approval/ys/submits",method:"post",data:t})}function G(t){var e=t.recordId;return Object(a["b"])({url:"/api/approval/bz/staging?recordId=".concat(e),method:"get"})}function M(t){var e=t.id;return Object(a["b"])({url:"/api/doubt/ysAll/detail/".concat(e),method:"get"})}function J(t){var e=t.recordId;return Object(a["b"])({url:"/api/approval/ys/staging?recordId=".concat(e),method:"get"})}function q(t){var e=t.recordId;return Object(a["b"])({url:"/api/approval/bz/his?recordId=".concat(e),method:"get"})}function R(t){var e=t.recordId;return Object(a["b"])({url:"/api/approval/ys/his?recordId=".concat(e),method:"get"})}function V(t){return Object(a["b"])({url:"/api/approval/bz/upDown",method:"post",data:t})}function Z(t){return Object(a["b"])({url:"/api/approval/ys/upDown",method:"post",data:t})}function B(t){var e=t.recordId,n=t.isSupervision;return Object(a["b"])({url:"/api/approval/bz/supervision?recordId=".concat(e,"&isSupervision=").concat(n),method:"get"})}function H(t){var e=t.recordId,n=t.isSupervision;return Object(a["b"])({url:"/api/approval/ys/supervision?recordId=".concat(e,"&isSupervision=").concat(n),method:"get"})}function K(t){var e=t.recordId;return Object(a["b"])({url:"/api/approval/ys/take?recordId=".concat(e),method:"get"})}function Q(t){var e=t.recordId,n=t.doubtType;return Object(a["b"])({url:"/api/resetting?id=".concat(e,"&doubtType=").concat(n),method:"get"})}function W(t){var e=t.id,n=t.doubtType;return Object(a["b"])({url:"/api/withdraw?id=".concat(e,"&doubtType=").concat(n),method:"get"})}function X(t){return Object(a["b"])({url:"/api/white/submits",method:"post",data:t})}function Y(t){var e=t.recordId;return Object(a["b"])({url:"/api/white/white/his?recordId=".concat(e),method:"get"})}function tt(t){return Object(a["b"])({url:"/api/white/infos",method:"post",data:t})}function et(t){return Object(a["b"])({url:"/api/white/approval",method:"post",data:t})}function nt(t){return Object(a["b"])({url:"/api/record/change/upload",method:"post",data:t})}function rt(t){return Object(a["b"])({url:"/api/ocr/tencent",method:"post",data:t})}function it(t){var e=t.key;return Object(a["b"])({url:"/api/system/dict/data/type/".concat(e),method:"get"})}function at(t){return Object(a["b"])({url:"/api/approval/bz/push",method:"post",data:t})}function ot(t){return Object(a["b"])({url:"/api/approval/ys/push",method:"post",data:t})}function ct(t){var e=t.recordId;return Object(a["b"])({url:"/api/approval/bz/look?recordId=".concat(e),method:"post"})}function ut(t){var e=t.recordId;return Object(a["b"])({url:"/api/approval/ys/look?recordId=".concat(e),method:"post"})}function st(t){var e=t.fileUrl;return Object(a["b"])({url:"/api/open/getPreviewUrl?fileUrl=".concat(e),method:"get"})}function dt(t){var e=t.fileUrl;return Object(a["b"])({url:"/api/file/model/ocr/image?url=".concat(e),method:"get"})}function lt(t){return Object(a["b"])({url:"/api/file/model/identity",method:"post",data:t})}},5016:function(t,e,n){"use strict";n.r(e);n("fb6a");var r=function(){var t=this,e=t._self._c;return e("div",{staticClass:"ant-card"},[e("a-spin",{attrs:{spinning:t.spinning}},[t.list.length>0?e("div",{staticClass:"info"},[e("h2",[t._v("疑点工单进度跟踪")]),e("div",{staticClass:"progress"},t._l(t.list,(function(r,i){return e("div",{key:i,staticClass:"item",class:r.isEnd?"is-end":""},[e("h3",[t._v(t._s(r.statusName)+" "),e("span",[t._v(t._s(r.sendTime))])]),e("h4",[t._v("水司名称："+t._s(r.senderDeptName))]),e("h4",[t._v("操作人："+t._s(r.senderRoleName))]),1==r.status||6==r.status||9==r.status?e("h4",[t._v("审核结果： "),e("span",{staticStyle:{color:"#F3130E"}},[t._v("不通过（退回疑点工单）")])]):t._e(),r.level?e("h4",[t._v("状态："+t._s(1==r.level?"降级工单":"升级工单"))]):t._e(),3==r.status?[e("h4",{staticStyle:{"margin-top":"8px"}},[t._v("处理内容：")]),e("h5",[t._v(t._s(r.remark?r.remark:"无"))]),e("h4",{staticStyle:{"margin-top":"8px"}},[t._v("实际情况及原因分析：")]),e("h5",[t._v(t._s(r.actualSituation?r.actualSituation:"无"))]),e("h4",{staticStyle:{"margin-top":"8px"}},[t._v("情况描述：")]),0==r.situation?e("h5",[t._v("正常")]):1==r.situation?e("h5",[t._v("异常")]):e("h5",[t._v("暂无")])]:[e("h4",{staticStyle:{"margin-top":"8px"}},[t._v("审核理由：")]),e("h5",[t._v(t._s(r.remark?r.remark:"无"))])],r.files&&r.files.length>0?[e("h4",[t._v("图片说明：")]),e("div",{staticClass:"img-group"},[t._l(r.files,(function(r,i){return["img"==t.isFileType(r.fileUrl)?e("div",{key:i},[e("viewer",{ref:"viewer",refInFor:!0,staticClass:"viewer",attrs:{images:r.files},on:{inited:function(e){return t.$viewer=e}}},[e("img",{attrs:{src:r.fileUrl}})])],1):t._e(),"pdf"==t.isFileType(r.fileUrl)?e("div",{key:i,on:{click:function(e){return t.viewerFile(r.fileUrl)}}},[e("img",{attrs:{src:n("b9de")}}),e("p",[t._v(t._s(r.fileUrl.slice(r.fileUrl.lastIndexOf("/")+1)))])]):t._e(),"xls"==t.isFileType(r.fileUrl)?e("div",{key:i,on:{click:function(e){return t.viewerFile(r.fileUrl)}}},[e("img",{attrs:{src:n("ffdb")}}),e("p",[t._v(t._s(r.fileUrl.slice(r.fileUrl.lastIndexOf("/")+1)))])]):t._e(),"doc"==t.isFileType(r.fileUrl)?e("div",{key:i,on:{click:function(e){return t.viewerFile(r.fileUrl)}}},[e("img",{attrs:{src:n("af4b")}}),e("p",[t._v(t._s(r.fileUrl.slice(r.fileUrl.lastIndexOf("/")+1)))])]):t._e(),"txt"==t.isFileType(r.fileUrl)?e("div",{key:i,on:{click:function(e){return t.viewerFile(r.fileUrl)}}},[e("img",{attrs:{src:n("5c63")}}),e("p",[t._v(t._s(r.fileUrl.slice(r.fileUrl.lastIndexOf("/")+1)))])]):t._e()]}))],2)]:t._e()],2)})),0)]):e("div",[e("p",{staticStyle:{padding:"10px 22px"}},[t._v("暂无处理进度！")])])])],1)},i=[],a=n("3e83"),o={props:["modelData"],data:function(){return{list:[],spinning:!0}},computed:{},watch:{},created:function(){(this.modelData.id||this.modelData.recordId)&&this.getDetil()},methods:{viewerFile:function(t){window.open(t,"_blank")},getDetil:function(t){var e=this;2==this.modelData.pageType?Object(a["o"])({recordId:this.modelData.id?this.modelData.id:this.modelData.recordId}).then((function(t){200===t.code&&(e.spinning=!1,e.list=t.data)})):Object(a["Z"])({recordId:this.modelData.id?this.modelData.id:this.modelData.recordId}).then((function(t){200===t.code&&(e.spinning=!1,e.list=t.data)}))},changeAudit:function(t){this.$emit("changeAudit",t.target.value)}}},c=o,u=(n("cb17"),n("2877")),s=Object(u["a"])(c,r,i,!1,null,"5d909e82",null);e["default"]=s.exports},"5c63":function(t,e,n){t.exports=n.p+"img/txt.f739312b.png"},a4e7:function(t,e,n){},af4b:function(t,e,n){t.exports=n.p+"img/doc.1c249456.png"},afa4:function(t,e,n){"use strict";n("a4e7")},b841:function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));n("99af");var r=n("bc3a"),i=n.n(r),a=(n("b775"),n("9fb0"));function o(t,e,n){return i.a.post("/api/open/upload/file?systemId=".concat(e,"&systemType=").concat(n),t,{headers:{Authorization:sessionStorage.getItem(a["a"]),"Content-Type":"multipart/form-data"}})}},b9de:function(t,e,n){t.exports=n.p+"img/pdf.bccb93b7.png"},cb17:function(t,e,n){"use strict";n("2ec15")},ffdb:function(t,e,n){t.exports=n.p+"img/xls.2355d70e.png"}}]);