| 1 |
- (window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-310e"],{"+3OE":function(t,e,a){},PvKw:function(t,e,a){"use strict";var i=a("+3OE");a.n(i).a},zSNm:function(t,e,a){"use strict";a.r(e);var i={data:function(){return{recordData:[],pagination:{total:0,currentPage:1,pageSize:20},menu_type_value:"",getRecordListUrl:""}},created:function(){this.menu_type_value=this.$route.query.menu_type,this.getRecordListUrl=1==this.menu_type_value?"plugin/CustomerManage/MyCustomer/getImportList":"plugin/CustomerManage/PublicCustomer/getImportList",this.getRecordList()},methods:{getRecordList:function(){var t=this;$http.pc_post(this.getRecordListUrl,{menu_type:this.menu_type_value,page:this.pagination.currentPage,limit:this.pagination.pageSize}).then(function(e){if(1!=e.result)return t.$message.error(e.msg);t.recordData=e.data.data,t.pagination.total=e.data.total})},handleSizeChange:function(t){this.pagination.pageSize=t,this.getRecordList()},handleCurrentChange:function(t){this.pagination.currentPage=t,this.getRecordList()},toDetail:function(t){this.$router.push(this.fun.getUrl("importRecordDetail",{id:t},{menu_type:this.menu_type_value}))}},components:{customerManageSide:a("Re+u").a}},n=(a("PvKw"),a("KHd+")),r=Object(n.a)(i,function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"all private-customer"},[a("customer-manage-side",{attrs:{defaultActive:3==t.menu_type_value?"manageExternalCustomer":"managePrivateCustomer"}}),t._v(" "),a("div",{staticStyle:{width:"calc(100% - 150px)"},attrs:{id:"app"}},[a("div",{staticClass:"vue-main"},[a("div",{staticClass:"vue-main-title",staticStyle:{"margin-bottom":"20px"}},[a("div",{staticClass:"vue-main-title-left"}),t._v(" "),a("div",{staticClass:"vue-main-title-content"},[a("span",[t._v("导入记录")]),t._v(" "),a("span",{staticClass:"total"},[t._v("总数:"+t._s(t.pagination.total))])])]),t._v(" "),a("el-table",{staticClass:"table-class",staticStyle:{width:"100%"},attrs:{data:t.recordData}},[a("el-table-column",{attrs:{label:"ID",align:"center",prop:"id",width:"60"}}),t._v(" "),a("el-table-column",{attrs:{label:"导入时间",prop:"created_at",align:"center"}}),t._v(" "),a("el-table-column",{attrs:{label:"导入数量",prop:"import_count",align:"center"}}),t._v(" "),a("el-table-column",{attrs:{label:"失败数量",prop:"error_count",align:"center"}}),t._v(" "),a("el-table-column",{attrs:{label:"操作",align:"center"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-button",{attrs:{plain:""},on:{click:function(a){t.toDetail(e.row.id)}}},[t._v("详细记录")])]}}])})],1)],1),t._v(" "),a("div",{staticClass:"vue-pagination"},[a("el-pagination",{attrs:{"current-page":t.pagination.currentPage,"page-sizes":[20,50,100,200],"page-size":t.pagination.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:t.pagination.total},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1),t._v(" "),a("div",{staticClass:"vue-footer"},[a("el-button",{on:{click:function(e){t.$router.back()}}},[t._v("返回")])],1)])],1)},[],!1,null,"aa221fb0",null);r.options.__file="myImportRecord.vue";e.default=r.exports}}]);
|