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

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-140e9dde"],{"662b":function(e,t,n){"use strict";n.d(t,"a",(function(){return a})),n.d(t,"b",(function(){return u}));n("f2d9");var r=n("2b74");async function a(e,t){let n=[];const a=await Object(r["b"])(e);if(n.push(...a.tableList),a.pageCount>1)for(let u=1;u<a.pageCount;u++){e.pageNum=u+1;const o=await Object(r["b"])(e);t.ExcelLoading(u,a.pageCount),n.push(...o.tableList)}return n}async function u(e){let t=[];const n=await Object(r["b"])(e);return console.log(n),t.push(...n.tableList),t}},d472:function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e._self._c;return t("div",[t("div",{staticClass:"main-content"},[e._m(0),t("div",{staticClass:"content"},[t("div",{staticClass:"content-btn"},[t("el-button",{staticClass:"init-button",attrs:{icon:"el-icon-plus"},on:{click:function(t){return e.add()}}},[e._v("新增任务")])],1),t("div",{staticStyle:{width:"50px"}},[t("download-excel",{staticClass:"export-excel-wrapper",attrs:{fetch:e.fetchData,fields:e.json_fields,"before-finish":e.finishDownload,name:"绿化任务.xls"}},[t("el-button",{attrs:{size:"mini",icon:"el-icon-folder-add",plain:""}},[e._v("导出Excel")])],1)],1),t("div",{},[t("VueTable",{ref:"table",attrs:{config:e.config},on:{tableCheck:e.tableCheck}},[t("template",{slot:"footer"},[t("div",{staticClass:"table-footer"},[t("button",{on:{click:function(t){return e.del(e.table_row)}}},[e._v("删除")])])])],2)],1),t("Drawer",{attrs:{drawerTitle:"新增计划",drawerVrisible:e.add_vrisible},on:{drawerClose:e.addClose}},[t("div",{staticStyle:{padding:"30px"}},[t("FromCard",[t("template",{slot:"title"},[e._v("信息")]),[t("VueForm",{ref:"addForm",attrs:{formObj:e.addForm},on:{ruleSuccess:e.addRuleSuccess},scopedSlots:e._u([{key:"date",fn:function(){return[t("el-time-picker",{attrs:{"is-range":"","range-separator":"至","value-format":"HH:MM:SS","start-placeholder":"开始时间","end-placeholder":"结束时间",placeholder:"选择时间范围"},on:{change:e.dateTimeChange},model:{value:e.addDate,callback:function(t){e.addDate=t},expression:"addDate"}})]},proxy:!0},{key:"greenAreaId",fn:function(){return[t("el-select",{staticStyle:{width:"240px"},attrs:{"remote-method":e.remoteMethod,loading:e.loading,remote:"",filterable:"",placeholder:"请选择"},on:{change:e.change,focus:e.sefocus},model:{value:e.addForm.ruleForm.greenAreaId,callback:function(t){e.$set(e.addForm.ruleForm,"greenAreaId",t)},expression:"\n addForm.ruleForm\n .greenAreaId\n "}},e._l(e.options,(function(e){return t("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})),1)]},proxy:!0},{key:"sysOrganization",fn:function(){return[t("el-select",{staticStyle:{width:"240px"},attrs:{"remote-method":e.remoteMethod,loading:e.loading,remote:"",filterable:"",placeholder:"请选择"},on:{change:e.sChange,focus:e.sefocus},model:{value:e.addForm.ruleForm.organizationId,callback:function(t){e.$set(e.addForm.ruleForm,"organizationId",t)},expression:"\n addForm.ruleForm.organizationId\n "}},e._l(e.sysOptions,(function(e){return t("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})),1)]},proxy:!0}])})]],2)],1),t("div",{attrs:{slot:"footer"},slot:"footer"},[t("button",{staticClass:"btn-orange",on:{click:function(t){return e.addSubmit()}}},[t("span",[t("i",{staticClass:"el-icon-circle-check"}),e._v("提交")])]),t("button",{staticClass:"btn-gray",on:{click:e.addClose}},[t("span",[e._v("取消")])])])])],1)])])},a=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-titel"},[t("span",[e._v("绿化任务")])])}],u=n("662b"),o=n("d63a"),i={data(){return{add_vrisible:!1,addDate:null,options:[],sysOptions:[],loading:!1,addForm:{ruleForm:{greenAreaId:null,content:null,director:null,endDate:null},rules:{greenAreaId:[{required:!0,message:"请选择",trigger:"change"}],content:[{required:!0,message:"请输入",trigger:"change"}],organizationId:[{required:!0,message:"请选择",trigger:"change"}],director:[{required:!0,message:"请选择",trigger:"change"}],endDate:[{required:!0,message:"请选择",trigger:"change"}]},form_item:[{type:"Slot",label:"绿化区域",placeholder:"请输入",width:"50%",prop:"greenAreaId",slotName:"greenAreaId"},{type:"Input",label:"工作内容",placeholder:"请输入",width:"50%",prop:"content"},{type:"Slot",label:"部门",placeholder:"请输入",width:"50%",prop:"organizationId",slotName:"sysOrganization"},{type:"Select",label:"负责人员",placeholder:"请输入",width:"50%",prop:"director",options:[]},{type:"DateTime",label:"截止时间",placeholder:"请输入",width:"50%",prop:"endDate"}]},table_row:[],activeName:"0",json_fields:{"绿化区域名称":"greenAreaName","工作内容":"content","负责人名称":"directorName","状态":{field:"status",callback:e=>{switch(e){case 1:return"待处理";case 2:return"已处理";case 3:return"未完成";default:break}}},"截止时间":"endDate","发布时间":"createDate"},config:{thead:[{label:"序号",type:"index",width:"80"},{label:"绿化区域名称",prop:"greenAreaName",width:"auto"},{label:"工作内容",prop:"content",width:"auto"},{label:"负责人名称",prop:"directorName",width:"auto"},{label:"状态",prop:"status",width:"auto",type:"function",callback:(e,t)=>{switch(e.status){case 1:return"待处理";case 2:return"已处理";case 3:return"未完成";default:break}}},{label:"截止时间",prop:"endDate",width:"auto"},{label:"发布时间",prop:"createDate",width:"auto"}],table_data:[],url:"greenTaskList",search_item:[{type:"Input",label:"绿化区域名称",placeholder:"请输入",prop:"greenAreaName"},{type:"Input",label:"工作内容",placeholder:"请输入",prop:"content"},{type:"Input",label:"负责人名称",placeholder:"请输入",prop:"directorName"},{type:"select",label:"状态",placeholder:"请输入",prop:"status",options:[{label:"待处理",value:"1"},{label:"已完成",value:"2"}]},{type:"picker",label:"截止时间",prop:"date",startDate:"endDateStart",endDate:"endDateEnd",width:"250px"},{type:"picker",label:"发布时间",prop:"actualDate",startDate:"createDateStart",endDate:"createDateEnd",width:"250px"}],data:{pageNum:1,size:10}}}},methods:{async fetchData(){let e={url:"greenTaskList",data:{pageNum:1,size:100}};const t=await Object(u["a"])(e,this);return t},ExcelLoading(e,t){const n=this.$loading({lock:!0,text:"正在导出Excel"+e,spinner:"el-icon-loading",background:"rgba(0, 0, 0, 0.7)"});n.text=`正在导出Excel ${e}/${t}`,console.log(n.text)},finishDownload(){const e=this.$loading();e.close()},getUserList(e){let t={pageNum:1,size:20};this.loading=!0,Object(o["v"])(t).then(e=>{console.log(e),this.options=e.tableList,console.log(this.options),this.loading=!1}),Object(o["sb"])(t).then(e=>{this.sysOptions=e.data,this.loading=!1})},remoteMethod(e){this.getUserList(e)},sefocus(){this.getUserList()},change(e){console.log(e)},sChange(e){this.addForm.form_item[3].options=[];let t={pageNum:1,size:100,organizationId:e};Object(o["tb"])(t).then(e=>{console.log(e),e.tableList.forEach(e=>{let t={value:e.id,label:e.actualName};this.addForm.form_item[3].options.push(t)}),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 e={...this.addForm.ruleForm};Object(o["x"])(e).then(e=>{e.status&&(this.$message({message:e.message,type:"success"}),this.$refs.table.loadData(),this.addClose())})},addSubmit(){this.$refs.addForm.submitForm()},dateTimeChange(e){this.addForm.ruleForm.openStartDate=e[0],this.addForm.ruleForm.openEndDate=e[1]},tableCheck(e){this.table_row=e},del(e){if(e.length){let e=[];for(let t=0;t<this.table_row.length;t++)e.push(this.table_row[t].id);this.$confirm("是否确认删除?删除不可恢复","删除",{confirmButtonText:"确定",cancelButtonText:"取消",confirmButtonClass:"confirmButton",cancelButtonClass:"cancelButton"}).then(()=>{this.$refs.table.tableDelete(e)}).catch(e=>{})}else this.$message.error("请选中需要删除的数据")}}},d=i,s=n("2877"),l=Object(s["a"])(d,r,a,!1,null,null,null);t["default"]=l.exports},d63a:function(e,t,n){"use strict";n.d(t,"n",(function(){return a})),n.d(t,"e",(function(){return u})),n.d(t,"qb",(function(){return o})),n.d(t,"rb",(function(){return i})),n.d(t,"q",(function(){return d})),n.d(t,"r",(function(){return s})),n.d(t,"s",(function(){return l})),n.d(t,"h",(function(){return c})),n.d(t,"o",(function(){return f})),n.d(t,"p",(function(){return m})),n.d(t,"l",(function(){return p})),n.d(t,"k",(function(){return h})),n.d(t,"j",(function(){return g})),n.d(t,"m",(function(){return b})),n.d(t,"f",(function(){return T})),n.d(t,"i",(function(){return q})),n.d(t,"g",(function(){return y})),n.d(t,"vb",(function(){return O})),n.d(t,"ub",(function(){return S})),n.d(t,"bb",(function(){return w})),n.d(t,"cb",(function(){return P})),n.d(t,"ab",(function(){return v})),n.d(t,"G",(function(){return E})),n.d(t,"I",(function(){return k})),n.d(t,"F",(function(){return C})),n.d(t,"D",(function(){return I})),n.d(t,"K",(function(){return D})),n.d(t,"N",(function(){return x})),n.d(t,"J",(function(){return _})),n.d(t,"M",(function(){return F})),n.d(t,"H",(function(){return G})),n.d(t,"sb",(function(){return B})),n.d(t,"tb",(function(){return M})),n.d(t,"L",(function(){return A})),n.d(t,"E",(function(){return N})),n.d(t,"W",(function(){return z})),n.d(t,"X",(function(){return j})),n.d(t,"T",(function(){return L})),n.d(t,"Z",(function(){return R})),n.d(t,"Y",(function(){return $})),n.d(t,"V",(function(){return U})),n.d(t,"U",(function(){return V})),n.d(t,"R",(function(){return H})),n.d(t,"P",(function(){return J})),n.d(t,"Q",(function(){return K})),n.d(t,"S",(function(){return Q})),n.d(t,"eb",(function(){return W})),n.d(t,"db",(function(){return X})),n.d(t,"fb",(function(){return Y})),n.d(t,"O",(function(){return Z})),n.d(t,"u",(function(){return ee})),n.d(t,"v",(function(){return te})),n.d(t,"x",(function(){return ne})),n.d(t,"t",(function(){return re})),n.d(t,"w",(function(){return ae})),n.d(t,"z",(function(){return ue})),n.d(t,"A",(function(){return oe})),n.d(t,"C",(function(){return ie})),n.d(t,"y",(function(){return de})),n.d(t,"B",(function(){return se})),n.d(t,"hb",(function(){return le})),n.d(t,"ib",(function(){return ce})),n.d(t,"gb",(function(){return fe})),n.d(t,"jb",(function(){return me})),n.d(t,"ob",(function(){return pe})),n.d(t,"pb",(function(){return he})),n.d(t,"nb",(function(){return ge})),n.d(t,"c",(function(){return be})),n.d(t,"d",(function(){return Te})),n.d(t,"a",(function(){return qe})),n.d(t,"b",(function(){return ye})),n.d(t,"kb",(function(){return Oe})),n.d(t,"mb",(function(){return Se})),n.d(t,"lb",(function(){return we})),n.d(t,"wb",(function(){return Pe}));var r=n("b775");n("2c37");function a(e){return r["a"].request({method:"POST",url:"/facilitiesManage/insert",data:e})}function u(e){return r["a"].request({method:"POST",url:"facilitiesAppointment/update",data:e})}function o(e){return r["a"].request({method:"POST",url:"sysOperations/insert",data:e})}function i(e){return r["a"].request({method:"POST",url:"sysOperations/update",data:e})}function d(e){return r["a"].request({method:"POST",url:"facilitiesPlan/insert",data:e})}function s(e){return r["a"].request({method:"POST",url:"facilitiesPlan/open",data:e})}function l(e){return r["a"].request({method:"POST",url:"facilitiesPlan/stop",data:e})}function c(e){return r["a"].request({method:"GET",url:"/facilitiesCategory/list",params:e})}function f(e){return r["a"].request({method:"GET",url:"/facilitiesManage/list",params:e})}function m(e){return r["a"].request({method:"POST",url:"/facilitiesManage/update",data:e})}function p(e){return r["a"].request({method:"GET",url:"/facilitiesMaintenanceRecord/list",params:e})}function h(e){return r["a"].request({method:"POST",url:"/facilitiesMaintenanceRecord/insert",data:e})}function g(e){return r["a"].request({method:"POST",url:"/facilitiesMaintenanceRecord/delete",data:e})}function b(e){return r["a"].request({method:"GET",url:"/facilitiesManage/findDetailById",params:e})}function T(e){return r["a"].request({method:"GET",url:"/facilitiesCategory/findDetailById",params:e})}function q(e){return r["a"].request({method:"POST",url:"/facilitiesCategory/update",data:e})}function y(e){return r["a"].request({method:"POST",url:"/facilitiesCategory/insert",data:e})}function O(e){return r["a"].request({method:"POST",url:"/userDecorationNew/examine",data:e})}function S(e){return r["a"].request({method:"POST",url:"/userDecorationNew/assign",data:e})}function w(e){return r["a"].request({method:"POST",url:"/ownersCommittee/insert",data:e})}function P(e){return r["a"].request({method:"POST",url:"/ownersCommittee/update",data:e})}function v(e){return r["a"].request({method:"GET",url:"/ownersCommittee/findById",params:e})}function E(e){return r["a"].request({method:"POST",url:"/inspectionPoint/insert",data:e})}function k(e){return r["a"].request({method:"POST",url:"/inspectionPoint/update",data:e})}function C(e){return r["a"].request({method:"GET",url:"/inspectionPoint/findById",params:e})}function I(e){return r["a"].request({method:"POST",url:"/inspectionPlan/insert",data:e})}function D(e){return r["a"].request({method:"POST",url:"/inspectionRoute/insert",data:e})}function x(e){return r["a"].request({method:"POST",url:"/inspectionRoute/update",data:e})}function _(e){return r["a"].request({method:"GET",url:"/inspectionRoute/findById",params:e})}function F(e){return r["a"].request({method:"GET",url:"/inspectionRoute/list",params:e})}function G(e){return r["a"].request({method:"GET",url:"/inspectionPoint/list",params:e})}function B(e){return r["a"].request({method:"GET",url:"/sysOrganization/findAllDepartment",params:e})}function M(e){return r["a"].request({method:"GET",url:"/sysUser/list",params:e})}function A(e){return r["a"].request({method:"GET",url:"/inspectionRoute/isEnable",params:e})}function N(e){return r["a"].request({method:"GET",url:"/inspectionPlan/isEnable",params:e})}function z(e){return r["a"].request({method:"GET",url:"/material/list",params:e})}function j(e){return r["a"].request({method:"GET",url:"/materialRecord/findById",params:e})}function L(e){return r["a"].request({method:"POST",url:"/material/insert",data:e})}function R(e){return r["a"].request({method:"POST",url:"/material/update",data:e})}function $(e){return r["a"].request({method:"POST",url:"/materialRecord/insert",data:e})}function U(e){return r["a"].request({method:"POST",url:"/materialInventory/insert",data:e})}function V(e){return r["a"].request({method:"GET",url:"/materialInventory/findById",params:e})}function H(e){return r["a"].request({method:"POST",url:"/keyManagement/insert",data:e})}function J(e){return r["a"].request({method:"POST",url:"/keyBorrow/examine",data:e})}function K(e){return r["a"].request({method:"GET",url:"/keyManagement/findById",params:e})}function Q(e){return r["a"].request({method:"POST",url:"/keyManagement/update",data:e})}function W(e){return r["a"].request({method:"POST",url:"/packageCollection/insert",data:e})}function X(e){return r["a"].request({method:"GET",url:"/packageCollection/findById",params:e})}function Y(e){return r["a"].request({method:"POST",url:"/packageCollection/update",data:e})}function Z(e){return r["a"].request({method:"POST",url:"/interview/insert",data:e})}function ee(e){return r["a"].request({method:"POST",url:"/greenArea/insert",data:e})}function te(e){return r["a"].request({method:"GET",url:"/greenArea/list",params:e})}function ne(e){return r["a"].request({method:"POST",url:"/greenTask/insert",data:e})}function re(e){return r["a"].request({method:"GET",url:"/greenArea/findById",params:e})}function ae(e){return r["a"].request({method:"POST",url:"/greenArea/update",data:e})}function ue(e){return r["a"].request({method:"POST",url:"/hygieneArea/insert",data:e})}function oe(e){return r["a"].request({method:"GET",url:"/hygieneArea/list",params:e})}function ie(e){return r["a"].request({method:"POST",url:"/hygieneTask/insert",data:e})}function de(e){return r["a"].request({method:"GET",url:"/hygieneArea/findById",params:e})}function se(e){return r["a"].request({method:"POST",url:"/hygieneArea/update",data:e})}function le(e){return r["a"].request({method:"POST",url:"/regulationManagement/insert",data:e})}function ce(e){return r["a"].request({method:"GET",url:"/regulationManagement/release",params:e})}function fe(e){return r["a"].request({method:"GET",url:"/regulationManagement/findById",params:e})}function me(e){return r["a"].request({method:"POST",url:"/regulationManagement/update",data:e})}function pe(e){return r["a"].request({method:"POST",url:"/serviceBrowsing/insert",data:e})}function he(e){return r["a"].request({method:"POST",url:"/serviceBrowsing/update",data:e})}function ge(e){return r["a"].request({method:"GET",url:"/serviceBrowsing/findById",params:e})}function be(e){return r["a"].request({method:"POST",url:"/communityIntroduction/insert",data:e})}function Te(e){return r["a"].request({method:"POST",url:"/communityIntroduction/update",data:e})}function qe(e){return r["a"].request({method:"GET",url:"/communityIntroduction/enable",params:e})}function ye(e){return r["a"].request({method:"GET",url:"/communityIntroduction/findById",params:e})}function Oe(e){return r["a"].request({method:"POST",url:"/securityManagement/insert",data:e})}function Se(e){return r["a"].request({method:"POST",url:"/securityManagement/update",data:e})}function we(e){return r["a"].request({method:"GET",url:"/securityManagement/list",params:e})}function Pe(e){return r["a"].request({method:"GET",url:"/userDecorationNew/list",params:e})}}}]);
//# sourceMappingURL=chunk-140e9dde.744286a5.js.map