Commit a0232614 by Kyle_Li

Merge branch 'dev-lxy' into dev

parents 66872bcd d7e6d5a7
<!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./static/img/favicon.ico><script src=//web-1251519181.cos.ap-shanghai.myqcloud.com/lib/vue/2.5.5/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/lodash.min.js></script><title>memberproject</title><link href=./static/css/app.34828826b527cd001f47b7ad3d203b1d.css rel=stylesheet></head><body><div id=app></div><script src=//web-1251519181.cos.ap-shanghai.myqcloud.com/lib/elementUI/index.2.5.4.js></script><script src=//web-1251519181.cos.ap-shanghai.myqcloud.com/components/header.2.0.20.js></script><script src=//web-1251519181.cos.ap-shanghai.myqcloud.com/components/people.2.0.26.js></script><script src=//web-1251519181.cos.ap-shanghai.myqcloud.com/components/aside-menu.2.0.05.js></script><script src=//web-1251519181.cos.ap-shanghai.myqcloud.com/components/footer.2.0.02.js></script><script src=//web-1251519181.cos.ap-shanghai.myqcloud.com/components/store.2.0.00.js></script><script src=//web-1251519181.cos.ap-shanghai.myqcloud.com/components/card.2.0.01.js></script><script src=//web-1251519181.cos.ap-shanghai.myqcloud.com/components/selector.1.1.33.js></script><script src=//web-1251519181.file.myqcloud.com/components/space.2.0.02.js></script><script type=text/javascript src=./static/js/manifest.059603bc7f4a6bc133b6.js></script><script type=text/javascript src=./static/js/vendor.f8094a2c76c92905e576.js></script><script type=text/javascript src=./static/js/app.a4e29c49971bb2122910.js></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./static/img/favicon.ico><script src=//web-1251519181.cos.ap-shanghai.myqcloud.com/lib/vue/2.5.5/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/lodash.min.js></script><title>memberproject</title><link href=./static/css/app.2fefbbffa1f2d6fd0880dab9e8219ac4.css rel=stylesheet></head><body><div id=app></div><script src=//web-1251519181.cos.ap-shanghai.myqcloud.com/lib/elementUI/index.2.5.4.js></script><script src=//web-1251519181.cos.ap-shanghai.myqcloud.com/components/header.2.0.20.js></script><script src=//web-1251519181.cos.ap-shanghai.myqcloud.com/components/people.2.0.31.js></script><script src=//web-1251519181.cos.ap-shanghai.myqcloud.com/components/aside-menu.2.0.05.js></script><script src=//web-1251519181.cos.ap-shanghai.myqcloud.com/components/footer.2.0.02.js></script><script src=//web-1251519181.cos.ap-shanghai.myqcloud.com/components/store.2.0.00.js></script><script src=//web-1251519181.cos.ap-shanghai.myqcloud.com/components/card.2.0.01.js></script><script src=//web-1251519181.cos.ap-shanghai.myqcloud.com/components/selector.1.1.33.js></script><script src=//web-1251519181.file.myqcloud.com/components/space.2.0.02.js></script><script type=text/javascript src=./static/js/manifest.72cd4bce979019011ab8.js></script><script type=text/javascript src=./static/js/vendor.f8094a2c76c92905e576.js></script><script type=text/javascript src=./static/js/app.25d562f8ddce0f24c9c7.js></script></body></html>
\ No newline at end of file
.dm-reset-style tbody{
font-size: 0px;
}
.dm-reset-style tbody .el-table__row {
font-size: 14px;
}
\ No newline at end of file
webpackJsonp([15],{I2e1:function(t,e){},kVpV:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a("AKaA"),r=a("WSiR"),o=a("NTL1"),l=a("8V46"),s={data:function(){return{navpath:[{name:"首页",path:""},{name:"微信会员",path:""},{name:"批量导入",path:""},{name:"日志详情",path:""}],tableData:[],page:{currentPage:1,pageSize:20,totalCount:0},integralType:"积分扣除",count:{all:0,success:0,error:0},batchId:"",batchType:""}},methods:{exportExcel:function(){window.location.href=o.a.downloadErrorData+"?requestProject=member&batchType="+this.batchType+"&batchId="+this.batchId},getLogsDetail:function(){var t=this,e={batchId:this.batchId,batchType:this.batchType};Object(n.b)(o.a.queryBatchRetErrInfo,e).then(function(e){if(0==e.data.errorCode){var a=e.data.result;console.log(a),t.page.totalCount=a.totalCount,t.tableData=a.result}else Object(l.a)(e.data.message)}).catch(function(t){Object(l.b)(t)})}},created:function(){if(this.$route.query.data){var t=this.$route.query.data,e=t.batchId,a=t.batchType,n=t.total,r=t.succeedNum,o=t.errorNum;this.batchId=e,this.batchType=a,console.log(this.batchType),this.count.all=n,this.count.success=r,this.count.error=o,console.log(this.$route.query.data),this.getLogsDetail()}else Object(l.a)("123")},components:{NavPath:r.a}},c={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{attrs:{id:"bulkLogsDetail"}},[a("nav-path",{attrs:{navpath:t.navpath}}),t._v(" "),a("div",{staticClass:"contentBulkIntegral"},[a("div",{staticClass:"contentInfo"},[a("div",{staticClass:"flex"},[a("span",{staticClass:"headerTips"},[t._v("总条数:"+t._s(t.count.all)+" 条,成功导入 "+t._s(t.count.success)+" 条,"),a("span",{staticClass:"headerTipsError"},[t._v("错误 "+t._s(t.count.error)+" 条")])]),t._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:t.exportExcel}},[a("i",{staticClass:"iconfont icon-icon_yunxiazai"}),t._v(" 导出")])],1),t._v(" "),a("el-table",{attrs:{data:t.tableData}},[a("el-table-column",{attrs:{prop:"sequence",label:"序号"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[t._v("\n "+t._s(a.sequence||"--")+"\n ")]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"errorCause",label:"错误提示"}}),t._v(" "),a("el-table-column",{attrs:{prop:"cardNum",label:"会员卡号"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[t._v("\n "+t._s(a.cardNum||"--")+"\n ")]}}])}),t._v(" "),11==t.batchType||12==t.batchType?a("el-table-column",{attrs:{prop:"opIntegral",label:"变更额度"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[t._v("\n "+t._s(a.opIntegral||"--")+"\n ")]}}],null,!1,761788206)}):t._e(),t._v(" "),11==t.batchType?a("el-table-column",{attrs:{label:"成本主体"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[t._v("\n "+t._s(a.costStoreName||"--")+"\n ")]}}],null,!1,1787028140)}):t._e(),t._v(" "),13==t.batchType?a("el-table-column",{attrs:{label:"等级编码"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[t._v("\n "+t._s(a.gradeCode||"--")+"\n ")]}}],null,!1,267654791)}):t._e(),t._v(" "),13==t.batchType?a("el-table-column",{attrs:{label:"等级名称"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[t._v("\n "+t._s(a.gradeName||"--")+"\n ")]}}],null,!1,3867179405)}):t._e(),t._v(" "),14==t.batchType?a("el-table-column",{attrs:{label:"门店代码"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[t._v("\n "+t._s(a.costStoreCode||"--")+"\n ")]}}],null,!1,2930117414)}):t._e(),t._v(" "),14==t.batchType?a("el-table-column",{attrs:{label:"门店名称"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[t._v("\n "+t._s(a.costStoreName||"--")+"\n ")]}}],null,!1,1787028140)}):t._e(),t._v(" "),a("el-table-column",{attrs:{prop:"remark",label:"原因备注"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[t._v("\n "+t._s(a.remark||"--")+"\n ")]}}])})],1),t._v(" "),t.tableData.length>0?a("el-pagination",{attrs:{background:"","current-page":t.page.currentPage,"page-sizes":[20,40,60,80],"page-size":t.page.pageSize,layout:"total, sizes, prev, pager, next",total:t.page.totalCount},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}}):t._e()],1)]),t._v(" "),a("vue-gic-footer")],1)},staticRenderFns:[]};var u=a("C7Lr")(s,c,!1,function(t){a("I2e1")},"data-v-da0b1c56",null);e.default=u.exports}});
\ No newline at end of file
webpackJsonp([17],{S5SY:function(e,t){},zWgH:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a={name:"buyermembers",components:{Navbar:n("+vdD").a}},r={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"buyer-part"},[t("Navbar"),this._v("\n 电商买家\n")],1)},staticRenderFns:[]};var s=n("C7Lr")(a,r,!1,function(e){n("S5SY")},"data-v-ae6134c2",null);t.default=s.exports}});
\ No newline at end of file
webpackJsonp([16],{S5SY:function(e,t){},zWgH:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a={name:"buyermembers",components:{Navbar:n("+vdD").a}},r={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"buyer-part"},[t("Navbar"),this._v("\n 电商买家\n")],1)},staticRenderFns:[]};var s=n("C7Lr")(a,r,!1,function(e){n("S5SY")},"data-v-ae6134c2",null);t.default=s.exports}});
\ No newline at end of file
webpackJsonp([18],{BsaR:function(e,t){},OQ6q:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={name:"memberlist",data:function(){return{bodyHeight:document.body.clientHeight||document.documentElement.clientHeight,defaultActive:this.$route.path}},mounted:function(){var e=this;window.onresize=function(){e.bodyHeight=document.body.clientHeight||document.documentElement.clientHeight}},components:{Navbar:i("+vdD").a}},a={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"achievementwrap",style:{height:this.bodyHeight-64+"px"}},[t("div",{staticClass:"achievementwrap-right"},[t("div",{style:{height:"100%"}},[t("keep-alive",[this.$route.meta.keepAlive?t("router-view"):this._e()],1),this._v(" "),this.$route.meta.keepAlive?this._e():t("router-view")],1)])])},staticRenderFns:[]};var o=i("C7Lr")(n,a,!1,function(e){i("BsaR")},"data-v-9b641668",null);t.default=o.exports}});
\ No newline at end of file
webpackJsonp([17],{BsaR:function(e,t){},OQ6q:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={name:"memberlist",data:function(){return{bodyHeight:document.body.clientHeight||document.documentElement.clientHeight,defaultActive:this.$route.path}},mounted:function(){var e=this;window.onresize=function(){e.bodyHeight=document.body.clientHeight||document.documentElement.clientHeight}},components:{Navbar:i("+vdD").a}},a={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"achievementwrap",style:{height:this.bodyHeight-64+"px"}},[t("div",{staticClass:"achievementwrap-right"},[t("div",{style:{height:"100%"}},[t("keep-alive",[this.$route.meta.keepAlive?t("router-view"):this._e()],1),this._v(" "),this.$route.meta.keepAlive?this._e():t("router-view")],1)])])},staticRenderFns:[]};var o=i("C7Lr")(n,a,!1,function(e){i("BsaR")},"data-v-9b641668",null);t.default=o.exports}});
\ No newline at end of file
webpackJsonp([24],{miwu:function(t,e,o){"use strict";Object.defineProperty(e,"__esModule",{value:!0});o("AKaA");var s=window.location.origin,i=s.indexOf("localhost")>-1?"http://gicdev.demogic.com":s,n={name:"selector",data:function(){return{expends:!0,ret:[],total:0}},methods:{confirm:function(){var t=this;this.$refs.selector.collectConditions().then(function(e){t.expends=!e.filterAbbrInfo.length,t.getGoodsList(e.conditions)})},goback:function(){this.ret=[],this.expends=!this.expends,this.$refs.selector.removeConditions()},getGoodsList:function(t){var e=this,o={currentPage:1,pageSize:40,source:1,queryList:t};this.axios.post(i+"/api-plug/store-goods-sku-filter",o).then(function(t){if(0===t.data.errorCode){var o=t.data.result;e.ret=o.result,e.total=o.total}})}}},r={render:function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"selector-router"},[o("vue-gic-goods-selector",{ref:"selector"}),t._v(" "),o("div",{staticClass:"gic-button"},[t.expends?o("el-button",{attrs:{type:"primary"},on:{click:t.confirm}},[t._v("确认")]):o("el-button",{on:{click:t.goback}},[t._v("返回")])],1),t._v(" "),o("h1",[t._v("一共有"+t._s(t.total)+"条数据")]),t._v(" "),o("div",t._l(t.ret,function(e,s){return o("li",{key:s,staticClass:"good-list"},[t._v(t._s(e))])}),0)],1)},staticRenderFns:[]};var c=o("C7Lr")(n,r,!1,function(t){o("xuR6")},"data-v-6892081c",null);e.default=c.exports},xuR6:function(t,e){}});
\ No newline at end of file
webpackJsonp([23],{miwu:function(t,e,o){"use strict";Object.defineProperty(e,"__esModule",{value:!0});o("AKaA");var s=window.location.origin,i=s.indexOf("localhost")>-1?"http://gicdev.demogic.com":s,n={name:"selector",data:function(){return{expends:!0,ret:[],total:0}},methods:{confirm:function(){var t=this;this.$refs.selector.collectConditions().then(function(e){t.expends=!e.filterAbbrInfo.length,t.getGoodsList(e.conditions)})},goback:function(){this.ret=[],this.expends=!this.expends,this.$refs.selector.removeConditions()},getGoodsList:function(t){var e=this,o={currentPage:1,pageSize:40,source:1,queryList:t};this.axios.post(i+"/api-plug/store-goods-sku-filter",o).then(function(t){if(0===t.data.errorCode){var o=t.data.result;e.ret=o.result,e.total=o.total}})}}},r={render:function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"selector-router"},[o("vue-gic-goods-selector",{ref:"selector"}),t._v(" "),o("div",{staticClass:"gic-button"},[t.expends?o("el-button",{attrs:{type:"primary"},on:{click:t.confirm}},[t._v("确认")]):o("el-button",{on:{click:t.goback}},[t._v("返回")])],1),t._v(" "),o("h1",[t._v("一共有"+t._s(t.total)+"条数据")]),t._v(" "),o("div",t._l(t.ret,function(e,s){return o("li",{key:s,staticClass:"good-list"},[t._v(t._s(e))])}),0)],1)},staticRenderFns:[]};var c=o("C7Lr")(n,r,!1,function(t){o("xuR6")},"data-v-6892081c",null);e.default=c.exports},xuR6:function(t,e){}});
\ No newline at end of file
webpackJsonp([26],{"+kFj":function(t,e){},kVpV:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a("AKaA"),r=a("WSiR"),o=a("NTL1"),l=a("8V46"),s={data:function(){return{navpath:[{name:"首页",path:""},{name:"微信会员",path:""},{name:"批量导入",path:""},{name:"日志详情",path:""}],tableData:[],page:{currentPage:1,pageSize:20,totalCount:0},integralType:"积分扣除",count:{all:0,success:0,error:0},batchId:"",batchType:""}},methods:{exportExcel:function(){window.location.href=o.a.downloadErrorData+"?requestProject=member&batchType="+this.batchType+"&batchId="+this.batchId},handleCurrentChange:function(t){this.page.currentPage=t,this.getLogsDetail()},handleSizeChange:function(t){this.page.pageSize=t,this.getLogsDetail()},getLogsDetail:function(){var t=this,e={batchId:this.batchId,batchType:this.batchType,currentPage:this.page.currentPage,pageSize:this.page.pageSize};Object(n.b)(o.a.queryBatchRetErrInfo,e).then(function(e){if(0==e.data.errorCode){var a=e.data.result;console.log(a),t.page.totalCount=a.totalCount,t.tableData=a.result}else Object(l.a)(e.data.message)}).catch(function(t){Object(l.b)(t)})}},created:function(){if(this.$route.query.data){var t=this.$route.query.data,e=t.batchId,a=t.batchType,n=t.total,r=t.succeedNum,o=t.errorNum;a||this.$router.go(-1),this.batchId=e,this.batchType=a,console.log(this.batchType),this.count.all=n,this.count.success=r,this.count.error=o,console.log(this.$route.query.data),this.getLogsDetail()}else this.$router.go(-1)},components:{NavPath:r.a}},c={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{attrs:{id:"bulkLogsDetail"}},[a("nav-path",{attrs:{navpath:t.navpath}}),t._v(" "),a("div",{staticClass:"contentBulkIntegral"},[a("div",{staticClass:"contentInfo"},[a("div",{staticClass:"flex"},[a("span",{staticClass:"headerTips"},[t._v("总条数:"+t._s(t.count.all)+" 条,成功导入 "+t._s(t.count.success)+" 条,"),a("span",{staticClass:"headerTipsError"},[t._v("错误 "+t._s(t.count.error)+" 条")])]),t._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:t.exportExcel}},[a("i",{staticClass:"iconfont icon-icon_yunxiazai"}),t._v(" 导出")])],1),t._v(" "),a("el-table",{attrs:{data:t.tableData}},[a("el-table-column",{attrs:{prop:"sequence",label:"序号"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[t._v("\n "+t._s(a.sequence||"--")+"\n ")]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"errorCause",label:"错误提示"}}),t._v(" "),a("el-table-column",{attrs:{prop:"cardNum",label:"会员卡号"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[t._v("\n "+t._s(a.cardNum||"--")+"\n ")]}}])}),t._v(" "),11==t.batchType||12==t.batchType?a("el-table-column",{attrs:{prop:"opIntegral",label:"变更额度"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[t._v("\n "+t._s(a.opIntegral||"--")+"\n ")]}}],null,!1,761788206)}):t._e(),t._v(" "),11==t.batchType?a("el-table-column",{attrs:{label:"成本主体"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[t._v("\n "+t._s(a.costStoreName||"--")+"\n ")]}}],null,!1,1787028140)}):t._e(),t._v(" "),13==t.batchType?a("el-table-column",{attrs:{label:"等级编码"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[t._v("\n "+t._s(a.gradeCode||"--")+"\n ")]}}],null,!1,267654791)}):t._e(),t._v(" "),13==t.batchType?a("el-table-column",{attrs:{label:"等级名称"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[t._v("\n "+t._s(a.gradeName||"--")+"\n ")]}}],null,!1,3867179405)}):t._e(),t._v(" "),14==t.batchType?a("el-table-column",{attrs:{label:"门店代码"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[t._v("\n "+t._s(a.costStoreCode||"--")+"\n ")]}}],null,!1,2930117414)}):t._e(),t._v(" "),14==t.batchType?a("el-table-column",{attrs:{label:"门店名称"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[t._v("\n "+t._s(a.costStoreName||"--")+"\n ")]}}],null,!1,1787028140)}):t._e(),t._v(" "),a("el-table-column",{attrs:{prop:"remark",label:"原因备注"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;return[t._v("\n "+t._s(a.remark||"--")+"\n ")]}}])})],1),t._v(" "),t.tableData.length>0?a("el-pagination",{attrs:{background:"","current-page":t.page.currentPage,"page-sizes":[20,40,60,80],"page-size":t.page.pageSize,layout:"total, sizes, prev, pager, next",total:t.page.totalCount},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}}):t._e()],1)]),t._v(" "),a("vue-gic-footer")],1)},staticRenderFns:[]};var u=a("C7Lr")(s,c,!1,function(t){a("+kFj")},"data-v-5d5ac5da",null);e.default=u.exports}});
\ No newline at end of file
!function(e){var c=window.webpackJsonp;window.webpackJsonp=function(f,t,a){for(var d,o,b,i=0,u=[];i<f.length;i++)o=f[i],n[o]&&u.push(n[o][0]),n[o]=0;for(d in t)Object.prototype.hasOwnProperty.call(t,d)&&(e[d]=t[d]);for(c&&c(f,t,a);u.length;)u.shift()();if(a)for(i=0;i<a.length;i++)b=r(r.s=a[i]);return b};var f={},n={43:0};function r(c){if(f[c])return f[c].exports;var n=f[c]={i:c,l:!1,exports:{}};return e[c].call(n.exports,n,n.exports,r),n.l=!0,n.exports}r.e=function(e){var c=n[e];if(0===c)return new Promise(function(e){e()});if(c)return c[2];var f=new Promise(function(f,r){c=n[e]=[f,r]});c[2]=f;var t=document.getElementsByTagName("head")[0],a=document.createElement("script");a.type="text/javascript",a.charset="utf-8",a.async=!0,a.timeout=12e4,r.nc&&a.setAttribute("nonce",r.nc),a.src=r.p+"static/js/"+e+"."+{0:"4641b456f39a820d0f54",1:"ac5db83121f68b5761cb",2:"503779b5630e06a4f3af",3:"b566044087c1099cbd28",4:"31dfeb394d4b088c821a",5:"82a3285602460e06f93a",6:"f58f1e50684eefedb5d2",7:"d8bf83efc3d3a3087b04",8:"12de0607038e43c9355d",9:"9eb6d0757053172756ec",10:"2f26528e5490eb26b21e",11:"69f33b12cf19e31ee980",12:"e0a023c504be7d3af878",13:"3200089b564623cdee16",14:"8cdf752cea53e557806c",15:"a910b7c20f997fc64c60",16:"4356070f5ce64ed4e745",17:"7512d417d86e63e1d91e",18:"f595c25fdb4012c9701b",19:"bdc93b6e961537fe8c01",20:"9e8229d10fbe4a46c22f",21:"3b01e9d7e850f945ccc2",22:"36c6738c0547e7c536f4",23:"3145e6c79005ac636a79",24:"b692e29b14381f7575e7",25:"4e379fb1d4cd39a57d27",26:"d7bc3aeb6072c45cf3a8",27:"b24020d6f9b89dd7b552",28:"0e2969e8cce94e4cf5e9",29:"8180c9b4d1b90dcb19aa",30:"42b6f4c3e501aa61dd2b",31:"44d631137f414076dbc1",32:"7bd26a76f053ebe8f31c",33:"1356a1a83cb372673b68",34:"8007f898a80efee9fe73",35:"987e340a432670d464b8",36:"ddff8694f90c68ff28a8",37:"c267c270b49d79075cd7",38:"21becd227c8578ef23df",39:"4bb6ef2d1acecbe01ddc",40:"bd9368e89f9e1695b25a"}[e]+".js";var d=setTimeout(o,12e4);function o(){a.onerror=a.onload=null,clearTimeout(d);var c=n[e];0!==c&&(c&&c[1](new Error("Loading chunk "+e+" failed.")),n[e]=void 0)}return a.onerror=a.onload=o,t.appendChild(a),f},r.m=e,r.c=f,r.d=function(e,c,f){r.o(e,c)||Object.defineProperty(e,c,{configurable:!1,enumerable:!0,get:f})},r.n=function(e){var c=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(c,"a",c),c},r.o=function(e,c){return Object.prototype.hasOwnProperty.call(e,c)},r.p="./",r.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
!function(e){var c=window.webpackJsonp;window.webpackJsonp=function(a,r,t){for(var b,d,o,i=0,u=[];i<a.length;i++)d=a[i],f[d]&&u.push(f[d][0]),f[d]=0;for(b in r)Object.prototype.hasOwnProperty.call(r,b)&&(e[b]=r[b]);for(c&&c(a,r,t);u.length;)u.shift()();if(t)for(i=0;i<t.length;i++)o=n(n.s=t[i]);return o};var a={},f={43:0};function n(c){if(a[c])return a[c].exports;var f=a[c]={i:c,l:!1,exports:{}};return e[c].call(f.exports,f,f.exports,n),f.l=!0,f.exports}n.e=function(e){var c=f[e];if(0===c)return new Promise(function(e){e()});if(c)return c[2];var a=new Promise(function(a,n){c=f[e]=[a,n]});c[2]=a;var r=document.getElementsByTagName("head")[0],t=document.createElement("script");t.type="text/javascript",t.charset="utf-8",t.async=!0,t.timeout=12e4,n.nc&&t.setAttribute("nonce",n.nc),t.src=n.p+"static/js/"+e+"."+{0:"4641b456f39a820d0f54",1:"ac5db83121f68b5761cb",2:"503779b5630e06a4f3af",3:"b566044087c1099cbd28",4:"31dfeb394d4b088c821a",5:"82a3285602460e06f93a",6:"f58f1e50684eefedb5d2",7:"d8bf83efc3d3a3087b04",8:"12de0607038e43c9355d",9:"9eb6d0757053172756ec",10:"2f26528e5490eb26b21e",11:"69f33b12cf19e31ee980",12:"e0a023c504be7d3af878",13:"3200089b564623cdee16",14:"8cdf752cea53e557806c",15:"333c2693e902b86aeca0",16:"a62a02dbc951618d26fc",17:"875c761e06d0aae9dfed",18:"c2423bab3b22860bb65e",19:"368c2c3c2959a2a087cf",20:"0ffe417fed80e6406c4b",21:"cd452a3bcf9b04de862e",22:"792a044fdf113b5c8c02",23:"01b667e96f185bf0d30d",24:"4486ba23a2e170a06a0e",25:"8de7036542e315707ee6",26:"731856a214dc026a036f",27:"2725352d3862cfeda4b9",28:"0e2969e8cce94e4cf5e9",29:"8180c9b4d1b90dcb19aa",30:"42b6f4c3e501aa61dd2b",31:"b42b653eb9da83b0ac9c",32:"7bd26a76f053ebe8f31c",33:"1356a1a83cb372673b68",34:"8007f898a80efee9fe73",35:"987e340a432670d464b8",36:"ddff8694f90c68ff28a8",37:"51b6d578ab605089a1b2",38:"21becd227c8578ef23df",39:"4bb6ef2d1acecbe01ddc",40:"bd9368e89f9e1695b25a"}[e]+".js";var b=setTimeout(d,12e4);function d(){t.onerror=t.onload=null,clearTimeout(b);var c=f[e];0!==c&&(c&&c[1](new Error("Loading chunk "+e+" failed.")),f[e]=void 0)}return t.onerror=t.onload=d,r.appendChild(t),a},n.m=e,n.c=a,n.d=function(e,c,a){n.o(e,c)||Object.defineProperty(e,c,{configurable:!1,enumerable:!0,get:a})},n.n=function(e){var c=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(c,"a",c),c},n.o=function(e,c){return Object.prototype.hasOwnProperty.call(e,c)},n.p="./",n.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
......@@ -305,7 +305,9 @@ export default {
},
// 跳转详情
logDetails(data) {
this.$router.push({ path: '/bulkLogsDetail', query: { data } });
data = JSON.stringify(data);
sessionStorage.setItem('bulkLogsDetail', data);
this.$router.push({ path: '/bulkLogsDetail' });
},
// 打开dialog
openDialogImport() {
......
......@@ -167,23 +167,15 @@ export default {
},
},
created() {
if(!this.$route.query.data) {
// checkFalse('123')
this.$router.go(-1);
} else {
const { batchId, batchType, total, succeedNum, errorNum } = this.$route.query.data;
if(!batchType) {
this.$router.go(-1);
}
this.batchId = batchId;
this.batchType = batchType;
console.log(this.batchType)
this.count.all = total;
this.count.success = succeedNum;
this.count.error = errorNum;
console.log(this.$route.query.data)
this.getLogsDetail();
}
console.log(sessionStorage.getItem('bulkLogsDetail'))
const { batchId, batchType, total, succeedNum, errorNum } = JSON.parse(sessionStorage.getItem('bulkLogsDetail'));
this.batchId = batchId;
this.batchType = batchType;
console.log(this.batchType)
this.count.all = total;
this.count.success = succeedNum;
this.count.error = errorNum;
this.getLogsDetail();
},
components: {
NavPath
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment