123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315 |
- {extend name="public/container"}
- {block name="head_top"}
- {/block}
- {block name="content"}
- <style>
- .btn-outline{
- border:none;
- }
- .btn-outline:hover{
- background-color: #0e9aef;
- color: #fff;
- }
- .layui-form-item .layui-btn {
- margin-top: 5px;
- margin-right: 10px;
- }
- .layui-btn-primary{
- margin-right: 10px;
- margin-left: 0!important;
- }
- label{
- margin-bottom: 0!important;
- margin-top: 4px;
- }
- </style>
- <div class="layui-fluid">
- <div class="layui-row layui-col-space15" id="app">
- <!--搜索条件-->
- <div class="layui-col-md12">
- <div class="layui-card">
- <div class="layui-card-header">搜索条件</div>
- <div class="layui-card-body">
- <form class="layui-form layui-form-pane" action="">
- <div class="layui-form-item">
- <div class="layui-inline">
- <label class="layui-form-label" style="top: -4.5px">所有场次</label>
- <div class="layui-input-block">
- <select name="auction_id">
- <option value=" ">全部</option>
- {volist name='auction' id='vo'}
- <option value="{$vo.id}">{$vo.nickname}</option>
- {/volist}
- </select>
- </div>
- </div>
- <div class="layui-inline">
- <label class="layui-form-label" style="top: -4.5px">搜索</label>
- <div class="layui-input-block">
- <input type="text" name="store_name" class="layui-input" placeholder="账号,昵称.,编号">
- </div>
- </div>
- <div class="layui-col-lg12" id="app1">
- <label class="layui-form-label">创建时间:</label>
- <div class="layui-input-block" data-type="data" v-cloak="">
- <button class="layui-btn layui-btn-sm" type="button" v-for="item in dataList"
- @click="setData(item)"
- :class="{'layui-btn-primary':where.data!=item.value}">{{item.name}}
- </button>
- <button class="layui-btn layui-btn-sm" type="button" ref="time"
- @click="setData({value:'zd',is_zd:true})"
- :class="{'layui-btn-primary':where.data!='zd'}">自定义
- </button>
- <button type="button" class="layui-btn layui-btn-sm layui-btn-primary"
- v-show="showtime==true" ref="date_time">{$year.0} - {$year.1}
- </button>
- </div>
- </div>
- <div class="layui-inline" style="top: -5px">
- <div class="layui-input-inline">
- <button class="layui-btn layui-btn-sm layui-btn-normal" lay-submit="search" lay-filter="search" >
- <i class="layui-icon layui-icon-search"></i>搜索</button>
- </div>
- </div>
- </div>
- </form>
- </div>
- </div>
- </div>
- <!-- 中间详细信息-->
- <div :class="item.col!=undefined ? 'layui-col-sm'+item.col+' '+'layui-col-md'+item.col:'layui-col-sm6 layui-col-md3'"
- v-for="item in badge" v-cloak="" v-if="item.count > 0">
- </div>
- <!--enb-->
- </div>
- <!--列表-->
- <div class="layui-row layui-col-space15">
- <div class="layui-col-md12">
- <div class="layui-card">
- <div class="layui-card-header">预约列表</div>
- <div class="layui-card-body">
- <!-- <div class="layui-btn-container" id="container-action">-->
- <!-- <a class="layui-btn layui-btn-sm" href="{:Url('create')}">添加商品</a>-->
- <!-- <button class="layui-btn layui-btn-sm" data-type="del_auction">批量删除</button>-->
- <!-- </div>-->
- <table class="layui-hide" id="List" lay-filter="List"></table>
- <script type="text/html" id="image">
- <img style="cursor: pointer" lay-event="open_image" src="{{d.image}}">
- </script>
- <script type="text/html" id="status">
- {{# if(d.status < 1){ }}
- <button type="button" name="status" class="layui-btn-disabled layui-btn-xs" id="">
- 已退回
- </button>
- {{# } else if (d.status === 1){ }}
- <button type="button" name="status" class="layui-btn layui-btn-xs layui-btn-danger" id="">
- 正常
- </button>
- {{# } else{ }}
- <button type="button" name="status" class="layui-btn layui-btn-xs layui-btn-danger" id="">
- 扣除
- </button>
- {{# } }}
- </script>
- <script type="text/html" id="act">
- <button type="button" class="layui-btn layui-btn-xs layui-btn-danger" lay-event='th' id="">
- 退回
- </button>
- <button type="button" class="layui-btn layui-btn-xs layui-btn-danger" lay-event='delete' id="">
- 删除
- </button>
- </script>
- </div>
- </div>
- </div>
- </div>
- <!--end-->
- </div>
- <script src="{__ADMIN_PATH}js/layuiList.js"></script>
- {/block}
- {block name="script"}
- <script>
- //实例化form
- layList.form.render();
- layList.tableList('List', "{:Url('list')}", function () {
- return [
- {type: 'checkbox'},
- {field: 'id', title: 'ID', sort: true, event: 'id', width: '5%', templet: '#id'},
- {field: 'name', title: '场次', templet: '#name', align: 'center'},
- {field: 'account', title: '账号', templet: '#account', align: 'center'},
- {field: 'nickname', title: '呢称', templet: '#nickname', align: 'center'},
- {field: 'anticipate', title: '广告值', templet: '#price', align: 'center', style : 'color: #DC143C;'},
- {field: 'deduction', title: '扣除', templet: '#price', align: 'center', style : 'color: #DC143C;'},
- {field: 'frequency', title: '场次', templet: '#frequency', align: 'center'},
- {field: 'status', title: '状态', templet: '#status', align: 'center'},
- {field: 'create_time', title: '预约时间', templet: '#date', align: 'center'},
- {field: 'right', title: '操作', align: 'center', toolbar: '#act'},
- ];
- });
- //点击事件绑定
- layList.tool(function (event,data,obj) {
- switch (event) {
- case 'delete':
- var url=layList.U({c:'auction.auction_booking',a:'delete',q:{id:data.id}});
- var code = {title:"操作提示",text:"确定删除?",type:'info',confirm:'是的,删除'};
- $eb.$swal('delete',function(){
- $eb.axios.get(url).then(function(res){
- if(res.status == 200 && res.data.code == 200) {
- $eb.$swal('success',res.data.msg);
- obj.del();
- location.reload();
- }else
- return Promise.reject(res.data.msg || '删除失败')
- }).catch(function(err){
- $eb.$swal('error',err);
- });
- },code)
- break;
- case 'th':
- var url=layList.U({c:'auction.auction_booking',a:'th',q:{id:data.id}});
- var code = {title:"操作提示",text:"确定退回广告值?",type:'info',confirm:'是的,退回'};
- $eb.$swal('delete',function(){
- $eb.axios.get(url).then(function(res){
- if(res.status == 200 && res.data.code == 200) {
- $eb.$swal('success',res.data.msg);
- obj.del();
- location.reload();
- }else
- return Promise.reject(res.data.msg || '退回失败')
- }).catch(function(err){
- $eb.$swal('error',err);
- });
- },code)
- break;
- break;
- case 'edit':
- location.href = layList.U({a:'edit',q:{id:data.id}});
- break;
- }
- })
- //查询
- layList.search('search',function(where){
- console.log(111);
- layList.reload(where,true);
- });
- //改状态
- layList.switch('is_show',function (odj,value) {
- if(odj.elem.checked==true){
- layList.baseGet(layList.Url({c:'auction.auctionProduct',a:'set_status',p:{status:1,id:value}}),function (res) {
- layList.msg(res.msg, function () {
- layList.reload();
- });
- });
- }else{
- layList.baseGet(layList.Url({c:'auction.auctionProduct',a:'set_status',p:{status:0,id:value}}),function (res) {
- layList.msg(res.msg, function () {
- layList.reload();
- });
- });
- }
- });
- require(['vue'], function (Vue) {
- new Vue({
- el: "#app1",
- data: {
- badge: [],
- dataList: [
- {name: '全部', value: ''},
- {name: '今天', value: 'today'},
- {name: '昨天', value: 'yesterday'},
- {name: '最近7天', value: 'lately7'},
- {name: '最近30天', value: 'lately30'},
- {name: '本月', value: 'month'},
- {name: '本年', value: 'year'},
- ],
- where: {
- data: '',
- status: status,
- type: '',
- pay_type: '',
- excel: 0,
- },
- showtime: false,
- },
- watch: {
- 'where.status': function () {
- this.where.excel = 0;
- this.getBadge();
- layList.reload(this.where, true);
- },
- 'where.data': function () {
- this.where.excel = 0;
- this.getBadge();
- layList.reload(this.where, true);
- },
- 'where.type': function () {
- this.where.excel = 0;
- this.getBadge();
- layList.reload(this.where, true);
- },
- 'where.pay_type': function () {
- this.where.excel = 0;
- this.getBadge();
- layList.reload(this.where, true);
- }
- },
- methods: {
- setData: function (item) {
- var that = this;
- if (item.is_zd == true) {
- that.showtime = true;
- this.where.data = this.$refs.date_time.innerText;
- } else {
- this.showtime = false;
- this.where.data = item.value;
- }
- },
- getBadge: function () {
- var that = this;
- layList.basePost(layList.Url({c: 'order.store_order', a: 'getBadge'}), this.where, function (rem) {
- that.badge = rem.data;
- });
- },
- search: function () {
- this.where.excel = 0;
- this.getBadge();
- layList.reload(this.where, true);
- },
- refresh: function () {
- layList.reload();
- this.getBadge();
- },
- excel: function () {
- this.where.excel = 1;
- location.href = layList.U({c: 'order.store_order', a: 'order_list', q: this.where});
- this.where.excel = 0;
- }
- },
- mounted: function () {
- var that = this;
- that.getBadge();
- window.formReload = this.search;
- layList.laydate.render({
- elem: this.$refs.date_time,
- trigger: 'click',
- eventElem: this.$refs.time,
- range: true,
- change: function (value) {
- that.where.data = value;
- }
- });
- }
- })
- });
- </script>
- {/block}
|