939.dd167d7e.js 40 KB

12
  1. "use strict";(self["webpackChunkscproject"]=self["webpackChunkscproject"]||[]).push([[939],{2713:function(t,e,s){s.r(e),s.d(e,{default:function(){return g}});var a=function(){var t=this,e=t._self._c;return e("div",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],staticClass:"ProjectManagement"},[t._m(0),e("hr"),e("div",{staticClass:"selectInp"},[e("div",{staticClass:"manageSelects"},[e("div",{staticClass:"selectsBlock"},[e("span",{staticClass:"selectLabel"},[t._v("项目筛选")]),e("el-select",{attrs:{placeholder:"我的项目"},on:{change:t.getData},model:{value:t.selectInp.filter,callback:function(e){t.$set(t.selectInp,"filter",e)},expression:"selectInp.filter"}},[e("el-option",{attrs:{label:"所有项目",value:""}}),t._l(t.options.projectFilter,(function(t){return e("el-option",{key:t.courseId,attrs:{label:t.title,value:t.courseId}})}))],2)],1),e("div",{staticClass:"selectsBlock"},[e("span",{staticClass:"selectLabel"},[t._v("部门")]),e("el-select",{attrs:{placeholder:"请选择"},on:{change:t.getData},model:{value:t.selectInp.department,callback:function(e){t.$set(t.selectInp,"department",e)},expression:"selectInp.department"}},[e("el-option",{attrs:{label:"所有部门",value:""}}),t._l(t.options.department,(function(t){return e("el-option",{key:t.classid,attrs:{label:t.name,value:t.classid}})}))],2)],1),e("div",{staticClass:"selectsBlock"},[e("span",{staticClass:"selectLabel"},[t._v("分类")]),e("el-select",{attrs:{placeholder:"请选择"},on:{change:t.getData},model:{value:t.selectInp.sort,callback:function(e){t.$set(t.selectInp,"sort",e)},expression:"selectInp.sort"}},[e("el-option",{attrs:{label:"所有分类",value:""}}),t._l(t.options.sort,(function(t){return e("el-option",{key:t.typeid,attrs:{label:t.name,value:t.typeid}})}))],2)],1),e("div",{staticClass:"selectsBlock"},[e("span",{staticClass:"selectLabel"},[t._v("结题状态")]),e("el-select",{attrs:{placeholder:"请选择"},on:{change:t.getData},model:{value:t.selectInp.state,callback:function(e){t.$set(t.selectInp,"state",e)},expression:"selectInp.state"}},t._l(t.options.state,(function(t){return e("el-option",{key:t.value,attrs:{label:t.label,value:t.value}})})),1)],1),e("div",{staticClass:"selectsBlock"},[e("span",{staticClass:"selectLabel"},[t._v("负责人")]),e("el-select",{attrs:{placeholder:"请选择"},on:{change:t.getData},model:{value:t.selectInp.leader,callback:function(e){t.$set(t.selectInp,"leader",e)},expression:"selectInp.leader"}},[e("el-option",{attrs:{label:"所有负责人",value:""}}),t._l(t.options.person,(function(t,s){return e("el-option",{key:s,attrs:{label:t.pro_leader,value:t.pro_leader}})}))],2)],1),e("div",{staticClass:"selectsBlock"},[e("span",{staticClass:"selectLabel"},[t._v("年份")]),e("el-select",{attrs:{placeholder:"请选择"},on:{change:t.getData},model:{value:t.selectInp.year,callback:function(e){t.$set(t.selectInp,"year",e)},expression:"selectInp.year"}},[e("el-option",{attrs:{label:"所有年份",value:""}}),t._l(t.options.yearData,(function(t,s){return e("el-option",{key:s,attrs:{label:t.time+"年",value:t.time}})}))],2)],1)]),e("div",{staticClass:"ProjectManagementQuery"},[e("el-input",{attrs:{placeholder:"请输入项目名称/编号"},model:{value:t.selectText,callback:function(e){t.selectText=e},expression:"selectText"}}),e("el-button",{staticClass:"btn",attrs:{type:"primary",size:"mini"},on:{click:t.getData}},[t._v("查询")])],1)]),e("div",[e("el-table",{ref:"multipleTable",staticClass:"fontSize",attrs:{data:t.items,"tooltip-effect":"dark",stripe:"","header-cell-style":{background:"#f2f2f2",color:"#000"}}},[e("el-table-column",{attrs:{prop:"ProjectNo",label:"项目编号",align:"center","min-width":"9%"}}),e("el-table-column",{attrs:{prop:"title",label:"项目名称",align:"center","min-width":"10%"}}),e("el-table-column",{attrs:{prop:"pro_leader",align:"center",label:"项目负责人","min-width":"9%"}}),e("el-table-column",{attrs:{prop:"dName",align:"center",label:"所在部门","min-width":"10%"}}),e("el-table-column",{attrs:{prop:"tName",align:"center",label:"分类","min-width":"10%"}}),e("el-table-column",{attrs:{prop:"fund",label:"预算(万)",align:"center","min-width":"8%"},scopedSlots:t._u([{key:"default",fn:function(s){return[e("div",[t._v(" "+t._s(s.row.fund/1e4)+" ")])]}}])}),e("el-table-column",{attrs:{prop:"startTime",align:"center",label:"开始时间","min-width":"9%"},scopedSlots:t._u([{key:"default",fn:function(s){return[e("div",[t._v(" "+t._s(s.row.startTime.split(" ")[0])+" ")])]}}])}),e("el-table-column",{attrs:{prop:"phone",align:"center",label:"联系电话","min-width":"10%"},scopedSlots:t._u([{key:"default",fn:function(s){return[e("div",[t._v(" "+t._s(null!=s.row.phone||""==s.row.phone?s.row.phone:"-")+" ")])]}}])}),e("el-table-column",{attrs:{prop:"state",label:"状态",align:"center","min-width":"6%"},scopedSlots:t._u([{key:"default",fn:function(s){return[e("div",[0==s.row.isupload?e("span",[t._v("未审核")]):t._e(),1==s.row.isupload?e("span",[t._v("审核中")]):t._e(),2==s.row.isupload?e("span",[t._v("进行中")]):t._e(),3==s.row.isupload?e("span",[t._v("待结项")]):t._e(),4==s.row.isupload?e("span",[t._v("已结项")]):t._e()])]}}])}),e("el-table-column",{attrs:{prop:"operation",width:"300",align:"center",label:"操作"},scopedSlots:t._u([{key:"default",fn:function(s){return[e("div",{staticClass:"operations"},[e("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(e){return t.scheduleDetail(s.row.courseId,s.row.typeid)}}},[t._v("进度详细")]),e("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(e){return t.fundStatus(s.row.courseId)}}},[t._v("资金情况")]),e("el-button",{directives:[{name:"show",rawName:"v-show",value:2==s.row.isupload,expression:"scope.row.isupload==2"}],attrs:{type:"primary",size:"mini"},on:{click:function(e){return t.finish(s.row)}}},[t._v("提交结项")]),e("el-button",{directives:[{name:"show",rawName:"v-show",value:3==s.row.isupload,expression:"scope.row.isupload==3"}],attrs:{type:"primary",size:"mini"},on:{click:function(e){return t.amendFinish(s.row)}}},[t._v("修改结项")]),e("el-button",{directives:[{name:"show",rawName:"v-show",value:4==s.row.isupload,expression:"scope.row.isupload==4"}],staticClass:"disa",attrs:{type:"primary",disabled:"",size:"mini"}},[t._v("已结项")])],1)]}}])})],1)],1),e("el-dialog",{staticClass:"endDialog",attrs:{title:"提示",visible:t.NoReportActivity,width:"600px"},on:{"update:visible":function(e){t.NoReportActivity=e}}},[e("div",{staticClass:"deleteContent"},[t._v('"'+t._s(t.tit)+'"项目')]),e("div",{directives:[{name:"show",rawName:"v-show",value:t.checkActivityFinishData.length>0,expression:"checkActivityFinishData.length>0"}],staticClass:"download checkActivity"},[e("span",{staticStyle:{color:"black"}},[t._v("未完结活动:")]),t._l(t.checkActivityFinishData,(function(s,a){return e("span",{key:a},[t._v(t._s(s.title))])}))],2),e("div",{directives:[{name:"show",rawName:"v-show",value:t.checkFundFinishData.length>0,expression:"checkFundFinishData.length>0"}],staticClass:"download checkActivity"},[e("span",{staticStyle:{color:"black"}},[t._v("未完结资金:")]),t._l(t.checkFundFinishData,(function(s,a){return e("span",{key:a,staticStyle:{cursor:"pointer"},on:{click:function(e){return t.fundDetail(s.id,s.title,s.pid)}}},[t._v(t._s(s.title)+"/"+t._s(s.applyfund-s.actualuse)+"(元)")])}))],2),e("div",{staticClass:"dialog-footer",staticStyle:{display:"flex","justify-content":"center"},attrs:{slot:"footer"},slot:"footer"},[e("el-button",{staticClass:"AllDialogBtn",on:{click:function(e){t.NoReportActivity=!1}}},[t._v("取消")])],1)]),e("el-dialog",{staticClass:"endDialogBlock",attrs:{title:"结项书",visible:t.endDialog},on:{"update:visible":function(e){t.endDialog=e}}},[e("Closingstatement",{attrs:{myArrayProp:t.myArrayProp}}),e("div",{staticClass:"dialog-footer",staticStyle:{display:"flex","justify-content":"center"},attrs:{slot:"footer"},slot:"footer"},[e("el-button",{staticClass:"AllDialogBtn",attrs:{type:"primary"},on:{click:t.ending}},[t._v("确认")]),e("el-button",{staticClass:"AllDialogBtn",on:{click:function(e){t.endDialog=!1}}},[t._v("取消")])],1)],1),e("el-pagination",{staticClass:"paginations",attrs:{"current-page":t.table.currentPage,"page-size":t.table.packageSize,layout:" prev, pager, next",background:"",total:t.table.total},on:{"current-change":t.handleCurrentChange}})],1)},r=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"pAHeader"},[e("div",{staticClass:"pAHeader1"},[t._v("项目管理")])])}],o=(s(57658),s(18716)),i=function(){var t=this,e=t._self._c;return e("div",[e("table",{attrs:{border:"1",cellspacing:"0"}},[e("div",{staticClass:"onePage"},[e("div",{staticClass:"titSchool"},[t._v("深圳技师学院")]),e("div",{staticClass:"title"},[t._v("校级创客项目结题申请书")]),e("div",{staticClass:"basicInformation"},[e("span",[t._v("项目名称")]),e("div",{staticClass:"line"},[t._v(t._s(t.myArrayProp[0].title))])]),e("div",{staticClass:"basicInformation"},[e("span",[t._v("负责人")]),e("div",{staticClass:"line"},[t._v(t._s(t.myArrayProp[0].pro_leader))])]),e("div",{staticClass:"basicInformation",staticStyle:{color:"red"}},[e("span",[t._v("指导教师")]),e("div",{staticClass:"line",staticStyle:{position:"relative"}},[t._l(t.myArrayProp[0].course_teacher,(function(s,a){return e("span",{key:a},[t._v(t._s(s.name))])})),e("span",{staticStyle:{position:"absolute",right:"-100px"}},[t._v(t._s(t.myArrayProp[0].course_teacher.length)+"(人)")])],2)]),e("div",{staticClass:"basicInformation"},[e("span",[t._v("申请部门")]),e("div",{staticClass:"line"},[t._v(t._s(t.myArrayProp[0].name))])]),e("div",{staticClass:"basicInformation"},[e("span",[t._v("申请日期")]),e("div",{staticClass:"line"},[t._v(t._s(t.myArrayProp[0].applyProjectTime))])]),e("div",{staticStyle:{"font-size":"22px","font-family":"\\4eff\\5b8b","font-weight":"bold","margin-bottom":"10px"}},[t._v(" 创新创业学院制 ")]),e("div",{staticStyle:{"font-size":"22px","font-family":"\\4eff\\5b8b","font-weight":"bold"}},[t._v(" "+t._s(t.nowTime)+" ")])]),e("tr",{directives:[{name:"show",rawName:"v-show",value:!1,expression:"false"}]},t._l(8,(function(s){return e("td",{key:s},[t._v("i")])})),0),e("tr",[e("td",{attrs:{colspan:"2"}},[t._v("项目名称")]),e("td",{attrs:{colspan:"6"}},[t._v(" "+t._s(t.myArrayProp[0].title)+" ")])]),e("tr",[e("td",{attrs:{colspan:"2"}},[t._v("项目类型")]),e("td",[t._v("学生申报")]),e("td",{staticStyle:{"text-align":"justify","text-align-last":"justify",padding:"0 30px","box-sizing":"border-box"},attrs:{colspan:"2"}},[e("span",[t._v(t._s(t.myArrayProp[0].typeName="√")+"创意组")]),t._v(" "),e("span",[t._v(t._s(t.myArrayProp[0].typeName="□")+"初创组")])]),e("td",[t._v("学院申报")]),t._m(0)]),t._m(1),t._m(2),e("tr",[t._m(3),null!=t.myArrayProp[0].multiSelectProject?e("td",{attrs:{colspan:"8"}},[t._v(t._s(t.myArrayProp[0].multiSelectProject.includes("1")?"√":"□")+"大赛选拔项目 "+t._s(t.myArrayProp[0].multiSelectProject.includes("2")?"√":"□")+" 落地注册项目 "+t._s(t.myArrayProp[0].multiSelectProject.includes("3")?"√":"□")+" 社会征集项目 "+t._s(t.myArrayProp[0].multiSelectProject.includes("4")?"√":"□")+" 产业命题项目")]):t._e(),null==t.myArrayProp[0].multiSelectProject?e("td",{attrs:{colspan:"8"}},[t._v("□大赛选拔项目 □落地注册项目 □ 社会征集项目 □产业命题项目")]):t._e()]),e("tr",[t._m(4),e("td",{attrs:{colspan:"8"}},[t._v(t._s("1"==t.myArrayProp[0].schoolRemould?"√":"□")+"校园安全项目 "+t._s("2"==t.myArrayProp[0].schoolRemould?"√":"□")+"环境治理项目 "+t._s("3"==t.myArrayProp[0].schoolRemould?"√":"□")+" 校园服务项目 "+t._s("4"==t.myArrayProp[0].schoolRemould?"√":"□")+" 文创装置项目")])]),t._m(5),e("tr",[e("td",{attrs:{colspan:"2"}},[t._v("项目负责人信息")]),e("td",[t._v("姓名")]),e("td",[t._v(" "+t._s(t.myArrayProp[0].pro_leader)+" ")]),e("td",[t._v("所在学院")]),e("td",[e("el-input",{staticStyle:{width:"100%"},attrs:{type:"textarea",autosize:"",resize:"none",placeholder:""},model:{value:t.myArrayProp[0].name,callback:function(e){t.$set(t.myArrayProp[0],"name",e)},expression:"myArrayProp[0].name"}})],1),e("td",[t._v("联系电话")]),e("td",[t._v(" "+t._s(t.myArrayProp[0].phone)+" ")])]),e("tr",[e("td",{attrs:{colspan:"2"}},[t._v("项目组人数")]),e("td",{attrs:{colspan:"2"}},[t._v(t._s(t.myArrayProp[0].course_student.length+t.myArrayProp[0].course_teacher.length)+"人")]),e("td",[t._v("学生人数")]),e("td",[t._v(t._s(t.myArrayProp[0].course_student.length))]),e("td",[t._v("教师人数")]),e("td",[t._v(t._s(t.myArrayProp[0].course_teacher.length))])]),e("tr",[e("td",{attrs:{colspan:"2"}},[t._v("项目起始时间")]),e("td",[t._v(t._s(t.myArrayProp[0].begin_at))]),e("td",{attrs:{colspan:"2"}},[t._v("项目完成时间")]),e("td",[t._v(t._s(t.myArrayProp[0].plannedEnd_at))]),e("td",[t._v("预算经费")]),e("td",[t._v("元")])]),e("tr",[e("td",{attrs:{rowspan:t.myArrayProp[0].course_student.length+1}},[t._v("学"),e("br"),t._v("生"),e("br"),t._v(" 团 "),e("br"),t._v("队 "),e("br"),t._v("成 "),e("br"),t._v("员")]),e("td",[t._v("姓名")]),e("td",[t._v("所在学院及专业")]),e("td",{attrs:{colspan:"5"}},[t._v("项目分工")])]),t._l(t.myArrayProp[0].course_student,(function(s,a){return e("tr",{key:a+"a"},[e("td",[e("span",{domProps:{textContent:t._s(s.name)}})]),e("td",[e("span",{domProps:{textContent:t._s(s.class)}})]),e("td",{attrs:{colspan:"5"}},[e("span",{domProps:{textContent:t._s(s.work)}})])])})),e("tr",[e("td",{attrs:{rowspan:t.myArrayProp[0].course_teacher.length+1}},[t._v("项"),e("br"),t._v("目"),e("br"),t._v(" 指 "),e("br"),t._v("导 "),e("br"),t._v("教 "),e("br"),t._v("师")])]),t._l(t.myArrayProp[0].course_teacher,(function(s,a){return e("tr",{key:a+"b"},[e("td",[e("span",{domProps:{textContent:t._s(s.name)}})]),e("td"),e("td",{attrs:{colspan:"5"}},[e("span",{domProps:{textContent:t._s(s.work)}})])])})),t._m(6),e("tr",[e("td",{staticStyle:{height:"200px"},attrs:{colspan:"7"}},[e("p",[t._v("一、项目研发内容简介(200字以内)")]),e("el-input",{attrs:{type:"textarea",maxlength:"200","show-word-limit":"",autosize:{minRows:6},placeholder:"请输入内容"},model:{value:t.myArrayProp[0].brief,callback:function(e){t.$set(t.myArrayProp[0],"brief",e)},expression:"myArrayProp[0].brief"}})],1)]),e("tr",[e("td",{staticStyle:{height:"200px"},attrs:{colspan:"7"}},[e("p",[t._v("目标计划:")]),e("el-input",{attrs:{type:"textarea",autosize:{minRows:6},placeholder:"请输入内容"},model:{value:t.myArrayProp[0]["ClosingstatementData"].plan,callback:function(e){t.$set(t.myArrayProp[0]["ClosingstatementData"],"plan",e)},expression:"myArrayProp[0]['ClosingstatementData'].plan"}})],1)]),e("tr",[e("td",{staticStyle:{height:"200px"},attrs:{colspan:"7"}},[e("p",[t._v("二、拟解决的关键技术问题")]),e("el-input",{attrs:{type:"textarea",autosize:{minRows:6},placeholder:"请输入内容"},model:{value:t.myArrayProp[0]["ClosingstatementData"].technology,callback:function(e){t.$set(t.myArrayProp[0]["ClosingstatementData"],"technology",e)},expression:"myArrayProp[0]['ClosingstatementData'].technology"}})],1)]),e("tr",[e("td",{staticStyle:{height:"200px"},attrs:{colspan:"7"}},[e("p",[t._v("三、项目的商业(公益)价值评估")]),e("el-input",{attrs:{type:"textarea",autosize:{minRows:6},placeholder:"请输入内容"},model:{value:t.myArrayProp[0]["ClosingstatementData"].business,callback:function(e){t.$set(t.myArrayProp[0]["ClosingstatementData"],"business",e)},expression:"myArrayProp[0]['ClosingstatementData'].business"}})],1)]),e("tr",[e("td",{staticStyle:{height:"200px"},attrs:{colspan:"7"}},[e("p",[t._v("四、项目创新点评估")]),e("el-input",{attrs:{type:"textarea",autosize:{minRows:6},placeholder:"请输入内容"},model:{value:t.myArrayProp[0]["ClosingstatementData"].innovate,callback:function(e){t.$set(t.myArrayProp[0]["ClosingstatementData"],"innovate",e)},expression:"myArrayProp[0]['ClosingstatementData'].innovate"}})],1)]),t._m(7),e("tr",[e("td",{attrs:{colspan:"7"}},[e("p",[t._v("一、成果(名称、数量及形式,开发产品及取得的专利等)")]),e("p",[t._v("专利证书获得(提供专利申请或成果证书附件):")]),e("beUpload",{staticStyle:{position:"absolute",right:"10px",top:"5px"},attrs:{navName:"上传文件",accept:t.accept,progress:t.progress7},on:{getFile:t.getFile}}),e("el-progress",{directives:[{name:"show",rawName:"v-show",value:t.progress7.show,expression:"progress7.show"}],attrs:{percentage:t.progress7.value,format:t.ProgressFormatresultAccessory}}),e("div",{staticClass:"bigBlock"},t._l(t.myArrayProp[0]["ClosingstatementData"].resultAccessory,(function(a,r){return e("div",{key:r+"a",staticClass:"fileBlock"},[e("div",{staticClass:"masking-out"},[e("div",{staticClass:"delete",on:{click:function(e){return t.deleteFile(r)}}},[t._v("×")])]),e("img",{directives:[{name:"show",rawName:"v-show",value:t.myArrayProp[0]["ClosingstatementData"].resultAccessory.length>0,expression:"myArrayProp[0]['ClosingstatementData'].resultAccessory.length>0"}],staticStyle:{width:"100%",height:"100%"},attrs:{src:s(45796),alt:""}}),e("div",{staticClass:"titName"},[t._v(t._s(a.fileName))])])})),0)],1)]),e("tr",[e("td",{staticStyle:{height:"200px"},attrs:{colspan:"7"}},[e("p",[t._v("企业应用实证(提供企业证明或合作协议证明等附件):")]),e("beUpload",{staticStyle:{position:"absolute",right:"10px",top:"5px"},attrs:{navName:"上传文件",accept:t.accept,progress:t.progress1},on:{getFile:t.getfirmAccessory}}),e("el-progress",{directives:[{name:"show",rawName:"v-show",value:t.progress1.show,expression:"progress1.show"}],attrs:{percentage:t.progress1.value,format:t.ProgressFormatfirmAccessory}}),e("div",{staticClass:"bigBlock"},t._l(t.myArrayProp[0]["ClosingstatementData"].firmAccessory,(function(a,r){return e("div",{key:r+"a",staticClass:"fileBlock"},[e("div",{staticClass:"masking-out"},[e("div",{staticClass:"delete",on:{click:function(e){return t.deletefirmAccessory(r)}}},[t._v("×")])]),e("img",{directives:[{name:"show",rawName:"v-show",value:t.myArrayProp[0]["ClosingstatementData"].firmAccessory.length>0,expression:"myArrayProp[0]['ClosingstatementData'].firmAccessory.length>0"}],staticStyle:{width:"100%",height:"100%"},attrs:{src:s(45796),alt:""}}),e("div",{staticClass:"titName"},[t._v(t._s(a.fileName))])])})),0)],1)]),e("tr",[e("td",{staticStyle:{height:"200px"},attrs:{colspan:"7"}},[e("p",[t._v("双创竞赛成绩(提供参加师生名单、比赛取得的成绩等附件):")]),e("beUpload",{staticStyle:{position:"absolute",right:"10px",top:"5px"},attrs:{navName:"上传文件",accept:t.accept,progress:t.progress2},on:{getFile:t.getcompetitionAccessory}}),e("el-progress",{directives:[{name:"show",rawName:"v-show",value:t.progress2.show,expression:"progress2.show"}],attrs:{percentage:t.progress2.value,format:t.ProgressFormatcompetitionAccessory}}),e("div",{staticClass:"bigBlock"},t._l(t.myArrayProp[0]["ClosingstatementData"].competitionAccessory,(function(a,r){return e("div",{key:r+"a",staticClass:"fileBlock"},[e("div",{staticClass:"masking-out"},[e("div",{staticClass:"delete",on:{click:function(e){return t.deletecompetitionAccessory(r)}}},[t._v("×")])]),e("img",{directives:[{name:"show",rawName:"v-show",value:t.myArrayProp[0]["ClosingstatementData"].competitionAccessory.length>0,expression:"myArrayProp[0]['ClosingstatementData'].competitionAccessory.length>0"}],staticStyle:{width:"100%",height:"100%"},attrs:{src:s(45796),alt:""}}),e("div",{staticClass:"titName"},[t._v(t._s(a.fileName))])])})),0)],1)]),e("tr",[e("td",{staticStyle:{height:"200px"},attrs:{colspan:"7"}},[e("p",[t._v("参展或交流活动(提供参加师生名单、活动方案及照片等附件):")]),e("beUpload",{staticStyle:{position:"absolute",right:"10px",top:"5px"},attrs:{navName:"上传文件",accept:t.accept,progress:t.progress3},on:{getFile:t.getexchangeAccessory}}),e("el-progress",{directives:[{name:"show",rawName:"v-show",value:t.progress3.show,expression:"progress3.show"}],attrs:{percentage:t.progress3.value,format:t.ProgressFormatexchangeAccessory}}),e("div",{staticClass:"bigBlock"},t._l(t.myArrayProp[0]["ClosingstatementData"].exchangeAccessory,(function(a,r){return e("div",{key:r+"a",staticClass:"fileBlock"},[e("div",{staticClass:"masking-out"},[e("div",{staticClass:"delete",on:{click:function(e){return t.deleteexchangeAccessory(r)}}},[t._v("×")])]),e("img",{directives:[{name:"show",rawName:"v-show",value:t.myArrayProp[0]["ClosingstatementData"].exchangeAccessory.length>0,expression:"myArrayProp[0]['ClosingstatementData'].exchangeAccessory.length>0"}],staticStyle:{width:"100%",height:"100%"},attrs:{src:s(45796),alt:""}}),e("div",{staticClass:"titName"},[t._v(t._s(a.fileName))])])})),0)],1)]),e("tr",[e("td",{staticStyle:{height:"200px"},attrs:{colspan:"7"}},[e("p",[t._v("创业公司转化(提供公司注册资料、营业执照等附件):")]),e("beUpload",{staticStyle:{position:"absolute",right:"10px",top:"5px"},attrs:{navName:"上传文件",accept:t.accept,progress:t.progress4},on:{getFile:t.getconversionAccessory}}),e("el-progress",{directives:[{name:"show",rawName:"v-show",value:t.progress4.show,expression:"progress4.show"}],attrs:{percentage:t.progress4.value,format:t.ProgressFormatconversionAccessory}}),e("div",{staticClass:"bigBlock"},t._l(t.myArrayProp[0]["ClosingstatementData"].conversionAccessory,(function(a,r){return e("div",{key:r+"a",staticClass:"fileBlock"},[e("div",{staticClass:"masking-out"},[e("div",{staticClass:"delete",on:{click:function(e){return t.deleteconversionAccessory(r)}}},[t._v("×")])]),e("img",{directives:[{name:"show",rawName:"v-show",value:t.myArrayProp[0]["ClosingstatementData"].conversionAccessory.length>0,expression:"myArrayProp[0]['ClosingstatementData'].conversionAccessory.length>0"}],staticStyle:{width:"100%",height:"100%"},attrs:{src:s(45796),alt:""}}),e("div",{staticClass:"titName"},[t._v(t._s(a.fileName))])])})),0)],1)]),e("tr",[e("td",{staticStyle:{height:"200px"},attrs:{colspan:"7"}},[e("p",[t._v("二、创客人才培养(提供成果、数量、学生名单等附件)")]),e("beUpload",{staticStyle:{position:"absolute",right:"10px",top:"5px"},attrs:{navName:"上传文件",accept:t.accept,progress:t.progress5},on:{getFile:t.gettalentsAccessory}}),e("el-progress",{directives:[{name:"show",rawName:"v-show",value:t.progress5.show,expression:"progress5.show"}],attrs:{percentage:t.progress5.value,format:t.ProgressFormattalentsAccessory}}),e("div",{staticClass:"bigBlock"},t._l(t.myArrayProp[0]["ClosingstatementData"].talentsAccessory,(function(a,r){return e("div",{key:r+"a",staticClass:"fileBlock"},[e("div",{staticClass:"masking-out"},[e("div",{staticClass:"delete",on:{click:function(e){return t.deletetalentsAccessory(r)}}},[t._v("×")])]),e("img",{directives:[{name:"show",rawName:"v-show",value:t.myArrayProp[0]["ClosingstatementData"].talentsAccessory.length>0,expression:"myArrayProp[0]['ClosingstatementData'].talentsAccessory.length>0"}],staticStyle:{width:"100%",height:"100%"},attrs:{src:s(45796),alt:""}}),e("div",{staticClass:"titName"},[t._v(t._s(a.fileName))])])})),0)],1)]),e("tr",[e("td",{staticStyle:{height:"200px"},attrs:{colspan:"7"}},[e("p",[t._v("目标计划:")]),e("el-input",{attrs:{type:"textarea",autosize:{minRows:6},placeholder:"请输入内容"},model:{value:t.myArrayProp[0]["ClosingstatementData"].targetPlan,callback:function(e){t.$set(t.myArrayProp[0]["ClosingstatementData"],"targetPlan",e)},expression:"myArrayProp[0]['ClosingstatementData'].targetPlan"}})],1)]),e("tr",[e("td",{staticStyle:{height:"200px"},attrs:{colspan:"7"}},[e("p",[t._v("实际结果:")]),e("el-input",{attrs:{type:"textarea",autosize:{minRows:6},placeholder:"请输入内容"},model:{value:t.myArrayProp[0]["ClosingstatementData"].realityResult,callback:function(e){t.$set(t.myArrayProp[0]["ClosingstatementData"],"realityResult",e)},expression:"myArrayProp[0]['ClosingstatementData'].realityResult"}})],1)]),e("tr",[e("td",{staticStyle:{height:"200px"},attrs:{colspan:"7"}},[e("p",[t._v("三、社会价值(项目实践运用情况及效果评价)")]),e("el-input",{attrs:{type:"textarea",autosize:{minRows:6},placeholder:"请输入内容"},model:{value:t.myArrayProp[0]["ClosingstatementData"].socialValue,callback:function(e){t.$set(t.myArrayProp[0]["ClosingstatementData"],"socialValue",e)},expression:"myArrayProp[0]['ClosingstatementData'].socialValue"}})],1)]),e("tr",[e("td",[t._v("附件")]),e("td",{staticStyle:{height:"200px"},attrs:{colspan:"7"}},[e("p",[t._v("附:课题研究报告、用户评价意见或专家鉴定意见等")]),e("beUpload",{staticStyle:{position:"absolute",right:"10px",top:"5px"},attrs:{navName:"上传文件",accept:t.accept,progress:t.progress6},on:{getFile:t.gettaskAccessory}}),e("el-progress",{directives:[{name:"show",rawName:"v-show",value:t.progress6.show,expression:"progress6.show"}],attrs:{percentage:t.progress6.value,format:t.ProgressFormattaskAccessory}}),e("div",{staticClass:"bigBlock"},t._l(t.myArrayProp[0]["ClosingstatementData"].taskAccessory,(function(a,r){return e("div",{key:r+"a",staticClass:"fileBlock"},[e("div",{staticClass:"masking-out"},[e("div",{staticClass:"delete",on:{click:function(e){return t.deletetaskAccessory(r)}}},[t._v("×")])]),e("img",{directives:[{name:"show",rawName:"v-show",value:t.myArrayProp[0]["ClosingstatementData"].taskAccessory.length>0,expression:"myArrayProp[0]['ClosingstatementData'].taskAccessory.length>0"}],staticStyle:{width:"100%",height:"100%"},attrs:{src:s(45796),alt:""}}),e("div",{staticClass:"titName"},[t._v(t._s(a.fileName))])])})),0)],1)]),e("tr",[t._m(8),e("td",{attrs:{colspan:"2"}},[t._v("预算总经费")]),e("td",{attrs:{colspan:"2"}},[t._v(t._s(t.myArrayProp[0].fund)+"元")]),e("td",[t._v("实际使用")]),e("td",{attrs:{colspan:"2"}},[t._v(t._s(t.myArrayProp[0].actualuse)+"元")])]),t._m(9),t._m(10),e("tr",[e("td",[t._v("小型仪器设备费")]),e("td"),e("td",[t._v(t._s(t.myArrayProp[0]["money"].device))]),e("td",{attrs:{colspan:"3"}},[t._v("项目开展所需的小型专用仪器设备、工具、配件购置或租赁费用。")])]),e("tr",[e("td",[t._v("材料费")]),e("td"),e("td",[t._v(t._s(t.myArrayProp[0]["money"].Material))]),e("td",{attrs:{colspan:"3"}},[t._v("项目开展需消耗的各种原材料、辅助材料等低值易耗品的采购费用。")])]),e("tr",[e("td",[t._v("测试化验加工费")]),e("td"),e("td",[t._v(t._s(t.myArrayProp[0]["money"].processing))]),e("td",{attrs:{colspan:"3"}},[t._v("项目开展过程中支付给外单位的检验、测试、化验、计算、分析及加工费等费用。")])]),e("tr",[e("td",[t._v("项目协作费")]),e("td"),e("td",[t._v(t._s(t.myArrayProp[0]["money"].Collaboration))]),e("td",{attrs:{colspan:"3"}},[t._v("按合同规定支付给协作单位的费用")])]),t._m(11),e("tr",[e("td",[t._v("项目成果鉴定费")]),e("td"),e("td",[t._v(t._s(t.myArrayProp[0]["money"].APPRAISAL))]),e("td",{attrs:{colspan:"3"}},[t._v("学术会务费、评审费、鉴定费、成果集制作费等费用。")])]),e("tr",[e("td",[t._v("参展参赛费")]),e("td"),e("td",[t._v(t._s(t.myArrayProp[0]["money"].entery))]),e("td",{attrs:{colspan:"3"}},[t._v("参加创客展会、竞赛等所需的报名费、展位费、布展费、宣传推广费及差旅费等费用。")])]),e("tr",[e("td",[t._v("创客交流活动费")]),e("td"),e("td",[t._v(t._s(t.myArrayProp[0]["money"].activities))]),e("td",{attrs:{colspan:"3"}},[t._v("创客交流活动中支付给校外专家的指导费、咨询费、授课费等费用。")])]),e("tr",[e("td",[t._v("知识产权事务费")]),e("td"),e("td",[t._v(t._s(t.myArrayProp[0]["money"].Transaction))]),e("td",{attrs:{colspan:"3"}},[t._v("论文版面费、专利及其他知识产权事务等费用。")])]),e("tr",[t._m(12),e("td",{attrs:{colspan:"7"}},[e("el-input",{attrs:{type:"textarea",autosize:{minRows:6},placeholder:"请输入内容"},model:{value:t.textarea,callback:function(e){t.textarea=e},expression:"textarea"}}),e("div",{staticStyle:{width:"200px",float:"right",margin:"10px 300px"}},[t._v("负责人签章:")]),e("div",{staticStyle:{width:"200px",float:"right",margin:"10px 100px"}},[t._v("年 月 日")])],1)]),e("tr",[t._m(13),e("td",{attrs:{colspan:"7"}},[e("el-input",{attrs:{type:"textarea",autosize:{minRows:6},placeholder:"请输入内容"},model:{value:t.textarea,callback:function(e){t.textarea=e},expression:"textarea"}}),e("div",{staticStyle:{width:"200px",float:"right",margin:"10px 300px"}},[t._v("负责人签章:")]),e("div",{staticStyle:{width:"200px",float:"right",margin:"10px 100px"}},[t._v("年 月 日")])],1)]),e("tr",[t._m(14),e("td",{attrs:{colspan:"7"}},[e("el-input",{attrs:{type:"textarea",autosize:{minRows:6},placeholder:"请输入内容"},model:{value:t.textarea,callback:function(e){t.textarea=e},expression:"textarea"}}),e("div",{staticStyle:{width:"200px",float:"right",margin:"10px 300px"}},[t._v("负责人签章:")]),e("div",{staticStyle:{width:"200px",float:"right",margin:"10px 100px"}},[t._v("年 月 日")])],1)]),e("tr",[t._m(15),e("td",{attrs:{colspan:"7"}},[e("el-input",{attrs:{type:"textarea",autosize:{minRows:6},placeholder:"请输入内容"},model:{value:t.textarea,callback:function(e){t.textarea=e},expression:"textarea"}}),e("div",{staticStyle:{width:"200px",float:"right",margin:"10px 300px"}},[t._v("负责人签章:")]),e("div",{staticStyle:{width:"200px",float:"right",margin:"10px 100px"}},[t._v("年 月 日")])],1)]),t._m(16)],2)])},l=[function(){var t=this,e=t._self._c;return e("td",{attrs:{colspan:"2"}},[e("span",[t._v("□创客空间建设")])])},function(){var t=this,e=t._self._c;return e("tr",{staticStyle:{color:"red"}},[e("td",{attrs:{colspan:"2"}},[t._v("项目级别")]),e("td",{attrs:{colspan:"8"}},[t._v(" □ 一般资助项目   □ 重点资助项目    □ 特别申报项目")])])},function(){var t=this,e=t._self._c;return e("tr",[e("td",{staticStyle:{color:"red"},attrs:{colspan:"2"}},[t._v("项目类别")]),e("td",{attrs:{colspan:"8"}},[t._v("□技术创新项目    □ 公益创新项目    □ 非遗文创项目    □ 乡村振兴项目")])])},function(){var t=this,e=t._self._c;return e("td",{attrs:{colspan:"2"}},[t._v("优先支持项目 "),e("br"),t._v("(可多选)")])},function(){var t=this,e=t._self._c;return e("td",{attrs:{colspan:"2"}},[t._v("美丽校园改造项目 "),e("br"),t._v("(单选)")])},function(){var t=this,e=t._self._c;return e("tr",[e("td",{attrs:{colspan:"2"}},[t._v("项目负责人身份 "),e("br"),t._v("(单选)")]),e("td",{attrs:{colspan:"8"}},[t._v("□在校学生 □ 孵化基地创业学生 □ 二级学院项目负责人 ")])])},function(){var t=this,e=t._self._c;return e("tr",[e("td",{attrs:{rowspan:"6"}},[t._v("项 "),e("br"),t._v("目 "),e("br"),t._v("研 "),e("br"),t._v("发 "),e("br"),t._v("内 "),e("br"),t._v("容 "),e("br"),t._v("及 "),e("br"),t._v("目 "),e("br"),t._v("标 ")])])},function(){var t=this,e=t._self._c;return e("tr",[e("td",{attrs:{rowspan:"10"}},[t._v("成 "),e("br"),t._v("果 "),e("br"),t._v("及 "),e("br"),t._v("社 "),e("br"),t._v("会 "),e("br"),t._v("价 "),e("br"),t._v("值")])])},function(){var t=this,e=t._self._c;return e("td",{attrs:{rowspan:"12"}},[t._v("经 "),e("br"),e("br"),t._v("费 "),e("br"),e("br"),t._v("使 "),e("br"),e("br"),t._v("用")])},function(){var t=this,e=t._self._c;return e("tr",[e("td",[t._v("经费大类")]),e("td",[t._v("经费小类")]),e("td",[t._v("支出科目")]),e("td",[t._v("金额(元)")]),e("td",{attrs:{colspan:"3"}},[t._v("计算依据及理由")])])},function(){var t=this,e=t._self._c;return e("tr",[e("td",{attrs:{rowspan:"5"}},[t._v("直接经费")])])},function(){var t=this,e=t._self._c;return e("tr",[e("td",{attrs:{rowspan:"5"}},[t._v("间接经费")])])},function(){var t=this,e=t._self._c;return e("td",[t._v(" 所 "),e("br"),t._v("在 "),e("br"),t._v("学 "),e("br"),t._v("院/ "),e("br"),t._v("部 "),e("br"),t._v("门 "),e("br"),t._v("意 "),e("br"),t._v("见")])},function(){var t=this,e=t._self._c;return e("td",[t._v(" 专 "),e("br"),t._v("家 "),e("br"),t._v("验 "),e("br"),t._v("收 "),e("br"),t._v("结 "),e("br"),t._v("论")])},function(){var t=this,e=t._self._c;return e("td",[t._v(" 双 "),e("br"),t._v("创 "),e("br"),t._v("学 "),e("br"),t._v("院 "),e("br"),t._v("意 "),e("br"),t._v("见")])},function(){var t=this,e=t._self._c;return e("td",[t._v(" 学 "),e("br"),t._v("校 "),e("br"),t._v("审 "),e("br"),t._v("批 "),e("br"),t._v("意 "),e("br"),t._v("见")])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"ending"},[e("p",[t._v("备注:1、本表一式三份,专家验收后交双创学院")]),e("p",{staticStyle:{"text-indent":"3em"}},[t._v("2、各栏目若不够填写,可自行加页,加页需紧附该栏目之后。")])])}],n=s(24613),c={props:{myArrayProp:{type:Array,required:!0}},components:{beUpload:o.Z},data(){return{accept:"*",nowTime:(0,n.YZ)(1),file:"",progress1:{value:0,show:!1},progress2:{value:0,show:!1},progress3:{value:0,show:!1},progress4:{value:0,show:!1},progress5:{value:0,show:!1},progress6:{value:0,show:!1},progress7:{value:0,show:!1},textarea:""}},methods:{getFile(t){console.log(t),this.progress7.show=!1,this.myArrayProp[0]["ClosingstatementData"].resultAccessory.push(t)},deleteFile(t){console.log(t),this.myArrayProp[0]["ClosingstatementData"].resultAccessory.splice(t,1)},getfirmAccessory(t){this.progress1.show=!1,this.myArrayProp[0]["ClosingstatementData"].firmAccessory.push(t)},deletefirmAccessory(t){this.myArrayProp[0]["ClosingstatementData"].firmAccessory.splice(t,1)},getcompetitionAccessory(t){this.progress2.show=!1,this.myArrayProp[0]["ClosingstatementData"].competitionAccessory.push(t)},deletecompetitionAccessory(t){this.myArrayProp[0].competitionAccessory.splice(t,1)},getexchangeAccessory(t){this.progress3.show=!1,this.myArrayProp[0]["ClosingstatementData"].exchangeAccessory.push(t)},deleteexchangeAccessory(t){this.myArrayProp[0]["ClosingstatementData"].exchangeAccessory.splice(t,1)},getconversionAccessory(t){this.progress4.show=!1,this.myArrayProp[0]["ClosingstatementData"].conversionAccessory.push(t)},deleteconversionAccessory(t){console.log(t),this.myArrayProp[0]["ClosingstatementData"].conversionAccessory.splice(t,1)},gettalentsAccessory(t){this.progress5.show=!1,this.myArrayProp[0]["ClosingstatementData"].talentsAccessory.push(t)},deletetalentsAccessory(t){this.myArrayProp[0]["ClosingstatementData"].talentsAccessory.splice(t,1)},gettaskAccessory(t){this.progress6.show=!1,this.myArrayProp[0]["ClosingstatementData"].taskAccessory.push(t)},deletetaskAccessory(t){this.myArrayProp[0]["ClosingstatementData"].taskAccessory.splice(t,1)},ProgressFormattaskAccessory(t){return 100==t?"100%":`${t}%`},ProgressFormattalentsAccessory(t){return 100==t?"100%":`${t}%`},ProgressFormatconversionAccessory(t){return 100==t?"100%":`${t}%`},ProgressFormatexchangeAccessory(t){return 100==t?"100%":`${t}%`},ProgressFormatcompetitionAccessory(t){return 100==t?"100%":`${t}%`},ProgressFormatfirmAccessory(t){return 100==t?"100%":`${t}%`},ProgressFormatresultAccessory(t){return 100==t?"100%":`${t}%`}},mounted(){}},p=c,d=s(1001),u=(0,d.Z)(p,i,l,!1,null,"3f4721be",null),m=u.exports,y={components:{beUpload:o.Z,Closingstatement:m},data(){return{accept:"*",iid:"",selectText:"",endDialog:!1,DelFileDialog:!1,NoReportActivity:!1,loading:!1,tit:"",items:[],table:{total:0,packageSize:5,currentPage:1},progress:{value:0,show:!1},DelFileData:{fid:"",fileName:""},options:{projectFilter:[],department:[],sort:[],person:[],state:[{value:"",label:"全部"},{value:2,label:"进行中"},{value:3,label:"待结题"},{value:4,label:"已结题"}],yearData:[]},selectInp:{filter:"",department:"",sort:"",state:"",leader:"",year:(new Date).getFullYear().toString()},file:[],checkActivityFinishData:[],checkFundFinishData:[],submitData:{brief:"",plan:"",technology:"",business:"",innovate:"",resultAccessory:[],firmAccessory:[],competitionAccessory:[],exchangeAccessory:[],conversionAccessory:[],talentsAccessory:[],targetPlan:"",realityResult:"",socialValue:"",taskAccessory:[]},myArrayProp:[]}},methods:{fundDetail(t,e,s){this.$router.push(`/makerfundDetails?Id=${t}&tit=${e}&paid=${s}`)},ProgressFormat(t){return 100==t?"100%":`${t}%`},checkDelFile(t){this.file=this.file.filter((e=>e.url!=t))},getFile(t){this.file.push(t),this.progress.show=!1},ending(){this.ajax.post(this.$store.state.api+"/updateClosingstatementData",{uid:this.$store.state.userInfo.userid,cid:this.iid,submitData:JSON.stringify(this.myArrayProp[0]["ClosingstatementData"]),state:3}).then((t=>{console.log(t),1==t.data?(this.$message.success("提交成功"),this.endDialog=!1,this.progress.show=!1):this.$message.error("提交失败"),this.getData()}),(t=>{console.log(t)})),this.endDialog=!1},scheduleDetail(t,e){this.$router.push(`/ProjectManagementMain?Id=${e}&pid=${t}`)},fundStatus(t){this.$router.push(`/ProjectManagementFundDetail?pid=${t}`)},finish(t){this.iid=t.courseId,this.checkActivityFinishData=[],this.checkFundFinishData=[],this.ajax.get(this.$store.state.api+"/GetActivityNoReportByPId",{uid:this.$store.state.userInfo.userid,pid:t.courseId}).then((e=>{if(e.data[0].length>0||e.data[1].length>0){if(this.checkActivityFinishData=e.data[0],e.data[1].length>0){let t=0,s=0;e.data[1].forEach((e=>{e.applyfund=JSON.parse(e.applyfund);for(let s in e.applyfund)t+=1*e.applyfund[s];e.applyfund=t})),e.data[1].forEach((t=>{if(null!=t.actualuse){t.actualuse=JSON.parse(t.actualuse);for(let e in t.actualuse)s+=1*t.actualuse[e];t.actualuse=s}}))}this.checkFundFinishData=e.data[1],this.tit=t.title,this.NoReportActivity=!0}else this.iid=t.courseId,this.ajax.get(this.$store.state.api+"/getClosingstatementData",{uid:this.$store.state.userInfo.userid,pid:t.courseId}).then((t=>{let e=0;t.data[1].forEach((t=>{t["actualuse"]=JSON.parse(t["actualuse"]);for(let s in t["actualuse"])t["actualuse"][s]&&(e=1*t["actualuse"][s]+e)})),console.log(e);let s=t.data[0];s[0].course_student=JSON.parse(s[0].course_student),s[0].course_teacher=JSON.parse(s[0].course_teacher),null!=s[0].multiSelectProject&&(s[0].multiSelectProject=JSON.parse(s[0].multiSelectProject)),s[0].money=JSON.parse(s[0].money),this.myArrayProp=s,this.myArrayProp[0].actualuse=e,this.myArrayProp[0].ClosingstatementData=this.submitData,console.log(this.myArrayProp),this.endDialog=!0})).catch((t=>{console.log(t)}))})).catch((t=>{console.log(t)}))},amendFinish(t){this.submitData={brief:"",plan:"",technology:"",business:"",innovate:"",resultAccessory:[],firmAccessory:[],competitionAccessory:[],exchangeAccessory:[],conversionAccessory:[],talentsAccessory:[],targetPlan:"",realityResult:"",socialValue:"",taskAccessory:[]},this.iid=t.courseId,this.ajax.get(this.$store.state.api+"/selectAmendFinish",{uid:this.$store.state.userInfo.userid,pid:t.courseId}).then((t=>{let e=0;t.data[1].forEach((t=>{t["actualuse"]=JSON.parse(t["actualuse"]);for(let s in t["actualuse"])t["actualuse"][s]&&(e=1*t["actualuse"][s]+e)})),console.log(e);let s=t.data[0];s[0].course_student=JSON.parse(s[0].course_student),s[0].course_teacher=JSON.parse(s[0].course_teacher),s[0].multiSelectProject=JSON.parse(s[0].multiSelectProject),s[0].ClosingstatementData=JSON.parse(s[0].ClosingstatementData),s[0].money=JSON.parse(s[0].money),this.myArrayProp=s,this.myArrayProp[0].actualuse=e,console.log(this.myArrayProp),this.endDialog=!0})).catch((t=>{console.log(t)}))},handleCurrentChange(t){this.table.currentPage=t,this.getData()},getData(){this.loading=!0;let t={uid:this.$store.state.userInfo.userid,pid:this.selectInp.filter,did:this.selectInp.department,tid:this.selectInp.sort,leader:this.selectInp.leader,endState:this.selectInp.state,year:this.selectInp.year,textInp:this.selectText,page:this.table.currentPage,lim:this.table.packageSize};this.ajax.get(this.$store.state.api+"/SelectAllProjectManagement",t).then((t=>{let e=t.data;if(0==e[0].length&&0!=e[5][0]["total"]&&1!=this.table.currentPage)return this.table.currentPage=1,this.getData();let s=this.options;this.items=e[0],s.projectFilter=e[1],s.department=e[2],s.sort=e[3],s.person=e[4],s.yearData=e[6],0==s.yearData.filter((t=>t["time"]==(new Date).getFullYear().toString())).length&&s.yearData.push({time:(new Date).getFullYear().toString()}),this.table.total=e[5][0].total,this.loading=!1}),(t=>{console.log(t)}))}},mounted(){this.getData()}},v=y,h=(0,d.Z)(v,a,r,!1,null,null,null),g=h.exports},45796:function(t,e,s){t.exports=s.p+"img/zzpic426.fcaf0a8f.jpg"}}]);
  2. //# sourceMappingURL=939.dd167d7e.js.map