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
17 KiB
2 lines
17 KiB
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-33f2d735"],{a533: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",{staticClass:"content-btn"},[e("el-button",{staticClass:"init-button",attrs:{icon:"el-icon-plus"},on:{click:function(e){return t.add()}}},[t._v("新增计划")])],1),e("div",{},[e("VueTable",{ref:"table",attrs:{config:t.config},on:{tableCheck:t.tableCheck}},[e("template",{slot:"tabs"},[e("el-tabs",{on:{"tab-click":t.handleClick},model:{value:t.activeName,callback:function(e){t.activeName=e},expression:"activeName"}},[e("el-tab-pane",{attrs:{label:"全部",name:"0"}}),e("el-tab-pane",{attrs:{label:"待巡检",name:"1"}}),e("el-tab-pane",{attrs:{label:"已巡检",name:"2"}}),e("el-tab-pane",{attrs:{label:"已完成",name:"3"}})],1)],1),e("template",{slot:"footer"},[e("div",{staticClass:"table-footer"},[e("button",{on:{click:function(e){return t.isEnable(t.table_row)}}},[t._v("启用/停用")]),e("button",{on:{click:function(e){return t.del(t.table_row)}}},[t._v("删除")])])])],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},on:{ruleSuccess:t.addRuleSuccess},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("d63a"),i={data(){return{add_vrisible:!1,addDate:null,options:[],sysOptions:[],loading:!1,addForm:{ruleForm:{name:null,code:"",inspectionRouteId:null,organizationId:null,isSort:"2"},rules:{inspectionRouteId:[{required:!0,message:"请输入",trigger:"change"}],name:[{required:!0,message:"请输入",trigger:"change"}],organizationId:[{required:!0,message:"请选择",trigger:"change"}],inspector:[{required:!0,message:"请选择",trigger:"change"}],planBeginDate:[{required:!0,message:"请选择",trigger:"change"}],checkRateType:[{required:!0,message:"请选择",trigger:"change"}]},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",config:{thead:[{label:"序号",type:"index",width:"80"},{label:"编号",prop:"code",width:"auto"},{label:"路线编号",prop:"routeCode",width:"auto"},{label:"计划名称",prop:"name",width:"auto"},{label:"计划开始时间",prop:"planBeginDate",width:"auto"},{label:"实际开始时间",prop:"actualBeginDate",width:"auto"},{label:"部门",prop:"organizationName",width:"auto"},{label:"巡检人",prop:"inspectorName",width:"auto"},{label:"计划状态",prop:"status",width:"auto",type:"function",callback:(t,e)=>{switch(t.status){case 1:return"启用";case 2:return"停用"}}}],table_data:[],url:"inspectionPlanList",search_item:[{type:"Input",label:"编号",placeholder:"请输入",prop:"code"},{type:"Input",label:"名称",placeholder:"请输入",prop:"name"},{type:"picker",label:"计划时间",prop:"date",startDate:"planBeginDateStart",endDate:"planBeginDateEnd",width:"280px"},{type:"picker",label:"实际时间",prop:"actualDate",startDate:"actualBeginDateStart",endDate:"actualBeginDateEnd",width:"280px"}],data:{pageNum:1,size:10}}}},methods:{getUserList(t){let e={pageNum:1,size:20};this.loading=!0,Object(u["M"])(e).then(t=>{console.log(t),this.options=t.tableList,this.loading=!1}),Object(u["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(u["tb"])(e).then(t=>{console.log(t),t.tableList.forEach(t=>{let e={value:t.id,label:t.actualName};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},addRuleSuccess(){let t={...this.addForm.ruleForm};Object(u["D"])(t).then(t=>{t.status&&(this.$message({message:t.message,type:"success"}),this.$refs.table.loadData(),this.addClose())})},addSubmit(){this.$refs.addForm.submitForm()},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},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(u["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("请选择")}}},o=i,s=n("2877"),d=Object(s["a"])(o,r,a,!1,null,null,null);e["default"]=d.exports},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 i})),n.d(e,"rb",(function(){return o})),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 m})),n.d(e,"p",(function(){return f})),n.d(e,"l",(function(){return p})),n.d(e,"k",(function(){return h})),n.d(e,"j",(function(){return g})),n.d(e,"m",(function(){return b})),n.d(e,"f",(function(){return T})),n.d(e,"i",(function(){return q})),n.d(e,"g",(function(){return y})),n.d(e,"vb",(function(){return S})),n.d(e,"ub",(function(){return O})),n.d(e,"bb",(function(){return P})),n.d(e,"cb",(function(){return v})),n.d(e,"ab",(function(){return w})),n.d(e,"G",(function(){return k})),n.d(e,"I",(function(){return E})),n.d(e,"F",(function(){return C})),n.d(e,"D",(function(){return I})),n.d(e,"K",(function(){return B})),n.d(e,"N",(function(){return D})),n.d(e,"J",(function(){return F})),n.d(e,"M",(function(){return G})),n.d(e,"H",(function(){return _})),n.d(e,"sb",(function(){return M})),n.d(e,"tb",(function(){return R})),n.d(e,"L",(function(){return x})),n.d(e,"E",(function(){return N})),n.d(e,"W",(function(){return z})),n.d(e,"X",(function(){return $})),n.d(e,"T",(function(){return A})),n.d(e,"Z",(function(){return j})),n.d(e,"Y",(function(){return L})),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 it})),n.d(e,"C",(function(){return ot})),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 mt})),n.d(e,"jb",(function(){return ft})),n.d(e,"ob",(function(){return pt})),n.d(e,"pb",(function(){return ht})),n.d(e,"nb",(function(){return gt})),n.d(e,"c",(function(){return bt})),n.d(e,"d",(function(){return Tt})),n.d(e,"a",(function(){return qt})),n.d(e,"b",(function(){return yt})),n.d(e,"kb",(function(){return St})),n.d(e,"mb",(function(){return Ot})),n.d(e,"lb",(function(){return Pt})),n.d(e,"wb",(function(){return vt}));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 i(t){return r["a"].request({method:"POST",url:"sysOperations/insert",data:t})}function o(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 m(t){return r["a"].request({method:"GET",url:"/facilitiesManage/list",params:t})}function f(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 g(t){return r["a"].request({method:"POST",url:"/facilitiesMaintenanceRecord/delete",data:t})}function b(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 q(t){return r["a"].request({method:"POST",url:"/facilitiesCategory/update",data:t})}function y(t){return r["a"].request({method:"POST",url:"/facilitiesCategory/insert",data:t})}function S(t){return r["a"].request({method:"POST",url:"/userDecorationNew/examine",data:t})}function O(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 v(t){return r["a"].request({method:"POST",url:"/ownersCommittee/update",data:t})}function w(t){return r["a"].request({method:"GET",url:"/ownersCommittee/findById",params:t})}function k(t){return r["a"].request({method:"POST",url:"/inspectionPoint/insert",data:t})}function E(t){return r["a"].request({method:"POST",url:"/inspectionPoint/update",data:t})}function C(t){return r["a"].request({method:"GET",url:"/inspectionPoint/findById",params:t})}function I(t){return r["a"].request({method:"POST",url:"/inspectionPlan/insert",data:t})}function B(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 F(t){return r["a"].request({method:"GET",url:"/inspectionRoute/findById",params:t})}function G(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 M(t){return r["a"].request({method:"GET",url:"/sysOrganization/findAllDepartment",params:t})}function R(t){return r["a"].request({method:"GET",url:"/sysUser/list",params:t})}function x(t){return r["a"].request({method:"GET",url:"/inspectionRoute/isEnable",params:t})}function N(t){return r["a"].request({method:"GET",url:"/inspectionPlan/isEnable",params:t})}function z(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 A(t){return r["a"].request({method:"POST",url:"/material/insert",data:t})}function j(t){return r["a"].request({method:"POST",url:"/material/update",data:t})}function L(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 it(t){return r["a"].request({method:"GET",url:"/hygieneArea/list",params:t})}function ot(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 mt(t){return r["a"].request({method:"GET",url:"/regulationManagement/findById",params:t})}function ft(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 gt(t){return r["a"].request({method:"GET",url:"/serviceBrowsing/findById",params:t})}function bt(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 qt(t){return r["a"].request({method:"GET",url:"/communityIntroduction/enable",params:t})}function yt(t){return r["a"].request({method:"GET",url:"/communityIntroduction/findById",params:t})}function St(t){return r["a"].request({method:"POST",url:"/securityManagement/insert",data:t})}function Ot(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 vt(t){return r["a"].request({method:"GET",url:"/userDecorationNew/list",params:t})}}}]);
|
|
//# sourceMappingURL=chunk-33f2d735.7967239a.js.map
|