Commit d8cf9026 authored by hehaiyang's avatar hehaiyang

修改订单列表时间控件

parent 1125e2b6
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport><title>途比达后台管理系统</title><link rel="shortcut icon" type=image/x-icon href=static/icon.ico><script src=base.js></script><script src=./static/base.js></script><link href=/css/app.46cd7dd50f702cfd0447308e475a8256.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/js/manifest.99ad807f0efbe2688ee0.js></script><script type=text/javascript src=/js/app.20422452a270e255d03f.js></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport><title>途比达后台管理系统</title><link rel="shortcut icon" type=image/x-icon href=static/icon.ico><script src=base.js></script><script src=./static/base.js></script><link href=/css/app.9bacaf9d51f8c0e77e52e7cce34d536b.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/js/manifest.03baad26ef994610c74b.js></script><script type=text/javascript src=/js/app.5045c570a69e3a532001.js></script></body></html>
\ No newline at end of file
webpackJsonp([100],{KniT:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={components:{leftSide:n("FegP").a}},a={render:function(){var e=this.$createElement;return(this._self._c||e)("leftSide")},staticRenderFns:[]};var i=n("C7Lr")(r,a,!1,function(e){n("ZBtv")},"data-v-36a7b6fb",null);t.default=i.exports},ZBtv:function(e,t){}});
\ No newline at end of file
webpackJsonp([102],{OSnK:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n("RwQt"),a=n("5XGy"),r=n("KPn7"),s={components:{breadNav:i.default,page:a.a,config:r.a},data:function(){return{configTan:!1,configTitle:"是否删除该打印组",pageTotal:0,pageIndex:1,pageSize:15,search:"",tableList:[],printGroupId:""}},methods:{groupList:function(){var t=this,e={pageIndex:this.pageIndex,pageSize:this.pagesize,search:this.search};this.axios.post(this.getProductUrl("print/groupList"),e).then(function(e){"00"==e.data.code?(t.pageTotal=e.data.data.pageTotal,t.tableList=e.data.data.list):t.$message.error(e.data.message)})},paging:function(t){this.pageIndex=t,this.groupList()},clickDele:function(t){this.configTan=!0,this.printGroupId=t},dele:function(){var t=this,e={printGroupId:this.printGroupId};this.axios.post(this.getProductUrl("print/groupRemove"),e).then(function(e){"00"==e.data.code?(t.$message.success("删除成功"),t.configTan=!1,t.groupList()):t.$message.error(e.data.message)})}},mounted:function(){this.groupList()},activated:function(){"true"==this.$store.state.refurbish&&(this.$store.dispatch("getRefurbish","false"),this.search=""),this.groupList()}},o={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"bigBox"},[n("breadNav",[t._v("打印组管理")]),t._v(" "),n("div",{staticClass:"div1"},[n("a",{staticClass:"btn4",staticStyle:{"margin-right":"1rem"},on:{click:function(e){return t.$router.push("/scenic/sMymanagement/printGroupEdit")}}},[t._v("\n\t\t\t新增\n\t\t")]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.trim",value:t.search,expression:"search",modifiers:{trim:!0}}],attrs:{type:"text",placeholder:"请输入打印组名称"},domProps:{value:t.search},on:{input:function(e){e.target.composing||(t.search=e.target.value.trim())},blur:function(e){return t.$forceUpdate()}}}),t._v(" "),n("a",{staticClass:"btn4",staticStyle:{"margin-left":"1rem"},on:{click:function(e){t.pageIndex=1,t.groupList()}}},[t._v("\n\t\t\t查询\n\t\t")])]),t._v(" "),n("table",{staticStyle:{"margin-top":"0.2rem"}},[t._m(0),t._v(" "),t._l(t.tableList,function(e,i){return n("tr",{key:e.printGroupId},[n("td",[t._v(t._s(e.printGroupName))]),t._v(" "),n("td",[t._v(t._s(e.deviceTypeName))]),t._v(" "),n("td",[t._v(t._s(e.printGroupLeft))]),t._v(" "),n("td",[t._v(t._s(e.printGroupTop))]),t._v(" "),n("td",[n("p",[t._v("\n\t\t\t\t\t默认:\n\t\t\t\t\t"+t._s(e.singlePrintName)+",\n\t\t\t\t\t团队默认:\n\t\t\t\t\t"+t._s(e.manyPrintName)+"\n\t\t\t\t")]),t._v(" "),t._l(e.items,function(e,i){return n("p",{key:i},[t._v("\n\t\t\t\t\t"+t._s(e.saleTypeName?e.saleTypeName:"")+":\n\t\t\t\t\t"+t._s(e.singlePrintName?e.singlePrintName:"")+",\n\t\t\t\t\t"+t._s(e.manyPrintName?e.manyPrintName:"")+"\n\t\t\t\t")])})],2),t._v(" "),n("td",[n("span",{on:{click:function(n){return t.$router.push("/scenic/sMymanagement/printGroupEdit?printGroupId="+e.printGroupId)}}},[t._v("\n\t\t\t\t\t修改\n\t\t\t\t")]),t._v(" "),n("span",{staticStyle:{color:"#FF0000"},on:{click:function(n){return t.clickDele(e.printGroupId)}}},[t._v("\n\t\t\t\t\t删除\n\t\t\t\t")])])])})],2),t._v(" "),n("page",{attrs:{pagesize:t.pageSize,total:t.pageTotal,whichpage:t.pageIndex},on:{page:t.paging}}),t._v(" "),n("config",{directives:[{name:"show",rawName:"v-show",value:t.configTan,expression:"configTan"}],attrs:{configTitle:t.configTitle},on:{config:function(e){return t.dele()},cancel:function(e){t.configTan=!1}}})],1)},staticRenderFns:[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("tr",[n("td",[t._v("打印组名称")]),t._v(" "),n("td",[t._v("设备类型")]),t._v(" "),n("td",[t._v("左偏移")]),t._v(" "),n("td",[t._v("上偏移")]),t._v(" "),n("td",[t._v("打印模板")]),t._v(" "),n("td",[t._v("操作")])])}]};var c=n("C7Lr")(s,o,!1,function(t){n("aMrd")},"data-v-33d4c77e",null);e.default=c.exports},aMrd:function(t,e){}});
\ No newline at end of file
webpackJsonp([103],{OSnK:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n("RwQt"),a=n("5XGy"),r=n("KPn7"),s={components:{breadNav:i.default,page:a.a,config:r.a},data:function(){return{configTan:!1,configTitle:"是否删除该打印组",pageTotal:0,pageIndex:1,pageSize:15,search:"",tableList:[],printGroupId:""}},methods:{groupList:function(){var t=this,e={pageIndex:this.pageIndex,pageSize:this.pagesize,search:this.search};this.axios.post(this.getProductUrl("print/groupList"),e).then(function(e){"00"==e.data.code?(t.pageTotal=e.data.data.pageTotal,t.tableList=e.data.data.list):t.$message.error(e.data.message)})},paging:function(t){this.pageIndex=t,this.groupList()},clickDele:function(t){this.configTan=!0,this.printGroupId=t},dele:function(){var t=this,e={printGroupId:this.printGroupId};this.axios.post(this.getProductUrl("print/groupRemove"),e).then(function(e){"00"==e.data.code?(t.$message.success("删除成功"),t.configTan=!1,t.groupList()):t.$message.error(e.data.message)})}},mounted:function(){this.groupList()},activated:function(){"true"==this.$store.state.refurbish&&(this.$store.dispatch("getRefurbish","false"),this.search=""),this.groupList()}},o={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"bigBox"},[n("breadNav",[t._v("打印组管理")]),t._v(" "),n("div",{staticClass:"div1"},[n("a",{staticClass:"btn4",staticStyle:{"margin-right":"1rem"},on:{click:function(e){return t.$router.push("/scenic/sMymanagement/printGroupEdit")}}},[t._v("\n\t\t\t新增\n\t\t")]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.trim",value:t.search,expression:"search",modifiers:{trim:!0}}],attrs:{type:"text",placeholder:"请输入打印组名称"},domProps:{value:t.search},on:{input:function(e){e.target.composing||(t.search=e.target.value.trim())},blur:function(e){return t.$forceUpdate()}}}),t._v(" "),n("a",{staticClass:"btn4",staticStyle:{"margin-left":"1rem"},on:{click:function(e){t.pageIndex=1,t.groupList()}}},[t._v("\n\t\t\t查询\n\t\t")])]),t._v(" "),n("table",{staticStyle:{"margin-top":"0.2rem"}},[t._m(0),t._v(" "),t._l(t.tableList,function(e,i){return n("tr",{key:e.printGroupId},[n("td",[t._v(t._s(e.printGroupName))]),t._v(" "),n("td",[t._v(t._s(e.deviceTypeName))]),t._v(" "),n("td",[t._v(t._s(e.printGroupLeft))]),t._v(" "),n("td",[t._v(t._s(e.printGroupTop))]),t._v(" "),n("td",[n("p",[t._v("\n\t\t\t\t\t默认:\n\t\t\t\t\t"+t._s(e.singlePrintName)+",\n\t\t\t\t\t团队默认:\n\t\t\t\t\t"+t._s(e.manyPrintName)+"\n\t\t\t\t")]),t._v(" "),t._l(e.items,function(e,i){return n("p",{key:i},[t._v("\n\t\t\t\t\t"+t._s(e.saleTypeName?e.saleTypeName:"")+":\n\t\t\t\t\t"+t._s(e.singlePrintName?e.singlePrintName:"")+",\n\t\t\t\t\t"+t._s(e.manyPrintName?e.manyPrintName:"")+"\n\t\t\t\t")])})],2),t._v(" "),n("td",[n("span",{on:{click:function(n){return t.$router.push("/scenic/sMymanagement/printGroupEdit?printGroupId="+e.printGroupId)}}},[t._v("\n\t\t\t\t\t修改\n\t\t\t\t")]),t._v(" "),n("span",{staticStyle:{color:"#FF0000"},on:{click:function(n){return t.clickDele(e.printGroupId)}}},[t._v("\n\t\t\t\t\t删除\n\t\t\t\t")])])])})],2),t._v(" "),n("page",{attrs:{pagesize:t.pageSize,total:t.pageTotal,whichpage:t.pageIndex},on:{page:t.paging}}),t._v(" "),n("config",{directives:[{name:"show",rawName:"v-show",value:t.configTan,expression:"configTan"}],attrs:{configTitle:t.configTitle},on:{config:function(e){return t.dele()},cancel:function(e){t.configTan=!1}}})],1)},staticRenderFns:[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("tr",[n("td",[t._v("打印组名称")]),t._v(" "),n("td",[t._v("设备类型")]),t._v(" "),n("td",[t._v("左偏移")]),t._v(" "),n("td",[t._v("上偏移")]),t._v(" "),n("td",[t._v("打印模板")]),t._v(" "),n("td",[t._v("操作")])])}]};var c=n("C7Lr")(s,o,!1,function(t){n("aMrd")},"data-v-33d4c77e",null);e.default=c.exports},aMrd:function(t,e){}});
\ No newline at end of file
webpackJsonp([103],{"Pm+J":function(t,e){},"o/hl":function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a("RwQt"),i=a("ZotE"),s=a("5XGy"),o=a("KPn7"),r={components:{breadNav:n.default,dates:i.a,page:s.a,config:o.a},data:function(){return{configTan2:!1,configTitle2:"是否改为白名单",configTitle:"是否删除该名单",configTan:!1,badDateFrom:"",badDateTo:"",pageIndex:1,pageSize:15,pageTotal:0,search:"",tableList:[],userId:"",userType:""}},methods:{getDate:function(t){t?(this.badDateFrom=t[0],this.badDateTo=t[1]+" 23:59:59"):(this.badDateFrom="",this.badDateTo="")},initTableList:function(){var t=this,e={badDateFrom:this.badDateFrom,badDateTo:this.badDateTo,pageIndex:this.pageIndex,pageSize:this.pageSize,search:this.search};this.axios.post(this.getOrderUrl("bad/query"),e).then(function(e){"00"==e.data.code?(t.tableList=e.data.data.list,t.pageTotal=e.data.data.pageTotal):t.$message.error(e.data.message)})},paging:function(t){this.pageIndex=t,this.initTableList()},clickOpenStop:function(t,e){this.userType=t,this.userId=e,this.configTan2=!0},openStop:function(){var t=this,e={userType:this.userType,userId:this.userId};this.axios.post(this.getOrderUrl("bad/setStatus"),e).then(function(e){"00"==e.data.code?(t.configTan2=!1,t.initTableList()):t.$message.error(e.data.message)})},clickDele:function(t){this.userId=t,this.configTan=!0},dele:function(){var t=this,e={userId:this.userId};this.axios.post(this.getOrderUrl("bad/remove"),e).then(function(e){"00"==e.data.code?(t.$message.success("删除成功"),t.configTan=!1,t.initTableList()):t.$message.error(e.data.message)})},goDetail:function(t){this.$router.push({path:"/scenic/sMymanagement/blacklistDetail",query:{userId:t}})}},mounted:function(){this.initTableList()}},c={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"bigBox"},[a("breadNav",[t._v("黑名单管理")]),t._v(" "),a("div",{staticClass:"content"},[a("div",[a("span",[t._v("确认黑名单时间:")]),t._v(" "),a("dates",{on:{changeDate:t.getDate}})],1),t._v(" "),a("div",[a("input",{directives:[{name:"model",rawName:"v-model.trim",value:t.search,expression:"search",modifiers:{trim:!0}}],attrs:{type:"text",placeholder:"请输入凭证内容"},domProps:{value:t.search},on:{input:function(e){e.target.composing||(t.search=e.target.value.trim())},blur:function(e){return t.$forceUpdate()}}}),t._v(" "),a("a",{staticClass:"btn4",on:{click:function(e){t.pageIndex=1,t.initTableList()}}},[t._v("查询")])])]),t._v(" "),a("table",[t._m(0),t._v(" "),t._l(t.tableList,function(e,n){return a("tr",{key:e.userId},[a("td",[t._v(t._s(e.scanTypeName))]),t._v(" "),a("td",[t._v(t._s(e.scanCode))]),t._v(" "),a("td",[t._v(t._s(e.buyNum))]),t._v(" "),a("td",[0==e.userType?a("span",[t._v("普通用户")]):t._e(),t._v(" "),1==e.userType?a("span",[t._v("黑名单")]):t._e(),t._v(" "),2==e.userType?a("span",{staticStyle:{color:"#00C305"}},[t._v("白名单")]):t._e()]),t._v(" "),a("td",[t._v(t._s(e.createDate))]),t._v(" "),a("td",[t._v(t._s(e.badDate))]),t._v(" "),a("td",[a("span",[1==e.userType?a("i",{staticStyle:{color:"#00C305"},on:{click:function(a){return t.clickOpenStop(2,e.userId)}}},[t._v("白名单")]):t._e()]),t._v(" "),a("span",{on:{click:function(a){return t.goDetail(e.userId)}}},[t._v("详情")]),t._v(" "),a("span",{staticStyle:{color:"#FF0000"},on:{click:function(a){return t.clickDele(e.userId)}}},[t._v("删除")])])])})],2),t._v(" "),a("page",{attrs:{pagesize:t.pageSize,total:t.pageTotal,whichpage:t.pageIndex},on:{page:t.paging}}),t._v(" "),a("config",{directives:[{name:"show",rawName:"v-show",value:t.configTan,expression:"configTan"}],attrs:{configTitle:t.configTitle},on:{config:function(e){return t.dele()},cancel:function(e){t.configTan=!1}}}),t._v(" "),a("config",{directives:[{name:"show",rawName:"v-show",value:t.configTan2,expression:"configTan2"}],attrs:{configTitle:t.configTitle2},on:{config:function(e){return t.openStop()},cancel:function(e){t.configTan2=!1}}})],1)},staticRenderFns:[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("tr",[a("td",[t._v("\n\t\t\t\t类型\n\t\t\t")]),t._v(" "),a("td",[t._v("\n\t\t\t\t凭证内容\n\t\t\t")]),t._v(" "),a("td",[t._v("\n\t\t\t\t黑名单次数\n\t\t\t")]),t._v(" "),a("td",[t._v("\n\t\t\t\t状态\n\t\t\t")]),t._v(" "),a("td",[t._v("\n\t\t\t\t第一时间\n\t\t\t")]),t._v(" "),a("td",[t._v("\n\t\t\t\t确认时间\n\t\t\t")]),t._v(" "),a("td",[t._v("\n\t\t\t\t操作\n\t\t\t")])])}]};var d=a("C7Lr")(r,c,!1,function(t){a("Pm+J")},"data-v-33c5f1cf",null);e.default=d.exports}});
\ No newline at end of file
webpackJsonp([104],{"Pm+J":function(t,e){},"o/hl":function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a("RwQt"),i=a("ZotE"),s=a("5XGy"),o=a("KPn7"),r={components:{breadNav:n.default,dates:i.a,page:s.a,config:o.a},data:function(){return{configTan2:!1,configTitle2:"是否改为白名单",configTitle:"是否删除该名单",configTan:!1,badDateFrom:"",badDateTo:"",pageIndex:1,pageSize:15,pageTotal:0,search:"",tableList:[],userId:"",userType:""}},methods:{getDate:function(t){t?(this.badDateFrom=t[0],this.badDateTo=t[1]+" 23:59:59"):(this.badDateFrom="",this.badDateTo="")},initTableList:function(){var t=this,e={badDateFrom:this.badDateFrom,badDateTo:this.badDateTo,pageIndex:this.pageIndex,pageSize:this.pageSize,search:this.search};this.axios.post(this.getOrderUrl("bad/query"),e).then(function(e){"00"==e.data.code?(t.tableList=e.data.data.list,t.pageTotal=e.data.data.pageTotal):t.$message.error(e.data.message)})},paging:function(t){this.pageIndex=t,this.initTableList()},clickOpenStop:function(t,e){this.userType=t,this.userId=e,this.configTan2=!0},openStop:function(){var t=this,e={userType:this.userType,userId:this.userId};this.axios.post(this.getOrderUrl("bad/setStatus"),e).then(function(e){"00"==e.data.code?(t.configTan2=!1,t.initTableList()):t.$message.error(e.data.message)})},clickDele:function(t){this.userId=t,this.configTan=!0},dele:function(){var t=this,e={userId:this.userId};this.axios.post(this.getOrderUrl("bad/remove"),e).then(function(e){"00"==e.data.code?(t.$message.success("删除成功"),t.configTan=!1,t.initTableList()):t.$message.error(e.data.message)})},goDetail:function(t){this.$router.push({path:"/scenic/sMymanagement/blacklistDetail",query:{userId:t}})}},mounted:function(){this.initTableList()}},c={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"bigBox"},[a("breadNav",[t._v("黑名单管理")]),t._v(" "),a("div",{staticClass:"content"},[a("div",[a("span",[t._v("确认黑名单时间:")]),t._v(" "),a("dates",{on:{changeDate:t.getDate}})],1),t._v(" "),a("div",[a("input",{directives:[{name:"model",rawName:"v-model.trim",value:t.search,expression:"search",modifiers:{trim:!0}}],attrs:{type:"text",placeholder:"请输入凭证内容"},domProps:{value:t.search},on:{input:function(e){e.target.composing||(t.search=e.target.value.trim())},blur:function(e){return t.$forceUpdate()}}}),t._v(" "),a("a",{staticClass:"btn4",on:{click:function(e){t.pageIndex=1,t.initTableList()}}},[t._v("查询")])])]),t._v(" "),a("table",[t._m(0),t._v(" "),t._l(t.tableList,function(e,n){return a("tr",{key:e.userId},[a("td",[t._v(t._s(e.scanTypeName))]),t._v(" "),a("td",[t._v(t._s(e.scanCode))]),t._v(" "),a("td",[t._v(t._s(e.buyNum))]),t._v(" "),a("td",[0==e.userType?a("span",[t._v("普通用户")]):t._e(),t._v(" "),1==e.userType?a("span",[t._v("黑名单")]):t._e(),t._v(" "),2==e.userType?a("span",{staticStyle:{color:"#00C305"}},[t._v("白名单")]):t._e()]),t._v(" "),a("td",[t._v(t._s(e.createDate))]),t._v(" "),a("td",[t._v(t._s(e.badDate))]),t._v(" "),a("td",[a("span",[1==e.userType?a("i",{staticStyle:{color:"#00C305"},on:{click:function(a){return t.clickOpenStop(2,e.userId)}}},[t._v("白名单")]):t._e()]),t._v(" "),a("span",{on:{click:function(a){return t.goDetail(e.userId)}}},[t._v("详情")]),t._v(" "),a("span",{staticStyle:{color:"#FF0000"},on:{click:function(a){return t.clickDele(e.userId)}}},[t._v("删除")])])])})],2),t._v(" "),a("page",{attrs:{pagesize:t.pageSize,total:t.pageTotal,whichpage:t.pageIndex},on:{page:t.paging}}),t._v(" "),a("config",{directives:[{name:"show",rawName:"v-show",value:t.configTan,expression:"configTan"}],attrs:{configTitle:t.configTitle},on:{config:function(e){return t.dele()},cancel:function(e){t.configTan=!1}}}),t._v(" "),a("config",{directives:[{name:"show",rawName:"v-show",value:t.configTan2,expression:"configTan2"}],attrs:{configTitle:t.configTitle2},on:{config:function(e){return t.openStop()},cancel:function(e){t.configTan2=!1}}})],1)},staticRenderFns:[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("tr",[a("td",[t._v("\n\t\t\t\t类型\n\t\t\t")]),t._v(" "),a("td",[t._v("\n\t\t\t\t凭证内容\n\t\t\t")]),t._v(" "),a("td",[t._v("\n\t\t\t\t黑名单次数\n\t\t\t")]),t._v(" "),a("td",[t._v("\n\t\t\t\t状态\n\t\t\t")]),t._v(" "),a("td",[t._v("\n\t\t\t\t第一时间\n\t\t\t")]),t._v(" "),a("td",[t._v("\n\t\t\t\t确认时间\n\t\t\t")]),t._v(" "),a("td",[t._v("\n\t\t\t\t操作\n\t\t\t")])])}]};var d=a("C7Lr")(r,c,!1,function(t){a("Pm+J")},"data-v-33c5f1cf",null);e.default=d.exports}});
\ No newline at end of file
webpackJsonp([104],{QxYQ:function(t,e){},a75N:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var c={components:{date:a("hBs9").a},data:function(){return{checked:!1,checkList:[]}}},s={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"total"},[t._m(0),t._v(" "),a("div",{staticClass:"box"},[a("textarea",{attrs:{placeholder:"公告编辑"}}),t._v(" "),a("div",{staticClass:"duoxuan"},[a("span",[t._v("渠道选择:")]),t._v(" "),a("el-checkbox-group",{model:{value:t.checkList,callback:function(e){t.checkList=e},expression:"checkList"}},[a("el-checkbox",{attrs:{label:"所有渠道"}}),t._v(" "),a("el-checkbox",{attrs:{label:"渠道"}}),t._v(" "),a("el-checkbox",{attrs:{label:"渠道"}})],1)],1),t._v(" "),a("div",[a("span",[t._v("停运时间:")]),t._v(" "),a("date"),t._v(" "),a("el-checkbox",{model:{value:t.checked,callback:function(e){t.checked=e},expression:"checked"}},[t._v("自动上下架")])],1),t._v(" "),t._m(1)]),t._v(" "),t._m(2)])},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"phead"},[e("a",[this._v("公告通知>")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"div"},[e("span",{staticClass:"inquire"},[this._v("发布")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"table"},[a("p",[t._v("发布记录")]),t._v(" "),a("table",[a("tr",[a("td",[t._v("发布时间")]),t._v(" "),a("td",[t._v("发布内容")]),t._v(" "),a("td",[t._v("发布渠道")]),t._v(" "),a("td",[t._v("下架时间")]),t._v(" "),a("td",[t._v("上架时间")])]),t._v(" "),a("tr",[a("td",[t._v("发布时间")]),t._v(" "),a("td",[t._v("发布内容")]),t._v(" "),a("td",[t._v("发布渠道")]),t._v(" "),a("td",[t._v("下架时间")]),t._v(" "),a("td",[t._v("上架时间")])])])])}]};var v=a("C7Lr")(c,s,!1,function(t){a("QxYQ")},"data-v-3358a83c",null);e.default=v.exports}});
\ No newline at end of file
webpackJsonp([105],{QxYQ:function(t,e){},a75N:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var c={components:{date:a("hBs9").a},data:function(){return{checked:!1,checkList:[]}}},s={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"total"},[t._m(0),t._v(" "),a("div",{staticClass:"box"},[a("textarea",{attrs:{placeholder:"公告编辑"}}),t._v(" "),a("div",{staticClass:"duoxuan"},[a("span",[t._v("渠道选择:")]),t._v(" "),a("el-checkbox-group",{model:{value:t.checkList,callback:function(e){t.checkList=e},expression:"checkList"}},[a("el-checkbox",{attrs:{label:"所有渠道"}}),t._v(" "),a("el-checkbox",{attrs:{label:"渠道"}}),t._v(" "),a("el-checkbox",{attrs:{label:"渠道"}})],1)],1),t._v(" "),a("div",[a("span",[t._v("停运时间:")]),t._v(" "),a("date"),t._v(" "),a("el-checkbox",{model:{value:t.checked,callback:function(e){t.checked=e},expression:"checked"}},[t._v("自动上下架")])],1),t._v(" "),t._m(1)]),t._v(" "),t._m(2)])},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"phead"},[e("a",[this._v("公告通知>")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"div"},[e("span",{staticClass:"inquire"},[this._v("发布")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"table"},[a("p",[t._v("发布记录")]),t._v(" "),a("table",[a("tr",[a("td",[t._v("发布时间")]),t._v(" "),a("td",[t._v("发布内容")]),t._v(" "),a("td",[t._v("发布渠道")]),t._v(" "),a("td",[t._v("下架时间")]),t._v(" "),a("td",[t._v("上架时间")])]),t._v(" "),a("tr",[a("td",[t._v("发布时间")]),t._v(" "),a("td",[t._v("发布内容")]),t._v(" "),a("td",[t._v("发布渠道")]),t._v(" "),a("td",[t._v("下架时间")]),t._v(" "),a("td",[t._v("上架时间")])])])])}]};var v=a("C7Lr")(c,s,!1,function(t){a("QxYQ")},"data-v-3358a83c",null);e.default=v.exports}});
\ No newline at end of file
webpackJsonp([105],{QMqH:function(t,e){},mpNu:function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a={components:{breadNav:s("RwQt").default},data:function(){return{groupName:"",initList:""}},methods:{save:function(){var t=this;if(this.groupName)if(this.groupName.length>20)this.$message.error("票种名称不能大于20字符");else{var e={groupName:this.groupName};this.axios.post(this.getProductUrl("product/group/save"),e).then(function(e){"00"==e.data.code?(t.$message.success("保存成功"),t.groupName="",t.list()):t.$message.error(e.data.message)})}else this.$message.error("请填写票种名称")},list:function(){var t=this,e={search:this.search,pageSize:9999,pageIndex:1};this.axios.post(this.getProductUrl("product/group/list"),e).then(function(e){"00"==e.data.code?(console.log(e),t.initList=e.data.data.list):t.$message.error(e.data.message)})}},mounted:function(){this.list()}},i={render:function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"bigBox"},[s("breadNav",[t._v("票种设置>新增票种")]),t._v(" "),s("div",{staticClass:"div1"},[s("span",[t._v("\n\t\t\t票种名称\n\t\t")]),t._v(" "),s("input",{directives:[{name:"model",rawName:"v-model.trim",value:t.groupName,expression:"groupName",modifiers:{trim:!0}}],staticStyle:{margin:"0 0.3rem 0 0.1rem"},attrs:{type:"text"},domProps:{value:t.groupName},on:{input:function(e){e.target.composing||(t.groupName=e.target.value.trim())},blur:function(e){return t.$forceUpdate()}}}),t._v(" "),s("a",{staticClass:"btn4",on:{click:function(e){return t.save()}}},[t._v("\n\t\t\t新增\n\t\t")])]),t._v(" "),s("div",{staticClass:"div2"},t._l(t.initList,function(e,a){return s("span",{key:a},[t._v("\n\t\t\t"+t._s(e.groupName)+"\n\t\t")])}),0),t._v(" "),s("div",{staticClass:"div3"},[s("a",{staticClass:"btn4",on:{click:function(e){return t.$router.go(-1)}}},[t._v("\n\t\t\t返回\n\t\t")])])],1)},staticRenderFns:[]};var r=s("C7Lr")(a,i,!1,function(t){s("QMqH")},"data-v-327739fd",null);e.default=r.exports}});
\ No newline at end of file
webpackJsonp([106],{QMqH:function(t,e){},mpNu:function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a={components:{breadNav:s("RwQt").default},data:function(){return{groupName:"",initList:""}},methods:{save:function(){var t=this;if(this.groupName)if(this.groupName.length>20)this.$message.error("票种名称不能大于20字符");else{var e={groupName:this.groupName};this.axios.post(this.getProductUrl("product/group/save"),e).then(function(e){"00"==e.data.code?(t.$message.success("保存成功"),t.groupName="",t.list()):t.$message.error(e.data.message)})}else this.$message.error("请填写票种名称")},list:function(){var t=this,e={search:this.search,pageSize:9999,pageIndex:1};this.axios.post(this.getProductUrl("product/group/list"),e).then(function(e){"00"==e.data.code?(console.log(e),t.initList=e.data.data.list):t.$message.error(e.data.message)})}},mounted:function(){this.list()}},i={render:function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"bigBox"},[s("breadNav",[t._v("票种设置>新增票种")]),t._v(" "),s("div",{staticClass:"div1"},[s("span",[t._v("\n\t\t\t票种名称\n\t\t")]),t._v(" "),s("input",{directives:[{name:"model",rawName:"v-model.trim",value:t.groupName,expression:"groupName",modifiers:{trim:!0}}],staticStyle:{margin:"0 0.3rem 0 0.1rem"},attrs:{type:"text"},domProps:{value:t.groupName},on:{input:function(e){e.target.composing||(t.groupName=e.target.value.trim())},blur:function(e){return t.$forceUpdate()}}}),t._v(" "),s("a",{staticClass:"btn4",on:{click:function(e){return t.save()}}},[t._v("\n\t\t\t新增\n\t\t")])]),t._v(" "),s("div",{staticClass:"div2"},t._l(t.initList,function(e,a){return s("span",{key:a},[t._v("\n\t\t\t"+t._s(e.groupName)+"\n\t\t")])}),0),t._v(" "),s("div",{staticClass:"div3"},[s("a",{staticClass:"btn4",on:{click:function(e){return t.$router.go(-1)}}},[t._v("\n\t\t\t返回\n\t\t")])])],1)},staticRenderFns:[]};var r=s("C7Lr")(a,i,!1,function(t){s("QMqH")},"data-v-327739fd",null);e.default=r.exports}});
\ No newline at end of file
webpackJsonp([106],{JKP8:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n("RwQt"),i=n("ZotE"),a={components:{breadNav:o.default,dates:i.a},data:function(){return{reportId:"",selectList:[],conditions:[],selectChoose:[],dateStart:!1,columns:"",rows:"",conditionData:{}}},methods:{aaa:function(){console.log(12345)},dateClick:function(t){var e=t.currentTarget;this.dateKey=e.getAttribute("data-cindition"),this.dateStart=!0},getDate:function(t){var e=this;if(this.dateStart){var n=this.dateKey+"From",o=this.dateKey+"To";t?(this.conditionData[n]=t[0],this.conditionData[o]=t[1]+"23:59:59"):(this.conditionData[n]="",this.conditionData[o]="")}else this.conditions.forEach(function(n){0!=n.fieldValueType&&(e.conditionData[n.conditionSyncKey+"From"]=t[0],e.conditionData[n.conditionSyncKey+"To"]=t[1]+"23:59:59")})},condiSelectChange:function(t){this.conditionData[this.dateKey]=this.selectChoose[t]},getSelceList:function(){var t=this;this.axios.post(this.getPoollUrl("report/list"),{pageIndex:1,pageSize:99999}).then(function(e){"00"==e.data.code?t.selectList=e.data.data.list:t.$message.error(e.data.message)})},getCondition:function(){var t=this;this.conditionData={},this.dateStart=!1,this.columns="",this.rows="",this.selectChoose=[];var e=this.selectList.find(function(e,n){return t.reportId==e.reportId});e.conditions.forEach(function(t){e.fromSource.fields.forEach(function(e){t.conditionSyncKey==e.fieldSyncKey&&(t.fieldValueType=e.fieldValueType),t.conditionSyncKey==e.fieldSyncKey&&(t.typeId=e.typeId)})}),this.conditions=e.conditions,this.conditions.forEach(function(e,n){e.typeId&&e.conditionSyncKey&&t.enumList(e.typeId,n)})},enumList:function(t,e){var n=this,o={typeId:t,pageIndex:1,pageSize:99999};this.axios.post(this.getPoollUrl("enum/list"),o).then(function(t){"00"==t.data.code?(n.conditions[e].selectList=t.data.data.list,n.$forceUpdate()):n.$message.error(t.data.message)})},query:function(){var t=this;if(""==this.reportId)return this.$message.error("请选择报表名称");var e={reportId:this.reportId,condition:this.conditionData};this.axios.post(this.getPoollUrl("report/data"),e).then(function(e){"00"==e.data.code?(t.columns=e.data.data.columns,t.rows=e.data.data.rows):t.$message.error(e.data.message)})},exportData:function(){if(""==this.reportId)return this.$message.error("请选择报表名称");var t={reportId:this.reportId,condition:this.conditionData};this.axios({method:"post",responseType:"blob",url:this.getPoollUrl("report/export"),data:t}).then(function(t){var e=t.headers["content-type"],n=new Blob([t.data],{type:e}),o=document.createElement("a");o.download="统计.xlsx",o.style.display="none",o.href=URL.createObjectURL(n),document.body.appendChild(o),o.click(),URL.revokeObjectURL(o.href),document.body.removeChild(o)})}},mounted:function(){this.getSelceList()}},s={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"bigBox"},[n("breadNav",[t._v("报表查询")]),t._v(" "),n("div",{staticClass:"report"},[n("span",[t._v("报表名称:")]),t._v(" "),n("el-select",{attrs:{clearable:"",placeholder:"请选择",filterable:""},on:{change:function(e){return t.getCondition()}},model:{value:t.reportId,callback:function(e){t.reportId=e},expression:"reportId"}},t._l(t.selectList,function(t){return n("el-option",{key:t.reportId,attrs:{label:t.reportName,value:t.reportId}})}),1)],1),t._v(" "),n("div",{staticClass:"query"},[n("div",{staticClass:"condition"},t._l(t.conditions,function(e,o){return e.conditionSyncKey?n("div",{key:o},[n("span",[t._v(t._s(e.conditionName)+":")]),t._v(" "),0==e.fieldValueType?n("el-select",{attrs:{clearable:"",placeholder:"请选择",filterable:"","data-cindition":e.conditionSyncKey},on:{change:function(e){return t.condiSelectChange(o)}},nativeOn:{click:function(e){return t.dateClick(e)}},model:{value:t.selectChoose[o],callback:function(e){t.$set(t.selectChoose,o,e)},expression:"selectChoose[index]"}},t._l(e.selectList,function(t){return n("el-option",{key:t.typeDataValue,attrs:{label:t.typeDataName,value:t.typeDataValue}})}),1):n("div",{attrs:{"data-cindition":e.conditionSyncKey},on:{click:function(e){return t.dateClick(e)}}},[n("dates",{on:{changeDate:t.getDate},nativeOn:{click:function(e){return t.aaa()}}})],1)],1):t._e()}),0),t._v(" "),n("a",{staticClass:"btn4",on:{click:function(e){return t.query()}}},[t._v("查询")]),t._v(" "),n("a",{staticClass:"btn4",on:{click:function(e){return t.exportData()}}},[t._v("导出")])]),t._v(" "),n("table",{staticStyle:{"margin-top":"0.3rem"}},[n("tr",t._l(t.columns,function(e,o){return n("td",[t._v(t._s(e.display))])}),0),t._v(" "),t._l(t.rows,function(e,o){return n("tr",{key:o},t._l(t.columns,function(o,i){return n("td",{key:i},[t._v(t._s(e[o.columnName]?e[o.columnName].display:""))])}),0)})],2)],1)},staticRenderFns:[]};var r=n("C7Lr")(a,s,!1,function(t){n("ktYX")},"data-v-30cfba42",null);e.default=r.exports},ktYX:function(t,e){}});
\ No newline at end of file
webpackJsonp([107],{JKP8:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n("RwQt"),i=n("ZotE"),a={components:{breadNav:o.default,dates:i.a},data:function(){return{reportId:"",selectList:[],conditions:[],selectChoose:[],dateStart:!1,columns:"",rows:"",conditionData:{}}},methods:{aaa:function(){console.log(12345)},dateClick:function(t){var e=t.currentTarget;this.dateKey=e.getAttribute("data-cindition"),this.dateStart=!0},getDate:function(t){var e=this;if(this.dateStart){var n=this.dateKey+"From",o=this.dateKey+"To";t?(this.conditionData[n]=t[0],this.conditionData[o]=t[1]+"23:59:59"):(this.conditionData[n]="",this.conditionData[o]="")}else this.conditions.forEach(function(n){0!=n.fieldValueType&&(e.conditionData[n.conditionSyncKey+"From"]=t[0],e.conditionData[n.conditionSyncKey+"To"]=t[1]+"23:59:59")})},condiSelectChange:function(t){this.conditionData[this.dateKey]=this.selectChoose[t]},getSelceList:function(){var t=this;this.axios.post(this.getPoollUrl("report/list"),{pageIndex:1,pageSize:99999}).then(function(e){"00"==e.data.code?t.selectList=e.data.data.list:t.$message.error(e.data.message)})},getCondition:function(){var t=this;this.conditionData={},this.dateStart=!1,this.columns="",this.rows="",this.selectChoose=[];var e=this.selectList.find(function(e,n){return t.reportId==e.reportId});e.conditions.forEach(function(t){e.fromSource.fields.forEach(function(e){t.conditionSyncKey==e.fieldSyncKey&&(t.fieldValueType=e.fieldValueType),t.conditionSyncKey==e.fieldSyncKey&&(t.typeId=e.typeId)})}),this.conditions=e.conditions,this.conditions.forEach(function(e,n){e.typeId&&e.conditionSyncKey&&t.enumList(e.typeId,n)})},enumList:function(t,e){var n=this,o={typeId:t,pageIndex:1,pageSize:99999};this.axios.post(this.getPoollUrl("enum/list"),o).then(function(t){"00"==t.data.code?(n.conditions[e].selectList=t.data.data.list,n.$forceUpdate()):n.$message.error(t.data.message)})},query:function(){var t=this;if(""==this.reportId)return this.$message.error("请选择报表名称");var e={reportId:this.reportId,condition:this.conditionData};this.axios.post(this.getPoollUrl("report/data"),e).then(function(e){"00"==e.data.code?(t.columns=e.data.data.columns,t.rows=e.data.data.rows):t.$message.error(e.data.message)})},exportData:function(){if(""==this.reportId)return this.$message.error("请选择报表名称");var t={reportId:this.reportId,condition:this.conditionData};this.axios({method:"post",responseType:"blob",url:this.getPoollUrl("report/export"),data:t}).then(function(t){var e=t.headers["content-type"],n=new Blob([t.data],{type:e}),o=document.createElement("a");o.download="统计.xlsx",o.style.display="none",o.href=URL.createObjectURL(n),document.body.appendChild(o),o.click(),URL.revokeObjectURL(o.href),document.body.removeChild(o)})}},mounted:function(){this.getSelceList()}},s={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"bigBox"},[n("breadNav",[t._v("报表查询")]),t._v(" "),n("div",{staticClass:"report"},[n("span",[t._v("报表名称:")]),t._v(" "),n("el-select",{attrs:{clearable:"",placeholder:"请选择",filterable:""},on:{change:function(e){return t.getCondition()}},model:{value:t.reportId,callback:function(e){t.reportId=e},expression:"reportId"}},t._l(t.selectList,function(t){return n("el-option",{key:t.reportId,attrs:{label:t.reportName,value:t.reportId}})}),1)],1),t._v(" "),n("div",{staticClass:"query"},[n("div",{staticClass:"condition"},t._l(t.conditions,function(e,o){return e.conditionSyncKey?n("div",{key:o},[n("span",[t._v(t._s(e.conditionName)+":")]),t._v(" "),0==e.fieldValueType?n("el-select",{attrs:{clearable:"",placeholder:"请选择",filterable:"","data-cindition":e.conditionSyncKey},on:{change:function(e){return t.condiSelectChange(o)}},nativeOn:{click:function(e){return t.dateClick(e)}},model:{value:t.selectChoose[o],callback:function(e){t.$set(t.selectChoose,o,e)},expression:"selectChoose[index]"}},t._l(e.selectList,function(t){return n("el-option",{key:t.typeDataValue,attrs:{label:t.typeDataName,value:t.typeDataValue}})}),1):n("div",{attrs:{"data-cindition":e.conditionSyncKey},on:{click:function(e){return t.dateClick(e)}}},[n("dates",{on:{changeDate:t.getDate},nativeOn:{click:function(e){return t.aaa()}}})],1)],1):t._e()}),0),t._v(" "),n("a",{staticClass:"btn4",on:{click:function(e){return t.query()}}},[t._v("查询")]),t._v(" "),n("a",{staticClass:"btn4",on:{click:function(e){return t.exportData()}}},[t._v("导出")])]),t._v(" "),n("table",{staticStyle:{"margin-top":"0.3rem"}},[n("tr",t._l(t.columns,function(e,o){return n("td",[t._v(t._s(e.display))])}),0),t._v(" "),t._l(t.rows,function(e,o){return n("tr",{key:o},t._l(t.columns,function(o,i){return n("td",{key:i},[t._v(t._s(e[o.columnName]?e[o.columnName].display:""))])}),0)})],2)],1)},staticRenderFns:[]};var r=n("C7Lr")(a,s,!1,function(t){n("ktYX")},"data-v-30cfba42",null);e.default=r.exports},ktYX:function(t,e){}});
\ No newline at end of file
webpackJsonp([108],{UMhl:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=n("RwQt"),i=n("5XGy"),s=n("KPn7"),o={components:{breadNav:a.default,page:i.a,config:s.a},data:function(){return{configTan:!1,configTitle:"确定是否删除该票种",pageSize:15,pageIndex:1,pageTotal:0,search:"",initList:"",groupId:""}},methods:{list:function(){var t=this,e={search:this.search,pageSize:this.pageSize,pageIndex:this.pageIndex};this.axios.post(this.getProductUrl("product/group/list"),e).then(function(e){"00"==e.data.code?(t.initList=e.data.data.list,t.pageTotal=e.data.data.pageTotal):t.$message.error(e.data.message)})},paging:function(t){this.pageIndex=t,this.list()},clickDele:function(t){this.configTan=!0,this.groupId=t},dele:function(){var t=this,e={groupId:this.groupId};this.axios.post(this.getProductUrl("product/group/remove"),e).then(function(e){"00"==e.data.code?(t.$message.success("删除成功"),t.configTan=!1,t.list()):t.$message.error(e.data.message)})}},mounted:function(){this.list()}},c={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"bigBox"},[n("breadNav",[t._v("票种设置")]),t._v(" "),n("div",{staticClass:"btn4",staticStyle:{"margin-top":"0.3rem"},on:{click:function(e){return t.$router.push("/scenic/pOperationCenter/ticketSetPlus")}}},[t._v("\n\t\t新增票种\n\t")]),t._v(" "),n("div",{staticClass:"search"},[n("span",[t._v("\n\t\t\t票种名称\n\t\t")]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.search,expression:"search"}],staticStyle:{margin:"0 0.3rem 0 0.1rem"},attrs:{type:"text"},domProps:{value:t.search},on:{input:function(e){e.target.composing||(t.search=e.target.value)}}}),t._v(" "),n("a",{staticClass:"btn4",on:{click:function(e){t.pageIndex=1,t.list()}}},[t._v("\n\t\t\t查询\n\t\t")])]),t._v(" "),n("table",[t._m(0),t._v(" "),t._l(t.initList,function(e,a){return n("tr",{key:e.groupId},[n("td",[t._v(t._s(a+1))]),t._v(" "),n("td",[t._v(t._s(e.groupName))]),t._v(" "),n("td",[n("span",{staticStyle:{color:"#F20000"},on:{click:function(n){return t.clickDele(e.groupId)}}},[t._v("\n\t\t\t\t\t删除\n\t\t\t\t")])])])})],2),t._v(" "),n("page",{attrs:{pagesize:t.pageSize,total:t.pageTotal,whichpage:t.pageIndex},on:{page:t.paging}}),t._v(" "),n("config",{directives:[{name:"show",rawName:"v-show",value:t.configTan,expression:"configTan"}],attrs:{configTitle:t.configTitle},on:{config:function(e){return t.dele()},cancel:function(e){t.configTan=!1}}})],1)},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("tr",[e("td",[this._v("\n\t\t\t\t序号\n\t\t\t")]),this._v(" "),e("td",{staticStyle:{width:"80%"}},[this._v("\n\t\t\t\t票种名称\n\t\t\t")]),this._v(" "),e("td",[this._v("\n\t\t\t\t操作\n\t\t\t")])])}]};var r=n("C7Lr")(o,c,!1,function(t){n("oOXY")},"data-v-2d3d2bc5",null);e.default=r.exports},oOXY:function(t,e){}});
\ No newline at end of file
webpackJsonp([109],{UMhl:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=n("RwQt"),i=n("5XGy"),s=n("KPn7"),o={components:{breadNav:a.default,page:i.a,config:s.a},data:function(){return{configTan:!1,configTitle:"确定是否删除该票种",pageSize:15,pageIndex:1,pageTotal:0,search:"",initList:"",groupId:""}},methods:{list:function(){var t=this,e={search:this.search,pageSize:this.pageSize,pageIndex:this.pageIndex};this.axios.post(this.getProductUrl("product/group/list"),e).then(function(e){"00"==e.data.code?(t.initList=e.data.data.list,t.pageTotal=e.data.data.pageTotal):t.$message.error(e.data.message)})},paging:function(t){this.pageIndex=t,this.list()},clickDele:function(t){this.configTan=!0,this.groupId=t},dele:function(){var t=this,e={groupId:this.groupId};this.axios.post(this.getProductUrl("product/group/remove"),e).then(function(e){"00"==e.data.code?(t.$message.success("删除成功"),t.configTan=!1,t.list()):t.$message.error(e.data.message)})}},mounted:function(){this.list()}},c={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"bigBox"},[n("breadNav",[t._v("票种设置")]),t._v(" "),n("div",{staticClass:"btn4",staticStyle:{"margin-top":"0.3rem"},on:{click:function(e){return t.$router.push("/scenic/pOperationCenter/ticketSetPlus")}}},[t._v("\n\t\t新增票种\n\t")]),t._v(" "),n("div",{staticClass:"search"},[n("span",[t._v("\n\t\t\t票种名称\n\t\t")]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.search,expression:"search"}],staticStyle:{margin:"0 0.3rem 0 0.1rem"},attrs:{type:"text"},domProps:{value:t.search},on:{input:function(e){e.target.composing||(t.search=e.target.value)}}}),t._v(" "),n("a",{staticClass:"btn4",on:{click:function(e){t.pageIndex=1,t.list()}}},[t._v("\n\t\t\t查询\n\t\t")])]),t._v(" "),n("table",[t._m(0),t._v(" "),t._l(t.initList,function(e,a){return n("tr",{key:e.groupId},[n("td",[t._v(t._s(a+1))]),t._v(" "),n("td",[t._v(t._s(e.groupName))]),t._v(" "),n("td",[n("span",{staticStyle:{color:"#F20000"},on:{click:function(n){return t.clickDele(e.groupId)}}},[t._v("\n\t\t\t\t\t删除\n\t\t\t\t")])])])})],2),t._v(" "),n("page",{attrs:{pagesize:t.pageSize,total:t.pageTotal,whichpage:t.pageIndex},on:{page:t.paging}}),t._v(" "),n("config",{directives:[{name:"show",rawName:"v-show",value:t.configTan,expression:"configTan"}],attrs:{configTitle:t.configTitle},on:{config:function(e){return t.dele()},cancel:function(e){t.configTan=!1}}})],1)},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("tr",[e("td",[this._v("\n\t\t\t\t序号\n\t\t\t")]),this._v(" "),e("td",{staticStyle:{width:"80%"}},[this._v("\n\t\t\t\t票种名称\n\t\t\t")]),this._v(" "),e("td",[this._v("\n\t\t\t\t操作\n\t\t\t")])])}]};var r=n("C7Lr")(o,c,!1,function(t){n("oOXY")},"data-v-2d3d2bc5",null);e.default=r.exports},oOXY:function(t,e){}});
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
webpackJsonp([70],{NZmY:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var v={data:function(){return{allnum:{productName:"",date:"",number:"",price:""},query:{startTime:"",endTime:""}}},methods:{date:function(t){this.query.startTime=t[0],this.query.endTime=t[1]}},components:{dates:a("hBs9").a}},n={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"total"},[a("ul",[a("router-link",{attrs:{to:"",tag:"li"}},[t._v("票房运营>")]),t._v(" "),a("router-link",{attrs:{to:"",tag:"li"}},[t._v("订单补录>")])],1),t._v(" "),a("div",{staticClass:"que"},[a("div",{staticClass:"tim"},[a("span",[t._v("产品名称:")]),t._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:t.allnum.productName,expression:"allnum.productName"}],domProps:{value:t.allnum.productName},on:{input:function(e){e.target.composing||t.$set(t.allnum,"productName",e.target.value)}}}),t._v(" "),a("span",[t._v("日期:")]),t._v(" "),a("el-date-picker",{attrs:{type:"date","value-format":"yyyy-MM-dd",placeholder:"选择日期"},model:{value:t.allnum.date,callback:function(e){t.$set(t.allnum,"date",e)},expression:"allnum.date"}}),t._v(" "),a("span",[t._v("数量:")]),t._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:t.allnum.number,expression:"allnum.number"}],domProps:{value:t.allnum.number},on:{input:function(e){e.target.composing||t.$set(t.allnum,"number",e.target.value)}}}),t._v(" "),a("span",[t._v("价格:")]),t._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:t.allnum.price,expression:"allnum.price"}],domProps:{value:t.allnum.price},on:{input:function(e){e.target.composing||t.$set(t.allnum,"price",e.target.value)}}})],1),t._v(" "),a("p",[t._v("提示:下列信息可以不录入")]),t._v(" "),t._m(0),t._v(" "),a("button",[t._v("确定")])]),t._v(" "),a("div",{staticClass:"tab"},[a("p",[t._v("补单记录")]),t._v(" "),a("div",[a("span",[t._v("时间:")]),t._v(" "),a("dates",{on:{time:t.date}}),t._v(" "),a("button",[t._v("查询")])],1),t._v(" "),t._m(1)])])},staticRenderFns:[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"xin"},[a("p",[a("span",[t._v("姓名")]),t._v(" "),a("input"),t._v(" "),a("span",[t._v("手机")]),t._v(" "),a("input"),t._v(" "),a("span",[t._v("身份证")]),t._v(" "),a("input")]),t._v(" "),a("p",[a("span",[t._v("姓名")]),t._v(" "),a("input"),t._v(" "),a("span",[t._v("手机")]),t._v(" "),a("input"),t._v(" "),a("span",[t._v("身份证")]),t._v(" "),a("input")]),t._v(" "),a("p",[a("span",[t._v("姓名")]),t._v(" "),a("input"),t._v(" "),a("span",[t._v("手机")]),t._v(" "),a("input"),t._v(" "),a("span",[t._v("身份证")]),t._v(" "),a("input")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"order"},[a("table",[a("tr",[a("td",{attrs:{width:"151"}},[t._v("补录时间")]),t._v(" "),a("td",{attrs:{width:"166"}},[t._v("产品名称")]),t._v(" "),a("td",{attrs:{width:"151"}},[t._v("订单日期")]),t._v(" "),a("td",{attrs:{width:"138"}},[t._v("金额")]),t._v(" "),a("td",{attrs:{width:"166"}},[t._v("数量")]),t._v(" "),a("td",{attrs:{width:"144"}},[t._v("售票渠道")]),t._v(" "),a("td",{attrs:{width:"159"}},[t._v("产品类型")]),t._v(" "),a("td",{attrs:{width:"145"}},[t._v("票种")]),t._v(" "),a("td",{attrs:{width:"145"}},[t._v("操作")])]),t._v(" "),a("tr",[a("td"),t._v(" "),a("td"),t._v(" "),a("td"),t._v(" "),a("td"),t._v(" "),a("td"),t._v(" "),a("td"),t._v(" "),a("td"),t._v(" "),a("td"),t._v(" "),a("td",{staticClass:"exam"},[a("span",[t._v("详情")])])])])])}]};var s=a("C7Lr")(v,n,!1,function(t){a("q5bY")},"data-v-7d1cf30e",null);e.default=s.exports},q5bY:function(t,e){}});
\ No newline at end of file
webpackJsonp([69],{NZmY:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var v={data:function(){return{allnum:{productName:"",date:"",number:"",price:""},query:{startTime:"",endTime:""}}},methods:{date:function(t){this.query.startTime=t[0],this.query.endTime=t[1]}},components:{dates:a("hBs9").a}},n={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"total"},[a("ul",[a("router-link",{attrs:{to:"",tag:"li"}},[t._v("票房运营>")]),t._v(" "),a("router-link",{attrs:{to:"",tag:"li"}},[t._v("订单补录>")])],1),t._v(" "),a("div",{staticClass:"que"},[a("div",{staticClass:"tim"},[a("span",[t._v("产品名称:")]),t._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:t.allnum.productName,expression:"allnum.productName"}],domProps:{value:t.allnum.productName},on:{input:function(e){e.target.composing||t.$set(t.allnum,"productName",e.target.value)}}}),t._v(" "),a("span",[t._v("日期:")]),t._v(" "),a("el-date-picker",{attrs:{type:"date","value-format":"yyyy-MM-dd",placeholder:"选择日期"},model:{value:t.allnum.date,callback:function(e){t.$set(t.allnum,"date",e)},expression:"allnum.date"}}),t._v(" "),a("span",[t._v("数量:")]),t._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:t.allnum.number,expression:"allnum.number"}],domProps:{value:t.allnum.number},on:{input:function(e){e.target.composing||t.$set(t.allnum,"number",e.target.value)}}}),t._v(" "),a("span",[t._v("价格:")]),t._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:t.allnum.price,expression:"allnum.price"}],domProps:{value:t.allnum.price},on:{input:function(e){e.target.composing||t.$set(t.allnum,"price",e.target.value)}}})],1),t._v(" "),a("p",[t._v("提示:下列信息可以不录入")]),t._v(" "),t._m(0),t._v(" "),a("button",[t._v("确定")])]),t._v(" "),a("div",{staticClass:"tab"},[a("p",[t._v("补单记录")]),t._v(" "),a("div",[a("span",[t._v("时间:")]),t._v(" "),a("dates",{on:{time:t.date}}),t._v(" "),a("button",[t._v("查询")])],1),t._v(" "),t._m(1)])])},staticRenderFns:[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"xin"},[a("p",[a("span",[t._v("姓名")]),t._v(" "),a("input"),t._v(" "),a("span",[t._v("手机")]),t._v(" "),a("input"),t._v(" "),a("span",[t._v("身份证")]),t._v(" "),a("input")]),t._v(" "),a("p",[a("span",[t._v("姓名")]),t._v(" "),a("input"),t._v(" "),a("span",[t._v("手机")]),t._v(" "),a("input"),t._v(" "),a("span",[t._v("身份证")]),t._v(" "),a("input")]),t._v(" "),a("p",[a("span",[t._v("姓名")]),t._v(" "),a("input"),t._v(" "),a("span",[t._v("手机")]),t._v(" "),a("input"),t._v(" "),a("span",[t._v("身份证")]),t._v(" "),a("input")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"order"},[a("table",[a("tr",[a("td",{attrs:{width:"151"}},[t._v("补录时间")]),t._v(" "),a("td",{attrs:{width:"166"}},[t._v("产品名称")]),t._v(" "),a("td",{attrs:{width:"151"}},[t._v("订单日期")]),t._v(" "),a("td",{attrs:{width:"138"}},[t._v("金额")]),t._v(" "),a("td",{attrs:{width:"166"}},[t._v("数量")]),t._v(" "),a("td",{attrs:{width:"144"}},[t._v("售票渠道")]),t._v(" "),a("td",{attrs:{width:"159"}},[t._v("产品类型")]),t._v(" "),a("td",{attrs:{width:"145"}},[t._v("票种")]),t._v(" "),a("td",{attrs:{width:"145"}},[t._v("操作")])]),t._v(" "),a("tr",[a("td"),t._v(" "),a("td"),t._v(" "),a("td"),t._v(" "),a("td"),t._v(" "),a("td"),t._v(" "),a("td"),t._v(" "),a("td"),t._v(" "),a("td"),t._v(" "),a("td",{staticClass:"exam"},[a("span",[t._v("详情")])])])])])}]};var s=a("C7Lr")(v,n,!1,function(t){a("q5bY")},"data-v-7d1cf30e",null);e.default=s.exports},q5bY:function(t,e){}});
\ No newline at end of file
This diff is collapsed.
webpackJsonp([76],{FA5Q:function(e,t){},Vv48:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={components:{leftSide:n("FegP").a}},c={render:function(){var e=this.$createElement;return(this._self._c||e)("leftSide")},staticRenderFns:[]};var a=n("C7Lr")(r,c,!1,function(e){n("FA5Q")},"data-v-6ffacc51",null);t.default=a.exports}});
\ No newline at end of file
webpackJsonp([77],{FA5Q:function(e,t){},Vv48:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={components:{leftSide:n("FegP").a}},c={render:function(){var e=this.$createElement;return(this._self._c||e)("leftSide")},staticRenderFns:[]};var a=n("C7Lr")(r,c,!1,function(e){n("FA5Q")},"data-v-6ffacc51",null);t.default=a.exports}});
\ No newline at end of file
webpackJsonp([77],{Mvet:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={data:function(){return{}},components:{ClearListDetails:n("FOxw").default}},a={render:function(){var e=this.$createElement;return(this._self._c||e)("ClearListDetails")},staticRenderFns:[]};var s=n("C7Lr")(r,a,!1,function(e){n("vWCc")},null,null);t.default=s.exports},vWCc:function(e,t){}});
\ No newline at end of file
webpackJsonp([78],{Mvet:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={data:function(){return{}},components:{ClearListDetails:n("FOxw").default}},a={render:function(){var e=this.$createElement;return(this._self._c||e)("ClearListDetails")},staticRenderFns:[]};var s=n("C7Lr")(r,a,!1,function(e){n("vWCc")},null,null);t.default=s.exports},vWCc:function(e,t){}});
\ No newline at end of file
This diff is collapsed.
webpackJsonp([79],{T4Ci:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var s={components:{breadNav:a("RwQt").default},data:function(){return{pop:!1,typeName:"",typeSyncKey:"",typeValueType:""}},methods:{save:function(){var t=this;if(!this.typeName)return this.$message.error("请输入类型名称");if(!this.typeSyncKey)return this.$message.error("请输入同步关键字");if(!this.typeValueType)return this.$message.error("请选择值类型");var e={typeName:this.typeName,typeSyncKey:this.typeSyncKey,typeValueType:this.typeValueType};this.axios.post(this.getPoollUrl("enum/config/save"),e).then(function(e){"00"==e.data.code?(t.$message.success("保存成功"),t.$router.go(-1)):t.$message.error(e.data.message)})},query:function(){var t=this,e={pageIndex:this.pageIndex,pageSize:this.pageSize};this.axios.post(this.getPoollUrl("enum/config/list"),e).then(function(e){"00"==e.data.code||t.$message.error(e.data.message)})}}},n={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"bigBox"},[a("breadNav",[t._v("\n 基础信息\n ")]),t._v(" "),a("div",{staticClass:"head"},[a("p",[a("span",[t._v("类型")]),t._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:t.typeName,expression:"typeName"}],attrs:{type:"text"},domProps:{value:t.typeName},on:{input:function(e){e.target.composing||(t.typeName=e.target.value)}}}),t._v(" "),a("i",[t._v("*")])]),t._v(" "),a("p",[a("span",[t._v("同步关键字")]),t._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:t.typeSyncKey,expression:"typeSyncKey"}],attrs:{type:"text"},domProps:{value:t.typeSyncKey},on:{input:function(e){e.target.composing||(t.typeSyncKey=e.target.value)}}}),t._v(" "),a("i",[t._v("*")])]),t._v(" "),a("p",[a("span",[t._v("值类型")]),t._v(" "),a("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:t.typeValueType,callback:function(e){t.typeValueType=e},expression:"typeValueType"}},[a("el-option",{attrs:{label:"枚举",value:"0"}}),t._v(" "),a("el-option",{attrs:{label:"时间",value:"1"}}),t._v(" "),a("el-option",{attrs:{label:"日期",value:"2"}}),t._v(" "),a("el-option",{attrs:{label:"次数",value:"3"}}),t._v(" "),a("el-option",{attrs:{label:"金额",value:"4"}})],1),t._v(" "),a("i",[t._v("*")])],1),t._v(" "),a("p",[a("span",[t._v("父类型")]),t._v(" "),a("a",{staticClass:"btn4",on:{click:function(e){t.pop=!0}}},[t._v("添加")])])]),t._v(" "),t._m(0),t._v(" "),a("div",{staticClass:"bottom"},[a("a",{staticClass:"btn4",on:{click:function(e){return t.save()}}},[t._v("保存")]),t._v(" "),a("a",{staticClass:"btnGray4",staticStyle:{"margin-left":"0.5rem"},on:{click:function(e){return t.$router.go(-1)}}},[t._v("返回")])]),t._v(" "),a("div",{directives:[{name:"show",rawName:"v-show",value:t.pop,expression:"pop"}],staticClass:"pop"},[a("div",{staticClass:"popContent"},[t._m(1),t._v(" "),t._m(2),t._v(" "),a("p",[a("a",{staticClass:"btn4"},[t._v("确定")]),t._v(" "),a("a",{staticClass:"btnGray4",staticStyle:{"margin-left":"0.5rem"},on:{click:function(e){t.pop=!1}}},[t._v("取消")])])])])],1)},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("table",{staticClass:"middle"},[e("tr",[e("td",[this._v("父类型")]),this._v(" "),e("td",[this._v("父类型同步关键字")]),this._v(" "),e("td",[this._v("操作")])])])},function(){var t=this.$createElement,e=this._self._c||t;return e("p",[e("input",{attrs:{type:"text"}}),this._v(" "),e("a",{staticClass:"btn4"},[this._v("查询")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("table",[a("tr",[a("td",[t._v("选择")]),t._v(" "),a("td",[t._v("父类型")]),t._v(" "),a("td",[t._v("父类型同步关键字")])]),t._v(" "),a("tr",[a("td",[a("input",{attrs:{type:"checkbox"}})]),t._v(" "),a("td"),t._v(" "),a("td")])])}]};var i=a("C7Lr")(s,n,!1,function(t){a("b6tT")},"data-v-6d0aecae",null);e.default=i.exports},b6tT:function(t,e){}});
\ No newline at end of file
webpackJsonp([80],{T4Ci:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var s={components:{breadNav:a("RwQt").default},data:function(){return{pop:!1,typeName:"",typeSyncKey:"",typeValueType:""}},methods:{save:function(){var t=this;if(!this.typeName)return this.$message.error("请输入类型名称");if(!this.typeSyncKey)return this.$message.error("请输入同步关键字");if(!this.typeValueType)return this.$message.error("请选择值类型");var e={typeName:this.typeName,typeSyncKey:this.typeSyncKey,typeValueType:this.typeValueType};this.axios.post(this.getPoollUrl("enum/config/save"),e).then(function(e){"00"==e.data.code?(t.$message.success("保存成功"),t.$router.go(-1)):t.$message.error(e.data.message)})},query:function(){var t=this,e={pageIndex:this.pageIndex,pageSize:this.pageSize};this.axios.post(this.getPoollUrl("enum/config/list"),e).then(function(e){"00"==e.data.code||t.$message.error(e.data.message)})}}},n={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"bigBox"},[a("breadNav",[t._v("\n 基础信息\n ")]),t._v(" "),a("div",{staticClass:"head"},[a("p",[a("span",[t._v("类型")]),t._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:t.typeName,expression:"typeName"}],attrs:{type:"text"},domProps:{value:t.typeName},on:{input:function(e){e.target.composing||(t.typeName=e.target.value)}}}),t._v(" "),a("i",[t._v("*")])]),t._v(" "),a("p",[a("span",[t._v("同步关键字")]),t._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:t.typeSyncKey,expression:"typeSyncKey"}],attrs:{type:"text"},domProps:{value:t.typeSyncKey},on:{input:function(e){e.target.composing||(t.typeSyncKey=e.target.value)}}}),t._v(" "),a("i",[t._v("*")])]),t._v(" "),a("p",[a("span",[t._v("值类型")]),t._v(" "),a("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:t.typeValueType,callback:function(e){t.typeValueType=e},expression:"typeValueType"}},[a("el-option",{attrs:{label:"枚举",value:"0"}}),t._v(" "),a("el-option",{attrs:{label:"时间",value:"1"}}),t._v(" "),a("el-option",{attrs:{label:"日期",value:"2"}}),t._v(" "),a("el-option",{attrs:{label:"次数",value:"3"}}),t._v(" "),a("el-option",{attrs:{label:"金额",value:"4"}})],1),t._v(" "),a("i",[t._v("*")])],1),t._v(" "),a("p",[a("span",[t._v("父类型")]),t._v(" "),a("a",{staticClass:"btn4",on:{click:function(e){t.pop=!0}}},[t._v("添加")])])]),t._v(" "),t._m(0),t._v(" "),a("div",{staticClass:"bottom"},[a("a",{staticClass:"btn4",on:{click:function(e){return t.save()}}},[t._v("保存")]),t._v(" "),a("a",{staticClass:"btnGray4",staticStyle:{"margin-left":"0.5rem"},on:{click:function(e){return t.$router.go(-1)}}},[t._v("返回")])]),t._v(" "),a("div",{directives:[{name:"show",rawName:"v-show",value:t.pop,expression:"pop"}],staticClass:"pop"},[a("div",{staticClass:"popContent"},[t._m(1),t._v(" "),t._m(2),t._v(" "),a("p",[a("a",{staticClass:"btn4"},[t._v("确定")]),t._v(" "),a("a",{staticClass:"btnGray4",staticStyle:{"margin-left":"0.5rem"},on:{click:function(e){t.pop=!1}}},[t._v("取消")])])])])],1)},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("table",{staticClass:"middle"},[e("tr",[e("td",[this._v("父类型")]),this._v(" "),e("td",[this._v("父类型同步关键字")]),this._v(" "),e("td",[this._v("操作")])])])},function(){var t=this.$createElement,e=this._self._c||t;return e("p",[e("input",{attrs:{type:"text"}}),this._v(" "),e("a",{staticClass:"btn4"},[this._v("查询")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("table",[a("tr",[a("td",[t._v("选择")]),t._v(" "),a("td",[t._v("父类型")]),t._v(" "),a("td",[t._v("父类型同步关键字")])]),t._v(" "),a("tr",[a("td",[a("input",{attrs:{type:"checkbox"}})]),t._v(" "),a("td"),t._v(" "),a("td")])])}]};var i=a("C7Lr")(s,n,!1,function(t){a("b6tT")},"data-v-6d0aecae",null);e.default=i.exports},b6tT:function(t,e){}});
\ No newline at end of file
webpackJsonp([80],{"C/jZ":function(e,t){},WWPn:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var c={data:function(){return{maxTime:{},whichpage:0,shijian:[],list:[],ditch:{companyId:this.$store.state.companyId,pageSize:5,pageIndex:1},queryObject:{companyId:this.$store.state.companyId,pageSize:5,search:"",beginCreateDate:"",finishCreateDate:"",beginPlayDateFrom:"",finishPlayDateFrom:""},value:"0",userType:[{value:"0",label:"创建时间"},{value:"1",label:"游玩时间"}],show:!1,screen:{order:!1,TheTicketCopies:!1,TheTicketAmount:!0,cancel:!0,Amount:!1,RefundZhang:!1},createUserId:""}},components:{tate:n("hBs9").a},methods:{time:function(){}},created:function(){}},a={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"total"},[e._m(0),e._v(" "),n("div",{staticClass:"box"},[n("div",{staticClass:"xl"},[n("span",[e._v("日期")]),e._v(":\n\t\t\t\t"),n("tate",{on:{time:e.time}})],1),e._v(" "),n("div",{staticClass:"hezi dis"},[n("span",[e._v("查询条件:")]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.queryObject.search,expression:"queryObject.search"}],staticClass:"input",attrs:{type:"text",placeholder:"产品 、 渠道"},domProps:{value:e.queryObject.search},on:{input:function(t){t.target.composing||e.$set(e.queryObject,"search",t.target.value)}}})]),e._v(" "),n("span",{staticClass:"inquire",staticStyle:{"margin-right":"0.2rem"},on:{click:function(t){return e.inquire()}}},[e._v("查询")])]),e._v(" "),n("div",{staticClass:"table"},[n("div",{staticClass:"choice"},[n("span",[e._v("筛选条件:")]),e._v(" "),n("el-checkbox",{model:{value:e.screen.order,callback:function(t){e.$set(e.screen,"order",t)},expression:"screen.order"}},[e._v("提供服务公司")]),e._v(" "),n("el-checkbox",{model:{value:e.screen.TheTicketCopies,callback:function(t){e.$set(e.screen,"TheTicketCopies",t)},expression:"screen.TheTicketCopies"}},[e._v("支付公司")]),e._v(" "),n("el-checkbox",{model:{value:e.screen.TheTicketAmount,callback:function(t){e.$set(e.screen,"TheTicketAmount",t)},expression:"screen.TheTicketAmount"}},[e._v("发送公司")]),e._v(" "),n("el-checkbox",{model:{value:e.screen.cancel,callback:function(t){e.$set(e.screen,"cancel",t)},expression:"screen.cancel"}},[e._v("时间")]),e._v(" "),n("el-checkbox",{model:{value:e.screen.Amount,callback:function(t){e.$set(e.screen,"Amount",t)},expression:"screen.Amount"}},[e._v("类型")]),e._v(" "),n("el-checkbox",{model:{value:e.screen.RefundZhang,callback:function(t){e.$set(e.screen,"RefundZhang",t)},expression:"screen.RefundZhang"}},[e._v("关键字")])],1),e._v(" "),e._m(1)])])},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"phead"},[t("a",{attrs:{href:"/#/tubida/statement/OperationBreport"}},[this._v("短信报表")]),this._v(">")])},function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("table",{staticStyle:{"margin-bottom":"0.3rem"}},[n("tr",[n("td",[e._v("提供服务公司")]),e._v(" "),n("td",[e._v("支付公司")]),e._v(" "),n("td",[e._v("发送公司")]),e._v(" "),n("td",[e._v("时间")]),e._v(" "),n("td",[e._v("类型")]),e._v(" "),n("td",[e._v("关键字")]),e._v(" "),n("td",[e._v("条数")])]),e._v(" "),n("tr",[n("td",[e._v("提供服务公司")]),e._v(" "),n("td",[e._v("支付公司")]),e._v(" "),n("td",[e._v("发送公司")]),e._v(" "),n("td",[e._v("时间")]),e._v(" "),n("td",[e._v("类型")]),e._v(" "),n("td",[e._v("关键字")]),e._v(" "),n("td",[e._v("条数")])]),e._v(" "),n("tr",[n("td",[e._v("提供服务公司")]),e._v(" "),n("td",[e._v("支付公司")]),e._v(" "),n("td",[e._v("发送公司")]),e._v(" "),n("td",[e._v("时间")]),e._v(" "),n("td",[e._v("类型")]),e._v(" "),n("td",[e._v("关键字")]),e._v(" "),n("td",[e._v("条数")])])])}]};var s=n("C7Lr")(c,a,!1,function(e){n("C/jZ")},"data-v-6c5f7128",null);t.default=s.exports}});
\ No newline at end of file
webpackJsonp([81],{"C/jZ":function(e,t){},WWPn:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var c={data:function(){return{maxTime:{},whichpage:0,shijian:[],list:[],ditch:{companyId:this.$store.state.companyId,pageSize:5,pageIndex:1},queryObject:{companyId:this.$store.state.companyId,pageSize:5,search:"",beginCreateDate:"",finishCreateDate:"",beginPlayDateFrom:"",finishPlayDateFrom:""},value:"0",userType:[{value:"0",label:"创建时间"},{value:"1",label:"游玩时间"}],show:!1,screen:{order:!1,TheTicketCopies:!1,TheTicketAmount:!0,cancel:!0,Amount:!1,RefundZhang:!1},createUserId:""}},components:{tate:n("hBs9").a},methods:{time:function(){}},created:function(){}},a={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"total"},[e._m(0),e._v(" "),n("div",{staticClass:"box"},[n("div",{staticClass:"xl"},[n("span",[e._v("日期")]),e._v(":\n\t\t\t\t"),n("tate",{on:{time:e.time}})],1),e._v(" "),n("div",{staticClass:"hezi dis"},[n("span",[e._v("查询条件:")]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.queryObject.search,expression:"queryObject.search"}],staticClass:"input",attrs:{type:"text",placeholder:"产品 、 渠道"},domProps:{value:e.queryObject.search},on:{input:function(t){t.target.composing||e.$set(e.queryObject,"search",t.target.value)}}})]),e._v(" "),n("span",{staticClass:"inquire",staticStyle:{"margin-right":"0.2rem"},on:{click:function(t){return e.inquire()}}},[e._v("查询")])]),e._v(" "),n("div",{staticClass:"table"},[n("div",{staticClass:"choice"},[n("span",[e._v("筛选条件:")]),e._v(" "),n("el-checkbox",{model:{value:e.screen.order,callback:function(t){e.$set(e.screen,"order",t)},expression:"screen.order"}},[e._v("提供服务公司")]),e._v(" "),n("el-checkbox",{model:{value:e.screen.TheTicketCopies,callback:function(t){e.$set(e.screen,"TheTicketCopies",t)},expression:"screen.TheTicketCopies"}},[e._v("支付公司")]),e._v(" "),n("el-checkbox",{model:{value:e.screen.TheTicketAmount,callback:function(t){e.$set(e.screen,"TheTicketAmount",t)},expression:"screen.TheTicketAmount"}},[e._v("发送公司")]),e._v(" "),n("el-checkbox",{model:{value:e.screen.cancel,callback:function(t){e.$set(e.screen,"cancel",t)},expression:"screen.cancel"}},[e._v("时间")]),e._v(" "),n("el-checkbox",{model:{value:e.screen.Amount,callback:function(t){e.$set(e.screen,"Amount",t)},expression:"screen.Amount"}},[e._v("类型")]),e._v(" "),n("el-checkbox",{model:{value:e.screen.RefundZhang,callback:function(t){e.$set(e.screen,"RefundZhang",t)},expression:"screen.RefundZhang"}},[e._v("关键字")])],1),e._v(" "),e._m(1)])])},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"phead"},[t("a",{attrs:{href:"/#/tubida/statement/OperationBreport"}},[this._v("短信报表")]),this._v(">")])},function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("table",{staticStyle:{"margin-bottom":"0.3rem"}},[n("tr",[n("td",[e._v("提供服务公司")]),e._v(" "),n("td",[e._v("支付公司")]),e._v(" "),n("td",[e._v("发送公司")]),e._v(" "),n("td",[e._v("时间")]),e._v(" "),n("td",[e._v("类型")]),e._v(" "),n("td",[e._v("关键字")]),e._v(" "),n("td",[e._v("条数")])]),e._v(" "),n("tr",[n("td",[e._v("提供服务公司")]),e._v(" "),n("td",[e._v("支付公司")]),e._v(" "),n("td",[e._v("发送公司")]),e._v(" "),n("td",[e._v("时间")]),e._v(" "),n("td",[e._v("类型")]),e._v(" "),n("td",[e._v("关键字")]),e._v(" "),n("td",[e._v("条数")])]),e._v(" "),n("tr",[n("td",[e._v("提供服务公司")]),e._v(" "),n("td",[e._v("支付公司")]),e._v(" "),n("td",[e._v("发送公司")]),e._v(" "),n("td",[e._v("时间")]),e._v(" "),n("td",[e._v("类型")]),e._v(" "),n("td",[e._v("关键字")]),e._v(" "),n("td",[e._v("条数")])])])}]};var s=n("C7Lr")(c,a,!1,function(e){n("C/jZ")},"data-v-6c5f7128",null);t.default=s.exports}});
\ No newline at end of file
webpackJsonp([81],{Kp5G:function(e,t){},OYiz:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={components:{leftSide:n("FegP").a}},a={render:function(){var e=this.$createElement;return(this._self._c||e)("leftSide")},staticRenderFns:[]};var c=n("C7Lr")(r,a,!1,function(e){n("Kp5G")},"data-v-6c38a4b5",null);t.default=c.exports}});
\ No newline at end of file
webpackJsonp([82],{Kp5G:function(e,t){},OYiz:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={components:{leftSide:n("FegP").a}},a={render:function(){var e=this.$createElement;return(this._self._c||e)("leftSide")},staticRenderFns:[]};var c=n("C7Lr")(r,a,!1,function(e){n("Kp5G")},"data-v-6c38a4b5",null);t.default=c.exports}});
\ No newline at end of file
webpackJsonp([83],{LMd1:function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var r={data:function(){return{}},components:{TheDrawerComponents:t("gWae").a}},o={render:function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("TheDrawerComponents",{scopedSlots:e._u([{key:"default",fn:function(n){return[t("span",{on:{click:function(t){return e.$router.push({name:"ClearListDetails",query:{dataId:n.msg}})}}},[e._v("详情")])]}}])})},staticRenderFns:[]};var u=t("C7Lr")(r,o,!1,function(e){t("MV0o")},null,null);n.default=u.exports},MV0o:function(e,n){}});
\ No newline at end of file
webpackJsonp([84],{LMd1:function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var r={data:function(){return{}},components:{TheDrawerComponents:t("gWae").a}},o={render:function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("TheDrawerComponents",{scopedSlots:e._u([{key:"default",fn:function(n){return[t("span",{on:{click:function(t){return e.$router.push({name:"ClearListDetails",query:{dataId:n.msg}})}}},[e._v("详情")])]}}])})},staticRenderFns:[]};var u=t("C7Lr")(r,o,!1,function(e){t("MV0o")},null,null);n.default=u.exports},MV0o:function(e,n){}});
\ No newline at end of file
webpackJsonp([84],{DTt6:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=n("RwQt"),s=n("KPn7"),i={components:{breadNav:a.default,config:s.a},data:function(){return{configTan2:!1,configTitle2:"是否改为白名单",configTitle:"是否删除该名单",configTan:!1,userId:"",pageIndex:1,pageSize:15,scanTypeName:"",userType:"",userType2:"",buyNum:"",createDate:"",badDate:"",tableList:[]}},methods:{load:function(){var t=this,e={userId:this.userId,pageIndex:this.pageIndex,pageSize:this.pageSize};this.axios.post(this.getOrderUrl("bad/load"),e).then(function(e){"00"==e.data.code?(console.log(e),t.scanTypeName=e.data.data.scanTypeName,t.userType=e.data.data.userType,t.buyNum=e.data.data.buyNum,t.createDate=e.data.data.createDate,t.badDate=e.data.data.badDate,t.tableList=e.data.data.details||[]):t.$message.error(e.data.message)})},clickOpenStop:function(t){this.configTan2=!0,this.userType2=t},openStop:function(){var t=this,e={userType:this.userType2,userId:this.userId};this.axios.post(this.getOrderUrl("bad/setStatus"),e).then(function(e){"00"==e.data.code?(t.configTan2=!1,t.load()):t.$message.error(e.data.message)})},clickDele:function(){this.configTan=!0},dele:function(){var t=this,e={userId:this.userId};this.axios.post(this.getOrderUrl("bad/remove"),e).then(function(e){"00"==e.data.code?(t.$message.success("删除成功"),t.configTan=!1,t.$router.go(-1)):t.$message.error(e.data.message)})}},mounted:function(){this.userId=this.$route.query.userId,this.userId&&this.load()}},o={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"bigBox"},[n("breadNav",[t._v("黑名单详情")]),t._v(" "),n("div",{staticClass:"top"},[n("p",[n("span",[t._v("\n\t\t\t\t凭证类型:\n\t\t\t")]),t._v(" "),n("span",[t._v("\n\t\t\t\t"+t._s(t.scanTypeName)+"\n\t\t\t")])]),t._v(" "),n("p",[n("span",[t._v("\n\t\t\t\t状态:\n\t\t\t")]),t._v(" "),n("span",[0==t.userType?n("i",[t._v("普通用户")]):t._e(),t._v(" "),1==t.userType?n("i",[t._v("黑名单")]):t._e(),t._v(" "),2==t.userType?n("i",[t._v("白名单")]):t._e()])]),t._v(" "),n("p",[n("span",[t._v("\n\t\t\t\t黑名单次数:\n\t\t\t")]),t._v(" "),n("span",[t._v("\n\t\t\t\t"+t._s(t.buyNum)+"\n\t\t\t")])]),t._v(" "),n("p",[n("span",[t._v("\n\t\t\t\t第一次时间:\n\t\t\t")]),t._v(" "),n("span",[t._v("\n\t\t\t\t"+t._s(t.createDate)+"\n\t\t\t")])]),t._v(" "),n("p",[n("span",[t._v("\n\t\t\t\t确认时间:\n\t\t\t")]),t._v(" "),n("span",[t._v("\n\t\t\t\t"+t._s(t.badDate)+"\n\t\t\t")])])]),t._v(" "),n("table",[t._m(0),t._v(" "),t._l(t.tableList,function(e,a){return n("tr",{key:a},[n("td",[t._v("\n\t\t\t\t"+t._s(e.buyCount)+"\t\n\t\t\t")]),t._v(" "),n("td",[t._v("\n\t\t\t\t"+t._s(e.buyNum)+"\n\t\t\t")]),t._v(" "),n("td",[t._v("\n\t\t\t\t"+t._s(e.createDate)+"\n\t\t\t")])])})],2),t._v(" "),n("div",{staticClass:"bottom"},[n("a",{staticClass:"btn4",on:{click:function(e){return t.$router.go(-1)}}},[t._v("\n\t\t\t返回\n\t\t")]),t._v(" "),2!=t.userType?n("a",{staticClass:"btn4",on:{click:function(e){return t.clickOpenStop(2)}}},[t._v("\n\t\t\t白名单\n\t\t")]):t._e(),t._v(" "),n("a",{staticClass:"btn4",on:{click:function(e){return t.clickDele()}}},[t._v("\n\t\t\t删除\n\t\t")])]),t._v(" "),n("config",{directives:[{name:"show",rawName:"v-show",value:t.configTan,expression:"configTan"}],attrs:{configTitle:t.configTitle},on:{config:function(e){return t.dele()},cancel:function(e){t.configTan=!1}}}),t._v(" "),n("config",{directives:[{name:"show",rawName:"v-show",value:t.configTan2,expression:"configTan2"}],attrs:{configTitle:t.configTitle2},on:{config:function(e){return t.openStop()},cancel:function(e){t.configTan2=!1}}})],1)},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("tr",[e("td",[this._v("\n\t\t\t\t购买次数\n\t\t\t")]),this._v(" "),e("td",[this._v("\n\t\t\t\t违法次数\n\t\t\t")]),this._v(" "),e("td",[this._v("\n\t\t\t\t日期\n\t\t\t")])])}]};var r=n("C7Lr")(i,o,!1,function(t){n("VCIL")},"data-v-5b842d00",null);e.default=r.exports},VCIL:function(t,e){}});
\ No newline at end of file
webpackJsonp([85],{DTt6:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=n("RwQt"),s=n("KPn7"),i={components:{breadNav:a.default,config:s.a},data:function(){return{configTan2:!1,configTitle2:"是否改为白名单",configTitle:"是否删除该名单",configTan:!1,userId:"",pageIndex:1,pageSize:15,scanTypeName:"",userType:"",userType2:"",buyNum:"",createDate:"",badDate:"",tableList:[]}},methods:{load:function(){var t=this,e={userId:this.userId,pageIndex:this.pageIndex,pageSize:this.pageSize};this.axios.post(this.getOrderUrl("bad/load"),e).then(function(e){"00"==e.data.code?(console.log(e),t.scanTypeName=e.data.data.scanTypeName,t.userType=e.data.data.userType,t.buyNum=e.data.data.buyNum,t.createDate=e.data.data.createDate,t.badDate=e.data.data.badDate,t.tableList=e.data.data.details||[]):t.$message.error(e.data.message)})},clickOpenStop:function(t){this.configTan2=!0,this.userType2=t},openStop:function(){var t=this,e={userType:this.userType2,userId:this.userId};this.axios.post(this.getOrderUrl("bad/setStatus"),e).then(function(e){"00"==e.data.code?(t.configTan2=!1,t.load()):t.$message.error(e.data.message)})},clickDele:function(){this.configTan=!0},dele:function(){var t=this,e={userId:this.userId};this.axios.post(this.getOrderUrl("bad/remove"),e).then(function(e){"00"==e.data.code?(t.$message.success("删除成功"),t.configTan=!1,t.$router.go(-1)):t.$message.error(e.data.message)})}},mounted:function(){this.userId=this.$route.query.userId,this.userId&&this.load()}},o={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"bigBox"},[n("breadNav",[t._v("黑名单详情")]),t._v(" "),n("div",{staticClass:"top"},[n("p",[n("span",[t._v("\n\t\t\t\t凭证类型:\n\t\t\t")]),t._v(" "),n("span",[t._v("\n\t\t\t\t"+t._s(t.scanTypeName)+"\n\t\t\t")])]),t._v(" "),n("p",[n("span",[t._v("\n\t\t\t\t状态:\n\t\t\t")]),t._v(" "),n("span",[0==t.userType?n("i",[t._v("普通用户")]):t._e(),t._v(" "),1==t.userType?n("i",[t._v("黑名单")]):t._e(),t._v(" "),2==t.userType?n("i",[t._v("白名单")]):t._e()])]),t._v(" "),n("p",[n("span",[t._v("\n\t\t\t\t黑名单次数:\n\t\t\t")]),t._v(" "),n("span",[t._v("\n\t\t\t\t"+t._s(t.buyNum)+"\n\t\t\t")])]),t._v(" "),n("p",[n("span",[t._v("\n\t\t\t\t第一次时间:\n\t\t\t")]),t._v(" "),n("span",[t._v("\n\t\t\t\t"+t._s(t.createDate)+"\n\t\t\t")])]),t._v(" "),n("p",[n("span",[t._v("\n\t\t\t\t确认时间:\n\t\t\t")]),t._v(" "),n("span",[t._v("\n\t\t\t\t"+t._s(t.badDate)+"\n\t\t\t")])])]),t._v(" "),n("table",[t._m(0),t._v(" "),t._l(t.tableList,function(e,a){return n("tr",{key:a},[n("td",[t._v("\n\t\t\t\t"+t._s(e.buyCount)+"\t\n\t\t\t")]),t._v(" "),n("td",[t._v("\n\t\t\t\t"+t._s(e.buyNum)+"\n\t\t\t")]),t._v(" "),n("td",[t._v("\n\t\t\t\t"+t._s(e.createDate)+"\n\t\t\t")])])})],2),t._v(" "),n("div",{staticClass:"bottom"},[n("a",{staticClass:"btn4",on:{click:function(e){return t.$router.go(-1)}}},[t._v("\n\t\t\t返回\n\t\t")]),t._v(" "),2!=t.userType?n("a",{staticClass:"btn4",on:{click:function(e){return t.clickOpenStop(2)}}},[t._v("\n\t\t\t白名单\n\t\t")]):t._e(),t._v(" "),n("a",{staticClass:"btn4",on:{click:function(e){return t.clickDele()}}},[t._v("\n\t\t\t删除\n\t\t")])]),t._v(" "),n("config",{directives:[{name:"show",rawName:"v-show",value:t.configTan,expression:"configTan"}],attrs:{configTitle:t.configTitle},on:{config:function(e){return t.dele()},cancel:function(e){t.configTan=!1}}}),t._v(" "),n("config",{directives:[{name:"show",rawName:"v-show",value:t.configTan2,expression:"configTan2"}],attrs:{configTitle:t.configTitle2},on:{config:function(e){return t.openStop()},cancel:function(e){t.configTan2=!1}}})],1)},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("tr",[e("td",[this._v("\n\t\t\t\t购买次数\n\t\t\t")]),this._v(" "),e("td",[this._v("\n\t\t\t\t违法次数\n\t\t\t")]),this._v(" "),e("td",[this._v("\n\t\t\t\t日期\n\t\t\t")])])}]};var r=n("C7Lr")(i,o,!1,function(t){n("VCIL")},"data-v-5b842d00",null);e.default=r.exports},VCIL:function(t,e){}});
\ No newline at end of file
webpackJsonp([85],{"4VDx":function(t,a){},R1gd:function(t,a,e){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var s={data:function(){return{tableData:[],pageTotal:0,pageshow:!1,query:{pageIndex:1,pageSize:15,data:"",bian:"",zi:""},all:""}},components:{pages:e("GZf/").a},methods:{looking:function(){this.$router.push({name:"ttrandetails"})},getall:function(){var t=this;this.axios.post("/pf/order/query",this.query).then(function(a){"00"==a.data.code&&0!=a.data.data.list.length&&(t.tableData=a.data.data.list,t.pageshow=!0,t.pageTotal=a.data.data.pageTotal)})},pagess:function(t){this.query.pageIndex=t,this.pageData()},pageData:function(){var t=this;this.axios.post("/pf/order/query",this.query).then(function(a){"00"==a.data.code&&(t.tableData=a.data.data.list,t.pageshow=!0)})},allData:function(){var t=this;this.axios.post("/pf/order/getDay").then(function(a){"00"==a.data.code&&(t.all=a.data.data)})}},created:function(){this.getall(),this.allData()}},i={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"total"},[e("ul",{staticClass:"tou"},[e("p",[e("router-link",{attrs:{to:"cableway",tag:"li"}},[t._v("窗口售票>")]),t._v(" "),e("router-link",{attrs:{to:"",tag:"li"}},[t._v("打印记录>")])],1),t._v(" "),e("p",[e("span",[t._v("今日售票量:"),e("i",{staticClass:"sds"},[t._v(t._s(t.all.buyNum))]),t._v("张")]),t._v(" "),e("span",[t._v("金额:"),e("i",{staticClass:"sds"},[t._v(t._s(t.all.salePricePayTotal))]),t._v("元")])])]),t._v(" "),e("div",{staticClass:"box"},[e("div",{staticClass:"query"},[e("div",[e("span",[t._v("打印时间:")]),t._v(" "),e("el-date-picker",{attrs:{type:"daterange","range-separator":"-","start-placeholder":"开始日期","end-placeholder":"结束日期"},model:{value:t.query.data,callback:function(a){t.$set(t.query,"data",a)},expression:"query.data"}})],1),t._v(" "),e("span",[t._v("产品编号:")]),t._v(" "),e("input",{directives:[{name:"model",rawName:"v-model",value:t.query.bian,expression:"query.bian"}],domProps:{value:t.query.bian},on:{input:function(a){a.target.composing||t.$set(t.query,"bian",a.target.value)}}}),t._v(" "),e("div",[e("span",[t._v("自定义:")]),t._v(" "),e("el-select",{attrs:{placeholder:"请选择活动区域"},model:{value:t.query.zi,callback:function(a){t.$set(t.query,"zi",a)},expression:"query.zi"}},[e("el-option",{attrs:{label:"区域一",value:"shanghai"}}),t._v(" "),e("el-option",{attrs:{label:"区域二",value:"beijing"}})],1)],1),t._v(" "),e("button",[t._v("查询")])]),t._v(" "),e("div",{staticClass:"chong"},[e("el-checkbox",[t._v("显示重打印数据")])],1),t._v(" "),e("div",{staticClass:"order"},[e("table",[t._m(0),t._v(" "),t._l(t.tableData,function(a,s){return e("tr",{key:s},[e("td",[t._v(t._s(a.productName))]),t._v(" "),e("td",[t._v(t._s(a.productId))]),t._v(" "),e("td",[0==a.payType?e("span",[t._v("现金")]):t._e()]),t._v(" "),e("td",[t._v("打印时间")]),t._v(" "),e("td",[t._v("上次打印时间")]),t._v(" "),e("td",[t._v(t._s(a.buyNum))]),t._v(" "),e("td",[t._v("打印窗口")]),t._v(" "),e("td",{staticClass:"exam"},[e("span",{on:{click:t.looking}},[t._v("重新打印")])])])})],2)]),t._v(" "),e("pages",{directives:[{name:"show",rawName:"v-show",value:t.pageshow,expression:"pageshow"}],attrs:{pagesize:t.query.pageSize,total:t.pageTotal},on:{page:t.pagess}})],1)])},staticRenderFns:[function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("tr",[e("td",{attrs:{width:"161"}},[t._v("产品名称")]),t._v(" "),e("td",{attrs:{width:"202"}},[t._v("产品编号")]),t._v(" "),e("td",{attrs:{width:"120"}},[t._v("支付方式")]),t._v(" "),e("td",{attrs:{width:"176"}},[t._v("打印时间")]),t._v(" "),e("td",{attrs:{width:"175"}},[t._v("上次打印时间")]),t._v(" "),e("td",{attrs:{width:"132"}},[t._v("打印次数")]),t._v(" "),e("td",{attrs:{width:"163"}},[t._v("打印窗口")]),t._v(" "),e("td",{attrs:{width:"189"}},[t._v("操作")])])}]};var r=e("C7Lr")(s,i,!1,function(t){e("4VDx")},"data-v-5b7ecc82",null);a.default=r.exports}});
\ No newline at end of file
webpackJsonp([86],{"4VDx":function(t,a){},R1gd:function(t,a,e){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var s={data:function(){return{tableData:[],pageTotal:0,pageshow:!1,query:{pageIndex:1,pageSize:15,data:"",bian:"",zi:""},all:""}},components:{pages:e("GZf/").a},methods:{looking:function(){this.$router.push({name:"ttrandetails"})},getall:function(){var t=this;this.axios.post("/pf/order/query",this.query).then(function(a){"00"==a.data.code&&0!=a.data.data.list.length&&(t.tableData=a.data.data.list,t.pageshow=!0,t.pageTotal=a.data.data.pageTotal)})},pagess:function(t){this.query.pageIndex=t,this.pageData()},pageData:function(){var t=this;this.axios.post("/pf/order/query",this.query).then(function(a){"00"==a.data.code&&(t.tableData=a.data.data.list,t.pageshow=!0)})},allData:function(){var t=this;this.axios.post("/pf/order/getDay").then(function(a){"00"==a.data.code&&(t.all=a.data.data)})}},created:function(){this.getall(),this.allData()}},i={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"total"},[e("ul",{staticClass:"tou"},[e("p",[e("router-link",{attrs:{to:"cableway",tag:"li"}},[t._v("窗口售票>")]),t._v(" "),e("router-link",{attrs:{to:"",tag:"li"}},[t._v("打印记录>")])],1),t._v(" "),e("p",[e("span",[t._v("今日售票量:"),e("i",{staticClass:"sds"},[t._v(t._s(t.all.buyNum))]),t._v("张")]),t._v(" "),e("span",[t._v("金额:"),e("i",{staticClass:"sds"},[t._v(t._s(t.all.salePricePayTotal))]),t._v("元")])])]),t._v(" "),e("div",{staticClass:"box"},[e("div",{staticClass:"query"},[e("div",[e("span",[t._v("打印时间:")]),t._v(" "),e("el-date-picker",{attrs:{type:"daterange","range-separator":"-","start-placeholder":"开始日期","end-placeholder":"结束日期"},model:{value:t.query.data,callback:function(a){t.$set(t.query,"data",a)},expression:"query.data"}})],1),t._v(" "),e("span",[t._v("产品编号:")]),t._v(" "),e("input",{directives:[{name:"model",rawName:"v-model",value:t.query.bian,expression:"query.bian"}],domProps:{value:t.query.bian},on:{input:function(a){a.target.composing||t.$set(t.query,"bian",a.target.value)}}}),t._v(" "),e("div",[e("span",[t._v("自定义:")]),t._v(" "),e("el-select",{attrs:{placeholder:"请选择活动区域"},model:{value:t.query.zi,callback:function(a){t.$set(t.query,"zi",a)},expression:"query.zi"}},[e("el-option",{attrs:{label:"区域一",value:"shanghai"}}),t._v(" "),e("el-option",{attrs:{label:"区域二",value:"beijing"}})],1)],1),t._v(" "),e("button",[t._v("查询")])]),t._v(" "),e("div",{staticClass:"chong"},[e("el-checkbox",[t._v("显示重打印数据")])],1),t._v(" "),e("div",{staticClass:"order"},[e("table",[t._m(0),t._v(" "),t._l(t.tableData,function(a,s){return e("tr",{key:s},[e("td",[t._v(t._s(a.productName))]),t._v(" "),e("td",[t._v(t._s(a.productId))]),t._v(" "),e("td",[0==a.payType?e("span",[t._v("现金")]):t._e()]),t._v(" "),e("td",[t._v("打印时间")]),t._v(" "),e("td",[t._v("上次打印时间")]),t._v(" "),e("td",[t._v(t._s(a.buyNum))]),t._v(" "),e("td",[t._v("打印窗口")]),t._v(" "),e("td",{staticClass:"exam"},[e("span",{on:{click:t.looking}},[t._v("重新打印")])])])})],2)]),t._v(" "),e("pages",{directives:[{name:"show",rawName:"v-show",value:t.pageshow,expression:"pageshow"}],attrs:{pagesize:t.query.pageSize,total:t.pageTotal},on:{page:t.pagess}})],1)])},staticRenderFns:[function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("tr",[e("td",{attrs:{width:"161"}},[t._v("产品名称")]),t._v(" "),e("td",{attrs:{width:"202"}},[t._v("产品编号")]),t._v(" "),e("td",{attrs:{width:"120"}},[t._v("支付方式")]),t._v(" "),e("td",{attrs:{width:"176"}},[t._v("打印时间")]),t._v(" "),e("td",{attrs:{width:"175"}},[t._v("上次打印时间")]),t._v(" "),e("td",{attrs:{width:"132"}},[t._v("打印次数")]),t._v(" "),e("td",{attrs:{width:"163"}},[t._v("打印窗口")]),t._v(" "),e("td",{attrs:{width:"189"}},[t._v("操作")])])}]};var r=e("C7Lr")(s,i,!1,function(t){e("4VDx")},"data-v-5b7ecc82",null);a.default=r.exports}});
\ No newline at end of file
webpackJsonp([87],{"1YAL":function(e,t){},MXu4:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={components:{leftSide:n("FegP").a}},a={render:function(){var e=this.$createElement;return(this._self._c||e)("leftSide")},staticRenderFns:[]};var c=n("C7Lr")(r,a,!1,function(e){n("1YAL")},"data-v-5954d437",null);t.default=c.exports}});
\ No newline at end of file
webpackJsonp([88],{"1YAL":function(e,t){},MXu4:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={components:{leftSide:n("FegP").a}},a={render:function(){var e=this.$createElement;return(this._self._c||e)("leftSide")},staticRenderFns:[]};var c=n("C7Lr")(r,a,!1,function(e){n("1YAL")},"data-v-5954d437",null);t.default=c.exports}});
\ No newline at end of file
webpackJsonp([90],{BhKL:function(e,t){},nJBN:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={components:{leftSide:n("FegP").a}},c={render:function(){var e=this.$createElement;return(this._self._c||e)("leftSide")},staticRenderFns:[]};var a=n("C7Lr")(r,c,!1,function(e){n("BhKL")},"data-v-4fdced12",null);t.default=a.exports}});
\ No newline at end of file
webpackJsonp([91],{BhKL:function(e,t){},nJBN:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={components:{leftSide:n("FegP").a}},c={render:function(){var e=this.$createElement;return(this._self._c||e)("leftSide")},staticRenderFns:[]};var a=n("C7Lr")(r,c,!1,function(e){n("BhKL")},"data-v-4fdced12",null);t.default=a.exports}});
\ No newline at end of file
webpackJsonp([91],{Ma4V:function(t,e){},dNtq:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=i("RwQt"),n=i("5XGy"),s={components:{breadNav:a.default,page:n.a},data:function(){return{pageSize:15,pageIndex:1,pageTotal:0,registerDeviceKey:"",tableList:[]}},methods:{getList:function(){var t=this,e={pageIndex:this.pageIndex,pageSize:this.pageSize,register:!0,registerDeviceKey:this.registerDeviceKey};this.axios.post(this.getSystem("check/device/list"),e).then(function(e){"00"==e.data.code?(t.tableList=e.data.data.list,t.pageTotal=e.data.data.pageTotal):t.$message.error(e.data.message)})},paging:function(t){this.pageIndex=t,this.getList()}},mounted:function(){this.getList()}},r={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"bigBox"},[i("breadNav",[t._v("\n\t\t设备注册\n\t")]),t._v(" "),i("div",{staticClass:"top"},[i("span",[t._v("\n\t\t\t设备编码\n\t\t")]),t._v(" "),i("input",{directives:[{name:"model",rawName:"v-model",value:t.registerDeviceKey,expression:"registerDeviceKey"}],attrs:{placeholder:"请输入设备编码"},domProps:{value:t.registerDeviceKey},on:{input:function(e){e.target.composing||(t.registerDeviceKey=e.target.value)}}}),t._v(" "),i("a",{staticClass:"btn4",staticStyle:{margin:"0 0.2rem"},on:{click:function(e){t.pageIndex=1,t.getList()}}},[t._v("\n\t\t\t查询\n\t\t")]),t._v(" "),i("span",{staticStyle:{color:"#FF0000"}},[t._v("注意:设备编码支持通配符%,如设备编码为:123456789110,可以输入123%110")])]),t._v(" "),i("div",{staticClass:"bottom"},[i("p",[t._v("查询结果")]),t._v(" "),i("table",[t._m(0),t._v(" "),t._l(t.tableList,function(e,a){return i("tr",{key:e.deviceId},[i("td",[t._v("\n\t\t\t\t\t"+t._s(e.deviceName)+"\n\t\t\t\t")]),t._v(" "),i("td",[t._v("\n\t\t\t\t\t"+t._s(e.deviceTypeName)+"\n\t\t\t\t")]),t._v(" "),i("td",[t._v("\n\t\t\t\t\t"+t._s(e.deviceKey)+"\n\t\t\t\t")]),t._v(" "),i("td",[i("a",{staticStyle:{cursor:"pointer",color:"#00C305"},on:{click:function(i){return t.$router.push("/scenic/sMymanagement/deviceEdit?deviceId="+e.deviceId)}}},[t._v("\n\t\t\t\t\t\t初始化\n\t\t\t\t\t")])])])})],2),t._v(" "),i("page",{attrs:{pagesize:t.pageSize,total:t.pageTotal,whichpage:t.pageIndex},on:{page:t.paging}}),t._v(" "),i("div",[i("a",{staticClass:"btn4",on:{click:function(e){return t.$router.go(-1)}}},[t._v("返回")])])],1)],1)},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("tr",[e("td",[this._v("\n\t\t\t\t\t设备名称\n\t\t\t\t")]),this._v(" "),e("td",[this._v("\n\t\t\t\t\t设备类型\n\t\t\t\t")]),this._v(" "),e("td",[this._v("\n\t\t\t\t\t设备编码\n\t\t\t\t")]),this._v(" "),e("td",[this._v("\n\t\t\t\t\t操作\n\t\t\t\t")])])}]};var c=i("C7Lr")(s,r,!1,function(t){i("Ma4V")},"data-v-4ebbe168",null);e.default=c.exports}});
\ No newline at end of file
webpackJsonp([92],{Ma4V:function(t,e){},dNtq:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=i("RwQt"),n=i("5XGy"),s={components:{breadNav:a.default,page:n.a},data:function(){return{pageSize:15,pageIndex:1,pageTotal:0,registerDeviceKey:"",tableList:[]}},methods:{getList:function(){var t=this,e={pageIndex:this.pageIndex,pageSize:this.pageSize,register:!0,registerDeviceKey:this.registerDeviceKey};this.axios.post(this.getSystem("check/device/list"),e).then(function(e){"00"==e.data.code?(t.tableList=e.data.data.list,t.pageTotal=e.data.data.pageTotal):t.$message.error(e.data.message)})},paging:function(t){this.pageIndex=t,this.getList()}},mounted:function(){this.getList()}},r={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"bigBox"},[i("breadNav",[t._v("\n\t\t设备注册\n\t")]),t._v(" "),i("div",{staticClass:"top"},[i("span",[t._v("\n\t\t\t设备编码\n\t\t")]),t._v(" "),i("input",{directives:[{name:"model",rawName:"v-model",value:t.registerDeviceKey,expression:"registerDeviceKey"}],attrs:{placeholder:"请输入设备编码"},domProps:{value:t.registerDeviceKey},on:{input:function(e){e.target.composing||(t.registerDeviceKey=e.target.value)}}}),t._v(" "),i("a",{staticClass:"btn4",staticStyle:{margin:"0 0.2rem"},on:{click:function(e){t.pageIndex=1,t.getList()}}},[t._v("\n\t\t\t查询\n\t\t")]),t._v(" "),i("span",{staticStyle:{color:"#FF0000"}},[t._v("注意:设备编码支持通配符%,如设备编码为:123456789110,可以输入123%110")])]),t._v(" "),i("div",{staticClass:"bottom"},[i("p",[t._v("查询结果")]),t._v(" "),i("table",[t._m(0),t._v(" "),t._l(t.tableList,function(e,a){return i("tr",{key:e.deviceId},[i("td",[t._v("\n\t\t\t\t\t"+t._s(e.deviceName)+"\n\t\t\t\t")]),t._v(" "),i("td",[t._v("\n\t\t\t\t\t"+t._s(e.deviceTypeName)+"\n\t\t\t\t")]),t._v(" "),i("td",[t._v("\n\t\t\t\t\t"+t._s(e.deviceKey)+"\n\t\t\t\t")]),t._v(" "),i("td",[i("a",{staticStyle:{cursor:"pointer",color:"#00C305"},on:{click:function(i){return t.$router.push("/scenic/sMymanagement/deviceEdit?deviceId="+e.deviceId)}}},[t._v("\n\t\t\t\t\t\t初始化\n\t\t\t\t\t")])])])})],2),t._v(" "),i("page",{attrs:{pagesize:t.pageSize,total:t.pageTotal,whichpage:t.pageIndex},on:{page:t.paging}}),t._v(" "),i("div",[i("a",{staticClass:"btn4",on:{click:function(e){return t.$router.go(-1)}}},[t._v("返回")])])],1)],1)},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("tr",[e("td",[this._v("\n\t\t\t\t\t设备名称\n\t\t\t\t")]),this._v(" "),e("td",[this._v("\n\t\t\t\t\t设备类型\n\t\t\t\t")]),this._v(" "),e("td",[this._v("\n\t\t\t\t\t设备编码\n\t\t\t\t")]),this._v(" "),e("td",[this._v("\n\t\t\t\t\t操作\n\t\t\t\t")])])}]};var c=i("C7Lr")(s,r,!1,function(t){i("Ma4V")},"data-v-4ebbe168",null);e.default=c.exports}});
\ No newline at end of file
webpackJsonp([92],{VtVa:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=a("hBs9"),s=a("RwQt"),n={components:{date:i.a,breadNav:s.default},data:function(){return{value:"0",value1:"",userType:[{value:"0",label:"创建时间"},{value:"1",label:"游玩时间"}]}},methods:{change:function(){"0"===this.value?(this.queryObject.beginCreateDate=this.shijian[1]||"",this.queryObject.finishCreateDate=this.shijian[0]||"",this.queryObject.beginPlayDateFrom="",this.queryObject.finishPlayDateFrom=""):(this.queryObject.beginPlayDateFrom=this.shijian[1]||"",this.queryObject.finishPlayDateFrom=this.shijian[0]||"",this.queryObject.finishCreateDate="",this.queryObject.beginCreateDate="")}}},v={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"bigBox"},[a("breadNav",[t._v("待发送队列")]),t._v(" "),a("div",{staticClass:"box"},[a("div",[a("el-select",{on:{change:t.change},model:{value:t.value,callback:function(e){t.value=e},expression:"value"}},t._l(t.userType,function(t){return a("el-option",{key:t.value,attrs:{label:t.label,value:t.value}})}),1),t._v(" :\n "),a("date")],1),t._v(" "),a("div",{staticClass:"date"},[a("span",[t._v("手机号:")]),t._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:t.value1,expression:"value1"}],staticClass:"input",attrs:{type:"text"},domProps:{value:t.value1},on:{input:function(e){e.target.composing||(t.value1=e.target.value)}}})]),t._v(" "),t._m(0),t._v(" "),t._m(1)]),t._v(" "),t._m(2)],1)},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"div"},[e("span",{staticClass:"inquire"},[this._v("查询")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"div"},[e("span",{staticClass:"inquire",staticStyle:{width:"auto","padding-left":"0.1rem","padding-right":"0.1rem"}},[this._v("按条件取消发送")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"table"},[a("table",[a("tr",[a("td",[t._v("创建时间")]),t._v(" "),a("td",[t._v("待发送时间")]),t._v(" "),a("td",[t._v("手机号")]),t._v(" "),a("td",[t._v("发送内容")]),t._v(" "),a("td",[t._v("发送状态")]),t._v(" "),a("td",[t._v("操作")])]),t._v(" "),a("tr",[a("td",[t._v("创建时间")]),t._v(" "),a("td",[t._v("待发送时间")]),t._v(" "),a("td",[t._v("手机号")]),t._v(" "),a("td",[t._v("发送内容")]),t._v(" "),a("td",[t._v("发送状态")]),t._v(" "),a("td",{staticClass:"push"},[a("a",[t._v("取消")])])])])])}]};var l=a("C7Lr")(n,v,!1,function(t){a("dk22")},"data-v-433922d0",null);e.default=l.exports},dk22:function(t,e){}});
\ No newline at end of file
webpackJsonp([93],{VtVa:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=a("hBs9"),s=a("RwQt"),n={components:{date:i.a,breadNav:s.default},data:function(){return{value:"0",value1:"",userType:[{value:"0",label:"创建时间"},{value:"1",label:"游玩时间"}]}},methods:{change:function(){"0"===this.value?(this.queryObject.beginCreateDate=this.shijian[1]||"",this.queryObject.finishCreateDate=this.shijian[0]||"",this.queryObject.beginPlayDateFrom="",this.queryObject.finishPlayDateFrom=""):(this.queryObject.beginPlayDateFrom=this.shijian[1]||"",this.queryObject.finishPlayDateFrom=this.shijian[0]||"",this.queryObject.finishCreateDate="",this.queryObject.beginCreateDate="")}}},v={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"bigBox"},[a("breadNav",[t._v("待发送队列")]),t._v(" "),a("div",{staticClass:"box"},[a("div",[a("el-select",{on:{change:t.change},model:{value:t.value,callback:function(e){t.value=e},expression:"value"}},t._l(t.userType,function(t){return a("el-option",{key:t.value,attrs:{label:t.label,value:t.value}})}),1),t._v(" :\n "),a("date")],1),t._v(" "),a("div",{staticClass:"date"},[a("span",[t._v("手机号:")]),t._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:t.value1,expression:"value1"}],staticClass:"input",attrs:{type:"text"},domProps:{value:t.value1},on:{input:function(e){e.target.composing||(t.value1=e.target.value)}}})]),t._v(" "),t._m(0),t._v(" "),t._m(1)]),t._v(" "),t._m(2)],1)},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"div"},[e("span",{staticClass:"inquire"},[this._v("查询")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"div"},[e("span",{staticClass:"inquire",staticStyle:{width:"auto","padding-left":"0.1rem","padding-right":"0.1rem"}},[this._v("按条件取消发送")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"table"},[a("table",[a("tr",[a("td",[t._v("创建时间")]),t._v(" "),a("td",[t._v("待发送时间")]),t._v(" "),a("td",[t._v("手机号")]),t._v(" "),a("td",[t._v("发送内容")]),t._v(" "),a("td",[t._v("发送状态")]),t._v(" "),a("td",[t._v("操作")])]),t._v(" "),a("tr",[a("td",[t._v("创建时间")]),t._v(" "),a("td",[t._v("待发送时间")]),t._v(" "),a("td",[t._v("手机号")]),t._v(" "),a("td",[t._v("发送内容")]),t._v(" "),a("td",[t._v("发送状态")]),t._v(" "),a("td",{staticClass:"push"},[a("a",[t._v("取消")])])])])])}]};var l=a("C7Lr")(n,v,!1,function(t){a("dk22")},"data-v-433922d0",null);e.default=l.exports},dk22:function(t,e){}});
\ No newline at end of file
webpackJsonp([93],{"5D00":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i={components:{breadNav:r("RwQt").default},data:function(){return{driverName:"",driverConfig:"",deviceTypeList:"",deviceType:"",driverTypeList:"",driverType:"",driverEnabled:0,driverId:"",versonFlag:""}},methods:{save:function(){var e=this;if(this.driverName&&this.deviceType&&this.driverType&&this.driverConfig){var t={versonFlag:this.versonFlag,driverId:this.driverId,driverName:this.driverName,driverType:this.driverType,deviceType:this.deviceType,driverConfig:this.driverConfig,driverEnabled:this.driverEnabled};this.axios.post(this.getSystem("check/driver/save"),t).then(function(t){"00"==t.data.code?e.$message.success("保存成功"):e.$message.error(t.data.message)})}else this.$message.error("请将信息填写完整")},getDriverType:function(){var e=this,t={companyId:this.companyId,enumType:"driverType",pageIndex:1,pageSize:this.$pageSize};this.axios.post(this.getSystem("systemEnum/drop"),t).then(function(t){"00"==t.data.code?e.driverTypeList=t.data.data:e.$message.error(t.data.message)})},getDeviceType:function(){var e=this,t={companyId:this.companyId,enumType:"deviceType",pageIndex:1,pageSize:this.$pageSize};this.axios.post(this.getSystem("systemEnum/drop"),t).then(function(t){"00"==t.data.code?e.deviceTypeList=t.data.data:e.$message.error(t.data.message)})},loadDriver:function(){var e=this,t={driverId:this.driverId};this.axios.post(this.getSystem("check/driver/load"),t).then(function(t){"00"==t.data.code?(e.driverName=t.data.data.driverName,e.driverType=t.data.data.driverType,e.deviceType=t.data.data.deviceType,e.driverEnabled=t.data.data.driverEnabled,e.driverConfig=t.data.data.driverConfig):e.$message.error(t.data.message)})}},mounted:function(){this.driverId=this.$route.query.driverId,this.versonFlag=this.$route.query.versonFlag,this.getDeviceType(),this.getDriverType(),this.driverId&&this.loadDriver()}},a={render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"bigBox"},[r("breadNav",[e._v("\n\t\t驱动编辑\n\t")]),e._v(" "),r("div",{staticClass:"popTop"},[r("div",[r("span",[e._v("驱动名称")]),e._v(" "),r("input",{directives:[{name:"model",rawName:"v-model.trim",value:e.driverName,expression:"driverName",modifiers:{trim:!0}}],attrs:{type:"text"},domProps:{value:e.driverName},on:{input:function(t){t.target.composing||(e.driverName=t.target.value.trim())},blur:function(t){return e.$forceUpdate()}}})]),e._v(" "),r("div",[r("span",[e._v("驱动类型")]),e._v(" "),r("section",[r("el-select",{attrs:{filterable:""},model:{value:e.driverType,callback:function(t){e.driverType=t},expression:"driverType"}},[r("el-option",{attrs:{label:"-请选择-",value:""}}),e._v(" "),e._l(e.driverTypeList,function(e){return r("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})],2)],1)]),e._v(" "),r("div",[r("span",[e._v("设备类型")]),e._v(" "),r("section",[r("el-select",{attrs:{filterable:""},model:{value:e.deviceType,callback:function(t){e.deviceType=t},expression:"deviceType"}},[r("el-option",{attrs:{label:"-请选择-",value:""}}),e._v(" "),e._l(e.deviceTypeList,function(e){return r("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})],2)],1)]),e._v(" "),r("div",[r("span"),e._v(" "),r("label",[r("input",{directives:[{name:"model",rawName:"v-model",value:e.driverEnabled,expression:"driverEnabled"}],attrs:{type:"checkbox","true-value":1,"false-value":0},domProps:{checked:Array.isArray(e.driverEnabled)?e._i(e.driverEnabled,null)>-1:e._q(e.driverEnabled,1)},on:{change:function(t){var r=e.driverEnabled,i=t.target,a=i.checked?1:0;if(Array.isArray(r)){var d=e._i(r,null);i.checked?d<0&&(e.driverEnabled=r.concat([null])):d>-1&&(e.driverEnabled=r.slice(0,d).concat(r.slice(d+1)))}else e.driverEnabled=a}}}),e._v("\n\t\t\t\t启用\n\t\t\t")])]),e._v(" "),r("div",[r("span",[e._v("\n\t\t\t\t配置信息\n\t\t\t")]),e._v(" "),r("textarea",{directives:[{name:"model",rawName:"v-model.trim",value:e.driverConfig,expression:"driverConfig",modifiers:{trim:!0}}],staticStyle:{resize:"none"},domProps:{value:e.driverConfig},on:{input:function(t){t.target.composing||(e.driverConfig=t.target.value.trim())},blur:function(t){return e.$forceUpdate()}}})]),e._v(" "),r("div",[r("span"),e._v(" "),r("a",{staticClass:"btn4",on:{click:function(t){return e.save()}}},[e._v("\n\t\t\t\t确定\n\t\t\t")]),e._v(" "),r("a",{staticClass:"btn4",staticStyle:{"margin-left":"0.4rem"},on:{click:function(t){return e.$router.go(-1)}}},[e._v("\n\t\t\t\t返回\n\t\t\t")])])])],1)},staticRenderFns:[]};var d=r("C7Lr")(i,a,!1,function(e){r("FKk8")},"data-v-3da11642",null);t.default=d.exports},FKk8:function(e,t){}});
\ No newline at end of file
webpackJsonp([94],{"5D00":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i={components:{breadNav:r("RwQt").default},data:function(){return{driverName:"",driverConfig:"",deviceTypeList:"",deviceType:"",driverTypeList:"",driverType:"",driverEnabled:0,driverId:"",versonFlag:""}},methods:{save:function(){var e=this;if(this.driverName&&this.deviceType&&this.driverType&&this.driverConfig){var t={versonFlag:this.versonFlag,driverId:this.driverId,driverName:this.driverName,driverType:this.driverType,deviceType:this.deviceType,driverConfig:this.driverConfig,driverEnabled:this.driverEnabled};this.axios.post(this.getSystem("check/driver/save"),t).then(function(t){"00"==t.data.code?e.$message.success("保存成功"):e.$message.error(t.data.message)})}else this.$message.error("请将信息填写完整")},getDriverType:function(){var e=this,t={companyId:this.companyId,enumType:"driverType",pageIndex:1,pageSize:this.$pageSize};this.axios.post(this.getSystem("systemEnum/drop"),t).then(function(t){"00"==t.data.code?e.driverTypeList=t.data.data:e.$message.error(t.data.message)})},getDeviceType:function(){var e=this,t={companyId:this.companyId,enumType:"deviceType",pageIndex:1,pageSize:this.$pageSize};this.axios.post(this.getSystem("systemEnum/drop"),t).then(function(t){"00"==t.data.code?e.deviceTypeList=t.data.data:e.$message.error(t.data.message)})},loadDriver:function(){var e=this,t={driverId:this.driverId};this.axios.post(this.getSystem("check/driver/load"),t).then(function(t){"00"==t.data.code?(e.driverName=t.data.data.driverName,e.driverType=t.data.data.driverType,e.deviceType=t.data.data.deviceType,e.driverEnabled=t.data.data.driverEnabled,e.driverConfig=t.data.data.driverConfig):e.$message.error(t.data.message)})}},mounted:function(){this.driverId=this.$route.query.driverId,this.versonFlag=this.$route.query.versonFlag,this.getDeviceType(),this.getDriverType(),this.driverId&&this.loadDriver()}},a={render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"bigBox"},[r("breadNav",[e._v("\n\t\t驱动编辑\n\t")]),e._v(" "),r("div",{staticClass:"popTop"},[r("div",[r("span",[e._v("驱动名称")]),e._v(" "),r("input",{directives:[{name:"model",rawName:"v-model.trim",value:e.driverName,expression:"driverName",modifiers:{trim:!0}}],attrs:{type:"text"},domProps:{value:e.driverName},on:{input:function(t){t.target.composing||(e.driverName=t.target.value.trim())},blur:function(t){return e.$forceUpdate()}}})]),e._v(" "),r("div",[r("span",[e._v("驱动类型")]),e._v(" "),r("section",[r("el-select",{attrs:{filterable:""},model:{value:e.driverType,callback:function(t){e.driverType=t},expression:"driverType"}},[r("el-option",{attrs:{label:"-请选择-",value:""}}),e._v(" "),e._l(e.driverTypeList,function(e){return r("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})],2)],1)]),e._v(" "),r("div",[r("span",[e._v("设备类型")]),e._v(" "),r("section",[r("el-select",{attrs:{filterable:""},model:{value:e.deviceType,callback:function(t){e.deviceType=t},expression:"deviceType"}},[r("el-option",{attrs:{label:"-请选择-",value:""}}),e._v(" "),e._l(e.deviceTypeList,function(e){return r("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})],2)],1)]),e._v(" "),r("div",[r("span"),e._v(" "),r("label",[r("input",{directives:[{name:"model",rawName:"v-model",value:e.driverEnabled,expression:"driverEnabled"}],attrs:{type:"checkbox","true-value":1,"false-value":0},domProps:{checked:Array.isArray(e.driverEnabled)?e._i(e.driverEnabled,null)>-1:e._q(e.driverEnabled,1)},on:{change:function(t){var r=e.driverEnabled,i=t.target,a=i.checked?1:0;if(Array.isArray(r)){var d=e._i(r,null);i.checked?d<0&&(e.driverEnabled=r.concat([null])):d>-1&&(e.driverEnabled=r.slice(0,d).concat(r.slice(d+1)))}else e.driverEnabled=a}}}),e._v("\n\t\t\t\t启用\n\t\t\t")])]),e._v(" "),r("div",[r("span",[e._v("\n\t\t\t\t配置信息\n\t\t\t")]),e._v(" "),r("textarea",{directives:[{name:"model",rawName:"v-model.trim",value:e.driverConfig,expression:"driverConfig",modifiers:{trim:!0}}],staticStyle:{resize:"none"},domProps:{value:e.driverConfig},on:{input:function(t){t.target.composing||(e.driverConfig=t.target.value.trim())},blur:function(t){return e.$forceUpdate()}}})]),e._v(" "),r("div",[r("span"),e._v(" "),r("a",{staticClass:"btn4",on:{click:function(t){return e.save()}}},[e._v("\n\t\t\t\t确定\n\t\t\t")]),e._v(" "),r("a",{staticClass:"btn4",staticStyle:{"margin-left":"0.4rem"},on:{click:function(t){return e.$router.go(-1)}}},[e._v("\n\t\t\t\t返回\n\t\t\t")])])])],1)},staticRenderFns:[]};var d=r("C7Lr")(i,a,!1,function(e){r("FKk8")},"data-v-3da11642",null);t.default=d.exports},FKk8:function(e,t){}});
\ No newline at end of file
webpackJsonp([95],{"AUt+":function(e,n){},h5On:function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var r={data:function(){return{}},components:{TheDrawerComponents:t("gWae").a}},u={render:function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("TheDrawerComponents",{scopedSlots:e._u([{key:"default",fn:function(n){return[t("span",{on:{click:function(t){return e.$router.push({name:"caiwuTheDistributionList",query:{dataId:n.msg}})}}},[e._v("详情")])]}}])})},staticRenderFns:[]};var o=t("C7Lr")(r,u,!1,function(e){t("AUt+")},null,null);n.default=o.exports}});
\ No newline at end of file
webpackJsonp([96],{"AUt+":function(e,n){},h5On:function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var r={data:function(){return{}},components:{TheDrawerComponents:t("gWae").a}},u={render:function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("TheDrawerComponents",{scopedSlots:e._u([{key:"default",fn:function(n){return[t("span",{on:{click:function(t){return e.$router.push({name:"caiwuTheDistributionList",query:{dataId:n.msg}})}}},[e._v("详情")])]}}])})},staticRenderFns:[]};var o=t("C7Lr")(r,u,!1,function(e){t("AUt+")},null,null);n.default=o.exports}});
\ No newline at end of file
webpackJsonp([96],{YipU:function(e,t){},mzJi:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={components:{breadNav:a("RwQt").default},data:function(){return{channelList:"",checkDay:"",checkType:"",channelId:"",tableList:[]}},methods:{query:function(){var e=this;if(""==this.checkDay)return this.$message.error("请选择检测日期");if(""==this.checkType)return this.$message.error("请选择对账类型");if(""==this.channelId)return this.$message.error("请选择渠道类型");var t={checkDay:this.checkDay,checkType:this.checkType,channelId:this.channelId};this.axios.post(this.getReportUrl("money/check/load"),t).then(function(t){"00"==t.data.code?e.tableList=t.data.data.details:e.$message.error(t.data.message)})},inintChannelList:function(){var e=this,t={companyId:this.$store.state.companyId,pageIndex:1,pageSize:this.$pageSize};this.axios.post(this.getSystem("channel/list"),t).then(function(t){"00"==t.data.code?e.channelList=t.data.data.list:e.$message.error(t.data.message)})}},mounted:function(){this.inintChannelList()}},s={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"bigBox"},[a("breadNav",[e._v("对账明细")]),e._v(" "),a("div",{staticClass:"top"},[a("div",{staticClass:"item"},[a("span",[e._v("对账类型:")]),e._v(" "),a("el-select",{attrs:{clearable:"",filterable:""},model:{value:e.checkType,callback:function(t){e.checkType=t},expression:"checkType"}},[a("el-option",{key:"0",attrs:{label:"对账渠道",value:"0"}}),e._v(" "),a("el-option",{key:"1",attrs:{label:"对账胖丁支付(反扫,自助扫码)",value:"1"}}),e._v(" "),a("el-option",{key:"2",attrs:{label:"对账胖丁押金",value:"2"}})],1),e._v(" "),a("i",[e._v("*")])],1),e._v(" "),a("div",{staticClass:"item"},[a("span",[e._v("\n 渠道类型:\n ")]),e._v(" "),a("el-select",{attrs:{clearable:"",filterable:""},model:{value:e.channelId,callback:function(t){e.channelId=t},expression:"channelId"}},e._l(e.channelList,function(e){return a("el-option",{key:e.channelId,attrs:{label:e.companyName,value:e.channelId}})}),1),e._v(" "),a("i",[e._v("*")])],1),e._v(" "),a("div",{staticClass:"item"},[a("span",[e._v("\n 查询日期:\n ")]),e._v(" "),a("el-date-picker",{attrs:{type:"date","value-format":"yyyy-MM-dd",placeholder:"选择日期"},model:{value:e.checkDay,callback:function(t){e.checkDay=t},expression:"checkDay"}}),e._v(" "),a("i",{staticStyle:{position:"relative",left:"-30px"}},[e._v("*")])],1),e._v(" "),a("a",{staticClass:"btn4 item",on:{click:function(t){return e.query()}}},[e._v("查询")])]),e._v(" "),a("table",[e._m(0),e._v(" "),e._l(e.tableList,function(t,n){return a("tr",{key:n},[a("td",[e._v(e._s(t.channelId))]),e._v(" "),a("td",[e._v(e._s(t.channelOrderId))]),e._v(" "),a("td",[e._v(e._s(t.message))]),e._v(" "),a("td",[e._v(e._s(t.orderId))]),e._v(" "),a("td",[e._v(e._s(t.saleId))]),e._v(" "),a("td",[e._v(e._s(t.otherBuyMoney))]),e._v(" "),a("td",[e._v(e._s(t.otherBuyNum))]),e._v(" "),a("td",[e._v(e._s(t.otherCheckNum))]),e._v(" "),a("td",[e._v(e._s(t.otherRetMoney))]),e._v(" "),a("td",[e._v(e._s(t.otherRetNum))]),e._v(" "),a("td",[e._v(e._s(t.tbdBuyMoney))]),e._v(" "),a("td",[e._v(e._s(t.tbdBuyNum))]),e._v(" "),a("td",[e._v(e._s(t.tbdCheckNum))]),e._v(" "),a("td",[e._v(e._s(t.tbdRetMoney))]),e._v(" "),a("td",[e._v(e._s(t.tbdRetNum))])])})],2)],1)},staticRenderFns:[function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("tr",[a("td",[e._v("渠道Id")]),e._v(" "),a("td",[e._v("渠道订单Id")]),e._v(" "),a("td",[e._v("对账具体错误信息")]),e._v(" "),a("td",[e._v("途比达订单Id")]),e._v(" "),a("td",[e._v("分销Id")]),e._v(" "),a("td",[e._v("第三方下单结算总额")]),e._v(" "),a("td",[e._v("第三方订单数量")]),e._v(" "),a("td",[e._v("第三方核销数量")]),e._v(" "),a("td",[e._v("第三方退票金额")]),e._v(" "),a("td",[e._v("第三方退票数量")]),e._v(" "),a("td",[e._v("途比达下单结算总额")]),e._v(" "),a("td",[e._v("途比达订单数量")]),e._v(" "),a("td",[e._v("途比达核销数量")]),e._v(" "),a("td",[e._v("途比达退票金额")]),e._v(" "),a("td",[e._v("途比达退票数量")])])}]};var v=a("C7Lr")(n,s,!1,function(e){a("YipU")},"data-v-3b3fc896",null);t.default=v.exports}});
\ No newline at end of file
webpackJsonp([97],{YipU:function(e,t){},mzJi:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={components:{breadNav:a("RwQt").default},data:function(){return{channelList:"",checkDay:"",checkType:"",channelId:"",tableList:[]}},methods:{query:function(){var e=this;if(""==this.checkDay)return this.$message.error("请选择检测日期");if(""==this.checkType)return this.$message.error("请选择对账类型");if(""==this.channelId)return this.$message.error("请选择渠道类型");var t={checkDay:this.checkDay,checkType:this.checkType,channelId:this.channelId};this.axios.post(this.getReportUrl("money/check/load"),t).then(function(t){"00"==t.data.code?e.tableList=t.data.data.details:e.$message.error(t.data.message)})},inintChannelList:function(){var e=this,t={companyId:this.$store.state.companyId,pageIndex:1,pageSize:this.$pageSize};this.axios.post(this.getSystem("channel/list"),t).then(function(t){"00"==t.data.code?e.channelList=t.data.data.list:e.$message.error(t.data.message)})}},mounted:function(){this.inintChannelList()}},s={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"bigBox"},[a("breadNav",[e._v("对账明细")]),e._v(" "),a("div",{staticClass:"top"},[a("div",{staticClass:"item"},[a("span",[e._v("对账类型:")]),e._v(" "),a("el-select",{attrs:{clearable:"",filterable:""},model:{value:e.checkType,callback:function(t){e.checkType=t},expression:"checkType"}},[a("el-option",{key:"0",attrs:{label:"对账渠道",value:"0"}}),e._v(" "),a("el-option",{key:"1",attrs:{label:"对账胖丁支付(反扫,自助扫码)",value:"1"}}),e._v(" "),a("el-option",{key:"2",attrs:{label:"对账胖丁押金",value:"2"}})],1),e._v(" "),a("i",[e._v("*")])],1),e._v(" "),a("div",{staticClass:"item"},[a("span",[e._v("\n 渠道类型:\n ")]),e._v(" "),a("el-select",{attrs:{clearable:"",filterable:""},model:{value:e.channelId,callback:function(t){e.channelId=t},expression:"channelId"}},e._l(e.channelList,function(e){return a("el-option",{key:e.channelId,attrs:{label:e.companyName,value:e.channelId}})}),1),e._v(" "),a("i",[e._v("*")])],1),e._v(" "),a("div",{staticClass:"item"},[a("span",[e._v("\n 查询日期:\n ")]),e._v(" "),a("el-date-picker",{attrs:{type:"date","value-format":"yyyy-MM-dd",placeholder:"选择日期"},model:{value:e.checkDay,callback:function(t){e.checkDay=t},expression:"checkDay"}}),e._v(" "),a("i",{staticStyle:{position:"relative",left:"-30px"}},[e._v("*")])],1),e._v(" "),a("a",{staticClass:"btn4 item",on:{click:function(t){return e.query()}}},[e._v("查询")])]),e._v(" "),a("table",[e._m(0),e._v(" "),e._l(e.tableList,function(t,n){return a("tr",{key:n},[a("td",[e._v(e._s(t.channelId))]),e._v(" "),a("td",[e._v(e._s(t.channelOrderId))]),e._v(" "),a("td",[e._v(e._s(t.message))]),e._v(" "),a("td",[e._v(e._s(t.orderId))]),e._v(" "),a("td",[e._v(e._s(t.saleId))]),e._v(" "),a("td",[e._v(e._s(t.otherBuyMoney))]),e._v(" "),a("td",[e._v(e._s(t.otherBuyNum))]),e._v(" "),a("td",[e._v(e._s(t.otherCheckNum))]),e._v(" "),a("td",[e._v(e._s(t.otherRetMoney))]),e._v(" "),a("td",[e._v(e._s(t.otherRetNum))]),e._v(" "),a("td",[e._v(e._s(t.tbdBuyMoney))]),e._v(" "),a("td",[e._v(e._s(t.tbdBuyNum))]),e._v(" "),a("td",[e._v(e._s(t.tbdCheckNum))]),e._v(" "),a("td",[e._v(e._s(t.tbdRetMoney))]),e._v(" "),a("td",[e._v(e._s(t.tbdRetNum))])])})],2)],1)},staticRenderFns:[function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("tr",[a("td",[e._v("渠道Id")]),e._v(" "),a("td",[e._v("渠道订单Id")]),e._v(" "),a("td",[e._v("对账具体错误信息")]),e._v(" "),a("td",[e._v("途比达订单Id")]),e._v(" "),a("td",[e._v("分销Id")]),e._v(" "),a("td",[e._v("第三方下单结算总额")]),e._v(" "),a("td",[e._v("第三方订单数量")]),e._v(" "),a("td",[e._v("第三方核销数量")]),e._v(" "),a("td",[e._v("第三方退票金额")]),e._v(" "),a("td",[e._v("第三方退票数量")]),e._v(" "),a("td",[e._v("途比达下单结算总额")]),e._v(" "),a("td",[e._v("途比达订单数量")]),e._v(" "),a("td",[e._v("途比达核销数量")]),e._v(" "),a("td",[e._v("途比达退票金额")]),e._v(" "),a("td",[e._v("途比达退票数量")])])}]};var v=a("C7Lr")(n,s,!1,function(e){a("YipU")},"data-v-3b3fc896",null);t.default=v.exports}});
\ No newline at end of file
webpackJsonp([97],{"9fYQ":function(t,a){},JFH5:function(t,a,e){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var v={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"total"},[e("ul",[e("router-link",{attrs:{to:"",tag:"li"}},[t._v("分销管理>")]),t._v(" "),e("router-link",{attrs:{to:"",tag:"li"}},[t._v("预存授信>")])],1),t._v(" "),e("div",{staticClass:"box"},[e("div",{staticClass:"head"},[e("span",[t._v("渠道名称:")]),t._v(" "),e("el-select",{attrs:{placeholder:"请选择渠道"}},[e("el-option",{attrs:{label:"区域一",value:"shanghai"}}),t._v(" "),e("el-option",{attrs:{label:"区域二",value:"beijing"}})],1),t._v(" "),e("button",[t._v("查询")])],1),t._v(" "),e("div",{staticClass:"order"},[e("table",[t._m(0),t._v(" "),e("tr",[e("td",[t._v("1")]),t._v(" "),e("td",[t._v("xxx")]),t._v(" "),e("td",[t._v("张三")]),t._v(" "),e("td",[t._v("123123123")]),t._v(" "),e("td",[t._v("22")]),t._v(" "),e("td",[t._v("332")]),t._v(" "),e("td",{staticClass:"exam"},[e("span",{on:{click:t.charge}},[t._v("充值")])])])])])])])},staticRenderFns:[function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("tr",[e("td",{attrs:{width:"133"}},[t._v("序号")]),t._v(" "),e("td",{attrs:{width:"253"}},[t._v("渠道名称")]),t._v(" "),e("td",{attrs:{width:"185"}},[t._v("联系人")]),t._v(" "),e("td",{attrs:{width:"206"}},[t._v("联系电话")]),t._v(" "),e("td",{attrs:{width:"199"}},[t._v("预存余额")]),t._v(" "),e("td",{attrs:{width:"227"}},[t._v("授信余额")]),t._v(" "),e("td",{attrs:{width:"164"}},[t._v("操作")])])}]};var r=e("C7Lr")({methods:{charge:function(){this.$router.push({name:"trecharge"})}}},v,!1,function(t){e("9fYQ")},"data-v-3b03a2f0",null);a.default=r.exports}});
\ No newline at end of file
webpackJsonp([98],{"9fYQ":function(t,a){},JFH5:function(t,a,e){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var v={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"total"},[e("ul",[e("router-link",{attrs:{to:"",tag:"li"}},[t._v("分销管理>")]),t._v(" "),e("router-link",{attrs:{to:"",tag:"li"}},[t._v("预存授信>")])],1),t._v(" "),e("div",{staticClass:"box"},[e("div",{staticClass:"head"},[e("span",[t._v("渠道名称:")]),t._v(" "),e("el-select",{attrs:{placeholder:"请选择渠道"}},[e("el-option",{attrs:{label:"区域一",value:"shanghai"}}),t._v(" "),e("el-option",{attrs:{label:"区域二",value:"beijing"}})],1),t._v(" "),e("button",[t._v("查询")])],1),t._v(" "),e("div",{staticClass:"order"},[e("table",[t._m(0),t._v(" "),e("tr",[e("td",[t._v("1")]),t._v(" "),e("td",[t._v("xxx")]),t._v(" "),e("td",[t._v("张三")]),t._v(" "),e("td",[t._v("123123123")]),t._v(" "),e("td",[t._v("22")]),t._v(" "),e("td",[t._v("332")]),t._v(" "),e("td",{staticClass:"exam"},[e("span",{on:{click:t.charge}},[t._v("充值")])])])])])])])},staticRenderFns:[function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("tr",[e("td",{attrs:{width:"133"}},[t._v("序号")]),t._v(" "),e("td",{attrs:{width:"253"}},[t._v("渠道名称")]),t._v(" "),e("td",{attrs:{width:"185"}},[t._v("联系人")]),t._v(" "),e("td",{attrs:{width:"206"}},[t._v("联系电话")]),t._v(" "),e("td",{attrs:{width:"199"}},[t._v("预存余额")]),t._v(" "),e("td",{attrs:{width:"227"}},[t._v("授信余额")]),t._v(" "),e("td",{attrs:{width:"164"}},[t._v("操作")])])}]};var r=e("C7Lr")({methods:{charge:function(){this.$router.push({name:"trecharge"})}}},v,!1,function(t){e("9fYQ")},"data-v-3b03a2f0",null);a.default=r.exports}});
\ No newline at end of file
webpackJsonp([99],{KniT:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={components:{leftSide:n("FegP").a}},a={render:function(){var e=this.$createElement;return(this._self._c||e)("leftSide")},staticRenderFns:[]};var i=n("C7Lr")(r,a,!1,function(e){n("ZBtv")},"data-v-36a7b6fb",null);t.default=i.exports},ZBtv:function(e,t){}});
\ No newline at end of file
webpackJsonp([98],{"9YxD":function(e,t){},"N+Q9":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={components:{leftSide:n("FegP").a}},a={render:function(){var e=this.$createElement;return(this._self._c||e)("leftSide")},staticRenderFns:[]};var c=n("C7Lr")(r,a,!1,function(e){n("9YxD")},"data-v-38b619d4",null);t.default=c.exports}});
\ No newline at end of file
webpackJsonp([99],{"9YxD":function(e,t){},"N+Q9":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={components:{leftSide:n("FegP").a}},a={render:function(){var e=this.$createElement;return(this._self._c||e)("leftSide")},staticRenderFns:[]};var c=n("C7Lr")(r,a,!1,function(e){n("9YxD")},"data-v-38b619d4",null);t.default=c.exports}});
\ No newline at end of file
!function(e){var a=window.webpackJsonp;window.webpackJsonp=function(d,b,n){for(var r,t,o,u=0,i=[];u<d.length;u++)t=d[u],c[t]&&i.push(c[t][0]),c[t]=0;for(r in b)Object.prototype.hasOwnProperty.call(b,r)&&(e[r]=b[r]);for(a&&a(d,b,n);i.length;)i.shift()();if(n)for(u=0;u<n.length;u++)o=f(f.s=n[u]);return o};var d={},c={124:0};function f(a){if(d[a])return d[a].exports;var c=d[a]={i:a,l:!1,exports:{}};return e[a].call(c.exports,c,c.exports,f),c.l=!0,c.exports}f.e=function(e){var a=c[e];if(0===a)return new Promise(function(e){e()});if(a)return a[2];var d=new Promise(function(d,f){a=c[e]=[d,f]});a[2]=d;var b=document.getElementsByTagName("head")[0],n=document.createElement("script");n.type="text/javascript",n.charset="utf-8",n.async=!0,n.timeout=12e4,f.nc&&n.setAttribute("nonce",f.nc),n.src=f.p+"js/"+e+"."+{0:"8f7e1014d4e549d45e40",1:"047a83a40fbbffee2477",2:"583fe2350a17d08c48eb",3:"168bc51fd97bb387d84f",4:"fd55a40e479c79bf6723",5:"13ce5e56f42459311d6d",6:"e535dd0cd8202cf05446",7:"0a7923292bf6fdf1ba4a",8:"a72c58f6dafa5e38f6a5",9:"44cee6ed8c7b0b3b5f25",10:"14948d6fd1773513054c",11:"6fb61c6c2ab880d34c11",12:"ea61ea218ffeb262f0da",13:"4abf112da8d148786847",14:"e2eaf670e2fe4de2e9d5",15:"ca74069d63ffdb4077d7",16:"52c79add29ddbeaf5cc5",17:"584d13d945f4ae32a67e",18:"705639b1786598b1341d",19:"f53fe13e921e6df30e90",20:"eb024b0e04efb1b29b19",21:"826a7ee57ba05d6512b7",22:"9e91c382ae54c4b3ac8d",23:"2a87599d4fc17ab07e17",24:"0c050a482ea3559a1942",25:"0729e19430f7a29eae9f",26:"284dd41084c64108beee",27:"8071257e977ed2dbd3b0",28:"9124edc8cb90c3c2c211",29:"a88b123423bbc3e208a4",30:"6fa22a1c14b0fad2d258",31:"838063227b83b1e3a2e6",32:"a47fa70c79e561c26fde",33:"aa553a14043b3f2eae74",34:"61e31d6c4a2d52b84701",35:"9c57e2518ecc007ce48b",36:"8692e9a5352e075868a8",37:"bbde67a9062e214a7afc",38:"5be7b9dc2c9106356e33",39:"2355ab73581c4c11a870",40:"146f137f2952a012e199",41:"f93d342b336a41d23d30",42:"90994f549dd795bd14b7",43:"447ed181335cd8bb8fb3",44:"4faedf6f008b03feb79e",45:"be67f81a4e4c16566b74",46:"5afc93e88eb30f3caef5",47:"877d201436cd882fc837",48:"2032e2362d711b913bec",49:"4167056943f0129bd390",50:"bb3870110981c156c113",51:"b885d2e28c25d3093d71",52:"4c998953468549be4576",53:"dce12e43b5d7e4ee6c89",54:"b18628b3750478821dd3",55:"19f88ad592c5e3b43c47",56:"fda9ea2c9c76b9db131f",57:"f5f91d666e7cd3f9345e",58:"982069b5278a98065508",59:"04acf5a122605e8dbdc7",60:"a8db78bafceb640cb414",61:"3864c7dc356b066bc4a3",62:"4a40f554fbd71e972da1",63:"41f3a8924e9c43da2354",64:"9be661d552d2a2e9b8cd",65:"558324312fbba7af56d9",66:"87661336bbd001873568",67:"7430ff9f6380b45a1834",68:"bdf0181c077514edc678",69:"0bbe493d2720f8dd94df",70:"81c3c6200bb29b162e4a",71:"f6d169b2b9cf6bb02081",72:"cbd824f148983dca1b32",73:"a2d35ad199a155823663",74:"add923f531fa352cb9a2",75:"57dc5f515c8c3fe62b6c",76:"f3cb10aadf862f41b81e",77:"d5904bcf74d052406d89",78:"8268a354a09e4096626e",79:"069b4f9312aeb1f33830",80:"ce82b7d6bff7fd4704fb",81:"fe502d301ec2420d2360",82:"b94a9d855abf4f41056f",83:"c454ec345386af6d5c73",84:"2255401bf9ea054c9a55",85:"1cba6047adc7cc2c9ea4",86:"2eb109e45fe23b593709",87:"28e44f2ee20dadd2e506",88:"3a5897346e46cf4d2b05",89:"581edf1073d5f55dd97d",90:"7d6a8b2d880d9c39f094",91:"e5d3241aad3429cff10d",92:"1145a6cb03775baca603",93:"1a1c8edfd183f77e9855",94:"b3777c9a17a157a57045",95:"e692a1db9e669a79659e",96:"2f9935eb18cd216afdc4",97:"9e91d7a4cc0eb568b02c",98:"c52a628fbba899827f45",99:"116f9aae661e4cff301e",100:"9f4349ce6e41b5209062",101:"1a0beaf5667c7ca256da",102:"62638960be9bbb13cd7d",103:"75545c3a93d905b41ddc",104:"1096decc5e9167ff7708",105:"7cb026b0dbeaf531becf",106:"8299610a01f622ccc6f6",107:"f1f037406c9712e56ed0",108:"b5e13d58e5a82ec6b215",109:"8808c76f767e444b176e",110:"a89823d2acfb8ed559a3",111:"5510b6af5dc692c6fa60",112:"d39c900a90ce85289095",113:"f70df9c1c98fa987a7f8",114:"7ab04c93af3cbf209abc",115:"6e152d3db80170f8f866",116:"f5f2a5ea432d55fe2ebf",117:"bd69b763858d1dc15879",118:"555d97ab0fa97012dee3",119:"6054369d30d7667d0177",120:"8d4cb224191d5b685196",121:"d3cac3b7bab152eaecf7",122:"da0246ffa75fbdbcb67b"}[e]+".js";var r=setTimeout(t,12e4);function t(){n.onerror=n.onload=null,clearTimeout(r);var a=c[e];0!==a&&(a&&a[1](new Error("Loading chunk "+e+" failed.")),c[e]=void 0)}return n.onerror=n.onload=t,b.appendChild(n),d},f.m=e,f.c=d,f.d=function(e,a,d){f.o(e,a)||Object.defineProperty(e,a,{configurable:!1,enumerable:!0,get:d})},f.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return f.d(a,"a",a),a},f.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},f.p="/",f.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
!function(e){var a=window.webpackJsonp;window.webpackJsonp=function(f,b,n){for(var r,t,o,u=0,i=[];u<f.length;u++)t=f[u],c[t]&&i.push(c[t][0]),c[t]=0;for(r in b)Object.prototype.hasOwnProperty.call(b,r)&&(e[r]=b[r]);for(a&&a(f,b,n);i.length;)i.shift()();if(n)for(u=0;u<n.length;u++)o=d(d.s=n[u]);return o};var f={},c={124:0};function d(a){if(f[a])return f[a].exports;var c=f[a]={i:a,l:!1,exports:{}};return e[a].call(c.exports,c,c.exports,d),c.l=!0,c.exports}d.e=function(e){var a=c[e];if(0===a)return new Promise(function(e){e()});if(a)return a[2];var f=new Promise(function(f,d){a=c[e]=[f,d]});a[2]=f;var b=document.getElementsByTagName("head")[0],n=document.createElement("script");n.type="text/javascript",n.charset="utf-8",n.async=!0,n.timeout=12e4,d.nc&&n.setAttribute("nonce",d.nc),n.src=d.p+"js/"+e+"."+{0:"8f7e1014d4e549d45e40",1:"047a83a40fbbffee2477",2:"583fe2350a17d08c48eb",3:"7b3188655f5487d366fc",4:"fd55a40e479c79bf6723",5:"13ce5e56f42459311d6d",6:"e535dd0cd8202cf05446",7:"0a7923292bf6fdf1ba4a",8:"41c06083cf66487aec42",9:"44cee6ed8c7b0b3b5f25",10:"14948d6fd1773513054c",11:"6fb61c6c2ab880d34c11",12:"ea61ea218ffeb262f0da",13:"4abf112da8d148786847",14:"e2eaf670e2fe4de2e9d5",15:"ca74069d63ffdb4077d7",16:"52c79add29ddbeaf5cc5",17:"584d13d945f4ae32a67e",18:"705639b1786598b1341d",19:"f53fe13e921e6df30e90",20:"eb024b0e04efb1b29b19",21:"826a7ee57ba05d6512b7",22:"9e91c382ae54c4b3ac8d",23:"2a87599d4fc17ab07e17",24:"0c050a482ea3559a1942",25:"0729e19430f7a29eae9f",26:"284dd41084c64108beee",27:"8071257e977ed2dbd3b0",28:"9124edc8cb90c3c2c211",29:"a88b123423bbc3e208a4",30:"6fa22a1c14b0fad2d258",31:"838063227b83b1e3a2e6",32:"a47fa70c79e561c26fde",33:"aa553a14043b3f2eae74",34:"61e31d6c4a2d52b84701",35:"9c57e2518ecc007ce48b",36:"8692e9a5352e075868a8",37:"bbde67a9062e214a7afc",38:"5be7b9dc2c9106356e33",39:"2355ab73581c4c11a870",40:"146f137f2952a012e199",41:"f93d342b336a41d23d30",42:"90994f549dd795bd14b7",43:"447ed181335cd8bb8fb3",44:"4faedf6f008b03feb79e",45:"be67f81a4e4c16566b74",46:"5afc93e88eb30f3caef5",47:"877d201436cd882fc837",48:"2032e2362d711b913bec",49:"4167056943f0129bd390",50:"bb3870110981c156c113",51:"b885d2e28c25d3093d71",52:"4c998953468549be4576",53:"dce12e43b5d7e4ee6c89",54:"b18628b3750478821dd3",55:"19f88ad592c5e3b43c47",56:"fda9ea2c9c76b9db131f",57:"f5f91d666e7cd3f9345e",58:"982069b5278a98065508",59:"04acf5a122605e8dbdc7",60:"a8db78bafceb640cb414",61:"3864c7dc356b066bc4a3",62:"4a40f554fbd71e972da1",63:"41f3a8924e9c43da2354",64:"9be661d552d2a2e9b8cd",65:"558324312fbba7af56d9",66:"87661336bbd001873568",67:"7430ff9f6380b45a1834",68:"bdf0181c077514edc678",69:"1fa856f4baf22c15f046",70:"1c10e847a61514658300",71:"cad7df5a7443f02671aa",72:"cbd824f148983dca1b32",73:"a2d35ad199a155823663",74:"add923f531fa352cb9a2",75:"57dc5f515c8c3fe62b6c",76:"8319d834648a1eab53fc",77:"e169b76e5c817a44ca68",78:"92817067854566fa6989",79:"fe04a5272e68844d002f",80:"49ee83ed4cebcd33e7bd",81:"7c94bfc9fab0a504b7c0",82:"55440233e0a193851506",83:"000ea2320b18868a6b3c",84:"2b67e52ae4fc77cb65c1",85:"f70b834124914692d191",86:"822af76f2761fa011b83",87:"6635fbfeb2365c2da6b9",88:"8848ec30f981917b00ff",89:"21ee4245ce1af93c0800",90:"60f0fb0c1c6612668d37",91:"b590761ca88df98438f3",92:"8f558760780ecec1688d",93:"e2a6a9fec439a427b2f0",94:"23980e5552c11c2e8371",95:"efe7561fbc468ea6059c",96:"aef72aee97af81cd8d06",97:"730e7a26f044b4c66362",98:"52f16dd45947151f3e69",99:"4fd15e27755b7e7b101e",100:"c878113a098596efbfa4",101:"e1839fa41f4df5977247",102:"a6b88fa15d4800acf7cb",103:"3b130d2908786c4e73d0",104:"b51f933117cec7f545a1",105:"313153c69da5b98da2a6",106:"f80e6620e2dc91d53149",107:"18f3135caff61eb7bdb3",108:"45f834c540b909d16fa2",109:"5599430e01314dce6e01",110:"a89823d2acfb8ed559a3",111:"5510b6af5dc692c6fa60",112:"d39c900a90ce85289095",113:"f70df9c1c98fa987a7f8",114:"7ab04c93af3cbf209abc",115:"6e152d3db80170f8f866",116:"f5f2a5ea432d55fe2ebf",117:"bd69b763858d1dc15879",118:"555d97ab0fa97012dee3",119:"6054369d30d7667d0177",120:"8d4cb224191d5b685196",121:"d3cac3b7bab152eaecf7",122:"da0246ffa75fbdbcb67b"}[e]+".js";var r=setTimeout(t,12e4);function t(){n.onerror=n.onload=null,clearTimeout(r);var a=c[e];0!==a&&(a&&a[1](new Error("Loading chunk "+e+" failed.")),c[e]=void 0)}return n.onerror=n.onload=t,b.appendChild(n),f},d.m=e,d.c=f,d.d=function(e,a,f){d.o(e,a)||Object.defineProperty(e,a,{configurable:!1,enumerable:!0,get:f})},d.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return d.d(a,"a",a),a},d.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},d.p="/",d.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
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