You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
18 KiB

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-073b8066"],{"0a5d":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t._self._c;return e("div",[e("div",{staticClass:"main-content"},[t._m(0),e("div",{staticClass:"content"},[e("div",{staticStyle:{width:"50px"}},[e("download-excel",{staticClass:"export-excel-wrapper",attrs:{fetch:t.fetchData,fields:t.json_fields,"before-finish":t.finishDownload,name:"巡检记录.xls"}},[e("el-button",{attrs:{size:"mini",icon:"el-icon-folder-add",plain:""}},[t._v("导出Excel(当前页)")])],1)],1),e("div",{},[e("VueTable",{ref:"table",attrs:{config:t.config},on:{tableCheck:t.tableCheck,exportTableConfig:t.exportTableConfig}},[e("template",{slot:"footer"},[e("div",{staticClass:"table-footer"})])],2)],1),e("Drawer",{attrs:{drawerTitle:"新增计划",drawerVrisible:t.add_vrisible},on:{drawerClose:t.addClose}},[e("div",{staticStyle:{padding:"30px"}},[e("FromCard",[e("template",{slot:"title"},[t._v("信息")]),[e("VueForm",{ref:"addForm",attrs:{formObj:t.addForm},scopedSlots:t._u([{key:"date",fn:function(){return[e("el-time-picker",{attrs:{"is-range":"","range-separator":"至","value-format":"HH:MM:SS","start-placeholder":"开始时间","end-placeholder":"结束时间",placeholder:"选择时间范围"},on:{change:t.dateTimeChange},model:{value:t.addDate,callback:function(e){t.addDate=e},expression:"addDate"}})]},proxy:!0},{key:"inspectionRouteId",fn:function(){return[e("el-select",{staticStyle:{width:"240px"},attrs:{"remote-method":t.remoteMethod,loading:t.loading,remote:"",filterable:"",placeholder:"请选择"},on:{change:t.change,focus:t.sefocus},model:{value:t.addForm.ruleForm.inspectionRouteId,callback:function(e){t.$set(t.addForm.ruleForm,"inspectionRouteId",e)},expression:"\n addForm.ruleForm\n .inspectionRouteId\n "}},t._l(t.options,(function(t){return e("el-option",{key:t.id,attrs:{label:t.name,value:t.id}})})),1)]},proxy:!0},{key:"sysOrganization",fn:function(){return[e("el-select",{staticStyle:{width:"240px"},attrs:{"remote-method":t.remoteMethod,loading:t.loading,remote:"",filterable:"",placeholder:"请选择"},on:{change:t.sChange,focus:t.sefocus},model:{value:t.addForm.ruleForm.organizationId,callback:function(e){t.$set(t.addForm.ruleForm,"organizationId",e)},expression:"\n addForm.ruleForm.organizationId\n "}},t._l(t.sysOptions,(function(t){return e("el-option",{key:t.id,attrs:{label:t.name,value:t.id}})})),1)]},proxy:!0}])})]],2)],1),e("div",{attrs:{slot:"footer"},slot:"footer"},[e("button",{staticClass:"btn-orange",on:{click:function(e){return t.addSubmit()}}},[e("span",[e("i",{staticClass:"el-icon-circle-check"}),t._v("提交")])]),e("button",{staticClass:"btn-gray",on:{click:t.addClose}},[e("span",[t._v("取消")])])])])],1)])])},a=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"main-titel"},[e("span",[t._v("巡检记录")])])}],u=n("662b"),o=n("d63a"),i={data(){return{pageNum:1,size:10,add_vrisible:!1,addDate:null,options:[],sysOptions:[],loading:!1,addForm:{ruleForm:{name:null,code:"",inspectionRouteId:null,organizationId:null,isSort:"2"},form_item:[{type:"Slot",label:"路线",placeholder:"请输入",width:"50%",prop:"inspectionRouteId",slotName:"inspectionRouteId"},{type:"Input",label:"计划名称",placeholder:"请输入",width:"50%",prop:"name"},{type:"Slot",label:"部门",placeholder:"请输入",width:"50%",prop:"organizationId",slotName:"sysOrganization"},{type:"Select",label:"巡检人",placeholder:"请输入",width:"50%",prop:"inspector",options:[]},{type:"DateTime",label:"开始时间",placeholder:"请输入",width:"50%",prop:"planBeginDate"},{type:"Select",label:"检查频率",width:"50%",options:[{value:"1",label:"每天"},{value:"2",label:"每周"},{value:"3",label:"每月"}],prop:"checkRateType"}]},table_row:[],activeName:"0",json_fields:{"执行巡检编号":"code","执行巡检名称":"name","计划当次巡检开始时间":"beginDate","计划当次巡检结束时间":"endDate","实际当次巡检开始时间":"actualBeginDate","实际当次巡检结束时间":"actualEndDate","状态":{field:"status",callback:t=>{switch(t){case 1:return"待巡检";case 2:return"已巡检";case 3:return"巡检中";case 4:return"未巡检"}}},"巡检人姓名":"inspectorName","巡检人手机号":"inspectorTel"},config:{thead:[{label:"序号",type:"index",width:"80"},{label:"执行巡检编号",prop:"code",width:"auto"},{label:"执行巡检名称",prop:"name",width:"auto"},{label:"计划当次巡检开始时间",prop:"beginDate",width:"auto"},{label:"计划当次巡检结束时间",prop:"endDate",width:"auto"},{label:"实际当次巡检开始时间",prop:"actualBeginDate",width:"auto"},{label:"实际当次巡检结束时间",prop:"actualEndDate",width:"auto"},{label:"状态",prop:"status",width:"auto",type:"function",callback:(t,e)=>{switch(t.status){case 1:return"待巡检";case 2:return"已巡检";case 3:return"巡检中";case 4:return"未巡检"}}},{label:"巡检人姓名",prop:"inspectorName",width:"auto"},{label:"巡检人手机号",prop:"inspectorTel",width:"auto"}],table_data:[],url:"inspectionPlanExecuteList",search_item:[{type:"Input",label:"巡检编号",placeholder:"请输入",prop:"code"},{type:"Input",label:"巡检人手机号",placeholder:"请输入",prop:"inspectorTel"},{type:"select",label:"巡检状态",placeholder:"请选择",prop:"inspectionStatus",options:[{value:1,label:"待巡检"},{value:2,label:"已巡检"},{value:3,label:"巡检中"},{value:4,label:"未巡检"}]}],data:{pageNum:1,size:10}}}},props:{currentPage:{type:Number,default:1},limit:{type:Number,default:10},totalNumber:{type:Number,default:100},pageCount:{type:Number,default:1}},methods:{async fetchData(){let t={url:"inspectionPlanExecuteList",data:{pageNum:this.pageNum,size:this.size}};const e=await Object(u["b"])(t);return console.log(542),e},ExcelLoading(t,e){const n=this.$loading({lock:!0,text:"正在导出Excel"+t,spinner:"el-icon-loading",background:"rgba(0, 0, 0, 0.7)"});n.text=`正在导出Excel ${t}/${e}`,console.log(n.text)},finishDownload(){const t=this.$loading();t.close()},getUserList(t){let e={pageNum:1,size:20};this.loading=!0,Object(o["M"])(e).then(t=>{console.log(t),this.options=t.tableList,this.loading=!1}),Object(o["sb"])(e).then(t=>{this.sysOptions=t.data,this.loading=!1})},remoteMethod(t){this.getUserList(t)},sefocus(){this.getUserList()},change(t){console.log(t)},sChange(t){this.addForm.form_item[3].options=[];let e={pageNum:1,size:100,organizationId:t};Object(o["tb"])(e).then(t=>{console.log(t),t.tableList.forEach(t=>{let e={value:t.id,label:t.nickName};this.addForm.form_item[3].options.push(e)}),console.log(this.addForm.form_item[3].options),this.loading=!1})},add(){this.add_vrisible=!0},addClose(){this.$refs.addForm.reset(),this.add_vrisible=!1},addSubmit(){let t={...this.addForm.ruleForm};Object(o["D"])(t).then(t=>{t.status&&(this.$message({message:t.message,type:"success"}),this.$refs.table.loadData(),this.addClose())})},dateTimeChange(t){this.addForm.ruleForm.openStartDate=t[0],this.addForm.ruleForm.openEndDate=t[1]},handleClick(t,e){let n=null;n=0!=this.activeName?this.activeName:null;const r={pageNum:1,size:10,status:n};this.$refs.table.requestData(r)},tableCheck(t){this.table_row=t},exportTableConfig(t){this.pageNum=t.pageNum,this.size=t.size},del(t){if(t.length){let t=[];for(let e=0;e<this.table_row.length;e++)t.push(this.table_row[e].id);this.$confirm("是否确认删除?删除不可恢复","删除",{confirmButtonText:"确定",cancelButtonText:"取消",confirmButtonClass:"confirmButton",cancelButtonClass:"cancelButton"}).then(()=>{this.$refs.table.tableDelete(t)}).catch(t=>{})}else this.$message.error("请选中需要删除的数据")},isEnable(t){console.log(t[0].id),t.length>1?this.$message.error("只能操作一条数据"):t.length?Object(o["E"])({id:t[0].id}).then(t=>{console.log(t),t.status&&(this.$message({message:t.message,type:"success"}),this.$refs.table.loadData(),this.addClose())}):this.$message.error("请选择")}}},s=i,d=n("2877"),l=Object(d["a"])(s,r,a,!1,null,null,null);e["default"]=l.exports},"662b":function(t,e,n){"use strict";n.d(e,"a",(function(){return a})),n.d(e,"b",(function(){return u}));n("f2d9");var r=n("2b74");async function a(t,e){let n=[];const a=await Object(r["b"])(t);if(n.push(...a.tableList),a.pageCount>1)for(let u=1;u<a.pageCount;u++){t.pageNum=u+1;const o=await Object(r["b"])(t);e.ExcelLoading(u,a.pageCount),n.push(...o.tableList)}return n}async function u(t){let e=[];const n=await Object(r["b"])(t);return console.log(n),e.push(...n.tableList),e}},d63a:function(t,e,n){"use strict";n.d(e,"n",(function(){return a})),n.d(e,"e",(function(){return u})),n.d(e,"qb",(function(){return o})),n.d(e,"rb",(function(){return i})),n.d(e,"q",(function(){return s})),n.d(e,"r",(function(){return d})),n.d(e,"s",(function(){return l})),n.d(e,"h",(function(){return c})),n.d(e,"o",(function(){return f})),n.d(e,"p",(function(){return m})),n.d(e,"l",(function(){return p})),n.d(e,"k",(function(){return h})),n.d(e,"j",(function(){return b})),n.d(e,"m",(function(){return g})),n.d(e,"f",(function(){return T})),n.d(e,"i",(function(){return y})),n.d(e,"g",(function(){return q})),n.d(e,"vb",(function(){return O})),n.d(e,"ub",(function(){return S})),n.d(e,"bb",(function(){return P})),n.d(e,"cb",(function(){return w})),n.d(e,"ab",(function(){return v})),n.d(e,"G",(function(){return E})),n.d(e,"I",(function(){return C})),n.d(e,"F",(function(){return I})),n.d(e,"D",(function(){return k})),n.d(e,"K",(function(){return x})),n.d(e,"N",(function(){return D})),n.d(e,"J",(function(){return G})),n.d(e,"M",(function(){return F})),n.d(e,"H",(function(){return _})),n.d(e,"sb",(function(){return B})),n.d(e,"tb",(function(){return N})),n.d(e,"L",(function(){return M})),n.d(e,"E",(function(){return z})),n.d(e,"W",(function(){return R})),n.d(e,"X",(function(){return $})),n.d(e,"T",(function(){return j})),n.d(e,"Z",(function(){return L})),n.d(e,"Y",(function(){return A})),n.d(e,"V",(function(){return U})),n.d(e,"U",(function(){return V})),n.d(e,"R",(function(){return H})),n.d(e,"P",(function(){return J})),n.d(e,"Q",(function(){return K})),n.d(e,"S",(function(){return Q})),n.d(e,"eb",(function(){return W})),n.d(e,"db",(function(){return X})),n.d(e,"fb",(function(){return Y})),n.d(e,"O",(function(){return Z})),n.d(e,"u",(function(){return tt})),n.d(e,"v",(function(){return et})),n.d(e,"x",(function(){return nt})),n.d(e,"t",(function(){return rt})),n.d(e,"w",(function(){return at})),n.d(e,"z",(function(){return ut})),n.d(e,"A",(function(){return ot})),n.d(e,"C",(function(){return it})),n.d(e,"y",(function(){return st})),n.d(e,"B",(function(){return dt})),n.d(e,"hb",(function(){return lt})),n.d(e,"ib",(function(){return ct})),n.d(e,"gb",(function(){return ft})),n.d(e,"jb",(function(){return mt})),n.d(e,"ob",(function(){return pt})),n.d(e,"pb",(function(){return ht})),n.d(e,"nb",(function(){return bt})),n.d(e,"c",(function(){return gt})),n.d(e,"d",(function(){return Tt})),n.d(e,"a",(function(){return yt})),n.d(e,"b",(function(){return qt})),n.d(e,"kb",(function(){return Ot})),n.d(e,"mb",(function(){return St})),n.d(e,"lb",(function(){return Pt})),n.d(e,"wb",(function(){return wt}));var r=n("b775");n("2c37");function a(t){return r["a"].request({method:"POST",url:"/facilitiesManage/insert",data:t})}function u(t){return r["a"].request({method:"POST",url:"facilitiesAppointment/update",data:t})}function o(t){return r["a"].request({method:"POST",url:"sysOperations/insert",data:t})}function i(t){return r["a"].request({method:"POST",url:"sysOperations/update",data:t})}function s(t){return r["a"].request({method:"POST",url:"facilitiesPlan/insert",data:t})}function d(t){return r["a"].request({method:"POST",url:"facilitiesPlan/open",data:t})}function l(t){return r["a"].request({method:"POST",url:"facilitiesPlan/stop",data:t})}function c(t){return r["a"].request({method:"GET",url:"/facilitiesCategory/list",params:t})}function f(t){return r["a"].request({method:"GET",url:"/facilitiesManage/list",params:t})}function m(t){return r["a"].request({method:"POST",url:"/facilitiesManage/update",data:t})}function p(t){return r["a"].request({method:"GET",url:"/facilitiesMaintenanceRecord/list",params:t})}function h(t){return r["a"].request({method:"POST",url:"/facilitiesMaintenanceRecord/insert",data:t})}function b(t){return r["a"].request({method:"POST",url:"/facilitiesMaintenanceRecord/delete",data:t})}function g(t){return r["a"].request({method:"GET",url:"/facilitiesManage/findDetailById",params:t})}function T(t){return r["a"].request({method:"GET",url:"/facilitiesCategory/findDetailById",params:t})}function y(t){return r["a"].request({method:"POST",url:"/facilitiesCategory/update",data:t})}function q(t){return r["a"].request({method:"POST",url:"/facilitiesCategory/insert",data:t})}function O(t){return r["a"].request({method:"POST",url:"/userDecorationNew/examine",data:t})}function S(t){return r["a"].request({method:"POST",url:"/userDecorationNew/assign",data:t})}function P(t){return r["a"].request({method:"POST",url:"/ownersCommittee/insert",data:t})}function w(t){return r["a"].request({method:"POST",url:"/ownersCommittee/update",data:t})}function v(t){return r["a"].request({method:"GET",url:"/ownersCommittee/findById",params:t})}function E(t){return r["a"].request({method:"POST",url:"/inspectionPoint/insert",data:t})}function C(t){return r["a"].request({method:"POST",url:"/inspectionPoint/update",data:t})}function I(t){return r["a"].request({method:"GET",url:"/inspectionPoint/findById",params:t})}function k(t){return r["a"].request({method:"POST",url:"/inspectionPlan/insert",data:t})}function x(t){return r["a"].request({method:"POST",url:"/inspectionRoute/insert",data:t})}function D(t){return r["a"].request({method:"POST",url:"/inspectionRoute/update",data:t})}function G(t){return r["a"].request({method:"GET",url:"/inspectionRoute/findById",params:t})}function F(t){return r["a"].request({method:"GET",url:"/inspectionRoute/list",params:t})}function _(t){return r["a"].request({method:"GET",url:"/inspectionPoint/list",params:t})}function B(t){return r["a"].request({method:"GET",url:"/sysOrganization/findAllDepartment",params:t})}function N(t){return r["a"].request({method:"GET",url:"/sysUser/list",params:t})}function M(t){return r["a"].request({method:"GET",url:"/inspectionRoute/isEnable",params:t})}function z(t){return r["a"].request({method:"GET",url:"/inspectionPlan/isEnable",params:t})}function R(t){return r["a"].request({method:"GET",url:"/material/list",params:t})}function $(t){return r["a"].request({method:"GET",url:"/materialRecord/findById",params:t})}function j(t){return r["a"].request({method:"POST",url:"/material/insert",data:t})}function L(t){return r["a"].request({method:"POST",url:"/material/update",data:t})}function A(t){return r["a"].request({method:"POST",url:"/materialRecord/insert",data:t})}function U(t){return r["a"].request({method:"POST",url:"/materialInventory/insert",data:t})}function V(t){return r["a"].request({method:"GET",url:"/materialInventory/findById",params:t})}function H(t){return r["a"].request({method:"POST",url:"/keyManagement/insert",data:t})}function J(t){return r["a"].request({method:"POST",url:"/keyBorrow/examine",data:t})}function K(t){return r["a"].request({method:"GET",url:"/keyManagement/findById",params:t})}function Q(t){return r["a"].request({method:"POST",url:"/keyManagement/update",data:t})}function W(t){return r["a"].request({method:"POST",url:"/packageCollection/insert",data:t})}function X(t){return r["a"].request({method:"GET",url:"/packageCollection/findById",params:t})}function Y(t){return r["a"].request({method:"POST",url:"/packageCollection/update",data:t})}function Z(t){return r["a"].request({method:"POST",url:"/interview/insert",data:t})}function tt(t){return r["a"].request({method:"POST",url:"/greenArea/insert",data:t})}function et(t){return r["a"].request({method:"GET",url:"/greenArea/list",params:t})}function nt(t){return r["a"].request({method:"POST",url:"/greenTask/insert",data:t})}function rt(t){return r["a"].request({method:"GET",url:"/greenArea/findById",params:t})}function at(t){return r["a"].request({method:"POST",url:"/greenArea/update",data:t})}function ut(t){return r["a"].request({method:"POST",url:"/hygieneArea/insert",data:t})}function ot(t){return r["a"].request({method:"GET",url:"/hygieneArea/list",params:t})}function it(t){return r["a"].request({method:"POST",url:"/hygieneTask/insert",data:t})}function st(t){return r["a"].request({method:"GET",url:"/hygieneArea/findById",params:t})}function dt(t){return r["a"].request({method:"POST",url:"/hygieneArea/update",data:t})}function lt(t){return r["a"].request({method:"POST",url:"/regulationManagement/insert",data:t})}function ct(t){return r["a"].request({method:"GET",url:"/regulationManagement/release",params:t})}function ft(t){return r["a"].request({method:"GET",url:"/regulationManagement/findById",params:t})}function mt(t){return r["a"].request({method:"POST",url:"/regulationManagement/update",data:t})}function pt(t){return r["a"].request({method:"POST",url:"/serviceBrowsing/insert",data:t})}function ht(t){return r["a"].request({method:"POST",url:"/serviceBrowsing/update",data:t})}function bt(t){return r["a"].request({method:"GET",url:"/serviceBrowsing/findById",params:t})}function gt(t){return r["a"].request({method:"POST",url:"/communityIntroduction/insert",data:t})}function Tt(t){return r["a"].request({method:"POST",url:"/communityIntroduction/update",data:t})}function yt(t){return r["a"].request({method:"GET",url:"/communityIntroduction/enable",params:t})}function qt(t){return r["a"].request({method:"GET",url:"/communityIntroduction/findById",params:t})}function Ot(t){return r["a"].request({method:"POST",url:"/securityManagement/insert",data:t})}function St(t){return r["a"].request({method:"POST",url:"/securityManagement/update",data:t})}function Pt(t){return r["a"].request({method:"GET",url:"/securityManagement/list",params:t})}function wt(t){return r["a"].request({method:"GET",url:"/userDecorationNew/list",params:t})}}}]);
//# sourceMappingURL=chunk-073b8066.41e3ec7d.js.map