NoticeList.32521989.js 4.6 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["NoticeList"],{"059d":function(e,t,a){"use strict";var n=a("cd49"),r=a.n(n);r.a},"35ef":function(e,t,a){},5890: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:"tabs-wind NoticeList"},[a("div",{staticClass:"crm-title-box"},[a("div",{staticClass:"tit"},[a("span",{directives:[{name:"t",rawName:"v-t",value:"News.Notice",expression:"'News.Notice'"}]})])]),a("div",{staticClass:"main-content"},[a("div",{staticClass:"search crm_search"},[a("div",{staticClass:"search-btn"},[a("el-form",{ref:"form",attrs:{"label-position":"top",model:e.search,"label-width":"80px"}},[a("el-form-item",{staticStyle:{"margin-right":"10px"}},[a("el-select",{staticClass:"crm_search_down_tit select_down",attrs:{filterable:"",size:"small",placeholder:e.$t("placeholder.choose")},model:{value:e.search.read,callback:function(t){e.$set(e.search,"read",t)},expression:"search.read"}},[a("el-option",{attrs:{label:e.$t("State.All"),value:null},nativeOn:{click:function(t){return e.handleSearch(t)}}}),a("el-option",{attrs:{label:e.$t("News.Unread"),value:0},nativeOn:{click:function(t){return e.handleSearch(t)}}}),a("el-option",{attrs:{label:e.$t("News.Read"),value:1},nativeOn:{click:function(t){return e.handleSearch(t)}}})],1)],1)],1)],1)]),a("div",{staticClass:"tab"},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.pictLoading,expression:"pictLoading"}],staticClass:"crm_tab",staticStyle:{width:"100%"},attrs:{data:e.tableData,stripe:"","element-loading-background":"rgba(43, 48, 67, 0.05)","element-loading-spinner":"el-icon-loading"}},[a("el-table-column",{attrs:{align:"center","header-align":"center",label:e.$t("News.Title")},scopedSlots:e._u([{key:"default",fn:function(t){return[t.row.subject?a("span",{staticClass:"titleClick",on:{click:function(a){return e.toView(t.row,7)}}},[e._v(e._s(t.row.subject))]):a("span",{staticClass:"titleClick"},[e._v(e._s("--"))])]}}])}),a("el-table-column",{attrs:{align:"center",label:e.$t("Drawer.Label.Date")},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.addTime||"--")+" ")]}}])}),a("el-table-column",{attrs:{align:"center",width:"150",label:e.$t("Custom.Recording.Status")},scopedSlots:e._u([{key:"default",fn:function(t){return[0==t.row.read?a("span",{directives:[{name:"t",rawName:"v-t",value:"News.Unread",expression:"'News.Unread'"}],staticClass:"state"}):e._e(),1==t.row.read?a("span",{directives:[{name:"t",rawName:"v-t",value:"News.Read",expression:"'News.Read'"}],staticClass:"state"}):e._e()]}}])})],1)],1),e.pagerInfo.rowTotal?a("div",{staticClass:"crm_pagination"},[a("el-pagination",{staticClass:"page",attrs:{background:"",layout:"prev, pager, next","page-size":e.pagerInfo.row,total:e.pagerInfo.rowTotal},on:{"current-change":e.handleCurrentChange}})],1):e._e()])])},r=[],s=(a("ac1f"),a("841c"),a("5530")),i=(a("96cf"),a("1da1")),c=a("663b"),o=a("f121"),l=a.n(o),u=l.a.Code,d={name:"NoticeList",data:function(){return{flag:!1,pictLoading:!1,tableData:[],search:{read:null,date:[],startDate:"",endDate:""},pagerInfo:{row:10,current:1,pageTotal:0,rowTotal:0}}},computed:{AccessToken:function(){return{"Access-Token":this.Session.Get("access_token")}},lang:function(){return this.Session.Get("lang")}},methods:{handleSearch:function(){this.pagerInfo.current=1,this.searchFunc()},searchFunc:function(){var e=this;return Object(i["a"])(regeneratorRuntime.mark((function t(){var a;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(!e.flag){t.next=4;break}return t.abrupt("return");case 4:e.flag=!0;case 5:return e.pictLoading=!0,t.next=8,c["a"].newsNoticeList(Object(s["a"])(Object(s["a"])({lang:e.lang},e.search),{},{page:{current:e.pagerInfo.current,row:e.pagerInfo.row}}));case 8:a=t.sent,a.code==u.StatusOK?(e.tableData=a.data,e.pagerInfo.rowTotal=a.page.rowTotal,e.pagerInfo.pageTotal=a.page.pageTotal,e.$pigeon.MessageOK(e.$i18n.t("Msg.SearchSuccess")),e.pictLoading=!1,e.flag=!1):(e.$pigeon.MessageError(a.msg),e.pictLoading=!1,e.flag=!1);case 10:case"end":return t.stop()}}),t)})))()},toView:function(e,t){this.$router.push({path:"/news/content",query:{title:t,id:e.id}}).catch((function(e){return e})),7==t&&(e.read=1)},handleSizeChange:function(e){this.pagerInfo.row=e,this.searchFunc()},handleCurrentChange:function(e){this.pagerInfo.current=e,this.searchFunc()}},mounted:function(){this.searchFunc()}},p=d,g=(a("059d"),a("ed2f"),a("2877")),f=Object(g["a"])(p,n,r,!1,null,"661e489c",null);t["default"]=f.exports},cd49:function(e,t,a){},ed2f:function(e,t,a){"use strict";var n=a("35ef"),r=a.n(n);r.a}}]);