Commit 8156411e authored by renjie's avatar renjie

渝快码bug处理

parent 21888dce
<!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.13a0ee78537646ff788cd495d9cdf987.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/js/manifest.4a5663c382664170db38.js></script><script type=text/javascript src=/js/app.97035537119333c0ce39.js></script></body></html> <!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.8e95a1fdf481a296fd4656833103dc78.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/js/manifest.d90172e252f7ece2045b.js></script><script type=text/javascript src=/js/app.f6272d11bc30a4c50e0d.js></script></body></html>
\ No newline at end of file \ No newline at end of file
webpackJsonp([100],{"7n0P":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设备配置 > 设备管理 > "),i("span",[t._v("新设备注册")])]),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("VU/8")(s,r,!1,function(t){i("7n0P")},"data-v-54f0429d",null);e.default=c.exports}});
\ No newline at end of file
webpackJsonp([100],{Rv5k:function(e,t,s){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=s("5XGy"),i=s("RwQt"),n={components:{pages:a.a,breadNav:i.default},data:function(){return{serviceType:0,companys:"",serviceName:"",companysList:[{name:"所有公司",id:1},{name:"无",id:0}],serviceTypeList:[{name:"短信",id:0}],pageSize:10,pageTotal:0,pageIndex:1,serviceList:[],userName:""}},mounted:function(){this.getServer(),this.userName=sessionStorage.userName},methods:{getServer:function(){var e=this,t={pageIndex:this.pageIndex,pageSize:this.pageSize,serviceName:this.serviceName,serviceAllCompany:this.companys,serviceType:this.serviceType,serviceCountType:"",serviceStatus:""};this.axios.post(this.getNotify("service/list"),t).then(function(t){"00"===t.data.code?e.serviceList=t.data.data.list:e.$message.error(t.data.message)})},jump:function(e){this.$router.push(e)},open:function(e){var t=this;this.$confirm("此操作将永久删除服务, 是否继续?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){t.Delete(e)}).catch(function(){t.$message({type:"info",message:"已取消删除"})})},getDetail:function(e){this.$router.push({name:"addService",params:{item:e}})},Delete:function(e){var t=this,s={serviceId:e.serviceId,updateUserId:this.userName,updateDate:this.$commonJs.today()};this.axios.post(this.getNotify("service/remove"),s).then(function(e){"00"===e.data.code?t.$message.success(e.data.message):t.$message.error(e.data.message)})},pagess:function(e){this.pageIndex=e,this.getServer()}}},r={render:function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bigBox"},[s("breadNav",[e._v("短信管理 > "),s("span",[e._v("服务管理")])]),e._v(" "),s("div",{staticClass:"serviceTop"},[s("button",{staticClass:"btn4",on:{click:function(t){return e.jump("addService")}}},[e._v("新增服务")]),e._v(" "),s("button",{staticClass:"btn4",on:{click:function(t){return e.jump("servicePri")}}},[e._v("优先级管理")]),e._v(" "),s("div",[s("span",[e._v("条件筛选:")]),e._v(" "),s("el-select",{staticStyle:{"margin-right":"10px"},attrs:{placeholder:"请选择"},model:{value:e.serviceType,callback:function(t){e.serviceType=t},expression:"serviceType"}},[s("el-option",{attrs:{value:"",label:"--服务类型--"}}),e._v(" "),e._l(e.serviceTypeList,function(e){return s("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})],2),e._v(" "),s("el-select",{attrs:{placeholder:"请选择"},model:{value:e.companys,callback:function(t){e.companys=t},expression:"companys"}},[s("el-option",{attrs:{value:"",label:"--所有公司可用--"}}),e._v(" "),e._l(e.companysList,function(e){return s("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})],2)],1),e._v(" "),s("input",{directives:[{name:"model",rawName:"v-model",value:e.serviceName,expression:"serviceName"}],attrs:{type:"text",placeholder:"服务名称"},domProps:{value:e.serviceName},on:{input:function(t){t.target.composing||(e.serviceName=t.target.value)}}}),e._v(" "),s("button",{staticClass:"btn4",staticStyle:{"margin-right":"15px"},on:{click:e.getServer}},[e._v("查询")])]),e._v(" "),s("div",[s("table",[e._m(0),e._v(" "),e._l(e.serviceList,function(t,a){return s("tr",{key:a},[s("td",[e._v(e._s(t.serviceName))]),e._v(" "),s("td",[e._v(e._s(t.serviceTypeName))]),e._v(" "),s("td",[e._v(e._s(t.serviceCount))]),e._v(" "),s("td",[e._v(e._s(t.serviceAllCompanyName))]),e._v(" "),s("td",[s("a",{staticStyle:{"margin-right":"20px"},on:{click:function(s){return e.getDetail(t)}}},[e._v("详情")]),e._v(" "),s("a",{on:{click:function(s){return e.open(t)}}},[e._v("删除")])])])})],2),e._v(" "),s("pages",{attrs:{pagesize:e.pageSize,total:e.pageTotal,whichpage:e.pageIndex},on:{page:e.pagess}})],1)],1)},staticRenderFns:[function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("tr",[s("td",[e._v("服务名称")]),e._v(" "),s("td",[e._v("服务类型")]),e._v(" "),s("td",[e._v("剩余服务次数")]),e._v(" "),s("td",[e._v("所有公司可用")]),e._v(" "),s("td",[e._v("操作")])])}]};var c=s("VU/8")(n,r,!1,function(e){s("S1lj")},null,null);t.default=c.exports},S1lj:function(e,t){}}); webpackJsonp([101],{Rv5k:function(e,t,s){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=s("5XGy"),i=s("RwQt"),n={components:{pages:a.a,breadNav:i.default},data:function(){return{serviceType:0,companys:"",serviceName:"",companysList:[{name:"所有公司",id:1},{name:"无",id:0}],serviceTypeList:[{name:"短信",id:0}],pageSize:10,pageTotal:0,pageIndex:1,serviceList:[],userName:""}},mounted:function(){this.getServer(),this.userName=sessionStorage.userName},methods:{getServer:function(){var e=this,t={pageIndex:this.pageIndex,pageSize:this.pageSize,serviceName:this.serviceName,serviceAllCompany:this.companys,serviceType:this.serviceType,serviceCountType:"",serviceStatus:""};this.axios.post(this.getNotify("service/list"),t).then(function(t){"00"===t.data.code?e.serviceList=t.data.data.list:e.$message.error(t.data.message)})},jump:function(e){this.$router.push(e)},open:function(e){var t=this;this.$confirm("此操作将永久删除服务, 是否继续?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){t.Delete(e)}).catch(function(){t.$message({type:"info",message:"已取消删除"})})},getDetail:function(e){this.$router.push({name:"addService",params:{item:e}})},Delete:function(e){var t=this,s={serviceId:e.serviceId,updateUserId:this.userName,updateDate:this.$commonJs.today()};this.axios.post(this.getNotify("service/remove"),s).then(function(e){"00"===e.data.code?t.$message.success(e.data.message):t.$message.error(e.data.message)})},pagess:function(e){this.pageIndex=e,this.getServer()}}},r={render:function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"bigBox"},[s("breadNav",[e._v("短信管理 > "),s("span",[e._v("服务管理")])]),e._v(" "),s("div",{staticClass:"serviceTop"},[s("button",{staticClass:"btn4",on:{click:function(t){return e.jump("addService")}}},[e._v("新增服务")]),e._v(" "),s("button",{staticClass:"btn4",on:{click:function(t){return e.jump("servicePri")}}},[e._v("优先级管理")]),e._v(" "),s("div",[s("span",[e._v("条件筛选:")]),e._v(" "),s("el-select",{staticStyle:{"margin-right":"10px"},attrs:{placeholder:"请选择"},model:{value:e.serviceType,callback:function(t){e.serviceType=t},expression:"serviceType"}},[s("el-option",{attrs:{value:"",label:"--服务类型--"}}),e._v(" "),e._l(e.serviceTypeList,function(e){return s("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})],2),e._v(" "),s("el-select",{attrs:{placeholder:"请选择"},model:{value:e.companys,callback:function(t){e.companys=t},expression:"companys"}},[s("el-option",{attrs:{value:"",label:"--所有公司可用--"}}),e._v(" "),e._l(e.companysList,function(e){return s("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})],2)],1),e._v(" "),s("input",{directives:[{name:"model",rawName:"v-model",value:e.serviceName,expression:"serviceName"}],attrs:{type:"text",placeholder:"服务名称"},domProps:{value:e.serviceName},on:{input:function(t){t.target.composing||(e.serviceName=t.target.value)}}}),e._v(" "),s("button",{staticClass:"btn4",staticStyle:{"margin-right":"15px"},on:{click:e.getServer}},[e._v("查询")])]),e._v(" "),s("div",[s("table",[e._m(0),e._v(" "),e._l(e.serviceList,function(t,a){return s("tr",{key:a},[s("td",[e._v(e._s(t.serviceName))]),e._v(" "),s("td",[e._v(e._s(t.serviceTypeName))]),e._v(" "),s("td",[e._v(e._s(t.serviceCount))]),e._v(" "),s("td",[e._v(e._s(t.serviceAllCompanyName))]),e._v(" "),s("td",[s("a",{staticStyle:{"margin-right":"20px"},on:{click:function(s){return e.getDetail(t)}}},[e._v("详情")]),e._v(" "),s("a",{on:{click:function(s){return e.open(t)}}},[e._v("删除")])])])})],2),e._v(" "),s("pages",{attrs:{pagesize:e.pageSize,total:e.pageTotal,whichpage:e.pageIndex},on:{page:e.pagess}})],1)],1)},staticRenderFns:[function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("tr",[s("td",[e._v("服务名称")]),e._v(" "),s("td",[e._v("服务类型")]),e._v(" "),s("td",[e._v("剩余服务次数")]),e._v(" "),s("td",[e._v("所有公司可用")]),e._v(" "),s("td",[e._v("操作")])])}]};var c=s("VU/8")(n,r,!1,function(e){s("S1lj")},null,null);t.default=c.exports},S1lj:function(e,t){}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([102],{f9Bt: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 f=n("VU/8")(r,c,!1,function(e){n("f9Bt")},"data-v-4fdced12",null);t.default=f.exports}}); webpackJsonp([103],{f9Bt: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 f=n("VU/8")(r,c,!1,function(e){n("f9Bt")},"data-v-4fdced12",null);t.default=f.exports}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([105],{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("对账管理 > "),a("span",[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("VU/8")(n,s,!1,function(e){a("t8bg")},"data-v-4c5d319a",null);t.default=v.exports},t8bg:function(e,t){}}); webpackJsonp([106],{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("对账管理 > "),a("span",[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("VU/8")(n,s,!1,function(e){a("t8bg")},"data-v-4c5d319a",null);t.default=v.exports},t8bg:function(e,t){}});
\ No newline at end of file \ No newline at end of file
This diff is collapsed.
webpackJsonp([62],{GztD:function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var r={data:function(){return{}},components:{TheDrawerComponents:t("gWae").a}},a={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:"DetailsOfStatementClearing",query:{dataId:n.msg}})}}},[e._v("详情")])]}}])})},staticRenderFns:[]};var u=t("VU/8")(r,a,!1,function(e){t("wHff")},null,null);n.default=u.exports},wHff:function(e,n){}}); webpackJsonp([63],{GztD:function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var r={data:function(){return{}},components:{TheDrawerComponents:t("gWae").a}},a={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:"DetailsOfStatementClearing",query:{dataId:n.msg}})}}},[e._v("详情")])]}}])})},staticRenderFns:[]};var u=t("VU/8")(r,a,!1,function(e){t("wHff")},null,null);n.default=u.exports},wHff:function(e,n){}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([63],{"20b+":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("VU/8")(r,a,!1,function(e){n("A9gc")},null,null);t.default=s.exports},A9gc:function(e,t){}}); webpackJsonp([64],{"20b+":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("VU/8")(r,a,!1,function(e){n("A9gc")},null,null);t.default=s.exports},A9gc:function(e,t){}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([64],{"2clf":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=a("5XGy"),n=a("RwQt"),i=a("ZotE"),r={components:{breadNav:n.default,dates:i.a,page:o.a},data:function(){return{createDateFrom:"",createDateTo:"",groupType:0,tableList:[],pageIndex:1,pageSize:15,pageTotal:0}},methods:{getDate:function(e){e?(this.createDateFrom=e[0],this.createDateTo=e[1]+" 23:59:59"):(this.createDateFrom="",this.createDateTo="")},init:function(){var e=this,t={createDateFrom:this.createDateFrom,createDateTo:this.createDateTo,groupType:this.groupType,pageIndex:this.pageIndex,pageSize:this.pageSize};this.axios.post(this.getOrderUrl("bad/queryDayGroup"),t).then(function(t){"00"==t.data.code?(e.tableList=t.data.data.list,e.pageTotal=t.data.data.pageTotal):e.$message.error(t.data.message)})},paging:function(e){this.pageIndex=e,this.init()}},mounted:function(){this.init()}},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",[a("span",[e._v("时间:")]),e._v(" "),a("dates",{on:{changeDate:e.getDate}})],1),e._v(" "),a("div",[a("a",{staticClass:"btn4",on:{click:function(t){e.pageIndex=1,e.init()}}},[e._v("查询")])])]),e._v(" "),a("div",{staticClass:"bottom"},[a("label",[a("input",{directives:[{name:"model",rawName:"v-model",value:e.groupType,expression:"groupType"}],attrs:{type:"radio",name:"times",value:"0"},domProps:{checked:e._q(e.groupType,"0")},on:{change:function(t){e.groupType="0"}}}),e._v("\n\t\t\t合计\n\t\t")]),e._v(" "),a("label",[a("input",{directives:[{name:"model",rawName:"v-model",value:e.groupType,expression:"groupType"}],attrs:{type:"radio",name:"times",value:"1"},domProps:{checked:e._q(e.groupType,"1")},on:{change:function(t){e.groupType="1"}}}),e._v("\n\t\t\t年\n\t\t")]),e._v(" "),a("label",[a("input",{directives:[{name:"model",rawName:"v-model",value:e.groupType,expression:"groupType"}],attrs:{type:"radio",name:"times",value:"2"},domProps:{checked:e._q(e.groupType,"2")},on:{change:function(t){e.groupType="2"}}}),e._v("\n\t\t\t月\n\t\t")]),e._v(" "),a("label",[a("input",{directives:[{name:"model",rawName:"v-model",value:e.groupType,expression:"groupType"}],attrs:{type:"radio",name:"times",value:"3"},domProps:{checked:e._q(e.groupType,"3")},on:{change:function(t){e.groupType="3"}}}),e._v("\n\t\t\t日\n\t\t")])]),e._v(" "),a("table",[e._m(0),e._v(" "),e._l(e.tableList,function(t,o){return a("tr",{key:o},[a("td",[e._v(e._s(t.createDate))]),e._v(" "),a("td",[e._v(e._s(t.buyCount))]),e._v(" "),a("td",[e._v(e._s(t.groupCount))])])})],2),e._v(" "),a("page",{attrs:{pagesize:e.pageSize,total:e.pageTotal,whichpage:e.pageIndex},on:{page:e.paging}})],1)},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("tr",[t("td",[this._v("日期")]),this._v(" "),t("td",[this._v("购买次数")]),this._v(" "),t("td",[this._v("统计次数")])])}]};var p=a("VU/8")(r,s,!1,function(e){a("yDII")},"data-v-a3eaa9d8",null);t.default=p.exports},yDII:function(e,t){}}); webpackJsonp([65],{"2clf":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=a("5XGy"),n=a("RwQt"),i=a("ZotE"),r={components:{breadNav:n.default,dates:i.a,page:o.a},data:function(){return{createDateFrom:"",createDateTo:"",groupType:0,tableList:[],pageIndex:1,pageSize:15,pageTotal:0}},methods:{getDate:function(e){e?(this.createDateFrom=e[0],this.createDateTo=e[1]+" 23:59:59"):(this.createDateFrom="",this.createDateTo="")},init:function(){var e=this,t={createDateFrom:this.createDateFrom,createDateTo:this.createDateTo,groupType:this.groupType,pageIndex:this.pageIndex,pageSize:this.pageSize};this.axios.post(this.getOrderUrl("bad/queryDayGroup"),t).then(function(t){"00"==t.data.code?(e.tableList=t.data.data.list,e.pageTotal=t.data.data.pageTotal):e.$message.error(t.data.message)})},paging:function(e){this.pageIndex=e,this.init()}},mounted:function(){this.init()}},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",[a("span",[e._v("时间:")]),e._v(" "),a("dates",{on:{changeDate:e.getDate}})],1),e._v(" "),a("div",[a("a",{staticClass:"btn4",on:{click:function(t){e.pageIndex=1,e.init()}}},[e._v("查询")])])]),e._v(" "),a("div",{staticClass:"bottom"},[a("label",[a("input",{directives:[{name:"model",rawName:"v-model",value:e.groupType,expression:"groupType"}],attrs:{type:"radio",name:"times",value:"0"},domProps:{checked:e._q(e.groupType,"0")},on:{change:function(t){e.groupType="0"}}}),e._v("\n\t\t\t合计\n\t\t")]),e._v(" "),a("label",[a("input",{directives:[{name:"model",rawName:"v-model",value:e.groupType,expression:"groupType"}],attrs:{type:"radio",name:"times",value:"1"},domProps:{checked:e._q(e.groupType,"1")},on:{change:function(t){e.groupType="1"}}}),e._v("\n\t\t\t年\n\t\t")]),e._v(" "),a("label",[a("input",{directives:[{name:"model",rawName:"v-model",value:e.groupType,expression:"groupType"}],attrs:{type:"radio",name:"times",value:"2"},domProps:{checked:e._q(e.groupType,"2")},on:{change:function(t){e.groupType="2"}}}),e._v("\n\t\t\t月\n\t\t")]),e._v(" "),a("label",[a("input",{directives:[{name:"model",rawName:"v-model",value:e.groupType,expression:"groupType"}],attrs:{type:"radio",name:"times",value:"3"},domProps:{checked:e._q(e.groupType,"3")},on:{change:function(t){e.groupType="3"}}}),e._v("\n\t\t\t日\n\t\t")])]),e._v(" "),a("table",[e._m(0),e._v(" "),e._l(e.tableList,function(t,o){return a("tr",{key:o},[a("td",[e._v(e._s(t.createDate))]),e._v(" "),a("td",[e._v(e._s(t.buyCount))]),e._v(" "),a("td",[e._v(e._s(t.groupCount))])])})],2),e._v(" "),a("page",{attrs:{pagesize:e.pageSize,total:e.pageTotal,whichpage:e.pageIndex},on:{page:e.paging}})],1)},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("tr",[t("td",[this._v("日期")]),this._v(" "),t("td",[this._v("购买次数")]),this._v(" "),t("td",[this._v("统计次数")])])}]};var p=a("VU/8")(r,s,!1,function(e){a("yDII")},"data-v-a3eaa9d8",null);t.default=p.exports},yDII:function(e,t){}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([65],{"+cDw":function(e,t){},aV21:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=a("RwQt"),i=a("5XGy"),s=a("KPn7"),o=a("ZotE"),r={components:{breadNav:n.default,page:i.a,config:s.a,dates:o.a},data:function(){return{configTitle:"确定删除该行",configTan:!1,createDateFrom:"",createDateTo:"",pageIndex:1,pageSize:10,pageTotal:0,tableList:[],search:"",fileId:""}},mounted:function(){this.query()},methods:{getDate:function(e){e?(this.createDateFrom=e[0],this.createDateTo=e[1]+" 23:59:59"):(this.createDateFrom="",this.createDateTo="")},query:function(){var e=this,t={createDateFrom:this.createDateFrom,createDateTo:this.createDateTo,pageIndex:this.pageIndex,pageSize:this.pageSize,search:this.search};this.axios.post(this.getUpload("excel/list"),t).then(function(t){"00"==t.data.code?(e.tableList=t.data.data.list,e.pageTotal=t.data.data.pageTotal):e.$message.error(t.data.message)})},paging:function(e){this.pageIndex=e,this.query()},clickDele:function(e){this.fileId=e,this.configTan=!0},deleReport:function(){var e=this,t={fileId:this.fileId};this.axios.post(this.getUpload("excel/remove"),t).then(function(t){"00"==t.data.code?(e.$message.success("删除成功"),e.configTan=!1,e.query()):e.$message.error(t.data.message)})},reportDown:function(e){this.axios({method:"get",responseType:"blob",url:this.getUpload("excel/down")+"?token="+this.$store.state.token+"&fileId="+e}).then(function(e){function t(e,t){return e.indexOf(t)>=0&&(e=e.substring(e.indexOf(t)+t.length,e.length)),e}var a=e.headers.filename||e.headers["content-disposition"]||"下载文件.xlsx";a=t(a=t(a,"filename="),"'zh_cn'"),(a=decodeURIComponent(a)).indexOf(".xls")<0&&(a+=".xlsx");var n=e.headers["content-type"],i=new Blob([e.data],{type:n}),s=document.createElement("a");s.download=a,s.style.display="none",s.href=URL.createObjectURL(i),document.body.appendChild(s),s.click(),URL.revokeObjectURL(s.href),document.body.removeChild(s)})}}},c={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:"head"},[a("span",[e._v("创建时间:")]),e._v(" "),a("dates",{on:{changeDate:e.getDate}}),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.search,expression:"search"}],staticStyle:{width:"1.6rem",margin:"0 0.2rem",height:"36px"},attrs:{type:"text",placeholder:"请输入文件名称"},domProps:{value:e.search},on:{input:function(t){t.target.composing||(e.search=t.target.value)}}}),e._v(" "),a("a",{staticClass:"btn4",staticStyle:{height:"36px","line-height":"36px"},on:{click:function(t){return e.query()}}},[e._v("查询")])],1),e._v(" "),a("table",[e._m(0),e._v(" "),e._l(e.tableList,function(t,n){return a("tr",{key:n},[a("td",{attrs:{width:"10%"}},[e._v(e._s(n+1))]),e._v(" "),a("td",{attrs:{width:"30%"}},[e._v(e._s(t.createDate))]),e._v(" "),a("td",{attrs:{width:"30%"}},[e._v(e._s(t.fileName))]),e._v(" "),a("td",{attrs:{width:"30%"}},[2==t.fileStatus?a("span",{on:{click:function(a){return e.reportDown(t.fileId)}}},[e._v("下载")]):e._e(),e._v(" "),a("span",{staticStyle:{color:"#FF0000","margin-left":"0.4rem"},on:{click:function(a){return e.clickDele(t.fileId)}}},[e._v("删除")])])])})],2),e._v(" "),a("page",{attrs:{pagesize:e.pageSize,total:e.pageTotal,whichpage:e.pageIndex},on:{page:e.paging}}),e._v(" "),a("config",{directives:[{name:"show",rawName:"v-show",value:e.configTan,expression:"configTan"}],attrs:{configTitle:e.configTitle},on:{config:function(t){return e.deleReport()},cancel:function(t){e.configTan=!1}}})],1)},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("tr",[t("td",[this._v("序号")]),this._v(" "),t("td",[this._v("创建时间")]),this._v(" "),t("td",[this._v("文件名称")]),this._v(" "),t("td",[this._v("操作")])])}]};var d=a("VU/8")(r,c,!1,function(e){a("+cDw")},"data-v-942224c6",null);t.default=d.exports}}); webpackJsonp([66],{"+cDw":function(e,t){},aV21:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=a("RwQt"),i=a("5XGy"),s=a("KPn7"),o=a("ZotE"),r={components:{breadNav:n.default,page:i.a,config:s.a,dates:o.a},data:function(){return{configTitle:"确定删除该行",configTan:!1,createDateFrom:"",createDateTo:"",pageIndex:1,pageSize:10,pageTotal:0,tableList:[],search:"",fileId:""}},mounted:function(){this.query()},methods:{getDate:function(e){e?(this.createDateFrom=e[0],this.createDateTo=e[1]+" 23:59:59"):(this.createDateFrom="",this.createDateTo="")},query:function(){var e=this,t={createDateFrom:this.createDateFrom,createDateTo:this.createDateTo,pageIndex:this.pageIndex,pageSize:this.pageSize,search:this.search};this.axios.post(this.getUpload("excel/list"),t).then(function(t){"00"==t.data.code?(e.tableList=t.data.data.list,e.pageTotal=t.data.data.pageTotal):e.$message.error(t.data.message)})},paging:function(e){this.pageIndex=e,this.query()},clickDele:function(e){this.fileId=e,this.configTan=!0},deleReport:function(){var e=this,t={fileId:this.fileId};this.axios.post(this.getUpload("excel/remove"),t).then(function(t){"00"==t.data.code?(e.$message.success("删除成功"),e.configTan=!1,e.query()):e.$message.error(t.data.message)})},reportDown:function(e){this.axios({method:"get",responseType:"blob",url:this.getUpload("excel/down")+"?token="+this.$store.state.token+"&fileId="+e}).then(function(e){function t(e,t){return e.indexOf(t)>=0&&(e=e.substring(e.indexOf(t)+t.length,e.length)),e}var a=e.headers.filename||e.headers["content-disposition"]||"下载文件.xlsx";a=t(a=t(a,"filename="),"'zh_cn'"),(a=decodeURIComponent(a)).indexOf(".xls")<0&&(a+=".xlsx");var n=e.headers["content-type"],i=new Blob([e.data],{type:n}),s=document.createElement("a");s.download=a,s.style.display="none",s.href=URL.createObjectURL(i),document.body.appendChild(s),s.click(),URL.revokeObjectURL(s.href),document.body.removeChild(s)})}}},c={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:"head"},[a("span",[e._v("创建时间:")]),e._v(" "),a("dates",{on:{changeDate:e.getDate}}),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.search,expression:"search"}],staticStyle:{width:"1.6rem",margin:"0 0.2rem",height:"36px"},attrs:{type:"text",placeholder:"请输入文件名称"},domProps:{value:e.search},on:{input:function(t){t.target.composing||(e.search=t.target.value)}}}),e._v(" "),a("a",{staticClass:"btn4",staticStyle:{height:"36px","line-height":"36px"},on:{click:function(t){return e.query()}}},[e._v("查询")])],1),e._v(" "),a("table",[e._m(0),e._v(" "),e._l(e.tableList,function(t,n){return a("tr",{key:n},[a("td",{attrs:{width:"10%"}},[e._v(e._s(n+1))]),e._v(" "),a("td",{attrs:{width:"30%"}},[e._v(e._s(t.createDate))]),e._v(" "),a("td",{attrs:{width:"30%"}},[e._v(e._s(t.fileName))]),e._v(" "),a("td",{attrs:{width:"30%"}},[2==t.fileStatus?a("span",{on:{click:function(a){return e.reportDown(t.fileId)}}},[e._v("下载")]):e._e(),e._v(" "),a("span",{staticStyle:{color:"#FF0000","margin-left":"0.4rem"},on:{click:function(a){return e.clickDele(t.fileId)}}},[e._v("删除")])])])})],2),e._v(" "),a("page",{attrs:{pagesize:e.pageSize,total:e.pageTotal,whichpage:e.pageIndex},on:{page:e.paging}}),e._v(" "),a("config",{directives:[{name:"show",rawName:"v-show",value:e.configTan,expression:"configTan"}],attrs:{configTitle:e.configTitle},on:{config:function(t){return e.deleReport()},cancel:function(t){e.configTan=!1}}})],1)},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("tr",[t("td",[this._v("序号")]),this._v(" "),t("td",[this._v("创建时间")]),this._v(" "),t("td",[this._v("文件名称")]),this._v(" "),t("td",[this._v("操作")])])}]};var d=a("VU/8")(r,c,!1,function(e){a("+cDw")},"data-v-942224c6",null);t.default=d.exports}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([68],{XkGL:function(t,e){},utUu:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a("RwQt"),i=a("5XGy"),o=a("KPn7"),r={components:{breadNav:n.default,page:i.a,config:o.a},data:function(){return{configTitle:"确定删除该枚举",configTan:!1,pageIndex:1,pageSize:12,pageTotal:0,search:"",tableList:"",reportId:""}},methods:{query:function(){var t=this,e={pageIndex:this.pageIndex,pageSize:this.pageSize,search:this.search};this.axios.post(this.getPoollUrl("report/list"),e).then(function(e){"00"==e.data.code?(t.tableList=e.data.data.list,t.tableList.forEach(function(t){t.conditionNameList=[],t.conditions.forEach(function(e){e.conditionName&&(t.conditionNameList+=e.conditionName+",")}),t.conditionNameList=t.conditionNameList.substr(0,t.conditionNameList.length-1),t.columnNameList=[],t.columns.forEach(function(e){e.columnName&&(t.columnNameList+=e.columnName+",")}),t.columnNameList=t.columnNameList.substr(0,t.columnNameList.length-1)}),t.pageTotal=e.data.data.pageTotal):t.$message.error(e.data.message)})},paging:function(t){this.pageIndex=t,this.query()},deleReport:function(){var t=this,e={reportId:this.reportId};this.axios.post(this.getPoollUrl("report/remove"),e).then(function(e){"00"==e.data.code?(t.$message.success("删除成功"),t.configTan=!1,t.query()):t.$message.error(e.data.message)})}},mounted:function(){this.query()}},s={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"bigBox"},[a("breadNav",[t._v("自定义报表 > "),a("span",[t._v("智能报表")])]),t._v(" "),a("div",{staticClass:"head"},[a("span",[t._v("报表名称:")]),t._v(" "),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.query()}}},[t._v("查询")]),t._v(" "),a("a",{staticClass:"btn4",on:{click:function(e){return t.$router.push("intelReportAdd")}}},[t._v("新增")])]),t._v(" "),a("table",[t._m(0),t._v(" "),t._l(t.tableList,function(e,n){return a("tr",{key:n},[a("td",[t._v(t._s(e.reportName))]),t._v(" "),e.fromSource?a("td",[t._v(t._s(e.fromSource.sourceName))]):a("td"),t._v(" "),a("td",[t._v(t._s(e.columnNameList))]),t._v(" "),a("td",[t._v(t._s(e.conditionNameList))]),t._v(" "),a("td",[t._v(t._s(e.updateDate))]),t._v(" "),a("td",[a("span",{on:{click:function(a){return t.$router.push("intelReportAdd?reportId="+e.reportId)}}},[t._v("修改")]),t._v(" "),a("span",{staticStyle:{color:"#FF0000","margin-left":"0.2rem"},on:{click:function(a){t.configTan=!0,t.reportId=e.reportId}}},[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.deleReport()},cancel:function(e){t.configTan=!1}}})],1)},staticRenderFns:[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("tr",[a("td",{attrs:{width:"100"}},[t._v("报表名称")]),t._v(" "),a("td",{attrs:{width:"100"}},[t._v("数据源")]),t._v(" "),a("td",[t._v("列")]),t._v(" "),a("td",[t._v("条件")]),t._v(" "),a("td",{attrs:{width:"200"}},[t._v("创建时间")]),t._v(" "),a("td",{attrs:{width:"150"}},[t._v("操作")])])}]};var c=a("VU/8")(r,s,!1,function(t){a("XkGL")},"data-v-8bc005f8",null);e.default=c.exports}}); webpackJsonp([69],{XkGL:function(t,e){},utUu:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a("RwQt"),i=a("5XGy"),o=a("KPn7"),r={components:{breadNav:n.default,page:i.a,config:o.a},data:function(){return{configTitle:"确定删除该枚举",configTan:!1,pageIndex:1,pageSize:12,pageTotal:0,search:"",tableList:"",reportId:""}},methods:{query:function(){var t=this,e={pageIndex:this.pageIndex,pageSize:this.pageSize,search:this.search};this.axios.post(this.getPoollUrl("report/list"),e).then(function(e){"00"==e.data.code?(t.tableList=e.data.data.list,t.tableList.forEach(function(t){t.conditionNameList=[],t.conditions.forEach(function(e){e.conditionName&&(t.conditionNameList+=e.conditionName+",")}),t.conditionNameList=t.conditionNameList.substr(0,t.conditionNameList.length-1),t.columnNameList=[],t.columns.forEach(function(e){e.columnName&&(t.columnNameList+=e.columnName+",")}),t.columnNameList=t.columnNameList.substr(0,t.columnNameList.length-1)}),t.pageTotal=e.data.data.pageTotal):t.$message.error(e.data.message)})},paging:function(t){this.pageIndex=t,this.query()},deleReport:function(){var t=this,e={reportId:this.reportId};this.axios.post(this.getPoollUrl("report/remove"),e).then(function(e){"00"==e.data.code?(t.$message.success("删除成功"),t.configTan=!1,t.query()):t.$message.error(e.data.message)})}},mounted:function(){this.query()}},s={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"bigBox"},[a("breadNav",[t._v("自定义报表 > "),a("span",[t._v("智能报表")])]),t._v(" "),a("div",{staticClass:"head"},[a("span",[t._v("报表名称:")]),t._v(" "),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.query()}}},[t._v("查询")]),t._v(" "),a("a",{staticClass:"btn4",on:{click:function(e){return t.$router.push("intelReportAdd")}}},[t._v("新增")])]),t._v(" "),a("table",[t._m(0),t._v(" "),t._l(t.tableList,function(e,n){return a("tr",{key:n},[a("td",[t._v(t._s(e.reportName))]),t._v(" "),e.fromSource?a("td",[t._v(t._s(e.fromSource.sourceName))]):a("td"),t._v(" "),a("td",[t._v(t._s(e.columnNameList))]),t._v(" "),a("td",[t._v(t._s(e.conditionNameList))]),t._v(" "),a("td",[t._v(t._s(e.updateDate))]),t._v(" "),a("td",[a("span",{on:{click:function(a){return t.$router.push("intelReportAdd?reportId="+e.reportId)}}},[t._v("修改")]),t._v(" "),a("span",{staticStyle:{color:"#FF0000","margin-left":"0.2rem"},on:{click:function(a){t.configTan=!0,t.reportId=e.reportId}}},[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.deleReport()},cancel:function(e){t.configTan=!1}}})],1)},staticRenderFns:[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("tr",[a("td",{attrs:{width:"100"}},[t._v("报表名称")]),t._v(" "),a("td",{attrs:{width:"100"}},[t._v("数据源")]),t._v(" "),a("td",[t._v("列")]),t._v(" "),a("td",[t._v("条件")]),t._v(" "),a("td",{attrs:{width:"200"}},[t._v("创建时间")]),t._v(" "),a("td",{attrs:{width:"150"}},[t._v("操作")])])}]};var c=a("VU/8")(r,s,!1,function(t){a("XkGL")},"data-v-8bc005f8",null);e.default=c.exports}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([72],{MwQF:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var s={data:function(){return{userinfo:{},times:[this.$commonJs.today(),this.$commonJs.today()],pageIndex:1,pageSize:20,total:0,list:[]}},methods:{query:function(t){var e=this;this.pageIndex=t;var a={pageIndex:this.pageIndex,pageSize:this.pageSize,userId:this.userinfo.userId,companyId:this.userinfo.companyId,createDateFrom:this.times[0]+" 00:00:00",createDateTo:this.times[1]+" 23:59:59"};this.axios.post(this.getProductUrl("/ic/use/log"),a).then(function(t){"00"===t.data.code?(e.total=t.data.data.pageTotal,e.list=t.data.data.list,console.log(t.data.data)):e.$message.error(t.data.message)})}},mounted:function(){},created:function(){this.userinfo=this.$route.params.item,this.query(1)}},r={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"content bigBox"},[a("div",{staticClass:"top"},[t._v("\n 详细信息 >\n ")]),t._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"rowItem"},[t._v("\n 用户名 : "+t._s(t.userinfo.userName)+"\n ")]),t._v(" "),a("div",{staticClass:"rowItem"},[t._v("\n 身份证号 : "+t._s(t.userinfo.userCardId)+"\n ")]),t._v(" "),a("div",{staticClass:"rowItem"},[t._v("\n 手机号 : "+t._s(t.userinfo.userMobile)+"\n ")]),t._v(" "),a("div",{staticClass:"rowItem"},[t._v("\n 申请时间 : "+t._s(t.userinfo.createDate)+"\n ")]),t._v(" "),a("div",{staticClass:"rowItem"},[t._v("\n 总使用次数 :"+t._s(t.userinfo.userUseCount)+"\n ")]),t._v(" "),a("br"),t._v(" "),a("br"),t._v(" "),a("div",{staticClass:"query"},[a("el-date-picker",{attrs:{type:"daterange","value-format":"yyyy-MM-dd","range-separator":"-","start-placeholder":"开始日期","end-placeholder":"结束日期"},model:{value:t.times,callback:function(e){t.times=e},expression:"times"}}),t._v("\n     \n "),a("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(e){return t.query(1)}}},[t._v("查询")]),t._v(" "),a("br"),t._v(" "),a("br"),t._v(" "),a("table",[t._m(0),t._v(" "),t._l(t.list,function(e,s){return a("tr",{key:s},[a("td",[t._v(t._s(e.userName))]),t._v(" "),a("td",[t._v(t._s(e.userPassDate))]),t._v(" "),a("td",[t._v(t._s(e.userLostDate))]),t._v(" "),a("td",[t._v(t._s(e.createAreaName))]),t._v(" "),a("td",[t._v(t._s(e.createDeviceName))]),t._v(" "),a("td",[t._v(t._s(e.createProjectName))]),t._v(" "),a("td",[t._v(t._s(0==e.useType?"二维码":1==e.useType?"省份证":"IC卡"))]),t._v(" "),a("td",[t._v(t._s(e.createDate))])])})],2),t._v(" "),a("el-pagination",{staticStyle:{"text-align":"center"},attrs:{background:"",layout:"prev, pager, next","page-size":t.pageSize,total:t.total},on:{"current-change":t.query}})],1),t._v(" "),a("el-button",{staticStyle:{background:"#40b64d"},attrs:{type:"primary"},on:{click:function(e){return t.$router.go(-1)}}},[t._v("返回")])],1)])},staticRenderFns:[function(){var t=this,e=t.$createElement,a=t._self._c||e;return 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("td",[t._v("使用类型")]),t._v(" "),a("td",[t._v("时间")])])}]};var n=a("VU/8")(s,r,!1,function(t){a("qzpp")},"data-v-7cf70862",null);e.default=n.exports},qzpp:function(t,e){}}); webpackJsonp([73],{MwQF:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var s={data:function(){return{userinfo:{},times:[this.$commonJs.today(),this.$commonJs.today()],pageIndex:1,pageSize:20,total:0,list:[]}},methods:{query:function(t){var e=this;this.pageIndex=t;var a={pageIndex:this.pageIndex,pageSize:this.pageSize,userId:this.userinfo.userId,companyId:this.userinfo.companyId,createDateFrom:this.times[0]+" 00:00:00",createDateTo:this.times[1]+" 23:59:59"};this.axios.post(this.getProductUrl("/ic/use/log"),a).then(function(t){"00"===t.data.code?(e.total=t.data.data.pageTotal,e.list=t.data.data.list,console.log(t.data.data)):e.$message.error(t.data.message)})}},mounted:function(){},created:function(){this.userinfo=this.$route.params.item,this.query(1)}},r={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"content bigBox"},[a("div",{staticClass:"top"},[t._v("\n 详细信息 >\n ")]),t._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"rowItem"},[t._v("\n 用户名 : "+t._s(t.userinfo.userName)+"\n ")]),t._v(" "),a("div",{staticClass:"rowItem"},[t._v("\n 身份证号 : "+t._s(t.userinfo.userCardId)+"\n ")]),t._v(" "),a("div",{staticClass:"rowItem"},[t._v("\n 手机号 : "+t._s(t.userinfo.userMobile)+"\n ")]),t._v(" "),a("div",{staticClass:"rowItem"},[t._v("\n 申请时间 : "+t._s(t.userinfo.createDate)+"\n ")]),t._v(" "),a("div",{staticClass:"rowItem"},[t._v("\n 总使用次数 :"+t._s(t.userinfo.userUseCount)+"\n ")]),t._v(" "),a("br"),t._v(" "),a("br"),t._v(" "),a("div",{staticClass:"query"},[a("el-date-picker",{attrs:{type:"daterange","value-format":"yyyy-MM-dd","range-separator":"-","start-placeholder":"开始日期","end-placeholder":"结束日期"},model:{value:t.times,callback:function(e){t.times=e},expression:"times"}}),t._v("\n     \n "),a("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(e){return t.query(1)}}},[t._v("查询")]),t._v(" "),a("br"),t._v(" "),a("br"),t._v(" "),a("table",[t._m(0),t._v(" "),t._l(t.list,function(e,s){return a("tr",{key:s},[a("td",[t._v(t._s(e.userName))]),t._v(" "),a("td",[t._v(t._s(e.userPassDate))]),t._v(" "),a("td",[t._v(t._s(e.userLostDate))]),t._v(" "),a("td",[t._v(t._s(e.createAreaName))]),t._v(" "),a("td",[t._v(t._s(e.createDeviceName))]),t._v(" "),a("td",[t._v(t._s(e.createProjectName))]),t._v(" "),a("td",[t._v(t._s(0==e.useType?"二维码":1==e.useType?"省份证":"IC卡"))]),t._v(" "),a("td",[t._v(t._s(e.createDate))])])})],2),t._v(" "),a("el-pagination",{staticStyle:{"text-align":"center"},attrs:{background:"",layout:"prev, pager, next","page-size":t.pageSize,total:t.total},on:{"current-change":t.query}})],1),t._v(" "),a("el-button",{staticStyle:{background:"#40b64d"},attrs:{type:"primary"},on:{click:function(e){return t.$router.go(-1)}}},[t._v("返回")])],1)])},staticRenderFns:[function(){var t=this,e=t.$createElement,a=t._self._c||e;return 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("td",[t._v("使用类型")]),t._v(" "),a("td",[t._v("时间")])])}]};var n=a("VU/8")(s,r,!1,function(t){a("qzpp")},"data-v-7cf70862",null);e.default=n.exports},qzpp:function(t,e){}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([77],{Vv48:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var c={components:{leftSide:n("FegP").a}},r={render:function(){var e=this.$createElement;return(this._self._c||e)("leftSide")},staticRenderFns:[]};var a=n("VU/8")(c,r,!1,function(e){n("Z0vT")},"data-v-6ffacc51",null);t.default=a.exports},Z0vT:function(e,t){}}); webpackJsonp([78],{Vv48:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var c={components:{leftSide:n("FegP").a}},r={render:function(){var e=this.$createElement;return(this._self._c||e)("leftSide")},staticRenderFns:[]};var a=n("VU/8")(c,r,!1,function(e){n("Z0vT")},"data-v-6ffacc51",null);t.default=a.exports},Z0vT:function(e,t){}});
\ No newline at end of file \ 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}},s={render:function(){var e=this.$createElement;return(this._self._c||e)("ClearListDetails")},staticRenderFns:[]};var l=n("VU/8")(r,s,!1,function(e){n("NQls")},null,null);t.default=l.exports},NQls:function(e,t){}}); webpackJsonp([79],{Mvet:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={data:function(){return{}},components:{ClearListDetails:n("FOxw").default}},s={render:function(){var e=this.$createElement;return(this._self._c||e)("ClearListDetails")},staticRenderFns:[]};var l=n("VU/8")(r,s,!1,function(e){n("NQls")},null,null);t.default=l.exports},NQls:function(e,t){}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([79],{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("VU/8")(c,a,!1,function(e){n("f3Zu")},"data-v-6c5f7128",null);t.default=s.exports},f3Zu:function(e,t){}}); webpackJsonp([80],{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("VU/8")(c,a,!1,function(e){n("f3Zu")},"data-v-6c5f7128",null);t.default=s.exports},f3Zu:function(e,t){}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([80],{"4C9a":function(e,t){},OYiz:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a={components:{leftSide:n("FegP").a}},r={render:function(){var e=this.$createElement;return(this._self._c||e)("leftSide")},staticRenderFns:[]};var c=n("VU/8")(a,r,!1,function(e){n("4C9a")},"data-v-6c38a4b5",null);t.default=c.exports}}); webpackJsonp([81],{"4C9a":function(e,t){},OYiz:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a={components:{leftSide:n("FegP").a}},r={render:function(){var e=this.$createElement;return(this._self._c||e)("leftSide")},staticRenderFns:[]};var c=n("VU/8")(a,r,!1,function(e){n("4C9a")},"data-v-6c38a4b5",null);t.default=c.exports}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([83],{N1b3:function(t,s,a){"use strict";Object.defineProperty(s,"__esModule",{value:!0});var e={components:{breadNav:a("RwQt").default},data:function(){return{item:{}}},mounted:function(){this.item=this.$route.params.item},methods:{}},n={render:function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"bigBox"},[a("breadNav",[t._v("额度管理>额度修改")]),t._v(" "),a("div",{staticClass:"info"},[a("div",[a("span",{staticClass:"title"},[t._v("使用服务公司名称: ")]),a("span",{staticClass:"name"},[t._v(t._s(t.item.useCompanyName))]),t._v(" "),a("span",{staticClass:"title"},[t._v("提供服务公司名称: ")]),a("span",{staticClass:"name"},[t._v(t._s(t.item.companyName))])]),t._v(" "),a("div",[a("span",{staticClass:"title"},[t._v("服务类型: ")]),a("span",{staticClass:"name"},[t._v(t._s(t.item.serviceTypeName))])]),t._v(" "),a("div",[a("span",{staticClass:"title"},[t._v("授信额度: ")]),a("span",{staticClass:"name"},[t._v(t._s(t.item.creditMoney))]),t._v(" "),a("span",{staticClass:"title"},[t._v("剩余额度: ")]),a("span",{staticClass:"name"},[t._v(t._s(t.item.totalMoney))])])]),t._v(" "),t._m(0),t._v(" "),t._m(1),t._v(" "),a("span",{staticClass:"btn4",staticStyle:{"margin-top":"15px"}},[t._v("保存")]),t._v(" "),a("span",{staticClass:"btn4",staticStyle:{"margin-left":"10px"},on:{click:function(s){return t.$router.go(-1)}}},[t._v("返回")])],1)},staticRenderFns:[function(){var t=this.$createElement,s=this._self._c||t;return s("p",{staticStyle:{margin:"15px 0"}},[this._v("剩余额度通知 "),s("span",{staticClass:"btn4 span"},[this._v("+")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("table",[a("tr",[a("td",[t._v("剩余条数")]),t._v(" "),a("td",[t._v("通知N次")]),t._v(" "),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:"text"}})]),t._v(" "),a("td",[a("input",{attrs:{type:"text"}})]),t._v(" "),a("td",[a("input",{attrs:{type:"text"}})]),t._v(" "),a("td",[a("input",{attrs:{type:"text"}})]),t._v(" "),a("td",[a("a",[t._v("删除")])])])])}]};var i=a("VU/8")(e,n,!1,function(t){a("kSaX")},"data-v-6a86b614",null);s.default=i.exports},kSaX:function(t,s){}}); webpackJsonp([84],{N1b3:function(t,s,a){"use strict";Object.defineProperty(s,"__esModule",{value:!0});var e={components:{breadNav:a("RwQt").default},data:function(){return{item:{}}},mounted:function(){this.item=this.$route.params.item},methods:{}},n={render:function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"bigBox"},[a("breadNav",[t._v("额度管理>额度修改")]),t._v(" "),a("div",{staticClass:"info"},[a("div",[a("span",{staticClass:"title"},[t._v("使用服务公司名称: ")]),a("span",{staticClass:"name"},[t._v(t._s(t.item.useCompanyName))]),t._v(" "),a("span",{staticClass:"title"},[t._v("提供服务公司名称: ")]),a("span",{staticClass:"name"},[t._v(t._s(t.item.companyName))])]),t._v(" "),a("div",[a("span",{staticClass:"title"},[t._v("服务类型: ")]),a("span",{staticClass:"name"},[t._v(t._s(t.item.serviceTypeName))])]),t._v(" "),a("div",[a("span",{staticClass:"title"},[t._v("授信额度: ")]),a("span",{staticClass:"name"},[t._v(t._s(t.item.creditMoney))]),t._v(" "),a("span",{staticClass:"title"},[t._v("剩余额度: ")]),a("span",{staticClass:"name"},[t._v(t._s(t.item.totalMoney))])])]),t._v(" "),t._m(0),t._v(" "),t._m(1),t._v(" "),a("span",{staticClass:"btn4",staticStyle:{"margin-top":"15px"}},[t._v("保存")]),t._v(" "),a("span",{staticClass:"btn4",staticStyle:{"margin-left":"10px"},on:{click:function(s){return t.$router.go(-1)}}},[t._v("返回")])],1)},staticRenderFns:[function(){var t=this.$createElement,s=this._self._c||t;return s("p",{staticStyle:{margin:"15px 0"}},[this._v("剩余额度通知 "),s("span",{staticClass:"btn4 span"},[this._v("+")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("table",[a("tr",[a("td",[t._v("剩余条数")]),t._v(" "),a("td",[t._v("通知N次")]),t._v(" "),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:"text"}})]),t._v(" "),a("td",[a("input",{attrs:{type:"text"}})]),t._v(" "),a("td",[a("input",{attrs:{type:"text"}})]),t._v(" "),a("td",[a("input",{attrs:{type:"text"}})]),t._v(" "),a("td",[a("a",[t._v("删除")])])])])}]};var i=a("VU/8")(e,n,!1,function(t){a("kSaX")},"data-v-6a86b614",null);s.default=i.exports},kSaX:function(t,s){}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([84],{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 bigBox"},[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("VU/8")(s,i,!1,function(t){e("bivZ")},"data-v-695b226a",null);a.default=r.exports},bivZ:function(t,a){}}); webpackJsonp([85],{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 bigBox"},[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("VU/8")(s,i,!1,function(t){e("bivZ")},"data-v-695b226a",null);a.default=r.exports},bivZ:function(t,a){}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([85],{JX3t:function(t,e){},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 bigBox"},[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("VU/8")(v,n,!1,function(t){a("JX3t")},"data-v-66bb5142",null);e.default=s.exports}}); webpackJsonp([86],{JX3t:function(t,e){},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 bigBox"},[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("VU/8")(v,n,!1,function(t){a("JX3t")},"data-v-66bb5142",null);e.default=s.exports}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([90],{LMd1: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:"ClearListDetails",query:{dataId:n.msg}})}}},[e._v("详情")])]}}])})},staticRenderFns:[]};var a=t("VU/8")(r,u,!1,function(e){t("lzes")},null,null);n.default=a.exports},lzes:function(e,n){}}); webpackJsonp([91],{LMd1: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:"ClearListDetails",query:{dataId:n.msg}})}}},[e._v("详情")])]}}])})},staticRenderFns:[]};var a=t("VU/8")(r,u,!1,function(e){t("lzes")},null,null);n.default=a.exports},lzes:function(e,n){}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([91],{PNs5: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 bigBox"},[e("ul",[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("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":"结束日期"}})],1),t._v(" "),e("span",[t._v("产品编号:")]),t._v(" "),e("input"),t._v(" "),e("div",[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)],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(" "),e("tr",[e("td",[t._v("产品名称")]),t._v(" "),e("td",[t._v("产品编号")]),t._v(" "),e("td",[t._v("票种")]),t._v(" "),e("td",[t._v("打印时间")]),t._v(" "),e("td",[t._v("上次打印时间")]),t._v(" "),e("td",[t._v("打印次数")]),t._v(" "),e("td",[t._v("打印窗口")]),t._v(" "),e("td",{staticClass:"exam"},[e("span",{on:{click:t.looking}},[t._v("查看")])])])])])])])},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:"140"}},[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:"162"}},[t._v("打印次数")]),t._v(" "),e("td",{attrs:{width:"163"}},[t._v("打印窗口")]),t._v(" "),e("td",{attrs:{width:"189"}},[t._v("操作")])])}]};var s=e("VU/8")({methods:{looking:function(){this.$router.push({name:"ttrandetails"})}}},v,!1,function(t){e("wdgV")},"data-v-5c678ea2",null);a.default=s.exports},wdgV:function(t,a){}}); webpackJsonp([92],{PNs5: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 bigBox"},[e("ul",[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("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":"结束日期"}})],1),t._v(" "),e("span",[t._v("产品编号:")]),t._v(" "),e("input"),t._v(" "),e("div",[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)],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(" "),e("tr",[e("td",[t._v("产品名称")]),t._v(" "),e("td",[t._v("产品编号")]),t._v(" "),e("td",[t._v("票种")]),t._v(" "),e("td",[t._v("打印时间")]),t._v(" "),e("td",[t._v("上次打印时间")]),t._v(" "),e("td",[t._v("打印次数")]),t._v(" "),e("td",[t._v("打印窗口")]),t._v(" "),e("td",{staticClass:"exam"},[e("span",{on:{click:t.looking}},[t._v("查看")])])])])])])])},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:"140"}},[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:"162"}},[t._v("打印次数")]),t._v(" "),e("td",{attrs:{width:"163"}},[t._v("打印窗口")]),t._v(" "),e("td",{attrs:{width:"189"}},[t._v("操作")])])}]};var s=e("VU/8")({methods:{looking:function(){this.$router.push({name:"ttrandetails"})}}},v,!1,function(t){e("wdgV")},"data-v-5c678ea2",null);a.default=s.exports},wdgV:function(t,a){}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([92],{OTlm:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=a("RwQt"),s=a("5XGy"),i=a("KPn7"),o={components:{breadNav:n.default,page:s.a,config:i.a},data:function(){return{configTitle:"确定是否删除该枚举",configTan:!1,pageIndex:1,pageSize:12,pageTotal:0,tableList:"",typeId:"",search:""}},methods:{query:function(){var e=this,t={pageIndex:this.pageIndex,pageSize:this.pageSize,search:this.search};this.axios.post(this.getPoollUrl("enum/config/list"),t).then(function(t){"00"==t.data.code?(e.tableList=t.data.data.list,e.pageTotal=t.data.data.pageTotal):e.$message.error(t.data.message)})},paging:function(e){this.pageIndex=e,this.query()},dele:function(){var e=this,t={typeId:this.typeId};this.axios.post(this.getPoollUrl("enum/config/remove"),t).then(function(t){"00"==t.data.code?(e.$message.success("删除成功"),e.configTan=!1,e.query()):e.$message.error(t.data.message)})}},mounted:function(){this.query()}},c={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"bigBox"},[e._m(0),e._v(" "),a("div",{staticClass:"head"},[a("a",{staticClass:"btn4",on:{click:function(t){return e.$router.push("/scenic/dataCenter/enumerationEditing")}}},[e._v("新增类型")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.search,expression:"search"}],attrs:{placeholder:"请输入枚举名称、关键字"},domProps:{value:e.search},on:{input:function(t){t.target.composing||(e.search=t.target.value)}}}),e._v(" "),a("a",{staticClass:"btn4",on:{click:function(t){e.pageIndex=1,e.query()}}},[e._v("查询")])]),e._v(" "),a("table",{staticClass:"bottom"},[e._m(1),e._v(" "),e._l(e.tableList,function(t,n){return a("tr",{key:n},[a("td",[0==t.typeValueType?a("span",[e._v("枚举")]):e._e(),e._v(" "),1==t.typeValueType?a("span",[e._v("时间")]):e._e(),e._v(" "),2==t.typeValueType?a("span",[e._v("日期")]):e._e(),e._v(" "),3==t.typeValueType?a("span",[e._v("次数")]):e._e(),e._v(" "),4==t.typeValueType?a("span",[e._v("金额")]):e._e()]),e._v(" "),a("td",[e._v(e._s(t.typeSyncKey))]),e._v(" "),a("td",[e._v(e._s(t.typeName))]),e._v(" "),a("td",[e._v(e._s(t.type))]),e._v(" "),a("td",[e._v(e._s(t.type))]),e._v(" "),a("td",[e._v(e._s(t.createDate))]),e._v(" "),a("td",[a("span",[e._v("编辑")]),e._v(" "),a("span",[e._v("详情")]),e._v(" "),a("span",{staticStyle:{color:"#FF0000"},on:{click:function(a){e.configTan=!0,e.typeId=t.typeId}}},[e._v("删除")])])])})],2),e._v(" "),a("page",{attrs:{pagesize:e.pageSize,total:e.pageTotal,whichpage:e.pageIndex},on:{page:e.paging}}),e._v(" "),a("config",{directives:[{name:"show",rawName:"v-show",value:e.configTan,expression:"configTan"}],attrs:{configTitle:e.configTitle},on:{config:function(t){return e.dele()},cancel:function(t){e.configTan=!1}}})],1)},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"nav"},[this._v("\n 数据源 > "),t("span",[this._v("枚举类型配置")])])},function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("tr",[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 r=a("VU/8")(o,c,!1,function(e){a("QNR+")},"data-v-5bae8db6",null);t.default=r.exports},"QNR+":function(e,t){}}); webpackJsonp([93],{OTlm:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=a("RwQt"),s=a("5XGy"),i=a("KPn7"),o={components:{breadNav:n.default,page:s.a,config:i.a},data:function(){return{configTitle:"确定是否删除该枚举",configTan:!1,pageIndex:1,pageSize:12,pageTotal:0,tableList:"",typeId:"",search:""}},methods:{query:function(){var e=this,t={pageIndex:this.pageIndex,pageSize:this.pageSize,search:this.search};this.axios.post(this.getPoollUrl("enum/config/list"),t).then(function(t){"00"==t.data.code?(e.tableList=t.data.data.list,e.pageTotal=t.data.data.pageTotal):e.$message.error(t.data.message)})},paging:function(e){this.pageIndex=e,this.query()},dele:function(){var e=this,t={typeId:this.typeId};this.axios.post(this.getPoollUrl("enum/config/remove"),t).then(function(t){"00"==t.data.code?(e.$message.success("删除成功"),e.configTan=!1,e.query()):e.$message.error(t.data.message)})}},mounted:function(){this.query()}},c={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"bigBox"},[e._m(0),e._v(" "),a("div",{staticClass:"head"},[a("a",{staticClass:"btn4",on:{click:function(t){return e.$router.push("/scenic/dataCenter/enumerationEditing")}}},[e._v("新增类型")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.search,expression:"search"}],attrs:{placeholder:"请输入枚举名称、关键字"},domProps:{value:e.search},on:{input:function(t){t.target.composing||(e.search=t.target.value)}}}),e._v(" "),a("a",{staticClass:"btn4",on:{click:function(t){e.pageIndex=1,e.query()}}},[e._v("查询")])]),e._v(" "),a("table",{staticClass:"bottom"},[e._m(1),e._v(" "),e._l(e.tableList,function(t,n){return a("tr",{key:n},[a("td",[0==t.typeValueType?a("span",[e._v("枚举")]):e._e(),e._v(" "),1==t.typeValueType?a("span",[e._v("时间")]):e._e(),e._v(" "),2==t.typeValueType?a("span",[e._v("日期")]):e._e(),e._v(" "),3==t.typeValueType?a("span",[e._v("次数")]):e._e(),e._v(" "),4==t.typeValueType?a("span",[e._v("金额")]):e._e()]),e._v(" "),a("td",[e._v(e._s(t.typeSyncKey))]),e._v(" "),a("td",[e._v(e._s(t.typeName))]),e._v(" "),a("td",[e._v(e._s(t.type))]),e._v(" "),a("td",[e._v(e._s(t.type))]),e._v(" "),a("td",[e._v(e._s(t.createDate))]),e._v(" "),a("td",[a("span",[e._v("编辑")]),e._v(" "),a("span",[e._v("详情")]),e._v(" "),a("span",{staticStyle:{color:"#FF0000"},on:{click:function(a){e.configTan=!0,e.typeId=t.typeId}}},[e._v("删除")])])])})],2),e._v(" "),a("page",{attrs:{pagesize:e.pageSize,total:e.pageTotal,whichpage:e.pageIndex},on:{page:e.paging}}),e._v(" "),a("config",{directives:[{name:"show",rawName:"v-show",value:e.configTan,expression:"configTan"}],attrs:{configTitle:e.configTitle},on:{config:function(t){return e.dele()},cancel:function(t){e.configTan=!1}}})],1)},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"nav"},[this._v("\n 数据源 > "),t("span",[this._v("枚举类型配置")])])},function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("tr",[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 r=a("VU/8")(o,c,!1,function(e){a("QNR+")},"data-v-5bae8db6",null);t.default=r.exports},"QNR+":function(e,t){}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([94],{MXu4:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a={components:{leftSide:n("FegP").a}},i={render:function(){var e=this.$createElement;return(this._self._c||e)("leftSide")},staticRenderFns:[]};var r=n("VU/8")(a,i,!1,function(e){n("avip")},"data-v-5954d437",null);t.default=r.exports},avip:function(e,t){}}); webpackJsonp([95],{MXu4:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a={components:{leftSide:n("FegP").a}},i={render:function(){var e=this.$createElement;return(this._self._c||e)("leftSide")},staticRenderFns:[]};var r=n("VU/8")(a,i,!1,function(e){n("avip")},"data-v-5954d437",null);t.default=r.exports},avip:function(e,t){}});
\ No newline at end of file \ No newline at end of file
webpackJsonp([97],{"3zWp":function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i={inject:["goBack"],data:function(){return{type:1}},created:function(){},mounted:function(){var t=this.$route.params.data;this.type=this.$route.params.type,console.log(t);this.video(document.getElementById("player"),{controls:!1,poster:"",preload:"auto",fluid:!0,autoplay:!0,language:"zh-CN",muted:!1,inactivityTimeout:!1,sources:[{src:t,type:"application/x-mpegURL",poster:""}]},function(){this.on("loadeddata",function(){this.play()}),this.on("ended",function(){this.play()})})},methods:{reload:function(){document.location.reload()},nav:function(){1==this.type?(this.$router.push({name:"testindex"}),this.goBack()):2==this.type&&this.$router.push({name:"allvideo"})}}},n={render:function(){var t=this.$createElement,e=this._self._c||t;return e("div",{attrs:{id:"div"}},[e("video",{staticClass:"video-js vjs-default-skin",attrs:{id:"player"}}),this._v(" "),e("span",{staticClass:"back",on:{click:this.nav}},[this._v("×")])])},staticRenderFns:[]};var o=a("VU/8")(i,n,!1,function(t){a("7rdj")},"data-v-55bfb342",null);e.default=o.exports},"7rdj":function(t,e){}}); webpackJsonp([98],{"3zWp":function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i={inject:["goBack"],data:function(){return{type:1}},created:function(){},mounted:function(){var t=this.$route.params.data;this.type=this.$route.params.type,console.log(t);this.video(document.getElementById("player"),{controls:!1,poster:"",preload:"auto",fluid:!0,autoplay:!0,language:"zh-CN",muted:!1,inactivityTimeout:!1,sources:[{src:t,type:"application/x-mpegURL",poster:""}]},function(){this.on("loadeddata",function(){this.play()}),this.on("ended",function(){this.play()})})},methods:{reload:function(){document.location.reload()},nav:function(){1==this.type?(this.$router.push({name:"testindex"}),this.goBack()):2==this.type&&this.$router.push({name:"allvideo"})}}},n={render:function(){var t=this.$createElement,e=this._self._c||t;return e("div",{attrs:{id:"div"}},[e("video",{staticClass:"video-js vjs-default-skin",attrs:{id:"player"}}),this._v(" "),e("span",{staticClass:"back",on:{click:this.nav}},[this._v("×")])])},staticRenderFns:[]};var o=a("VU/8")(i,n,!1,function(t){a("7rdj")},"data-v-55bfb342",null);e.default=o.exports},"7rdj":function(t,e){}});
\ No newline at end of file \ 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