1 line
25 KiB
JavaScript
1 line
25 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-270f9906"],{"0e67":function(t,e,r){"use strict";r.r(e);var n=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"app-container bgHeight"},[r("div",{ref:"box",staticClass:"searchStys transition_dom"},[r("el-form",{ref:"query",attrs:{model:t.query}},[r("div",{ref:"form_box",staticClass:"searchBar"},[r("div",{staticClass:"searchInput"},[r("el-row",{attrs:{gutter:20}},[r("el-col",{attrs:{span:6}},[r("el-form-item",{attrs:{prop:"memberName"}},[r("el-input",{attrs:{placeholder:"请输入姓名",clearable:""},model:{value:t.query.memberName,callback:function(e){t.$set(t.query,"memberName",e)},expression:"query.memberName"}})],1)],1),t._v(" "),r("el-col",{attrs:{span:6}},[r("el-form-item",{attrs:{prop:"postUuid"}},[r("el-select",{attrs:{filterable:"",clearable:"",placeholder:"请选择岗位"},model:{value:t.query.postUuid,callback:function(e){t.$set(t.query,"postUuid",e)},expression:"query.postUuid"}},t._l(t.postExecuteArr,(function(t){return r("el-option",{key:t.id,attrs:{label:t.name,value:t.id}})})),1)],1)],1),t._v(" "),r("el-col",{attrs:{span:6}},[r("el-form-item",{attrs:{prop:"spaceId"}},[r("el-select",{attrs:{clearable:"",filterable:"",placeholder:"请选择空间"},on:{change:t.selectChanged},model:{value:t.query.spaceId,callback:function(e){t.$set(t.query,"spaceId",e)},expression:"query.spaceId"}},t._l(t.spaceNameList,(function(t){return r("el-option",{key:t.spaceUuid,attrs:{label:t.name,value:t.spaceUuid}})})),1)],1)],1),t._v(" "),r("el-col",{attrs:{span:6}},[r("el-form-item",{attrs:{prop:"locationId"}},[r("el-select",{attrs:{clearable:"",filterable:"",placeholder:"请选择网格"},model:{value:t.query.locationId,callback:function(e){t.$set(t.query,"locationId",e)},expression:"query.locationId"}},t._l(t.locationNameList,(function(t){return r("el-option",{key:t.locationUuid,attrs:{label:t.location,value:t.locationUuid}})})),1)],1)],1),t._v(" "),r("el-col",{attrs:{span:6}},[r("el-form-item",{attrs:{prop:"remarks"}},[r("el-input",{attrs:{placeholder:"请输入离岗事由",clearable:""},model:{value:t.query.remarks,callback:function(e){t.$set(t.query,"remarks",e)},expression:"query.remarks"}})],1)],1),t._v(" "),r("el-col",{attrs:{span:12}},[r("el-form-item",{attrs:{prop:"taskDate"}},[r("el-date-picker",{attrs:{type:"daterange","range-separator":"至",format:"yyyy-MM-dd","value-format":"yyyy-MM-dd","start-placeholder":"开始执行时间","end-placeholder":"结束执行时间"},model:{value:t.taskDate,callback:function(e){t.taskDate=e},expression:"taskDate"}})],1)],1)],1)],1),t._v(" "),r("div",{staticClass:"searchBtn"},[r("el-form-item",[r("el-button",{directives:[{name:"points",rawName:"v-points",value:500,expression:"500"}],on:{click:function(e){return t.resetForm("query")}}},[t._v("重置")]),t._v(" "),r("el-button",{directives:[{name:"points",rawName:"v-points",value:500,expression:"500"}],attrs:{type:"primary"},on:{click:t.onSearch}},[t._v("查询")]),t._v(" "),t.is_show||"80px"==t.height?t._e():r("el-button",{directives:[{name:"points",rawName:"v-points",value:500,expression:"500"}],attrs:{type:"text"},on:{click:t.upAndDown}},[t._v("展开"),r("i",{staticClass:"el-icon-arrow-down"})]),t._v(" "),t.is_show&&"80px"!=t.height?r("el-button",{directives:[{name:"points",rawName:"v-points",value:500,expression:"500"}],attrs:{type:"text"},on:{click:t.upAndDown}},[t._v("收起"),r("i",{staticClass:"el-icon-arrow-up"})]):t._e()],1)],1)])])],1),t._v(" "),r("el-card",{staticClass:"box-card",attrs:{shadow:"never"}},[r("div",{staticClass:"planLst",attrs:{slot:"header"},slot:"header"},[r("span",{staticClass:"planTitle"},[t._v("离岗报备列表")])]),t._v(" "),r("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.listLoading,expression:"listLoading"}],attrs:{border:"",data:t.listTable,"header-cell-style":t.headClass,"tooltip-effect":"dark"}},[r("el-table-column",{attrs:{label:"#",fixed:"",align:"center",width:"50"},scopedSlots:t._u([{key:"default",fn:function(e){return[r("span",[t._v(t._s(e.$index+(t.query.pageNumber-1)*t.query.pageSize+1)+" ")])]}}])}),t._v(" "),r("el-table-column",{attrs:{prop:"memberName",align:"center",label:"姓名"}}),t._v(" "),r("el-table-column",{attrs:{prop:"postName",align:"center",label:"岗位"}}),t._v(" "),r("el-table-column",{attrs:{prop:"spaceName",align:"center",label:"空间"}}),t._v(" "),r("el-table-column",{attrs:{prop:"locationName",align:"center",label:"网格"}}),t._v(" "),r("el-table-column",{attrs:{prop:"createDate",align:"center",label:"离岗时间"}}),t._v(" "),r("el-table-column",{attrs:{prop:"timeLengthStr",align:"center",label:"离岗时长"}}),t._v(" "),r("el-table-column",{attrs:{prop:"remarks",align:"center",label:"离岗事由"}})],1),t._v(" "),r("div",{staticClass:"paginations"},[r("el-pagination",{attrs:{background:"","current-page":t.query.pageNumber,"page-sizes":[10,30,50,100,200],"page-size":t.query.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:t.pageTotal},on:{"update:currentPage":function(e){return t.$set(t.query,"pageNumber",e)},"update:current-page":function(e){return t.$set(t.query,"pageNumber",e)},"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1)],1)],1)},a=[],o=r("f8b7"),c=r("be2e"),u={name:"quitHiPostList",components:{},data:function(){return{is_show:!1,height:"",spaceNameList:[],locationNameList:[],isShow:!1,pageTotal:0,listLoading:!1,taskDate:"",listTable:[],postExecuteArr:[],query:{pageNumber:1,pageSize:10,spaceId:"",locationId:"",startDate:"",endDate:"",postUuid:"",memberName:"",remarks:""}}},beforeRouteEnter:function(t,e,r){r((function(e){var r=t.name,n=JSON.parse(sessionStorage.getItem(r));n&&(e.query=n),e.getlistData()}))},created:function(){this.getRealHeight(),this.getlistData(),this.headClass(),this.getJobListPeople(),this.getSpaceNameList()},methods:{getSpaceNameList:function(){var t=this;Object(c["ib"])({projectId:this.$store.state.community_uuid}).then((function(e){t.spaceNameList=e.data}))},selectChanged:function(t){var e=this;this.locationNameList=[],this.query.locationUuid="";var r={projectUuid:this.$store.state.community_uuid,pageNumber:-1,pageSize:-1,spaceUuidList:[t]};Object(o["I"])(r).then((function(t){0==t.code&&(e.locationNameList=t.data.records)}))},getlistData:function(){var t=this;this.listLoading=!0,this.searchCondition(),Object(o["k"])(this.query).then((function(e){0==e.code&&(t.listTable=e.data.records,t.pageTotal=e.data.rowsCount),sessionStorage.setItem(t.$route.name,JSON.stringify(t.query))})),this.listLoading=!1},onSearch:function(){this.searchCondition(),this.query.pageNumber=1,this.getlistData()},searchCondition:function(){this.taskDate?(this.query.startDate=this.taskDate[0]+" 00:00:00",this.query.endDate=this.taskDate[1]+" 23:59:59"):(this.query.startDate="",this.query.endDate="")},getJobListPeople:function(){var t=this,e={projectUuid:this.$store.state.community_uuid};Object(o["q"])(e).then((function(e){0===e.code&&(t.postExecuteArr=e.data)}))},handleSizeChange:function(t){this.query.pageSize=t,this.getlistData()},handleCurrentChange:function(t){this.query.pageNumber=t,this.getlistData()},resetForm:function(t){this.query.pageNumber=1,this.taskDate="",this.query.jobName="",this.$refs[t].resetFields(),this.getlistData()},handleSlow:function(){this.isShow=!this.isShow},headClass:function(){return"text-align:center;background:#FAFAFA;"},upAndDown:function(){this.is_show?this.$refs.box.style.height="80px":this.$refs.box.style.height=this.height,this.is_show=!this.is_show},getRealHeight:function(){this.$nextTick((function(){this.height=this.$refs.form_box.offsetHeight+"px"}))}}},i=u,d=(r("4c45"),r("829d")),p=Object(d["a"])(i,n,a,!1,null,"71fdc462",null);e["default"]=p.exports},"164c":function(t,e,r){},"4c45":function(t,e,r){"use strict";r("164c")},be2e:function(t,e,r){"use strict";r.d(e,"lb",(function(){return a})),r.d(e,"ib",(function(){return o})),r.d(e,"x",(function(){return c})),r.d(e,"zb",(function(){return u})),r.d(e,"F",(function(){return i})),r.d(e,"C",(function(){return d})),r.d(e,"eb",(function(){return p})),r.d(e,"vb",(function(){return s})),r.d(e,"v",(function(){return l})),r.d(e,"S",(function(){return f})),r.d(e,"s",(function(){return m})),r.d(e,"y",(function(){return h})),r.d(e,"B",(function(){return b})),r.d(e,"E",(function(){return j})),r.d(e,"db",(function(){return O})),r.d(e,"t",(function(){return g})),r.d(e,"xb",(function(){return y})),r.d(e,"z",(function(){return P})),r.d(e,"u",(function(){return S})),r.d(e,"yb",(function(){return v})),r.d(e,"hb",(function(){return T})),r.d(e,"jb",(function(){return D})),r.d(e,"fb",(function(){return w})),r.d(e,"rb",(function(){return k})),r.d(e,"ub",(function(){return q})),r.d(e,"tb",(function(){return C})),r.d(e,"sb",(function(){return L})),r.d(e,"pb",(function(){return E})),r.d(e,"qb",(function(){return I})),r.d(e,"w",(function(){return _})),r.d(e,"A",(function(){return x})),r.d(e,"cb",(function(){return B})),r.d(e,"gb",(function(){return N})),r.d(e,"nb",(function(){return R})),r.d(e,"b",(function(){return M})),r.d(e,"D",(function(){return A})),r.d(e,"bb",(function(){return U})),r.d(e,"wb",(function(){return $})),r.d(e,"mb",(function(){return F})),r.d(e,"kb",(function(){return z})),r.d(e,"G",(function(){return J})),r.d(e,"Z",(function(){return Q})),r.d(e,"K",(function(){return H})),r.d(e,"a",(function(){return G})),r.d(e,"ab",(function(){return Y})),r.d(e,"I",(function(){return V})),r.d(e,"H",(function(){return W})),r.d(e,"J",(function(){return K})),r.d(e,"j",(function(){return X})),r.d(e,"n",(function(){return Z})),r.d(e,"i",(function(){return tt})),r.d(e,"h",(function(){return et})),r.d(e,"k",(function(){return rt})),r.d(e,"l",(function(){return nt})),r.d(e,"m",(function(){return at})),r.d(e,"U",(function(){return ot})),r.d(e,"q",(function(){return ct})),r.d(e,"p",(function(){return ut})),r.d(e,"L",(function(){return it})),r.d(e,"M",(function(){return dt})),r.d(e,"N",(function(){return pt})),r.d(e,"V",(function(){return st})),r.d(e,"X",(function(){return lt})),r.d(e,"W",(function(){return ft})),r.d(e,"O",(function(){return mt})),r.d(e,"P",(function(){return ht})),r.d(e,"Q",(function(){return bt})),r.d(e,"R",(function(){return jt})),r.d(e,"Y",(function(){return Ot})),r.d(e,"T",(function(){return gt})),r.d(e,"r",(function(){return yt})),r.d(e,"o",(function(){return Pt})),r.d(e,"d",(function(){return St})),r.d(e,"g",(function(){return vt})),r.d(e,"c",(function(){return Tt})),r.d(e,"e",(function(){return Dt})),r.d(e,"f",(function(){return wt})),r.d(e,"ob",(function(){return kt}));var n=r("b775");function a(t){return Object(n["a"])({url:"/appproject/SpaceLocation/page",method:"post",data:t})}function o(t){return Object(n["a"])({url:"/appproject/ProjectInitSpaceRel/querySelectedSpace",method:"post",data:t})}function c(t){return Object(n["a"])({url:"/appproject/SpaceLocation/create",method:"post",data:t})}function u(t){return Object(n["a"])({url:"/appproject/SpaceLocation/update",method:"post",data:t})}function i(t){return Object(n["a"])({url:"/appproject/Device/getDeviceTypeTreeParam",method:"post",data:t})}function d(t){return Object(n["a"])({url:"/appproject/DeviceBaseInfo/pageList",method:"post",data:t})}function p(t){return Object(n["a"])({url:"/appproject/DeviceBaseInfo/queryDeviceMaintainPlan",method:"post",data:t})}function s(t){return Object(n["a"])({url:"/appproject/DeviceBaseInfo/update",method:"post",data:t})}function l(t){return Object(n["a"])({url:"/appproject/DeviceBaseInfo/create",method:"post",data:t})}function f(t){return Object(n["a"])({url:"/appproject/DeviceBaseInfo/getDeviceFilePage",method:"post",data:t})}function m(t){return Object(n["a"])({url:"/appproject/DeviceBaseInfo/createFile",method:"post",data:t})}function h(t){return Object(n["a"])({url:"/appproject/DeviceBaseInfo/deleteFileBatch",method:"post",data:t})}function b(t){return Object(n["a"])({url:"/appproject/DeviceBaseInfo/delete",method:"post",data:t})}function j(t){return Object(n["a"])({url:"/space/DeviceParam/pageList",method:"post",data:t})}function O(t){return Object(n["a"])({url:"/space/DeviceParam/queryBuiltinParamList",method:"post",data:t})}function g(t){return Object(n["a"])({url:"/space/DeviceParam/create",method:"post",data:t})}function y(t){return Object(n["a"])({url:"/space/DeviceParam/update",method:"post",data:t})}function P(t){return Object(n["a"])({url:"/space/DeviceParam/delete",method:"post",data:t})}function S(t){return Object(n["a"])({url:"/space/DeviceParam/changeState",method:"post",data:t})}function v(t){return Object(n["a"])({url:"/space/DeviceParam/update",method:"post",data:t})}function T(t){return Object(n["a"])({url:"/space/DeviceParam/queryReportDataPage",method:"post",data:t})}function D(t){return Object(n["a"])({url:"/appproject/VirescenceProject/getVirescenceType",method:"post",data:t})}function w(t){return Object(n["a"])({url:"/appproject/ProjectInit/queryElectricTypeByProject",method:"post",data:t})}function k(t){return Object(n["a"])({url:"/appproject/AloneStandardProject/create",method:"post",data:t})}function q(t){return Object(n["a"])({url:"/appproject/AloneStandardProject/update",method:"post",data:t})}function C(t){return Object(n["a"])({url:"/appproject/AloneStandardProject/pageList",method:"post",data:t})}function L(t){return Object(n["a"])({url:"/appproject/AloneStandardProject/delete",method:"post",data:t})}function E(t){return Object(n["a"])({url:"/appproject/AloneStandardProject/queryStandImageAssem",method:"post",data:t})}function I(t){return Object(n["a"])({url:"/appproject/AloneStandardProject/standImagePage",method:"post",data:t})}function _(t){return Object(n["a"])({url:"/appproject/AloneStandardProject/createExampleImage",method:"post",data:t})}function x(t){return Object(n["a"])({url:"/appproject/AloneStandardProject/deleteBatch",method:"post",data:t})}function B(t){return Object(n["a"])({url:"/appproject/PlanInspectionsStandard/createExampleImageUrl",method:"post",data:t})}function N(t){return Object(n["a"])({url:"/appproject/SpaceLocation/queryLocationImage",method:"post",data:t})}function R(t){return Object(n["a"])({url:"/appproject/AloneStandardProject/standCloudDownSyncV2",method:"post",data:t})}function M(t){return Object(n["a"])({url:"/appproject/ChargeCycle/getList",method:"post",data:t})}function A(t){return Object(n["a"])({url:"/space/DeviceParam/deviceParamCloudDownSync",method:"post",data:t})}function U(t){return Object(n["a"])({url:"/space/DeviceParam/modifyFirstData",method:"post",data:t})}function $(t){return Object(n["a"])({url:"/appproject/ChargeCycle/updateDeviceChargeInfo",method:"post",data:t})}function F(t){return Object(n["a"])({url:"appproject/SpaceLocation/listByTempId",method:"post",data:t})}function z(t){return Object(n["a"])({url:"appproject/DeviceBaseInfo/relatedPageList",method:"post",data:t})}function J(t){return Object(n["a"])({url:"space/DeviceParam/downloadExcel",method:"post",responseType:"blob",data:t})}function Q(t,e){return Object(n["a"])({url:"/appproject/DeviceBaseInfo/importExcel/".concat(e),method:"post",isReturnResponse:!0,responseType:"blob",headers:{"Content-Type":"multipart/form-data;charset=UTF-8"},data:t})}function H(t){return Object(n["a"])({url:"/appproject/AlarmRecord/earlyWarning",method:"post",data:t})}function G(t){return Object(n["a"])({url:"/appproject/AlarmRecord/total",method:"post",data:t})}function Y(t){return Object(n["a"])({url:"/appproject/DeviceBaseInfo/listByParam",method:"post",data:t})}function V(t){return Object(n["a"])({url:"/appproject/DeviceResponsibility/pageList",method:"post",data:t})}function W(t){return Object(n["a"])({url:"/appproject/DeviceResponsibility/create",method:"post",data:t})}function K(t){return Object(n["a"])({url:"/appproject/DeviceResponsibility/update",method:"post",data:t})}function X(t){return Object(n["a"])({url:"/appproject/ElectricMeter/pageList",method:"post",data:t})}function Z(t){return Object(n["a"])({url:"/appproject/ElectricMeter/update",method:"post",data:t})}function tt(t){return Object(n["a"])({url:"/appproject/ElectricMeter/importExcel",method:"post",isReturnResponse:!0,headers:{"Content-Type":"multipart/form-data;charset=UTF-8"},responseType:"blob",data:t})}function et(t){return Object(n["a"])({url:"/appproject/ElectricMeter/findById",method:"post",data:t})}function rt(t){return Object(n["a"])({url:"/appproject/ElectricMeter/pageListTotal",method:"post",data:t})}function nt(t){return Object(n["a"])({url:"/appproject/ElectricMeter/pageRecycled",method:"post",data:t})}function at(t){return Object(n["a"])({url:"/appproject/ElectricMeter/pageRecycledTotal",method:"post",data:t})}function ot(t){return Object(n["a"])({url:"/space/DeviceParam/getPrepaymentMeterList",method:"post",data:t})}function ct(t){return Object(n["a"])({url:"/appproject/RecyclableElectricMeter/pageList",method:"post",data:t})}function ut(t){return Object(n["a"])({url:"/appproject/RecyclableElectricMeter/importExcel",method:"post",isReturnResponse:!0,headers:{"Content-Type":"multipart/form-data;charset=UTF-8"},responseType:"blob",data:t})}function it(t){return Object(n["a"])({url:"/appproject/EnergyBoard/getCommonElectricQty",method:"post",data:t})}function dt(t){return Object(n["a"])({url:"/appproject/EnergyBoard/getCommonElectricQty2",method:"post",data:t})}function pt(t){return Object(n["a"])({url:"/appproject/EnergyBoard/getCommonElectricQtyMom",method:"post",data:t})}function st(t){return Object(n["a"])({url:"/appproject/EnergyBoard/getRecyclableAmountYoy",method:"post",data:t})}function lt(t){return Object(n["a"])({url:"/appproject/EnergyBoard/getRecyclableElectricQtyYoy",method:"post",data:t})}function ft(t){return Object(n["a"])({url:"/appproject/EnergyBoard/getRecyclableElectricQtyMom",method:"post",data:t})}function mt(t){return Object(n["a"])({url:"/appproject/EnergyDeviceStatistic/getEnergyDevicePowerMom",method:"post",data:t})}function ht(t){return Object(n["a"])({url:"/appproject/EnergyDeviceStatistic/getEnergyDevicePowerYoy",method:"post",data:t})}function bt(t){return Object(n["a"])({url:"/appproject/EnergyDeviceStatistic/getEnergyDeviceQtyMom",method:"post",data:t})}function jt(t){return Object(n["a"])({url:"/appproject/EnergyDeviceStatistic/getEnergyDeviceQtyYoy",method:"post",data:t})}function Ot(t){return Object(n["a"])({url:"/appproject/EnergyDeviceStatistic/getShopsEnergyDeviceLevel",method:"post",data:t})}function gt(t){return Object(n["a"])({url:"/appproject/MultipathDevice/getMultipathDeviceChart",method:"post",data:t})}function yt(t){return Object(n["a"])({url:"/project/RecyclableElectricMeter/update",method:"post",data:t})}function Pt(t){return Object(n["a"])({url:"/appproject/RecyclableElectricMeter/delete",method:"post",data:t})}function St(t){return Object(n["a"])({url:"/appproject/ElectricMeterFile/create",method:"post",data:t})}function vt(t){return Object(n["a"])({url:"/appproject/ElectricMeterFile/getChargeDateImg",method:"post",data:t})}function Tt(t){return Object(n["a"])({url:"/appproject/ElectricMeterCheck/checkBill",method:"post",data:t})}function Dt(t){return Object(n["a"])({url:"/appproject/ElectricMeterCheck/existCheckData",method:"post",data:t})}function wt(t){return Object(n["a"])({url:"/appproject/ElectricMeterCheck/pageList",method:"post",data:t})}function kt(t){return Object(n["a"])({url:"/appproject/AloneStandardProject/standCloudDownSyncV3",method:"post",data:t})}},f8b7:function(t,e,r){"use strict";r.d(e,"A",(function(){return a})),r.d(e,"J",(function(){return o})),r.d(e,"I",(function(){return c})),r.d(e,"z",(function(){return u})),r.d(e,"y",(function(){return i})),r.d(e,"H",(function(){return d})),r.d(e,"f",(function(){return p})),r.d(e,"g",(function(){return s})),r.d(e,"h",(function(){return l})),r.d(e,"R",(function(){return f})),r.d(e,"s",(function(){return m})),r.d(e,"q",(function(){return h})),r.d(e,"p",(function(){return b})),r.d(e,"D",(function(){return j})),r.d(e,"n",(function(){return O})),r.d(e,"S",(function(){return g})),r.d(e,"C",(function(){return y})),r.d(e,"L",(function(){return P})),r.d(e,"e",(function(){return S})),r.d(e,"l",(function(){return v})),r.d(e,"K",(function(){return T})),r.d(e,"d",(function(){return D})),r.d(e,"N",(function(){return w})),r.d(e,"w",(function(){return k})),r.d(e,"O",(function(){return q})),r.d(e,"k",(function(){return C})),r.d(e,"T",(function(){return L})),r.d(e,"t",(function(){return E})),r.d(e,"P",(function(){return I})),r.d(e,"B",(function(){return _})),r.d(e,"r",(function(){return x})),r.d(e,"u",(function(){return B})),r.d(e,"G",(function(){return N})),r.d(e,"v",(function(){return R})),r.d(e,"m",(function(){return M})),r.d(e,"o",(function(){return A})),r.d(e,"E",(function(){return U})),r.d(e,"a",(function(){return $})),r.d(e,"j",(function(){return F})),r.d(e,"x",(function(){return z})),r.d(e,"i",(function(){return J})),r.d(e,"F",(function(){return Q})),r.d(e,"Q",(function(){return H})),r.d(e,"c",(function(){return G})),r.d(e,"b",(function(){return Y}));var n=r("b775");function a(t){return Object(n["a"])({url:"/worder/Plan/pageList",method:"POST",data:t})}function o(t){return Object(n["a"])({url:"/appproject/ProjectInitSpaceRel/querySelectedSpace",method:"POST",data:t})}function c(t){return Object(n["a"])({url:"/appproject/SpaceLocation/page",method:"POST",data:t})}function u(t){return Object(n["a"])({url:"/worder/Plan/delete",method:"POST",data:t})}function i(t){return Object(n["a"])({url:"/worder/Plan/create",method:"POST",data:t})}function d(t){return Object(n["a"])({url:"/worder/Plan/findById",method:"POST",data:t})}function p(t){return Object(n["a"])({url:"/worder/Plan/batchStartPlan",method:"POST",data:t})}function s(t){return Object(n["a"])({url:"/worder/Plan/batchStopPlan",method:"POST",data:t})}function l(t){return Object(n["a"])({url:"/worder/Plan/batchUpdateChecker",method:"POST",data:t})}function f(t){return Object(n["a"])({url:"/worder/Task/pageList",method:"POST",data:t})}function m(t){return Object(n["a"])({url:"/worder/Task/queryStandardByPlan",method:"POST",data:t})}function h(t){return Object(n["a"])({url:"/appproject/Job/getJobList",method:"POST",data:t})}function b(t){return Object(n["a"])({url:"/company/Job/findByProjectUuidAndJobUuid",method:"POST",data:t})}function j(t){return Object(n["a"])({url:"/worder/Plan/planToTaskTimePage",method:"POST",data:t})}function O(t){return Object(n["a"])({url:"/worder/Task/examine",method:"POST",data:t})}function g(t){return Object(n["a"])({url:"/worder/Plan/update",method:"POST",data:t})}function y(t){return Object(n["a"])({url:"/worder/Plan/planToInfoPage",method:"POST",data:t})}function P(t){return Object(n["a"])({url:"/worder/Plan/queryStandImgGather",method:"POST",data:t})}function S(t){return Object(n["a"])({url:"/worder/Plan/addStandImgGather",method:"POST",data:t})}function v(t){return Object(n["a"])({url:"/worder/Plan/editShowCapWithStandard",method:"POST",data:t})}function T(t){return Object(n["a"])({url:"/worder/Plan/queryStandImgGatherByLocation",method:"POST",data:t})}function D(t){return Object(n["a"])({url:"/worder/Plan/addStandImgGatherByLocation",method:"POST",data:t})}function w(t){return Object(n["a"])({url:"/worder/Plan/realDelete",method:"POST",data:t})}function k(t){return Object(n["a"])({url:"/worder/Plan/invalidPlan",method:"POST",data:t})}function q(t){return Object(n["a"])({url:"/worder/Plan/startPlan",method:"POST",data:t})}function C(t){return Object(n["a"])({url:"/appproject/DutyReport/pageList",method:"POST",data:t})}function L(t){return Object(n["a"])({url:"/appproject/YdPool/listByRuleCodeNumber",method:"POST",data:t})}function E(t){return Object(n["a"])({url:"/worder/Task/queryStandardByTask_ex2",method:"POST",data:t})}function I(t){return Object(n["a"])({url:"/worder/Task/taskStandardAudit",method:"POST",data:t})}function _(t){return Object(n["a"])({url:"/worder/Task/queryByUuid",method:"POST",data:t})}function x(t){return Object(n["a"])({url:"/appproject/TaskInspectionsStandard/findOneByParam",method:"POST",data:t})}function B(t){return Object(n["a"])({url:"/appproject/TaskInspectionsStandard/allExecuteRecordImage",method:"POST",data:t})}function N(t){return Object(n["a"])({url:"/worder/Plan/pageListByContract",method:"POST",data:t})}function R(t){return Object(n["a"])({url:"/worder/Task/houseTaskPage",method:"POST",data:t})}function M(t){return Object(n["a"])({url:"/worder/Task/editUserUninterested",method:"POST",data:t})}function A(t){return Object(n["a"])({url:"/worder/Task/exportTask",method:"POST",responseType:"blob",data:t})}function U(t){return Object(n["a"])({url:"/appproject/SpaceLocation/projectPageList",method:"POST",data:t})}function $(t){return Object(n["a"])({url:"/appproject/LocationDeviceRelation/page",method:"POST",data:t})}function F(t){return Object(n["a"])({url:"/appproject/MemberCertificate/companyCertificateClassifyPageList",method:"POST",data:t})}function z(t){return Object(n["a"])({url:"/appproject/MemberCertificate/memberList",method:"POST",data:t})}function J(t){return Object(n["a"])({url:"/worder/Plan/changeAutoShowState",method:"POST",data:t})}function Q(t){return Object(n["a"])({url:"/appproject/TaskInspectionsStandard/ptuPageListBorad",method:"POST",data:t})}function H(t){return Object(n["a"])({url:"/worder/Plan/syncTaskStandard",method:"POST",data:t})}function G(t){return Object(n["a"])({url:"/appproject/PlanTemplate/pageList",method:"POST",data:t})}function Y(t){return Object(n["a"])({url:"/appproject/PlanTemplate/generatePlan",method:"POST",data:t})}}}]); |