1 line
9.2 KiB
JavaScript
1 line
9.2 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-fb456f6e"],{"1e81":function(e,t,a){},"22ea":function(e,t,a){"use strict";a("1e81")},"54d9":function(e,t,a){"use strict";a.r(t);var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"app-container bgHeight"},[a("div",{ref:"box",staticClass:"searchStys transition_dom"},[a("el-form",{ref:"query",attrs:{model:e.query}},[a("div",{ref:"form_box",staticClass:"searchBar"},[a("div",{staticClass:"searchInput"},[a("el-row",{attrs:{gutter:20}},[a("el-col",{attrs:{span:6}},[a("el-form-item",{attrs:{prop:"planName"}},[a("el-input",{attrs:{placeholder:"体检套餐",clearable:""},model:{value:e.query.setMealName,callback:function(t){e.$set(e.query,"setMealName",t)},expression:"query.setMealName"}})],1)],1),e._v(" "),a("el-col",{attrs:{span:6}},[a("el-form-item",{attrs:{prop:"planName"}},[a("el-input",{attrs:{placeholder:"体检预约人",clearable:""},model:{value:e.query.subscribePersonName,callback:function(t){e.$set(e.query,"subscribePersonName",t)},expression:"query.subscribePersonName"}})],1)],1),e._v(" "),a("el-col",{attrs:{span:6}},[a("el-form-item",{attrs:{prop:"queryTime"}},[a("el-date-picker",{attrs:{type:"daterange","range-separator":"至",format:"yyyy-MM-dd","value-format":"yyyy-MM-dd","start-placeholder":"开始日期","end-placeholder":"结束日期"},model:{value:e.queryTime,callback:function(t){e.queryTime=t},expression:"queryTime"}})],1)],1),e._v(" "),a("el-col",{attrs:{span:6}},[a("el-form-item",[a("el-button",{directives:[{name:"points",rawName:"v-points",value:500,expression:"500"}],on:{click:function(t){return e.resetForm("query")}}},[e._v("重置")]),e._v(" "),a("el-button",{directives:[{name:"points",rawName:"v-points",value:500,expression:"500"}],attrs:{type:"primary"},on:{click:e.onSearch}},[e._v("查询")])],1)],1)],1)],1)])])],1),e._v(" "),a("el-card",{staticClass:"box-card",attrs:{shadow:"never"}},[a("div",{staticClass:"planLst",attrs:{slot:"header"},slot:"header"},[a("span",{staticClass:"planTitle"},[e._v("体检列表")]),e._v(" "),a("div",[a("el-button",{directives:[{name:"points",rawName:"v-points",value:500,expression:"500"}],staticClass:"el-icon-plus",attrs:{type:"primary"},on:{click:e.addInfo}},[e._v("新建体检")])],1)]),e._v(" "),a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.listLoading,expression:"listLoading"}],attrs:{border:"",data:e.listTable,"header-cell-style":e.headClass,"tooltip-effect":"dark"}},[a("el-table-column",{attrs:{label:"#",align:"center","min-width":"50","show-overflow-tooltip":"",fixed:""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(t.$index+(e.query.pageNumber-1)*e.query.pageSize+1)+" ")])]}}])}),e._v(" "),a("el-table-column",{attrs:{align:"center","min-width":"180","show-overflow-tooltip":"",label:"体检套餐",fixed:""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(t.row.setMealName||"-"))])]}}])}),e._v(" "),a("el-table-column",{attrs:{align:"center","min-width":"110",label:"体检号","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(t.row.subscribeNo||"-"))])]}}])}),e._v(" "),a("el-table-column",{attrs:{align:"center","min-width":"100",label:"体检预约人","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(t.row.subscribePersonName||"-"))])]}}])}),e._v(" "),a("el-table-column",{attrs:{align:"center","min-width":"120",label:"手机号","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(t.row.subscribePersonPhone||"-"))])]}}])}),e._v(" "),a("el-table-column",{attrs:{align:"center","min-width":"160",label:"体检开始时间","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(t.row.realStartTime||"-"))])]}}])}),e._v(" "),a("el-table-column",{attrs:{align:"center","min-width":"160",label:"体检结束时间","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(t.row.realEndTime||"-"))])]}}])}),e._v(" "),a("el-table-column",{attrs:{align:"center",label:"总分","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(t.row.totalScore||"-"))])]}}])}),e._v(" "),a("el-table-column",{attrs:{align:"center",label:"得分","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(t.row.comprehensiveScore||"-"))])]}}])}),e._v(" "),a("el-table-column",{attrs:{align:"center",label:"得分率","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(t.row.scoreRate||"-"))])]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"createUserName",align:"center","min-width":"100",label:"创建人","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(t.row.createUserName||"-"))])]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"createDate",align:"center","min-width":"160",label:"创建时间","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(t.row.createDate||"-"))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"操作",align:"center","min-width":"100",fixed:"right"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-button",{directives:[{name:"points",rawName:"v-points",value:500,expression:"500"}],attrs:{type:"text",disabled:5==t.row.status},on:{click:function(a){return e.editClick(t.row)}}},[e._v("编辑")]),e._v(" "),a("el-button",{directives:[{name:"points",rawName:"v-points",value:500,expression:"500"}],attrs:{type:"text"},on:{click:function(a){return e.seeClick(t.row)}}},[e._v("查看")])]}}])})],1),e._v(" "),a("div",{staticClass:"paginations"},[a("el-pagination",{attrs:{background:"","current-page":e.query.pageNumber,"page-sizes":[10,30,50,100,200],"page-size":e.query.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:e.pageTotal},on:{"update:currentPage":function(t){return e.$set(e.query,"pageNumber",t)},"update:current-page":function(t){return e.$set(e.query,"pageNumber",t)},"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1)],1)],1)},s=[],r=a("484b"),i={name:"physicaExamineData",components:{},data:function(){return{pageTotal:0,listLoading:!1,queryTime:"",listTable:[],query:{pageNumber:1,pageSize:10,setMealName:"",subscribePersonName:"",sceneMenu:""}}},beforeRouteEnter:function(e,t,a){a((function(t){var a=e.name,n=JSON.parse(sessionStorage.getItem(a));n&&(t.query=n),t.getlistData()}))},created:function(){this.getlistData(),this.headClass()},mounted:function(){this.query.sceneMenu=this.$route.meta.sceneMenu||""},methods:{addInfo:function(){this.$router.replace({path:"/createInfo/newPhysical",query:{data:!0,type:this.$route.meta.sceneMenu||""}})},seeClick:function(e){this.$router.replace({path:"/viewInfo/viewPhysical",query:{data:e.id}})},editClick:function(e){this.$router.replace({path:"/createInfo/newPhysical",query:{data:e.id}})},getlistData:function(){var e=this;this.listLoading=!0,this.$route.path.includes("securityCheck")&&(this.query.subcontractingCategory=1),this.query.projectUuid=this.$store.state.community_uuid,Object(r["w"])(this.query).then((function(t){t&&t.data&&(e.listTable=t.data.records,e.pageTotal=t.data.rowsCount),sessionStorage.setItem(e.$route.name,JSON.stringify(e.query))})),this.listLoading=!1},onSearch:function(){this.query.pageNumber=1,this.queryTime?(this.query.realStartTime=this.queryTime[0]+" 00:00:00",this.query.realEndTime=this.queryTime[1]+" 23:59:59"):(this.query.realStartTime="",this.query.realEndTime=""),this.getlistData()},handleSizeChange:function(e){this.query.pageSize=e,this.getlistData()},handleCurrentChange:function(e){this.query.pageNumber=e,this.getlistData()},resetForm:function(e){this.query.pageNumber=1,this.queryTime="",this.query.subscribePersonName="",this.query.setMealName="",this.query.realStartTime="",this.query.realEndTime="",this.$refs[e].resetFields(),this.getlistData()},handleSlow:function(){this.isShow=!this.isShow},headClass:function(){return"text-align:center;background:#FAFAFA;"}}},o=i,l=(a("d6fd"),a("829d")),u=Object(l["a"])(o,n,s,!1,null,"86e62420",null);t["default"]=u.exports},"6e5b":function(e,t,a){},d6fd:function(e,t,a){"use strict";a("6e5b")},f849:function(e,t,a){"use strict";a.r(t);var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"app-container bgHeight"},[a("el-tabs",{staticClass:"thirdTabs",attrs:{value:e.activeName,type:"border-card"},on:{"tab-click":e.handleClick}},[a("el-tab-pane",{attrs:{label:"专项套餐",name:"physicaExamineList"}},[a("physicaExamineList",{attrs:{sceneMenu:e.sceneMenu}})],1),e._v(" "),a("el-tab-pane",{attrs:{label:"专项体检记录",name:"HEWC"}},[a("physicaExamineData")],1)],1)],1)},s=[],r=a("69b7"),i=a("c541"),o=a("54d9"),l={name:"otherSpecialPhysical",components:{waitTab:r["a"],physicaExamineList:i["a"],physicaExamineData:o["default"]},data:function(){return{activeName:"physicaExamineList",sceneMenu:null}},created:function(){this.sceneMenu=this.$route.meta.sceneMenu},methods:{handleClick:function(e){var t=e.paneName;this.activeName=t}}},u=l,c=(a("22ea"),a("829d")),p=Object(c["a"])(u,n,s,!1,null,"60996924",null);t["default"]=p.exports}}]); |