1 line
63 KiB
JavaScript
1 line
63 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7b9ef0e9"],{"0a03":function(t,e,n){"use strict";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"app-container bgHeight"},[n("el-tabs",{attrs:{value:t.activeName,type:"border-card"},on:{"tab-click":t.handleClick}},[n("el-tab-pane",{attrs:{label:"考核报表",name:"report"}},["report"===t.activeName?n("report-Form"):t._e()],1),t._v(" "),n("el-tab-pane",{attrs:{label:"字段规则",name:"rules"}},["rules"===t.activeName?n("rules-List"):t._e()],1)],1)],1)},s=[],i=(n("a450"),function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[t.list?n("div",{staticClass:"contentStys"},[n("div",{staticClass:"planLst"},[n("span",[t._v("考核报表列表")]),t._v(" "),n("span",{staticClass:"addPlan"},[n("el-button",{directives:[{name:"points",rawName:"v-points",value:500,expression:"500"}],attrs:{type:"primary"},on:{click:t.addClick}},[t._v("新增报表")])],1)]),t._v(" "),n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.listLoading,expression:"listLoading"}],attrs:{data:t.listData,border:"","header-cell-style":t.headClass}},[n("el-table-column",{attrs:{label:"#",align:"center",width:"80"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[t._v(t._s(e.$index+(t.query.pageNumber-1)*t.query.pageSize+1)+" ")])]}}],null,!1,3830243315)}),t._v(" "),n("el-table-column",{attrs:{prop:"name",align:"center","show-overflow-tooltip":"",label:"报表名称"}}),t._v(" "),n("el-table-column",{attrs:{align:"center","show-overflow-tooltip":"",label:"状态"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[t._v(t._s(1==e.row.status?"未启用":2==e.row.status?"启用":3==e.row.status?"禁用":"-"))])]}}],null,!1,1176102729)}),t._v(" "),n("el-table-column",{attrs:{align:"center","show-overflow-tooltip":"",label:"创建人"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.memberName||"-")+"\n ")]}}],null,!1,863771207)}),t._v(" "),n("el-table-column",{attrs:{align:"center","show-overflow-tooltip":"",label:"创建时间"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.createdTime||"-")+"\n ")]}}],null,!1,2002091109)}),t._v(" "),n("el-table-column",{attrs:{label:"操作",align:"center"},scopedSlots:t._u([{key:"default",fn:function(e){return[e.row.status>0?n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.setClick(e.row)}}},[t._v("配置")]):t._e(),t._v(" "),1==e.row.status?n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.delClick(e.row)}}},[t._v("删除")]):t._e(),t._v(" "),2==e.row.status?n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.disableItem(e.row,3)}}},[t._v("禁用")]):t._e(),t._v(" "),1==e.row.status||3==e.row.status?n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.updateItem(e.row,2)}}},[t._v("启用")]):t._e(),t._v(" "),n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.editClick(e.row)}}},[t._v("编辑")])]}}],null,!1,2756202525)})],1),t._v(" "),n("div",{staticClass:"pagination"},[n("el-pagination",{attrs:{background:"","current-page":t.query.pageNumber,"page-sizes":[10,20,30,100],"page-size":t.query.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:t.total},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):t._e(),t._v(" "),n("el-dialog",{attrs:{title:t.title,visible:t.addVisible,width:"30%","before-close":t.closeAdd},on:{"update:visible":function(e){t.addVisible=e}}},[n("div",[n("el-form",{ref:"add",attrs:{model:t.add,"label-width":"100px"}},[n("el-form-item",{attrs:{label:"考核报表",prop:"name",rules:{required:!0,message:"请填写考核报表名称",trigger:"blur"}}},[n("el-input",{attrs:{maxlength:"12","show-word-limit":"",clearable:""},model:{value:t.add.name,callback:function(e){t.$set(t.add,"name",e)},expression:"add.name"}})],1),t._v(" "),n("el-form-item",[n("el-button",{on:{click:t.closeAdd}},[t._v("取 消")]),t._v(" "),"创建考核报表"==t.title?n("el-button",{attrs:{type:"primary"},on:{click:function(e){return t.addForm("add")}}},[t._v("确 定")]):n("el-button",{attrs:{type:"primary"},on:{click:function(e){return t.saveForm("add")}}},[t._v("保 存")])],1)],1)],1)]),t._v(" "),n("set-List",{ref:"set",attrs:{show:t.set},on:{back:t.back}})],1)}),o=[],r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.show?n("div",[n("el-page-header",{attrs:{content:"考核报表详情【"+t.saveData.name+"】"},on:{back:t.goBack}}),t._v(" "),n("el-card",{staticClass:"box-card",attrs:{shadow:"never"}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("div",{staticClass:"cardSet"},[n("span",[t._v("配置列表")]),t._v(" "),n("el-button",{staticStyle:{float:"right"},attrs:{type:"primary"},on:{click:t.setClick}},[t._v("报表配置")])],1)]),t._v(" "),n("el-table",{staticClass:"tableSort",attrs:{data:t.listData,border:"","header-cell-style":t.headClass}},[n("el-table-column",{attrs:{label:"#",type:"index",align:"center",width:"80"}}),t._v(" "),n("el-table-column",{attrs:{align:"center","show-overflow-tooltip":"",label:"字段名称"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[t._v(t._s(e.row.cname||"-"))])]}}],null,!1,1897114863)})],1)],1),t._v(" "),n("div",{staticClass:"backBtn"},[n("el-button",{on:{click:t.goBack}},[t._v("返回")])],1),t._v(" "),n("el-dialog",{staticClass:"dialogHead",attrs:{title:"考核报表字段配置",visible:t.setVisible,"destroy-on-close":"",width:"60%"},on:{"update:visible":function(e){t.setVisible=e},close:t.closeVisible}},[n("div",{staticClass:"selectContent"},[n("el-transfer",{attrs:{filterable:"",titles:["字段规则列表","已选字段"],"filter-method":t.filterMethod,"filter-placeholder":"输入字段名称搜索",data:t.list},model:{value:t.saveSelect,callback:function(e){t.saveSelect=e},expression:"saveSelect"}})],1),t._v(" "),n("span",{attrs:{slot:"footer"},slot:"footer"},[n("el-button",{directives:[{name:"points",rawName:"v-points",value:500,expression:"500"}],on:{click:t.closeVisible}},[t._v("取 消")]),t._v(" "),n("el-button",{directives:[{name:"points",rawName:"v-points",value:500,expression:"500"}],attrs:{type:"primary"},on:{click:t.updateSet}},[t._v("确 定")])],1)])],1):t._e()},c=[],l=(n("1bc7"),n("e7e2")),u=n.n(l),d=n("b775");function m(t){return Object(d["a"])({url:"/company/Assess/addInfo",method:"POST",data:t})}function p(t){return Object(d["a"])({url:"/company/Assess/listByCompanyId",method:"POST",data:t})}function f(t){return Object(d["a"])({url:"/company/Assess/deleteInfo",method:"POST",data:t})}function h(t){return Object(d["a"])({url:"/company/Assess/updateInfo",method:"POST",data:t})}function g(t){return Object(d["a"])({url:"/company/Assess/create",method:"POST",data:t})}function b(t){return Object(d["a"])({url:"/company/Assess/pageListAssess",method:"POST",data:t})}function y(t){return Object(d["a"])({url:"/company/Assess/update",method:"POST",data:t})}function v(t){return Object(d["a"])({url:"/company/Assess/delete",method:"POST",data:t})}function I(t){return Object(d["a"])({url:"/company/Assess/listRelById",method:"POST",data:t})}function k(t){return Object(d["a"])({url:"/company/Assess/listById",method:"POST",data:t})}function _(t){return Object(d["a"])({url:"/company/Assess/sortRel",method:"POST",data:t})}function D(t){return Object(d["a"])({url:"/project/FsCharges/findSubjectByUuid",method:"POST",data:t})}function O(t){return Object(d["a"])({url:"/hakocompany/ChargeReport/findByParam",method:"POST",data:t})}function S(t){return Object(d["a"])({url:"/hakocompany/ChargeReport/updateField",method:"POST",data:t})}var j={props:["show"],data:function(){return{saveData:{},setVisible:!1,company:{},listData:[],list:[],saveSelect:[]}},created:function(){this.company=JSON.parse(localStorage.getItem("companyInfo")),this.member=JSON.parse(localStorage.getItem("memberInfor"))},mounted:function(){this.getAllList()},methods:{init:function(t){this.saveData=t,this.getSetList(),this.rowDrop()},getSetList:function(){var t=this;I({id:this.saveData.id}).then((function(e){t.listData=e.data,t.saveSelect=[],e.data.length>0?e.data.forEach((function(e){t.saveSelect.push(e.cid)})):t.saveSelect=[]}))},rowDrop:function(){var t=document.querySelector(".tableSort .el-table__body-wrapper tbody"),e=this;u.a.create(t,{onEnd:function(t){e.listData.splice(t.newIndex,0,e.listData.splice(t.oldIndex,1)[0]);var n=e.listData.slice(0);e.listData=[],e.$nextTick((function(){e.listData=n,e.postSort(e.listData)}))}})},getAllList:function(){var t=this;k({id:this.company.osId}).then((function(e){e.data.forEach((function(t){t.key=t.id,t.label=t.name})),t.list=e.data}))},setClick:function(){this.setVisible=!0},filterMethod:function(t,e){return e.name.indexOf(t)>-1},updateSet:function(){var t=this;if(0!=this.saveSelect.length){var e=[],n=0;this.list.filter((function(a,s){t.saveSelect.indexOf(a.id)>-1&&(n++,e.push({cid:a.id,cname:a.name,sort:n}))})),console.log(e),_({assessId:this.saveData.id,updateList:e}).then((function(e){t.$message({message:"配置成功",type:"success"}),t.closeVisible(),t.getSetList()}))}else this.$message("请选择字段规则")},postSort:function(t){var e=this,n=t;n.forEach((function(t,e){t.sort=e+1})),_({assessId:this.saveData.id,updateList:n}).then((function(t){e.$message({message:"操作成功",type:"success"}),e.getSetList()}))},closeVisible:function(){this.setVisible=!1},goBack:function(){this.$emit("back")},headClass:function(){return"text-align:center;background:#FAFAFA;"}}},w=j,T=(n("ec86"),n("829d")),L=Object(T["a"])(w,r,c,!1,null,null,null),C=L.exports,x=n("4513"),P={components:{setList:C},data:function(){return{company:{},member:{},memberId:"",title:"创建考核报表",list:!0,set:!1,addVisible:!1,total:0,query:{pageNumber:1,pageSize:10},add:{name:""},listLoading:!1,listData:[]}},created:function(){this.company=JSON.parse(localStorage.getItem("companyInfo")),this.memberId=localStorage.getItem("memberId")},mounted:function(){this.getList(),this.getMemberInfor()},methods:{getMemberInfor:function(){var t=this;Object(x["p"])({id:this.memberId}).then((function(e){0===e.code&&null!=e.data&&(t.member=e.data.memberAddReqDTO)}))},getList:function(){var t=this;this.query.companyId=this.company.osId,b(this.query).then((function(e){t.listData=e.data.records,t.total=e.data.rowsCount}))},handleSizeChange:function(t){this.query.pageSize=t,this.query.pageNumber=1,this.getList()},handleCurrentChange:function(t){this.query.pageNumber=t,this.getList()},delClick:function(t){var e=this;this.$confirm("此操作将删除该考核报表, 是否继续?","删除",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){v({id:t.id}).then((function(t){e.$message({message:"删除成功",type:"success"}),e.getList()}))})).catch((function(){}))},disableItem:function(t,e){var n=this;this.$confirm("此操作将禁用该考核报表, 是否继续?","禁用",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){n.updateItem(t,e)})).catch((function(){}))},updateItem:function(t,e){var n=this;y({id:t.id,status:e}).then((function(t){n.$message({message:"操作成功",type:"success"}),n.getList()}))},addForm:function(t){var e=this;this.$refs[t].validate((function(t){t&&g({companyId:e.company.osId,memberId:e.member.id,memberName:e.member.name,name:e.add.name}).then((function(t){e.$message({message:"创建成功",type:"success"}),e.closeAdd(),e.getList()}))}))},saveForm:function(t){var e=this;this.$refs[t].validate((function(t){t&&y({id:e.add.id,name:e.add.name,companyId:e.company.osId}).then((function(t){e.$message({message:"修改成功",type:"success"}),e.closeAdd(),e.getList()}))}))},setClick:function(t){this.list=!1,this.set=!0,this.$nextTick((function(){this.$refs.set.init(t)}))},addClick:function(){this.addVisible=!0,this.title="创建考核报表"},editClick:function(t){this.title="编辑考核报表",this.add=JSON.parse(JSON.stringify(t)),this.addVisible=!0},closeAdd:function(){this.$refs["add"].resetFields(),this.add.name="",this.addVisible=!1},back:function(){this.list=!0,this.set=!1,this.getList()},headClass:function(){return"text-align:center;background:#FAFAFA;"}}},N=P,z=(n("97e5"),Object(T["a"])(N,i,o,!1,null,"652ebe28",null)),q=z.exports,B=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[t.list?n("div",{staticClass:"contentStys"},[n("div",{staticClass:"planLst"},[n("span",[t._v("考核字段规则列表 \n "),t._v(" "),n("i",{staticClass:"el-icon-message-solid message-solid-color",on:{click:t.queryUpdataProgress}})]),t._v(" "),n("span",{staticClass:"addPlan"},[n("el-button",{directives:[{name:"points",rawName:"v-points",value:500,expression:"500"}],attrs:{type:"primary"},on:{click:t.clickAdd}},[t._v("新增规则字段")])],1)]),t._v(" "),n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.listLoading,expression:"listLoading"}],attrs:{data:t.listData,border:"","header-cell-style":t.headClass}},[n("el-table-column",{attrs:{label:"#",align:"center",width:"80"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[t._v(t._s(e.$index+(t.query.pageNumber-1)*t.query.pageSize+1)+" ")])]}}],null,!1,3830243315)}),t._v(" "),n("el-table-column",{attrs:{prop:"name",align:"center","show-overflow-tooltip":"",label:"字段名称"}}),t._v(" "),n("el-table-column",{attrs:{align:"center","show-overflow-tooltip":"",label:"状态"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[t._v(t._s(1==e.row.status?"未启用":2==e.row.status?"启用":3==e.row.status?"禁用":"-"))])]}}],null,!1,1176102729)}),t._v(" "),n("el-table-column",{attrs:{align:"center","show-overflow-tooltip":"",label:"创建人"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[t._v(t._s(e.row.memberName||"-"))])]}}],null,!1,3231742716)}),t._v(" "),n("el-table-column",{attrs:{align:"center","show-overflow-tooltip":"",label:"创建时间"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[t._v(t._s(e.row.createdTime||"-"))])]}}],null,!1,2295064830)}),t._v(" "),n("el-table-column",{attrs:{align:"center","show-overflow-tooltip":"",label:"更新人"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[t._v(t._s(e.row.updaterName||"-"))])]}}],null,!1,2878080655)}),t._v(" "),n("el-table-column",{attrs:{align:"center","show-overflow-tooltip":"",label:"更新时间"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[t._v(t._s(e.row.updateTime||"-"))])]}}],null,!1,3170479983)}),t._v(" "),n("el-table-column",{attrs:{label:"操作",align:"center"},scopedSlots:t._u([{key:"default",fn:function(e){return[e.row.status>0?n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.editClick(e.row)}}},[t._v("编辑")]):t._e(),t._v(" "),n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.delClick(e.row)}}},[t._v("删除")]),t._v(" "),2==e.row.status?n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.disableItem(e.row,3)}}},[t._v("禁用")]):t._e(),t._v(" "),1==e.row.status||3==e.row.status?n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.updateItem(e.row,2)}}},[t._v("启用")]):t._e()]}}],null,!1,2034873801)})],1),t._v(" "),n("div",{staticClass:"pagination"},[n("el-pagination",{attrs:{background:"","current-page":t.query.pageNumber,"page-sizes":[10,20,30,100],"page-size":t.query.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:t.total},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):t._e(),t._v(" "),n("rule-Detail",{ref:"rule",attrs:{show:t.rule},on:{back:t.back}}),t._v(" "),n("el-dialog",{attrs:{title:"更新进度",visible:t.dialogVisible,width:"40%"},on:{"update:visible":function(e){t.dialogVisible=e}}},[n("el-table",{attrs:{data:t.updataProgress,height:"350px",fit:"",border:"",stripe:""}},[n("el-table-column",{attrs:{prop:"projectName",label:"项目","min-width":"150","show-overflow-tooltip":""}}),t._v(" "),n("el-table-column",{attrs:{prop:"status",label:"状态","min-width":"80",align:"center"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[t._v(t._s(1==e.row.status?"正在更新":"完成"))])]}}])}),t._v(" "),n("el-table-column",{attrs:{prop:"updateTime",label:"完成时间","min-width":"180",align:"center"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[t._v(t._s(e.row.updateTime||"-"))])]}}])})],1),t._v(" "),n("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[n("el-button",{on:{click:function(e){t.dialogVisible=!1}}},[t._v("关闭")])],1)],1)],1)},A=[],$=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.show?n("div",[n("el-page-header",{attrs:{content:t.title},on:{back:t.goBack}}),t._v(" "),n("div",{staticClass:"addTop"},[n("el-form",{ref:"add",attrs:{model:t.add,"label-width":"80px","label-position":"left","hide-required-asterisk":"",inline:!0}},[n("el-form-item",{attrs:{label:"字段名称",prop:"name",rules:{required:!0,message:"请填写字段名称",trigger:"blur"}}},[n("el-input",{staticStyle:{width:"400px"},attrs:{maxlength:"12","show-word-limit":"",clearable:"",placeholder:"输入字段规则名称"},model:{value:t.add.name,callback:function(e){t.$set(t.add,"name",e)},expression:"add.name"}})],1),t._v(" "),n("el-form-item",{attrs:{label:"结果显示",prop:"result"}},[n("el-radio-group",{model:{value:t.add.result,callback:function(e){t.$set(t.add,"result",e)},expression:"add.result"}},[n("el-radio",{attrs:{label:1}},[t._v("数值")]),t._v(" "),n("el-radio",{attrs:{label:2}},[t._v("百分百(%)")])],1)],1)],1),t._v(" "),n("el-form",{attrs:{"label-position":"left"}},[n("el-form-item",{attrs:{label:"考核公式","label-width":"80px"}},[n("div",{staticClass:"formulaContent"},t._l(t.formatArr,(function(e,a){return n("span",{key:a,class:[t.formatNum(e)?"numStyle":null]},[t._v(t._s(e))])})),0)])],1),t._v(" "),n("el-form",{attrs:{"label-position":"top"}},[n("div",{staticClass:"formulaSet"},[n("div",{staticClass:"formulaBtn"},[n("el-tabs",{model:{value:t.tabActive,callback:function(e){t.tabActive=e},expression:"tabActive"}},[n("el-tab-pane",{attrs:{label:"基本",name:"basic"}},t._l(t.formulaVal[0],(function(e,a){return n("el-form-item",{key:a,attrs:{label:e.title}},t._l(e.list,(function(e,a){return n("div",{key:a,staticClass:"btnSet"},t._l(e,(function(e,a){return n("span",{key:a},[n("el-button-group",{staticClass:"group-btn-set"},[n("el-button",{staticClass:"btn-w-180",attrs:{size:"small"},on:{click:function(n){return t.addBtn(e.name)}}},[t._v(t._s(e.name))]),t._v(" "),n("el-button",{staticClass:"icon-btn-set",attrs:{type:"primary",plain:"",size:"small"},on:{click:function(n){return t.checkBtnClick(e)}}},[n("i",{staticClass:"el-icon-success"})])],1)],1)})),0)})),0)})),1),t._v(" "),n("el-tab-pane",{attrs:{label:"回款明细",name:"detailed"}},t._l(t.formulaVal[1],(function(e,a){return n("el-form-item",{key:a,attrs:{label:e.title}},t._l(e.list,(function(e,a){return n("div",{key:a,staticClass:"btnSet"},t._l(e,(function(e,a){return n("span",{key:a},[n("el-button-group",{staticClass:"group-btn-set"},[n("el-button",{staticClass:"btn-w-180",attrs:{size:"small"},on:{click:function(n){return t.addBtn(e.name)}}},[t._v(t._s(e.name))]),t._v(" "),n("el-button",{staticClass:"icon-btn-set",attrs:{type:"primary",plain:"",size:"small"},on:{click:function(n){return t.checkBtnClick(e)}}},[n("i",{staticClass:"el-icon-success"})])],1)],1)})),0)})),0)})),1),t._v(" "),n("el-tab-pane",{attrs:{label:"预收款项明细",name:"advance"}},t._l(t.formulaVal[2],(function(e,a){return n("el-form-item",{key:a,attrs:{label:e.title}},t._l(e.list,(function(e,a){return n("div",{key:a,staticClass:"btnSet"},t._l(e,(function(e,a){return n("span",{key:a},[n("el-button-group",{staticClass:"group-btn-set"},[n("el-button",{staticClass:"btn-w-180",attrs:{size:"small"},on:{click:function(n){return t.addBtn(e.name)}}},[t._v(t._s(e.name))]),t._v(" "),n("el-button",{staticClass:"icon-btn-set",attrs:{type:"primary",plain:"",size:"small"},on:{click:function(n){return t.checkBtnClick(e)}}},[n("i",{staticClass:"el-icon-success"})])],1)],1)})),0)})),0)})),1)],1)],1),t._v(" "),n("div",{staticClass:"formulaEnter"},[n("el-form-item",{attrs:{label:"运算"}},[n("div",{staticStyle:{"margin-bottom":"20px"}},[n("el-button",{staticStyle:{width:"50px"},attrs:{plain:""},on:{click:function(e){return t.addBtn("+")}}},[t._v("+")]),t._v(" "),n("el-button",{staticStyle:{width:"50px"},attrs:{plain:""},on:{click:function(e){return t.addBtn("-")}}},[t._v("-")]),t._v(" "),n("el-button",{staticStyle:{width:"50px"},attrs:{plain:""},on:{click:function(e){return t.addBtn("*")}}},[t._v("×")]),t._v(" "),n("el-button",{staticStyle:{width:"50px"},attrs:{plain:""},on:{click:function(e){return t.addBtn("/")}}},[t._v("÷")])],1),t._v(" "),n("div",{staticStyle:{"margin-bottom":"20px"}},[n("el-button",{staticStyle:{width:"50px"},attrs:{plain:""},on:{click:function(e){return t.addBtn("(")}}},[t._v("(")]),t._v(" "),n("el-button",{staticStyle:{width:"50px"},attrs:{plain:""},on:{click:function(e){t.addBtn(")")}}},[t._v(")")]),t._v(" "),n("el-button",{staticStyle:{width:"115px"},attrs:{type:"primary",plain:""},on:{click:function(e){return t.addBtn("数值")}}},[t._v("插入数值")])],1),t._v(" "),n("div",{staticStyle:{"margin-bottom":"20px"}},[n("el-button",{staticStyle:{width:"115px"},attrs:{type:"danger",plain:""},on:{click:t.delBtn}},[t._v("删除")]),t._v(" "),n("el-popconfirm",{attrs:{title:"确定要清空已输入的所有公式吗?"},on:{confirm:t.clearClick}},[n("el-button",{staticStyle:{width:"115px","margin-left":"10px"},attrs:{slot:"reference",type:"danger"},slot:"reference"},[t._v("全部清空")])],1)],1)]),t._v(" "),n("div",t._l(t.numList,(function(e,a){return n("div",{key:a},[n("span",{staticClass:"setTitle"},[t._v(t._s("数值"+(a+1)))]),t._v(" "),n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.setClick(e)}}},[t._v("配置")])],1)})),0)],1)]),t._v(" "),n("el-form-item",{staticStyle:{"text-align":"right"}},[n("el-button",{on:{click:t.goBack}},[t._v("返回")]),t._v(" "),"编辑规则字段"==t.title?n("el-button",{attrs:{type:"primary"},on:{click:t.savePost}},[t._v("保存")]):t._e(),t._v(" "),"新增规则字段"==t.title?n("el-button",{attrs:{type:"primary"},on:{click:t.addPost}},[t._v("确定")]):t._e()],1)],1)],1),t._v(" "),n("el-dialog",{attrs:{title:t.dialogTitle,visible:t.setVisible,width:"40%","before-close":t.close},on:{"update:visible":function(e){t.setVisible=e}}},[n("div",[n("el-form",{staticClass:"demo-form-inline",attrs:{inline:!0}},[n("el-form-item",{attrs:{label:"统一数值"}},[n("el-input-number",{attrs:{"controls-position":"right",min:0},model:{value:t.allNum,callback:function(e){t.allNum=e},expression:"allNum"}})],1),t._v(" "),n("el-form-item",[n("el-button",{attrs:{type:"primary"},on:{click:t.setAll}},[t._v("应用全部")])],1)],1)],1),t._v(" "),n("el-table",{attrs:{data:t.numData,border:"","header-cell-style":t.headClass,height:"500"}},[n("el-table-column",{attrs:{label:"#",type:"index",align:"center",width:"50"}}),t._v(" "),n("el-table-column",{attrs:{prop:"name",align:"center","show-overflow-tooltip":"",label:"项目名称","min-width":"300"}}),t._v(" "),n("el-table-column",{attrs:{align:"center","show-overflow-tooltip":"",label:"数值",width:"150"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("el-input-number",{staticStyle:{width:"120px"},attrs:{"controls-position":"right",min:0},model:{value:e.row.setNum,callback:function(n){t.$set(e.row,"setNum",n)},expression:"scope.row.setNum"}})]}}],null,!1,990740845)})],1),t._v(" "),n("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[n("el-button",{attrs:{type:"primary"},on:{click:t.close}},[t._v("确 定")])],1)],1),t._v(" "),n("check-Val",{ref:"checkVal",attrs:{show:t.showCheck,formulaValArr:t.formulaValArr},on:{close:function(e){t.showCheck=!1}}})],1):t._e()},V=[],R=n("67d5"),F=n("dce5"),Q=n("1389"),E=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"checkVal-main"},[n("el-dialog",{attrs:{title:"原子字段校验",visible:t.show,width:"30%","close-on-press-escape":!1,"close-on-click-modal":!1,"before-close":t.handleClose},on:{"update:visible":function(e){t.show=e}}},[n("el-form",{ref:"valInfo",attrs:{model:t.valInfo,"label-width":"100px"}},[n("el-form-item",{attrs:{label:"原子字段"}},[n("el-select",{attrs:{"value-key":"name",filterable:"",placeholder:"选择原子字段"},on:{change:t.selectChange},model:{value:t.checkVal,callback:function(e){t.checkVal=e},expression:"checkVal"}},t._l(t.formulaValArr,(function(e,a){return n("el-option-group",{key:a,attrs:{label:e.title}},t._l(e.list,(function(t,e){return n("el-option",{key:e,attrs:{label:t.name,value:t}})})),1)})),1)],1),t._v(" "),n("el-form-item",{attrs:{label:"说明"}},[t._v("\n "+t._s(t.valInfo.tips||"-")+"\n ")]),t._v(" "),n("el-form-item",{attrs:{label:"图示"}},[t.valInfo.desImg.length>0?n("div",{staticClass:"desImgList"},t._l(t.valInfo.desImg,(function(e,a){return n("el-image",{key:a,staticClass:"desImg",attrs:{src:e,alt:"contain","preview-src-list":t.valInfo.desImg}})})),1):n("span",[t._v("-")])]),t._v(" "),n("el-form-item",{attrs:{label:"科目",prop:"subjectNo",rules:{required:!0,message:"请选择科目",trigger:"change"}}},[n("el-select",{attrs:{filterable:"",placeholder:"请选择项目",clearable:""},model:{value:t.valInfo.subjectNo,callback:function(e){t.$set(t.valInfo,"subjectNo",e)},expression:"valInfo.subjectNo"}},t._l(t.subjectList,(function(t){return n("el-option",{key:t.id,attrs:{label:t.name,value:t.code}})})),1)],1),t._v(" "),n("el-form-item",{attrs:{label:"项目",prop:"projectUuid",rules:{required:!0,message:"请选择项目",trigger:"change"}}},[n("el-select",{attrs:{filterable:"",placeholder:"请选择项目",clearable:""},model:{value:t.valInfo.projectUuid,callback:function(e){t.$set(t.valInfo,"projectUuid",e)},expression:"valInfo.projectUuid"}},t._l(t.projectList,(function(t){return n("el-option",{key:t.uuid,attrs:{label:t.name,value:t.uuid}})})),1)],1),t._v(" "),n("el-form-item",{attrs:{label:"年月",prop:"month",rules:{required:!0,message:"请选择年月",trigger:"change"}}},[n("el-date-picker",{attrs:{format:"yyyy-MM","value-format":"yyyy-MM",type:"month",placeholder:"选择月"},model:{value:t.valInfo.month,callback:function(e){t.$set(t.valInfo,"month",e)},expression:"valInfo.month"}})],1),t._v(" "),n("el-form-item",{attrs:{label:"原子字段值"}},[t.searchNull?t._e():n("div",[t.checkInfo?n("div",[n("span",{staticStyle:{"font-weight":"bold",color:"#FF6B6B","font-size":"16px"}},[t._v(t._s(t.checkInfo.amount))]),t._v(" "),n("span",{staticStyle:{"font-size":"12px",color:"#cdcdcd"}},[t._v("更新于:"+t._s(t.checkInfo.updateDate))])]):n("div",[t._v("-")])]),t._v(" "),t.searchNull?n("div",{staticStyle:{color:"#FF6B6B"}},[t._v("查无此数据")]):t._e(),t._v(" "),t.showDiv?n("el-radio",{attrs:{label:0},on:{input:t.changeType},model:{value:t.checkInfo.type,callback:function(e){t.$set(t.checkInfo,"type",e)},expression:"checkInfo.type"}},[t._v("报表展示值(原子字段值)")]):t._e()],1),t._v(" "),t.showDiv?n("el-form-item",{attrs:{label:"人工修改值"}},[t.isEnter?t._e():n("div",[n("div",[t.searchNull?t._e():n("span",{staticStyle:{"font-weight":"bold",color:"#409EFF","font-size":"16px"}},[t._v(t._s(t.checkInfo.amountArtificial))]),t._v(" "),t.searchNull?n("span",[t._v("-")]):t._e(),t._v(" "),n("el-button",{attrs:{type:"text"},on:{click:function(e){return t.toEnter(t.checkInfo)}}},[n("i",{staticClass:"el-icon-edit"})])],1),t._v(" "),n("el-radio",{attrs:{label:1},on:{input:t.changeType},model:{value:t.checkInfo.type,callback:function(e){t.$set(t.checkInfo,"type",e)},expression:"checkInfo.type"}},[t._v("报表展示值(人工修改值)")])],1),t._v(" "),t.isEnter?n("div",[n("el-input-number",{attrs:{"controls-position":"right",min:0,precision:2,size:"medium"},model:{value:t.checkDiy.num,callback:function(e){t.$set(t.checkDiy,"num",e)},expression:"checkDiy.num"}}),t._v(" "),n("el-button",{attrs:{type:"text"},on:{click:t.enterConfirm}},[t._v("确定")]),t._v(" "),n("el-button",{staticStyle:{color:"#FF6B6B"},attrs:{type:"text"},on:{click:t.escEnter}},[t._v("取消")])],1):t._e()]):t._e(),t._v(" "),n("el-form-item",{attrs:{label:""}},[n("el-button",{attrs:{type:"primary"},on:{click:t.getCheckValInfo}},[t._v("校 验")]),t._v(" "),n("el-button",{on:{click:t.handleClose}},[t._v("取 消")])],1)],1)],1)],1)},J=[],U=(n("8dee"),{props:{show:{type:Boolean,default:!1},formulaValArr:{type:Array,default:function(){return[]}}},data:function(){return{formulaVal:Q,countList:F["z"],name:"",company:{},projectList:[],subjectList:[],valInfo:{name:"",tips:"",desImg:"",projectUuid:"",subjectNo:"",month:""},checkInfo:"",searchNull:!1,checkVal:"",showDiv:!1,isEnter:!1,checkDiy:{num:0}}},mounted:function(){this.company=JSON.parse(localStorage.getItem("companyInfo")),this.getProjectInfo(),this.getSubjectList()},methods:{init:function(t){this.checkVal={name:t.name,tips:t.tip,desImg:t.desImg},this.valInfo.name=t.name,this.valInfo.tips=t.tip,this.valInfo.desImg=t.desImg,this.showDiv=!1,this.isEnter=!1},selectChange:function(t){this.checkInfo="",this.searchNull=!1,this.valInfo.name=t.name,this.valInfo.tips=t.tip,this.valInfo.desImg=t.desImg,this.showDiv=!1},getProjectInfo:function(){var t=this;Object(R["j"])({id:this.company.osId,attribute:1}).then((function(e){0===e.code&&e.data?t.projectList=e.data:t.projectList=[]}))},getSubjectList:function(){var t=this;D({companyId:this.company.osId}).then((function(e){0===e.code&&e.data?t.subjectList=e.data:t.subjectList=[]}))},getCheckValInfo:function(){var t=this;this.$refs["valInfo"].validate((function(e){if(e){var n=t.countList.filter((function(e){return e.label==t.valInfo.name})),a=n[0].value.replace(/\./g,""),s={projectUuid:t.valInfo.projectUuid,subjectNo:t.valInfo.subjectNo,year:t.valInfo.month.substring(0,4),month:t.valInfo.month.substring(5),strCode:a};O(s).then((function(e){0==e.code&&e.data?(t.searchNull=!1,t.checkInfo=e.data):(t.checkInfo="",t.searchNull=!0),"Q1"!=a&&"Q4"!==a||(t.showDiv=!0)}))}}))},handleClose:function(){this.$refs["valInfo"].resetFields(),this.checkInfo="",this.checkVal="",this.searchNull=!1,this.$emit("close")},toEnter:function(){this.isEnter=!0;var t=JSON.parse(JSON.stringify(this.checkInfo));this.checkDiy.num=t.amountArtificial},enterConfirm:function(){var t=this;if(null!=this.checkDiy.num&&void 0!=this.checkDiy.num){var e={projectUuid:this.checkInfo.projectUuid,subjectNo:this.checkInfo.subjectNo,year:this.checkInfo.year,strCode:this.checkInfo.strCode,amountArtificial:this.checkDiy.num};S(e).then((function(e){0==e.code&&(t.$message.success("修改成功"),t.escEnter(),t.getCheckValInfo())}))}else this.$message.error("请输入人工修改的数值")},escEnter:function(){this.isEnter=!1,this.checkDiy.num=void 0},changeType:function(t){var e=this,n={projectUuid:this.checkInfo.projectUuid,subjectNo:this.checkInfo.subjectNo,year:this.checkInfo.year,strCode:this.checkInfo.strCode,type:t};S(n).then((function(t){0==t.code&&(e.$message.success("设置成功"),e.getCheckValInfo())}))}}}),M=U,W=(n("ffc1"),Object(T["a"])(M,E,J,!1,null,"1b4a3a25",null)),H=W.exports,Y={props:["show"],components:{checkVal:H},data:function(){return{company:{},member:{},countList:F["z"],formulaVal:Q,title:"新增规则字段",dialogTitle:"公式数值配置",tabActive:"basic",projectList:[],saveList:[],saveText:[],formatArr:[],formulaReal:"",numList:[],setVisible:!1,numData:[],memberId:"",add:{name:"",result:1},allNum:void 0,showCheck:!1,formulaValArr:[]}},created:function(){console.log(this.formulaVal),this.company=JSON.parse(localStorage.getItem("companyInfo")),this.memberId=localStorage.getItem("memberId")},mounted:function(){this.getProjectInfo(),this.getMemberInfor(),this.setformulaValArr()},methods:{init:function(t,e){"add"==e?this.title="新增规则字段":"edit"==e&&(this.title="编辑规则字段",this.setData(t))},setformulaValArr:function(){var t=[];this.formulaVal.forEach((function(e){e.forEach((function(e){var n=[];e.list.forEach((function(t){t.forEach((function(t){n.push(t)}))})),t.push({title:e.title,list:n})}))})),this.formulaValArr=t},setData:function(t){var e=this,n=JSON.parse(JSON.stringify(t));this.add.name=n.name,this.add.result=n.result,this.add.id=n.id,this.saveText=JSON.parse(n.formulaText);var a=JSON.parse(n.formula);a.length>0?a.forEach((function(t){console.log(t),e.numList.push(t.list)})):this.numList=[],this.getFormatArr()},getMemberInfor:function(){var t=this;Object(x["p"])({id:this.memberId}).then((function(e){0===e.code&&null!=e.data&&(t.member=e.data.memberAddReqDTO)}))},getProjectInfo:function(){var t=this;Object(R["j"])({id:this.company.osId,attribute:1}).then((function(e){if(0===e.code&&e.data){var n=[];e.data.forEach((function(t){n.push({name:t.name,uuid:t.uuid,setNum:0})})),t.saveList=n,t.projectList=e.data}else t.projectList=[]}))},addBtn:function(t){"数值"==t&&this.numList.push(JSON.parse(JSON.stringify(this.saveList))),this.saveText.push(t),this.getFormatArr()},getFormatArr:function(){var t=this,e=JSON.parse(JSON.stringify(this.saveText)),n=[],a=[],s=0;e.map((function(e,i){var o=t.countList.filter((function(t){return t.label==e}));o.length>0?(a.push(o[0].value),n.push(o[0].label)):"数值"==e?(s++,n.push("数值".concat(s)),a.push("num_".concat(s))):(n.push(e),a.push(e))})),this.formatArr=n,this.formulaReal=a.join("")},delBtn:function(){this.saveText.length>0&&("数值"==this.saveText[this.saveText.length-1].substr(0,2)?(this.saveText.splice(this.saveText.length-1,1),this.numList.splice(this.numList.length-1,1)):this.saveText.splice(this.saveText.length-1,1),this.getFormatArr())},clearClick:function(){this.saveText=[],this.formatArr=[],this.formulaReal="",this.numList=[]},formatNum:function(t){return"数值"==t.substr(0,2)},setClick:function(t){this.setVisible=!0,this.$nextTick((function(){this.numData=t}))},close:function(){var t=[];if(this.numData.length>0&&this.numData.forEach((function(e){e.setNum>=0||t.push(e)})),t.length>0)return this.$message("有项目配置未正确填写"),!1;this.setVisible=!1},addPost:function(){var t=this;this.$refs["add"].validate((function(e){if(e){if(!t.getData())return;m(t.getData()).then((function(e){t.$message({message:"创建成功",type:"success"}),t.goBack()}))}}))},savePost:function(){var t=this;this.$refs["add"].validate((function(e){if(e){var n=t.getData();n.id=t.add.id,h(n).then((function(e){t.$message({message:"编辑成功",type:"success"}),t.goBack()}))}}))},getData:function(){var t={};if(0==this.saveText.length)return this.$message("请输入考核公式"),!1;var e=[];return this.numList.length>0?this.numList.forEach((function(t,n){e.push({row:"num_".concat(n+1),list:t})})):e=[],t={companyId:this.company.osId,formulaReal:this.formulaReal,memberId:this.member.id,memberName:this.member.name,name:this.add.name,result:this.add.result,formula:JSON.stringify(e),formulaText:JSON.stringify(this.saveText)},t},setAll:function(){var t=this;this.allNum>=0?this.numData.length>0&&this.numData.forEach((function(e){e.setNum=t.allNum})):this.$message("请输入统一设置的数值")},goBack:function(){this.$refs["add"].resetFields(),this.clearClick(),this.$emit("back")},headClass:function(){return"text-align:center;background:#FAFAFA;"},checkBtnClick:function(t){this.showCheck=!0,this.$nextTick((function(){this.$refs.checkVal.init(t)}))}}},G=Y,K=(n("2750"),Object(T["a"])(G,$,V,!1,null,null,null)),X=K.exports,Z=n("b071"),tt={components:{ruleDetail:X},data:function(){return{total:0,list:!0,rule:!1,query:{pageNumber:1,pageSize:10},listLoading:!1,listData:[],updataFiledLoading:!1,dialogVisible:!1,updataProgress:[]}},created:function(){this.company=JSON.parse(localStorage.getItem("companyInfo")),this.getList()},methods:{getList:function(){var t=this;this.query.companyId=this.company.osId,p(this.query).then((function(e){t.listData=e.data.records,t.total=e.data.rowsCount}))},handleSizeChange:function(t){this.query.pageSize=t,this.query.pageNumber=1,this.getList()},handleCurrentChange:function(t){this.query.pageNumber=t,this.getList()},delClick:function(t){var e=this;this.$confirm("此操作将删除该考核字段规则, 是否继续?","删除",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){f({id:t.id}).then((function(t){e.$message({message:"删除成功",type:"success"}),e.getList()}))})).catch((function(){}))},disableItem:function(t,e){var n=this;this.$confirm("此操作将禁用该考核报表, 是否继续?","禁用",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){n.updateItem(t,e)})).catch((function(){}))},updateItem:function(t,e){var n=this;h({id:t.id,status:e}).then((function(t){n.$message({message:"操作成功",type:"success"}),n.getList()}))},editClick:function(t){this.list=!1,this.rule=!0,this.$nextTick((function(){this.$refs.rule.init(t,"edit")}))},clickAdd:function(){this.list=!1,this.rule=!0,this.$nextTick((function(){this.$refs.rule.init("","add")}))},back:function(){this.list=!0,this.rule=!1,this.getList()},updataFiled:function(){var t=this;this.$confirm("由于计算数据量较大,每天已有系统自动更新,请确认是否立刻更新?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){t.updataFiledFun()})).catch((function(){}))},updataFiledFun:function(){var t=this,e={companyId:this.company.osId};this.updataFiledLoading=!0,Object(Z["N"])(e).then((function(e){0===e.code?(t.$message({message:"努力更新中...,数据计算量较大,请稍后在收入考核报表中查看",type:"success"}),setTimeout((function(){t.updataFiledLoading=!1}),3e4)):(t.updataFiledLoading=!1,t.$message({message:"更新失败",type:"error"}))})).catch((function(){t.updataFiledLoading=!1}))},queryUpdataProgress:function(){var t=this,e={companyId:this.company.osId};Object(Z["F"])(e).then((function(e){0===e.code?(t.updataProgress=e.data,t.dialogVisible=!0):t.updataProgress=[]}))},headClass:function(){return"text-align:center;background:#FAFAFA;"}}},et=tt,nt=(n("b41a"),Object(T["a"])(et,B,A,!1,null,"6af6bdf0",null)),at=nt.exports,st={components:{reportForm:q,rulesList:at},data:function(){return{activeName:"report"}},methods:{handleClick:function(t){this.activeName=t.name}}},it=st,ot=Object(T["a"])(it,a,s,!1,null,null,null);e["default"]=ot.exports},"0d04":function(t,e,n){},1389:function(t){t.exports=[[{title:"D本年当月支付维度",list:[[{name:"D往年回款",tip:"支付时间为本月,且账期为往年的金额",desImg:["https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/D-wangnianhuikuanS.png","https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/D-wangnianhuikuan2.png"]},{name:"D去年回款",tip:"支付时间为本月,且账期为去年的金额",desImg:["https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/D-qunianhuikuan2N.png","https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/D2_byhkNextY.png"]}],[{name:"D2往月应收",tip:"本年往月总的应收金额",desImg:[]},{name:"D2往月回款",tip:"支付时间为所有,且账期为往月的金额",desImg:["https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/D2_wyhk.png","https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/D2_wyhk3.png"]},{name:"D2往月应收未收款",tip:"本年往月总的应收未收款金额",desImg:[]},{name:"D往月回款",tip:"支付时间为本月,且账期为往月的金额",desImg:["https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/D-wangyuehuikuan.png","https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/D-wangyuehuikuan2.png"]}],[{name:"D往年回款违约金",tip:"",desImg:[]},{name:"D去年回款违约金",tip:"",desImg:[]},{name:"D往月回款违约金",tip:"",desImg:[]}],[{name:"D2本月应收",tip:"本年本月总应收金额,只统计应收:完成缴费、未缴费、部分缴费、缴费中这四个状态的数据",desImg:[]},{name:"D2本月回款",tip:"账期为本月的已支付金额",desImg:["https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/D2-benyuehuikuan.png","https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/D2-benyuehuikuan2.png"]},{name:"D2本月应收未收款",tip:"账期为本月的应收未收款金额",desImg:[]},{name:"D本月回款",tip:"支付时间为本月,且账期为本月的金额",desImg:["https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/D-benyuehuikuan.png","https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/D-benyuehuikuan2.png"]},{name:"D3本月回款",tip:"“D3本月回款”支付时间截至到对应账期最后一日",desImg:[]},{name:"D3往月回款",tip:"",desImg:["https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/test/tp.png"]},{name:"D3往月违约金回款",tip:"",desImg:["https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/test/tp.png"]}],[{name:"D2后月应收",tip:"本年本月之后月份账期的总应收金额",desImg:[]},{name:"D2后月回款",tip:"提示文字: 支付时间为所有,且账期为后月的金额",desImg:["https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/D2_hyhk.png","https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/D2_hyhk2.png"]},{name:"D2后月应收未收款",tip:"本年后月总的应收未收款金额",desImg:[]},{name:"D后月回款",tip:"支付时间为本月,且账期为本年后月的金额",desImg:["https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/D-houyuehuikuan.png","https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/D-houyuehuikuan2.png"]}],[{name:"D2往月应收违约金",tip:"",desImg:[]},{name:"D2往月违约金回款",tip:"",desImg:[]},{name:"D2往月应收未收违约金",tip:"",desImg:[]}],[{name:"D2本月应收违约金",tip:"",desImg:[]},{name:"D2本月违约金回款",tip:"",desImg:[]},{name:"D2本月应收未收违约金",tip:"",desImg:[]}],[{name:"D2后月应收违约金",tip:"",desImg:[]},{name:"D2后月违约金回款",tip:"",desImg:[]},{name:"D2后月应收未收违约金",tip:"",desImg:[]}]]},{title:"DL本年动态累计",list:[[{name:"DL往月回款",tip:"支付时间为本年,账期为本月前面的月份",desImg:["https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/DL_wangyue.png","https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/DL-wangyue2.png"]},{name:"DL本月回款",tip:"支付时间为本年,且账期为本月的金额",desImg:["https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/DL-benyue.png","https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/DL-benyue2.png"]},{name:"DL后月回款",tip:"支付时间为本年,账期为本月后面的月份",desImg:["https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/DL-houyue.png","https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/DL-houyue2.png"]}]]},{title:"Q本年收入全维度",list:[[{name:"Q年初往年欠款",tip:"往年的总应收金额",desImg:[]},{name:"Q往年回款",tip:"本年内支付的,账期为往年的金额",desImg:["https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/Q-wangnian.png"]},{name:"Q往年应收未收款",tip:"往年总应收未收款金额",desImg:[]}],[{name:"Q年初去年欠款",tip:"去年的总应收金额",desImg:[]},{name:"Q去年回款",tip:"本年内支付的,账期为去年的金额",desImg:["https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/Q-qunian.png"]},{name:"Q去年应收未收款",tip:"去年总应收未收款金额",desImg:[]}],[{name:"Q2本年应收",tip:"本年总应收金额",desImg:[]},{name:"Q2本年回款",tip:"支付时间为所有,且账期为本年的金额",desImg:["https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/Q2_bnhk.png","https://sqy-oss-test.oss-cn-guangzhou.aliyuncs.com/static/filedImg/Q2_bnhk2.png"]},{name:"Q2本年应收未收款",tip:"本年总的应收未收款金额",desImg:[]},{name:"Q本年回款",tip:"本年内支付的,账期为本年的金额",desImg:[]}],[{name:"Q年初往年应收违约金",tip:"",desImg:[]},{name:"Q往年违约金回款",tip:"",desImg:[]},{name:"Q往年应收未收违约金",tip:"",desImg:[]}],[{name:"Q年初去年应收违约金",tip:"",desImg:[]},{name:"Q去年违约金回款",tip:"",desImg:[]},{name:"Q去年应收未收违约金",tip:"",desImg:[]}]]},{title:"引用",list:[[{name:"本月收入预算",tip:"预算对应科目的收入预算数据",desImg:[]},{name:"当前累计收入预算",tip:"为当月及之前月份的累计收入,例如当月为4月,则该为1-4月的收入预算之和",desImg:[]},{name:"全年收入预算",tip:"全年该科目预算之和",desImg:[]},{name:"当前月份数值",tip:"例如当月为4月,则为4,5月则为5",desImg:[]}]]}],[{title:"D本年当月支付维度-回款明细",list:[[{name:"D往年回款【特殊减免】",tip:"",desImg:[]},{name:"D往年回款【雨滴积分】",tip:"",desImg:[]},{name:"D往年回款【货币积分】",tip:"",desImg:[]},{name:"D往年回款【押金转】",tip:"",desImg:[]}],[{name:"D去年回款【特殊减免】",tip:"",desImg:[]},{name:"D去年回款【雨滴积分】",tip:"",desImg:[]},{name:"D去年回款【货币积分】",tip:"",desImg:[]},{name:"D去年回款【押金转】",tip:"",desImg:[]}],[{name:"D2往月回款【特殊减免】",tip:"",desImg:[]},{name:"D2往月回款【雨滴积分】",tip:"",desImg:[]},{name:"D2往月回款【货币积分】",tip:"",desImg:[]},{name:"D2往月回款【押金转】",tip:"",desImg:[]}],[{name:"D往月回款【特殊减免】",tip:"",desImg:[]},{name:"D往月回款【雨滴积分】",tip:"",desImg:[]},{name:"D往月回款【货币积分】",tip:"",desImg:[]},{name:"D往月回款【押金转】",tip:"",desImg:[]}],[{name:"D2本月回款【特殊减免】",tip:"",desImg:[]},{name:"D2本月回款【雨滴积分】",tip:"",desImg:[]},{name:"D2本月回款【货币积分】",tip:"",desImg:[]},{name:"D2本月回款【押金转】",tip:"",desImg:[]}],[{name:"D3本月回款【特殊减免】",tip:"",desImg:[]},{name:"D3本月回款【雨滴积分】",tip:"",desImg:[]},{name:"D3本月回款【货币积分】",tip:"",desImg:[]},{name:"D3本月回款【押金转】",tip:"",desImg:[]}],[{name:"D本月回款【特殊减免】",tip:"",desImg:[]},{name:"D本月回款【雨滴积分】",tip:"",desImg:[]},{name:"D本月回款【货币积分】",tip:"",desImg:[]},{name:"D本月回款【押金转】",tip:"",desImg:[]}],[{name:"D2后月回款【特殊减免】",tip:"",desImg:[]},{name:"D2后月回款【雨滴积分】",tip:"",desImg:[]},{name:"D2后月回款【货币积分】",tip:"",desImg:[]},{name:"D2后月回款【押金转】",tip:"",desImg:[]}],[{name:"D后月回款【特殊减免】",tip:"",desImg:[]},{name:"D后月回款【雨滴积分】",tip:"",desImg:[]},{name:"D后月回款【货币积分】",tip:"",desImg:[]},{name:"D后月回款【押金转】",tip:"",desImg:[]}],[{name:"D往年回款违约金【特殊减免】",tip:"",desImg:[]},{name:"D去年回款违约金【特殊减免】",tip:"",desImg:[]},{name:"D2往月回款违约金【特殊减免】",tip:"",desImg:[]},{name:"D2本月回款违约金【特殊减免】",tip:"",desImg:[]}]]},{title:"DL本年动态累积-回款明细",list:[[{name:"DL往月回款【特殊减免】",tip:"",desImg:[]},{name:"DL往月回款【雨滴积分】",tip:"",desImg:[]},{name:"DL往月回款【货币积分】",tip:"",desImg:[]},{name:"DL往月回款【押金转】",tip:"",desImg:[]}],[{name:"DL本月回款【特殊减免】",tip:"",desImg:[]},{name:"DL本月回款【雨滴积分】",tip:"",desImg:[]},{name:"DL本月回款【货币积分】",tip:"",desImg:[]},{name:"DL本月回款【押金转】",tip:"",desImg:[]}],[{name:"DL后月回款【特殊减免】",tip:"",desImg:[]},{name:"DL后月回款【雨滴积分】",tip:"",desImg:[]},{name:"DL后月回款【货币积分】",tip:"",desImg:[]},{name:"DL后月回款【押金转】",tip:"",desImg:[]}]]},{title:"Q本年收入全维度-回款明细",list:[[{name:"Q往年回款【特殊减免】",tip:"",desImg:[]},{name:"Q往年回款【雨滴积分】",tip:"",desImg:[]},{name:"Q往年回款【货币积分】",tip:"",desImg:[]},{name:"Q往年回款【押金转】",tip:"",desImg:[]}],[{name:"Q去年回款【特殊减免】",tip:"",desImg:[]},{name:"Q去年回款【雨滴积分】",tip:"",desImg:[]},{name:"Q去年回款【货币积分】",tip:"",desImg:[]},{name:"Q去年回款【押金转】",tip:"",desImg:[]}],[{name:"Q2本年回款【特殊减免】",tip:"",desImg:[]},{name:"Q2本年回款【雨滴积分】",tip:"",desImg:[]},{name:"Q2本年回款【货币积分】",tip:"",desImg:[]},{name:"Q2本年回款【押金转】",tip:"",desImg:[]}],[{name:"Q本年回款【特殊减免】",tip:"",desImg:[]},{name:"Q本年回款【雨滴积分】",tip:"",desImg:[]},{name:"Q本年回款【货币积分】",tip:"",desImg:[]},{name:"Q本年回款【押金转】",tip:"",desImg:[]}],[{name:"Q往年回款违约金【特殊减免】",tip:"",desImg:[]},{name:"Q去年回款违约金【特殊减免】",tip:"",desImg:[]}]]}],[{title:"D本年当月支付维度-预收明细",list:[[{name:"D2预缴【货币】收入",tip:"D2预缴(货币)收入=DL(货币)余额 + D2(货币)转结 + D2(货币)退款 - DL去年转结(货币)余额",desImg:[]},{name:"D2【货币】结转",tip:"该“对应科目”下,支付时间(即:应收-支付/销单时间)为当月的预缴/抵扣货币支付账户转结订单,“消费”",desImg:[]},{name:"D2【货币】退款",tip:"该“对应科目”下,交易时间(即:预缴实收时间-退款类型)为当月的预缴/抵扣货币支付账户退款的金额,“退款”",desImg:[]}],[{name:"D2预缴【雨滴】收入",tip:"D2预缴(雨滴)收入=DL(雨滴)余额 + D2(雨滴)转结 + D2(雨滴)退款 - DL去年转结(雨滴)余额",desImg:[]},{name:"D2【雨滴】结转",tip:"",desImg:[]},{name:"D2【雨滴】退款",tip:"",desImg:[]}]]},{title:"DL本年动态累计-预收明细",list:[[{name:"DL预缴【货币】收入",tip:"DL预缴(货币)收入=DL(货币)余额 + DL(货币)转结 + DL(货币)退款 - DL去年转结(货币)余额",desImg:[]},{name:"DL【货币】结转",tip:"该“对应科目”下,支付时间(即:应收-支付/销单时间)为本年的预缴/抵扣货币支付账户转结订单,“消费”",desImg:[]},{name:"DL【货币】退款",tip:"该“对应科目”下,交易时间(即:预缴实收时间-退款类型)为本年的预缴/抵扣货币支付账户退款的金额",desImg:[]},{name:"DL【货币】余额",tip:"DL(货币)余额 =【DL预缴(货币)收入 - DL(货币)转结 - DL(货币)退款】 + DL去年转结(货币)余额",desImg:[]},{name:"DL去年【货币】结转余额",tip:"转结余额:= 截止今年1月1日0点0分0秒 的货币账户余额数据之和(取去年最后一笔交易后金额)按年存该数据,理论上一年更新一次。",desImg:[]}],[{name:"DL预缴【雨滴】收入",tip:"DL预缴(雨滴)收入=DL(雨滴)余额 + DL(雨滴)转结 + DL(雨滴)退款 - DL去年转结(雨滴)余额",desImg:[]},{name:"DL【雨滴】结转",tip:"",desImg:[]},{name:"DL【雨滴】退款",tip:"",desImg:[]},{name:"DL【雨滴】余额",tip:"",desImg:[]},{name:"DL去年【雨滴】结转余额",tip:"",desImg:[]}]]}]]},2750:function(t,e,n){"use strict";n("5f8e")},3619:function(t,e,n){},4513:function(t,e,n){"use strict";n.d(e,"v",(function(){return s})),n.d(e,"w",(function(){return i})),n.d(e,"x",(function(){return o})),n.d(e,"l",(function(){return r})),n.d(e,"t",(function(){return c})),n.d(e,"j",(function(){return l})),n.d(e,"o",(function(){return u})),n.d(e,"u",(function(){return d})),n.d(e,"b",(function(){return m})),n.d(e,"p",(function(){return p})),n.d(e,"D",(function(){return f})),n.d(e,"B",(function(){return h})),n.d(e,"q",(function(){return g})),n.d(e,"c",(function(){return b})),n.d(e,"s",(function(){return y})),n.d(e,"i",(function(){return v})),n.d(e,"n",(function(){return I})),n.d(e,"a",(function(){return k})),n.d(e,"g",(function(){return _})),n.d(e,"d",(function(){return D})),n.d(e,"f",(function(){return O})),n.d(e,"C",(function(){return S})),n.d(e,"m",(function(){return j})),n.d(e,"y",(function(){return w})),n.d(e,"r",(function(){return T})),n.d(e,"e",(function(){return L})),n.d(e,"z",(function(){return C})),n.d(e,"A",(function(){return x})),n.d(e,"h",(function(){return P})),n.d(e,"k",(function(){return N}));var a=n("b775");function s(){return Object(a["a"])({url:"/company/organizationalStructure/updateOrgnization",method:"post"})}function i(t){return Object(a["a"])({url:"/company/organizationalStructure/findOsTree",method:"post",data:t})}function o(t){return Object(a["a"])({url:"/company/organizationalStructure/findOsTreeV2",method:"post",data:t})}function r(t){return Object(a["a"])({url:"/company/OrganizationRoleRel/findProjectByRoleIdAndParent",method:"post",data:t})}function c(t){return Object(a["a"])({url:"/company/member/pageListByCompanyId",method:"post",data:t})}function l(t){return Object(a["a"])({url:"/company/member/findByProjectUuidAndJobUuid",method:"post",data:t})}function u(t){return Object(a["a"])({url:"/company/member/getList",method:"post",data:t})}function d(t){return Object(a["a"])({url:"/company/organizationalStructure/findOsPathList",method:"post",data:t})}function m(t){return Object(a["a"])({url:"/company/member/create",method:"post",data:t})}function p(t){return Object(a["a"])({url:"/company/member/findById",method:"post",data:t})}function f(t){return Object(a["a"])({url:"/company/member/update",method:"post",data:t})}function h(t){return Object(a["a"])({url:"/company/member/suspendMember",method:"post",data:t})}function g(t){return Object(a["a"])({url:"/enterprise/os/memberQuit/".concat(t.memberUuid),method:"post"})}function b(t){return Object(a["a"])({url:"/company/organizationalStructure/create",method:"post",data:t})}function y(t){return Object(a["a"])({url:"/company/organizationalStructure/update",method:"post",data:t})}function v(t){return Object(a["a"])({url:"/company/member/findByProjectUuid",method:"post",data:t})}function I(t){return Object(a["a"])({url:"/hakocompany/Job/getJobList",method:"post",data:t})}function k(t){return Object(a["a"])({url:"/company/member/ChangeDepartment",method:"post",data:t})}function _(t){return Object(a["a"])({url:"/hakocompany/Role/pageList",method:"post",data:t})}function D(t){return Object(a["a"])({url:"/hakocompany/MemberRoleRel/create",method:"post",data:t})}function O(t){return Object(a["a"])({url:"/hakocompany/MemberRoleRel/findByMemberId",method:"post",data:t})}function S(t){return Object(a["a"])({url:"/hakocompany/MemberRoleRel/update",method:"post",data:t})}function j(t){return Object(a["a"])({url:"/company/member/getList",method:"POST",data:t})}function w(t){return Object(a["a"])({url:"/company/member/queryByStaff",method:"POST",data:t})}function T(t){return Object(a["a"])({url:"/company/member/memberQuit",method:"POST",data:t})}function L(t){return Object(a["a"])({url:"/company/organizationalStructure/delete",method:"POST",data:t})}function C(t){return Object(a["a"])({url:"/hakocompany/Space/queryInitData",method:"POST",data:t})}function x(t){return Object(a["a"])({url:"/hakocompany/Space/queryList",method:"POST",data:t})}function P(t){return Object(a["a"])({url:"/hakocompany/Space/findByProId",method:"POST",data:t})}function N(t){return Object(a["a"])({url:"/company/organizationalStructure/findOSListByRoleId",method:"POST",data:t})}},"5f8e":function(t,e,n){},"67d5":function(t,e,n){"use strict";n.d(e,"i",(function(){return s})),n.d(e,"j",(function(){return i})),n.d(e,"f",(function(){return o})),n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return c})),n.d(e,"k",(function(){return l})),n.d(e,"e",(function(){return u})),n.d(e,"d",(function(){return d})),n.d(e,"h",(function(){return m})),n.d(e,"a",(function(){return p})),n.d(e,"g",(function(){return f}));var a=n("b775");function s(t){return Object(a["a"])({url:"/hakocompany/Role/pageList",method:"post",data:t})}function i(t){return Object(a["a"])({url:"/company/organizationalStructure/selectOsList",method:"post",data:t})}function o(t){return Object(a["a"])({url:"/company/organizationalStructure/findOsTree",method:"post",data:t})}function r(t){return Object(a["a"])({url:"/hakocompany/Role/create",method:"post",data:t})}function c(t){return Object(a["a"])({url:"/hakocompany/Role/delete",method:"post",data:t})}function l(t){return Object(a["a"])({url:"/hakocompany/Role/update",method:"post",data:t})}function u(t){return Object(a["a"])({url:"/hakocompany/RoleMenuRel/findByRoleIdAndClienId",method:"post",data:t})}function d(t){return Object(a["a"])({url:"/hakocompany/OrganizationRoleRel/findByRoleId",method:"post",data:t})}function m(t){return Object(a["a"])({url:"/company/member/pageListForRole",method:"post",data:t})}function p(t){return Object(a["a"])({url:"/company/MemberRoleRel/batchDelete",method:"post",data:t})}function f(t){return Object(a["a"])({url:"/hakocompany/account/findProjectByRole",method:"post",data:t})}},"97e5":function(t,e,n){"use strict";n("eb32")},b071:function(t,e,n){"use strict";n.d(e,"n",(function(){return s})),n.d(e,"q",(function(){return i})),n.d(e,"o",(function(){return o})),n.d(e,"r",(function(){return r})),n.d(e,"E",(function(){return c})),n.d(e,"D",(function(){return l})),n.d(e,"N",(function(){return u})),n.d(e,"K",(function(){return d})),n.d(e,"F",(function(){return m})),n.d(e,"p",(function(){return p})),n.d(e,"G",(function(){return f})),n.d(e,"H",(function(){return h})),n.d(e,"O",(function(){return g})),n.d(e,"k",(function(){return b})),n.d(e,"M",(function(){return y})),n.d(e,"l",(function(){return v})),n.d(e,"j",(function(){return I})),n.d(e,"i",(function(){return k})),n.d(e,"L",(function(){return _})),n.d(e,"x",(function(){return D})),n.d(e,"y",(function(){return O})),n.d(e,"c",(function(){return S})),n.d(e,"d",(function(){return j})),n.d(e,"b",(function(){return w})),n.d(e,"w",(function(){return T})),n.d(e,"v",(function(){return L})),n.d(e,"C",(function(){return C})),n.d(e,"a",(function(){return x})),n.d(e,"A",(function(){return P})),n.d(e,"t",(function(){return N})),n.d(e,"B",(function(){return z})),n.d(e,"u",(function(){return q})),n.d(e,"s",(function(){return B})),n.d(e,"z",(function(){return A})),n.d(e,"P",(function(){return $})),n.d(e,"g",(function(){return V})),n.d(e,"h",(function(){return R})),n.d(e,"f",(function(){return F})),n.d(e,"e",(function(){return Q})),n.d(e,"m",(function(){return E})),n.d(e,"I",(function(){return J})),n.d(e,"J",(function(){return U}));var a=n("b775");function s(t){return Object(a["a"])({url:"/hakocompany/data/project/currentYearTotal",method:"POST",data:t})}function i(t){return Object(a["a"])({url:"/hakocompany/data/project/employeeReport",method:"POST",data:t})}function o(t){return Object(a["a"])({url:"/hakocompany/data/project/currentYearTotalTask",method:"POST",data:t})}function r(t){return Object(a["a"])({url:"/hakocompany/data/project/employeeReportTask",method:"POST",data:t})}function c(t){return Object(a["a"])({url:"/company/Assess/pageListAssess",method:"POST",data:t})}function l(t){return Object(a["a"])({url:"/hakocompany/data/project/chargeTotal",method:"POST",data:t})}function u(t){return Object(a["a"])({url:"/hakocompany/data/project/currentTotalTask",method:"POST",data:t})}function d(t){return Object(a["a"])({url:"/hakocompany/data/project/syncTaskV2",method:"POST",data:t})}function m(t){return Object(a["a"])({url:"/hakocompany/data/project/syncUpdate",method:"POST",data:t})}function p(t){return Object(a["a"])({url:"/hakocompany/data/project/downloadChargeTotal",method:"POST",responseType:"blob",data:t})}function f(t){return Object(a["a"])({url:"/hakocompany/spaceTaskStatistics/pageList",method:"POST",data:t})}function h(t){return Object(a["a"])({url:"/hakocompany/spaceTaskStatistics/exportByMonth",method:"POST",responseType:"blob",data:t})}function g(t){return Object(a["a"])({url:"/hakocompany/spaceTaskStatistics/statistics",method:"POST",data:t})}function b(t){return Object(a["a"])({url:"/hakocompany/ContractTaskStatistics/pageList",method:"POST",data:t})}function y(t){return Object(a["a"])({url:"/hakocompany/ContractTaskStatistics/statistics",method:"POST",data:t})}function v(t){return Object(a["a"])({url:"/hakocompany/ContractTaskStatistics/pageItemList",method:"POST",data:t})}function I(t){return Object(a["a"])({url:"/hakocompany/ContractExecuteStatistics/pageList",method:"POST",data:t})}function k(t){return Object(a["a"])({url:"/hakocompany/ContractExecuteStatistics/export",method:"POST",responseType:"blob",data:t})}function _(t){return Object(a["a"])({url:"/hakocompany/ContractExecuteStatistics/statistics",method:"POST",data:t})}function D(t){return Object(a["a"])({url:"/hakocompany/InspectSubscribe/reportPageList",method:"POST",data:t})}function O(t){return Object(a["a"])({url:"/hakocompany/InspectSubscribe/exportReport",method:"POST",responseType:"blob",data:t})}function S(t){return Object(a["a"])({url:"/hakocompany/TaskStatisticsReport/pageList",method:"POST",data:t})}function j(t){return Object(a["a"])({url:"/hakocompany/TaskStatisticsReport/statistics",method:"POST",data:t})}function w(t){return Object(a["a"])({url:"/hakocompany/TaskStatisticsReport/exportReport",method:"POST",responseType:"blob",data:t})}function T(t){return Object(a["a"])({url:"/hakocompany/data/project/personWeekInfo",method:"POST",data:t})}function L(t){return Object(a["a"])({url:"/hakocompany/data/project/downloadWeekInfo",method:"POST",responseType:"blob",data:t})}function C(t){return Object(a["a"])({url:"/hakocompany/data/project/projectWxpublicUser",method:"POST",data:t})}function x(t){return Object(a["a"])({url:"/hakocompany/TaskStatisticsReport/projectPageList",method:"POST",data:t})}function P(t){return Object(a["a"])({url:"/hakocompany/PostponeWorder/projectOrderStatisticsPage",method:"POST",data:t})}function N(t){return Object(a["a"])({url:"/hakocompany/PostponeWorder/memberOrderPage",method:"POST",data:t})}function z(t){return Object(a["a"])({url:"/hakocompany/TaskStatisticsReport/projectPageByTaskType",method:"POST",data:t})}function q(t){return Object(a["a"])({url:"/hakocompany/TaskStatisticsReport/pageByTaskType",method:"POST",data:t})}function B(t){return Object(a["a"])({url:"/hakocompany/WorkOrder/memberOrderPage",method:"POST",data:t})}function A(t){return Object(a["a"])({url:"/hakocompany/PostponeWorder/export",method:"POST",responseType:"blob",data:t})}function $(t){return Object(a["a"])({url:"/hakocompany/WorkOrder/export",method:"POST",responseType:"blob",data:t})}function V(t){return Object(a["a"])({url:"/hakocompany/data/project/ChargeReportByCharge/pageList",method:"POST",data:t})}function R(t){return Object(a["a"])({url:"/hakocompany/data/project/ChargeReportByCharge/pageList/sum",method:"POST",data:t})}function F(t){return Object(a["a"])({url:"/hakocompany/data/project/ChargeReportByCharge/out/excel",method:"POST",responseType:"blob",data:t})}function Q(t){return Object(a["a"])({url:"/hakocompany/data/project/calculated/rate",method:"POST",data:t})}function E(t){return Object(a["a"])({url:"/hakocompany/data/project/ChargeReportByCharge/current/by/charges",method:"POST",data:t})}function J(t){return Object(a["a"])({url:"/hakocompany/CustomerVisit/statisticsCustomerVisit",method:"POST",data:t})}function U(t){return Object(a["a"])({url:"/hakocompany/CustomerVisit/export",method:"POST",responseType:"blob",data:t})}},b41a:function(t,e,n){"use strict";n("0d04")},eb32:function(t,e,n){},ec86:function(t,e,n){"use strict";n("3619")},ed0d:function(t,e,n){},ffc1:function(t,e,n){"use strict";n("ed0d")}}]); |