1 line
47 KiB
JavaScript
1 line
47 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-065ef554"],{"07ff":function(t,e,n){"use strict";n("6f1c")},"0b65":function(t,e,n){"use strict";e["a"]={shortcuts:[{text:"今天",onClick:function(t){var e=new Date,n=new Date;n.setTime(new Date((new Date).getFullYear(),(new Date).getMonth(),(new Date).getDate())),t.$emit("pick",[n,e])}},{text:"昨天",onClick:function(t){var e=new Date,n=new Date;n.setTime(n.setTime(new Date((new Date).getFullYear(),(new Date).getMonth(),(new Date).getDate()-1))),e.setTime(e.setTime(new Date((new Date).getFullYear(),(new Date).getMonth(),(new Date).getDate()-1))),t.$emit("pick",[n,e])}},{text:"最近7天",onClick:function(t){var e=new Date,n=new Date;n.setTime(n.getTime()-6048e5),t.$emit("pick",[n,e])}},{text:"最近30天",onClick:function(t){var e=new Date,n=new Date;n.setTime(n.getTime()-2592e6),t.$emit("pick",[n,e])}},{text:"本月",onClick:function(t){var e=new Date,n=new Date;n.setTime(n.setTime(new Date((new Date).getFullYear(),(new Date).getMonth(),1))),t.$emit("pick",[n,e])}},{text:"本年",onClick:function(t){var e=new Date,n=new Date;n.setTime(n.setTime(new Date((new Date).getFullYear(),0,1))),t.$emit("pick",[n,e])}}]}},"4bc0":function(t,e,n){},"67c1":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"divBox"},[n("div",{staticClass:"selCard"},[n("el-form",{ref:"searchForm",attrs:{model:t.tableFrom,size:"small",inline:"","label-width":"85px"}},[n("el-form-item",{attrs:{label:"订单状态:",prop:"status"}},[n("el-select",{staticClass:"filter-item selWidth",attrs:{placeholder:"请选择",clearable:""},on:{change:function(e){return t.changeSearch()}},model:{value:t.tableFrom.status,callback:function(e){t.$set(t.tableFrom,"status",e)},expression:"tableFrom.status"}},[n("el-option",{attrs:{label:"全部",value:""}}),t._v(" "),n("el-option",{attrs:{label:"待付款",value:-3}}),t._v(" "),n("el-option",{attrs:{label:"待发货",value:0}}),t._v(" "),n("el-option",{attrs:{label:"待收货",value:1}}),t._v(" "),n("el-option",{attrs:{label:"交易完成",value:3}}),t._v(" "),n("el-option",{attrs:{label:"已删除",value:-10}})],1)],1),t._v(" "),n("el-form-item",{attrs:{label:"创建时间:"}},[n("el-date-picker",{staticClass:"selWidth",attrs:{"value-format":"yyyy/MM/dd",align:"right","unlink-panels":"",format:"yyyy/MM/dd",size:"small",type:"daterange",placement:"bottom-end",placeholder:"自定义时间","picker-options":t.pickerOptions},on:{change:t.onchangeTime},model:{value:t.timeVal,callback:function(e){t.timeVal=e},expression:"timeVal"}})],1),t._v(" "),n("el-form-item",{attrs:{label:"搜索:"}},[n("el-input",{staticClass:"input-with-select",attrs:{placeholder:"请输入内容"},nativeOn:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.changeSearch()}},model:{value:t.keywords,callback:function(e){t.keywords=e},expression:"keywords"}},[n("el-select",{attrs:{slot:"prepend",placeholder:"请选择"},slot:"prepend",model:{value:t.select,callback:function(e){t.select=e},expression:"select"}},[n("el-option",{attrs:{label:"全部",value:""}}),t._v(" "),n("el-option",{attrs:{label:"订单号",value:"order_sn"}}),t._v(" "),n("el-option",{attrs:{label:"UID",value:"uid"}}),t._v(" "),n("el-option",{attrs:{label:"用户姓名",value:"nickname"}}),t._v(" "),n("el-option",{attrs:{label:"用户电话",value:"phone"}})],1)],1)],1),t._v(" "),n("el-form-item",[n("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(e){return t.changeSearch()}}},[t._v("搜索")]),t._v(" "),n("el-button",{attrs:{size:"small"},on:{click:function(e){return t.searchReset()}}},[t._v("重置")])],1)],1)],1),t._v(" "),n("el-card",{staticClass:"mt14"},[n("div",{staticClass:"mb20"},[n("el-button",{attrs:{size:"small",type:"primary"},on:{click:t.exports}},[t._v("导出")])],1),t._v(" "),n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.listLoading,expression:"listLoading"}],staticClass:"table",attrs:{data:t.tableData.data,size:"small","highlight-current-row":"","cell-class-name":t.addTdClass}},[n("el-table-column",{attrs:{type:"expand"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("el-form",{staticClass:"demo-table-expand",attrs:{"label-position":"left",inline:""}},[n("el-form-item",{attrs:{label:"用户备注:"}},[n("span",[t._v(t._s(t._f("filterEmpty")(e.row.mark)))])]),t._v(" "),n("el-form-item",{attrs:{label:"商家备注:"}},[n("span",[t._v(t._s(t._f("filterEmpty")(e.row.remark)))])])],1)]}}])}),t._v(" "),n("el-table-column",{attrs:{label:"订单编号","min-width":"150"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",{staticStyle:{display:"block"},domProps:{textContent:t._s(e.row.order_sn)}}),t._v(" "),n("span",{directives:[{name:"show",rawName:"v-show",value:e.row.is_del>0,expression:"scope.row.is_del > 0"}],staticStyle:{color:"#ED4014",display:"block"}},[t._v("用户已删除")])]}}])}),t._v(" "),n("el-table-column",{attrs:{prop:"real_name",label:"收货人","min-width":"100"}}),t._v(" "),n("el-table-column",{attrs:{label:"商品信息","min-width":"330"},scopedSlots:t._u([{key:"default",fn:function(e){return t._l(e.row.orderProduct,(function(e,r){return n("div",{key:r,staticClass:"tabBox acea-row row-middle"},[n("div",{staticClass:"demo-image__preview"},[n("el-image",{attrs:{src:e.cart_info.product.image,"preview-src-list":[e.cart_info.product.image]}})],1),t._v(" "),n("span",{staticClass:"tabBox_tit"},[t._v(t._s(e.cart_info.product.store_name+" | ")+t._s(e.cart_info.productAttr.sku))]),t._v(" "),n("span",{staticClass:"tabBox_pice"},[t._v("\n "+t._s("¥"+e.cart_info.productAttr.price+" x "+e.product_num)+"\n "),e.refund_num<e.product_num&&e.refund_num>0?n("em",{staticStyle:{color:"red","font-style":"normal"}},[t._v("(-"+t._s(e.product_num-e.refund_num)+")")]):t._e()])])}))}}])}),t._v(" "),n("el-table-column",{attrs:{label:"兑换积分",prop:"integral","min-width":"80"}}),t._v(" "),n("el-table-column",{attrs:{label:"兑换金额",prop:"pay_price","min-width":"80"}}),t._v(" "),n("el-table-column",{attrs:{label:"订单状态","min-width":"80"},scopedSlots:t._u([{key:"default",fn:function(e){return[0===e.row.is_del?n("span",[0===e.row.paid?n("span",[t._v("待付款")]):n("span",[n("span",[t._v(t._s(t._f("integralOrderStatus")(e.row.status)))])])]):n("span",[t._v("已删除")])]}}])}),t._v(" "),n("el-table-column",{attrs:{prop:"serviceScore",label:"下单时间","min-width":"130"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[t._v(t._s(e.row.create_time))])]}}])}),t._v(" "),n("el-table-column",{attrs:{label:"操作","min-width":"120",fixed:"right"},scopedSlots:t._u([{key:"default",fn:function(e){return[1==e.row.paid&&0==e.row.status?n("el-button",{attrs:{type:"text",size:"small"},on:{click:function(n){return t.send(e.row.order_id)}}},[t._v("发送货")]):t._e(),t._v(" "),n("el-button",{attrs:{type:"text",size:"small"},on:{click:function(n){return t.onOrderDetails(e.row.order_id)}}},[t._v("订单详情")]),t._v(" "),e.row.is_del>0?n("el-button",{attrs:{type:"text",size:"small"},on:{click:function(n){return t.handleDelete(e.row,e.$index)}}},[t._v("删除")]):t._e()]}}])})],1),t._v(" "),n("div",{staticClass:"block"},[n("el-pagination",{attrs:{background:"","page-size":t.tableFrom.limit,"current-page":t.tableFrom.page,layout:"total, prev, pager, next, jumper",total:t.tableData.total},on:{"size-change":t.handleSizeChange,"current-change":t.pageChange}})],1)],1),t._v(" "),n("el-dialog",{attrs:{title:"订单发送货",visible:t.sendVisible,width:"800px","before-close":t.handleClose},on:{"update:visible":function(e){t.sendVisible=e}}},[n("el-form",{ref:"shipment",attrs:{model:t.shipment,rules:t.rules,"label-width":"120px"},nativeOn:{submit:function(t){t.preventDefault()}}},[n("el-form-item",{attrs:{label:"选择类型:",prop:"delivery_type"}},[n("el-radio-group",{on:{change:t.changeSend},model:{value:t.shipment.delivery_type,callback:function(e){t.$set(t.shipment,"delivery_type",e)},expression:"shipment.delivery_type"}},[n("el-radio",{attrs:{label:1}},[t._v("手动发货")]),t._v(" "),n("el-radio",{staticClass:"radio",attrs:{label:3}},[t._v(" 无需物流")]),t._v(" "),n("el-radio",{attrs:{label:2}},[t._v("自己配送")])],1)],1),t._v(" "),1==t.shipment.delivery_type?n("el-form-item",{attrs:{label:"快递公司:",prop:"delivery_name"}},[n("el-select",{staticClass:"filter-item selWidth mr20",attrs:{filterable:"",placeholder:"请选择快递公司"},model:{value:t.shipment.delivery_name,callback:function(e){t.$set(t.shipment,"delivery_name",e)},expression:"shipment.delivery_name"}},t._l(t.deliveryList,(function(t){return n("el-option",{key:t.value,attrs:{label:t.label,value:t.value}})})),1)],1):t._e(),t._v(" "),1==t.shipment.delivery_type?n("el-form-item",{attrs:{label:"快递单号:",prop:"delivery_id"}},[n("el-input",{attrs:{placeholder:"请输入快递单号"},model:{value:t.shipment.delivery_id,callback:function(e){t.$set(t.shipment,"delivery_id",e)},expression:"shipment.delivery_id"}})],1):t._e(),t._v(" "),2==t.shipment.delivery_type?n("el-form-item",{attrs:{label:"送货人姓名:",prop:"to_name"}},[n("el-input",{attrs:{maxlength:"10",placeholder:"请输入送货人姓名"},model:{value:t.shipment.to_name,callback:function(e){t.$set(t.shipment,"to_name",e)},expression:"shipment.to_name"}})],1):t._e(),t._v(" "),2==t.shipment.delivery_type?n("el-form-item",{attrs:{label:"送货人手机号:",prop:"to_phone"}},[n("el-input",{attrs:{placeholder:"请输入送货人手机号"},model:{value:t.shipment.to_phone,callback:function(e){t.$set(t.shipment,"to_phone",e)},expression:"shipment.to_phone"}})],1):t._e(),t._v(" "),n("el-form-item",{attrs:{label:"备注:",prop:"remark"}},[n("el-input",{attrs:{type:"textarea",placeholder:"请输入备注"},model:{value:t.shipment.remark,callback:function(e){t.$set(t.shipment,"remark",e)},expression:"shipment.remark"}})],1)],1),t._v(" "),n("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[n("el-button",{on:{click:t.handleClose}},[t._v("取 消")]),t._v(" "),n("el-button",{attrs:{loading:t.loading,type:"primary"},on:{click:function(e){return t.submitForm("shipment")}}},[t._v("提交")])],1)],1),t._v(" "),n("order-detail",{ref:"orderDetail",attrs:{drawer:t.drawer},on:{closeDrawer:t.closeDrawer,changeDrawer:t.changeDrawer,send:t.send}})],1)},i=[],a=(n("7f7f"),n("c80c")),s=(n("96cf"),n("3b8d")),o=n("b7be"),c=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",[r("el-drawer",{attrs:{"with-header":!1,size:1e3,visible:t.drawer,direction:t.direction,"before-close":t.handleClose},on:{"update:visible":function(e){t.drawer=e}}},[r("div",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}]},[r("div",{staticClass:"head"},[r("div",{staticClass:"full"},[r("img",{staticClass:"order_icon",attrs:{src:t.orderImg,alt:""}}),t._v(" "),r("div",{staticClass:"text"},[r("div",{staticClass:"title"},[t._v("普通订单")]),t._v(" "),r("div",[r("span",{staticClass:"mr20"},[t._v("订单编号:"+t._s(t.orderDetailList.order_sn))])])]),t._v(" "),r("div",[0===t.orderDetailList.status&&1===t.orderDetailList.paid?r("el-button",{attrs:{type:"primary",size:"small"},on:{click:t.toSendGoods}},[t._v("发送货")]):t._e(),t._v(" "),r("el-button",{attrs:{size:"small"},on:{click:t.onOrderMark}},[t._v("备注")])],1)]),t._v(" "),r("ul",{staticClass:"list"},[r("li",{staticClass:"item"},[r("div",{staticClass:"title"},[t._v("订单状态")]),t._v(" "),r("div",[1==t.orderDetailList.is_del?r("div",{staticClass:"value1"},[t._v("用户已删除")]):t.orderDetailList.pay_time||0!=t.orderDetailList.is_del?t.orderDetailList.pay_time&&0==t.orderDetailList.is_del?r("div",{staticClass:"value1"},[r("span",[t._v(t._s(t._f("integralOrderStatus")(t.orderDetailList.status)))])]):t._e():r("div",{staticClass:"value1"},[t._v("待付款")])])]),t._v(" "),r("li",{staticClass:"item"},[r("div",{staticClass:"title"},[t._v("实际支付")]),t._v(" "),r("div",[t._v(" "+t._s(t.orderDetailList.pay_time?t.orderDetailList.integral+"个积分+"+t.orderDetailList.pay_price+"元":"-"))])]),t._v(" "),r("li",{staticClass:"item"},[r("div",{staticClass:"title"},[t._v("支付方式")]),t._v(" "),t.orderDetailList.pay_time?r("div",[r("span",[t._v("积分")]),0!=Number(t.orderDetailList.pay_price)?r("span",[t._v("+"+t._s(t._f("payTypeFilter")(t.orderDetailList.pay_type)))]):t._e(),t._v("支付")]):r("div",[t._v("-")])]),t._v(" "),r("li",{staticClass:"item"},[r("div",{staticClass:"title"},[t._v("支付时间")]),t._v(" "),r("div",[t._v(t._s(t.orderDetailList.create_time))])])])]),t._v(" "),r("el-tabs",{attrs:{type:"border-card"},on:{"tab-click":t.tabClick},model:{value:t.activeName,callback:function(e){t.activeName=e},expression:"activeName"}},[r("el-tab-pane",{attrs:{label:"订单信息",name:"detail"}},[t.orderDetailList.user?r("div",{staticClass:"section"},[r("div",{staticClass:"title"},[t._v("用户信息")]),t._v(" "),r("ul",{staticClass:"list"},[r("li",{staticClass:"item"},[r("div",[t._v("用户昵称:")]),t._v(" "),r("div",{staticClass:"value"},[t._v("\n "+t._s(t.orderDetailList.user.real_name?t.orderDetailList.user.real_name:t.orderDetailList.user.nickname)+"\n ")])]),t._v(" "),r("li",{staticClass:"item"},[r("div",[t._v("用户ID:")]),t._v(" "),r("div",{staticClass:"value"},[t._v(t._s(t.orderDetailList.user.uid?t.orderDetailList.user.uid:"-"))])]),t._v(" "),r("li",{staticClass:"item"},[r("div",[t._v("绑定电话:")]),t._v(" "),r("div",{staticClass:"value"},[t._v(t._s(t.orderDetailList.user.phone?t.orderDetailList.user.phone:"-"))])])])]):t._e(),t._v(" "),r("div",{staticClass:"section"},[r("div",{staticClass:"title"},[t._v("收货信息")]),t._v(" "),r("ul",{staticClass:"list"},[r("li",{staticClass:"item"},[r("div",[t._v("收货人:")]),t._v(" "),r("div",{staticClass:"value"},[t._v(t._s(t.orderDetailList.real_name?t.orderDetailList.real_name:"-"))])]),t._v(" "),r("li",{staticClass:"item"},[r("div",[t._v("收货电话:")]),t._v(" "),r("div",{staticClass:"value"},[t._v(t._s(t.orderDetailList.user_phone?t.orderDetailList.user_phone:"-"))])]),t._v(" "),r("li",{staticClass:"item"},[r("div",[t._v("收货地址:")]),t._v(" "),r("div",{staticClass:"value"},[t._v(t._s(t.orderDetailList.user_address?t.orderDetailList.user_address:"-"))])])])]),t._v(" "),r("div",{staticClass:"section"},[r("div",{staticClass:"title"},[t._v("订单信息")]),t._v(" "),r("ul",{staticClass:"list"},[r("li",{staticClass:"item"},[r("div",[t._v("创建时间:")]),t._v(" "),r("div",{staticClass:"value"},[t._v(t._s(t.orderDetailList.create_time?t.orderDetailList.create_time:"-"))])]),t._v(" "),r("li",{staticClass:"item"},[r("div",[t._v("商品总数:")]),t._v(" "),r("div",{staticClass:"value"},[t._v(t._s(t.orderDetailList.total_num?t.orderDetailList.total_num:"-"))])]),t._v(" "),r("li",{staticClass:"item"},[r("div",[t._v("实际支付:")]),t._v(" "),r("div",{staticClass:"value"},[t._v(t._s(t.orderDetailList.pay_time?t.orderDetailList.integral+"个积分+"+t.orderDetailList.pay_price+"元":"-"))])]),t._v(" "),t.orderDetailList.integral?r("li",{staticClass:"item"},[r("div",[t._v("积分抵扣:")]),t._v(" "),r("div",{staticClass:"value"},[t._v("使用了"+t._s(t.orderDetailList.integral)+"个积分")])]):t._e(),t._v(" "),r("li",{staticClass:"item"},[r("div",[t._v("订单总价:")]),t._v(" "),r("div",{staticClass:"value"},[t._v(t._s(t.orderDetailList.total_price?t.orderDetailList.total_price:"-"))])])])]),t._v(" "),"1"===t.orderDetailList.delivery_type?r("div",{staticClass:"section"},[r("div",{staticClass:"title"},[t._v("物流信息")]),t._v(" "),r("ul",{staticClass:"list"},[r("li",{staticClass:"item acea-row row-middle"},[r("div",[t._v("快递公司:")]),t._v(" "),r("div",{staticClass:"value"},[t._v(t._s(t.orderDetailList.delivery_name?t.orderDetailList.delivery_name:"-"))])]),t._v(" "),r("li",{staticClass:"item acea-row row-middle"},[r("div",[t._v("快递单号:")]),t._v(" "),r("div",{staticClass:"value"},[t._v(t._s(t.orderDetailList.delivery_id?t.orderDetailList.delivery_id:"-"))]),t._v(" "),r("el-button",{attrs:{type:"text",size:"mini"},on:{click:t.openLogistics}},[t._v("物流查询")])],1)])]):t._e(),t._v(" "),r("div",{staticClass:"section"},[r("div",{staticClass:"title"},[t._v("买家留言")]),t._v(" "),r("ul",{staticClass:"list"},[r("li",{staticClass:"item"},[r("div",[t._v(t._s(t.orderDetailList.mark?t.orderDetailList.mark:"-"))])])])]),t._v(" "),r("div",{staticClass:"section"},[r("div",{staticClass:"title"},[t._v("商家备注")]),t._v(" "),r("ul",{staticClass:"list"},[r("li",{staticClass:"item"},[r("div",[t._v(t._s(t.orderDetailList.remark?t.orderDetailList.remark:"-"))])])])])]),t._v(" "),r("el-tab-pane",{attrs:{label:"商品信息",name:"goods"}},[r("el-table",{attrs:{data:t.orderDetailList.orderProduct,size:"small"}},[r("el-table-column",{attrs:{label:"商品信息","min-width":"300"},scopedSlots:t._u([{key:"default",fn:function(e){return[r("div",{staticClass:"tab"},[r("div",{staticClass:"demo-image__preview"},[r("el-image",{attrs:{src:e.row.cart_info.product.image,"preview-src-list":[e.row.cart_info.product.image]}})],1),t._v(" "),r("div",[r("div",{staticClass:"line1"},[t._v(t._s(e.row.cart_info.product.store_name))]),t._v(" "),r("div",{staticClass:"line1 gary"},[t._v("\n 规格:"+t._s(e.row.cart_info.productAttr.sku?e.row.cart_info.productAttr.sku:"默认")+"\n ")])])])]}}])}),t._v(" "),r("el-table-column",{attrs:{label:"售价","min-width":"90"},scopedSlots:t._u([{key:"default",fn:function(e){return[r("div",{staticClass:"tab"},[r("div",{staticClass:"line1"},[t._v("\n "+t._s(e.row.cart_info.productAttr.price?e.row.cart_info.productAttr.price:"-")+"\n ")])])]}}])}),t._v(" "),r("el-table-column",{attrs:{label:"实付金额","min-width":"90"},scopedSlots:t._u([{key:"default",fn:function(e){return[r("div",{staticClass:"tab"},[r("div",{staticClass:"line1"},[t._v("\n "+t._s(e.row.product_price?e.row.product_price+"元":"-")+"\n ")])])]}}])}),t._v(" "),r("el-table-column",{attrs:{label:"实付积分","min-width":"90"},scopedSlots:t._u([{key:"default",fn:function(e){return[r("div",{staticClass:"tab"},[r("div",{staticClass:"line1"},[t._v("\n "+t._s(e.row.integral_total?e.row.integral_total+"积分":"-")+"\n ")])])]}}])}),t._v(" "),r("el-table-column",{attrs:{label:"购买数量","min-width":"90"},scopedSlots:t._u([{key:"default",fn:function(e){return[r("div",{staticClass:"tab"},[r("div",{staticClass:"line1"},[t._v("\n "+t._s(e.row.product_num)+"\n ")])])]}}])})],1)],1),t._v(" "),r("el-tab-pane",{attrs:{label:"订单记录",name:"orderList"}},[r("div",[r("el-form",{attrs:{size:"small","label-width":"80px"}},[r("div",{staticClass:"acea-row"},[r("el-form-item",{attrs:{label:"操作端:"}},[r("el-select",{staticStyle:{width:"140px","margin-right":"20px"},attrs:{placeholder:"请选择",clearable:"",filterable:""},on:{change:function(e){return t.onOrderLog(t.orderId)}},model:{value:t.tableFromLog.user_type,callback:function(e){t.$set(t.tableFromLog,"user_type",e)},expression:"tableFromLog.user_type"}},[r("el-option",{attrs:{label:"系统",value:"0"}}),t._v(" "),r("el-option",{attrs:{label:"用户",value:"1"}}),t._v(" "),r("el-option",{attrs:{label:"平台",value:"2"}})],1)],1),t._v(" "),r("el-form-item",{attrs:{label:"操作时间:"}},[r("el-date-picker",{attrs:{type:"datetimerange",placeholder:"选择日期","value-format":"yyyy/MM/dd HH:mm:ss",clearable:""},on:{change:t.onchangeTime},model:{value:t.timeVal,callback:function(e){t.timeVal=e},expression:"timeVal"}})],1)],1)])],1),t._v(" "),r("el-table",{attrs:{data:t.tableDataLog.data,size:"small"}},[r("el-table-column",{attrs:{prop:"order_id",label:"订单编号","min-width":"200"},scopedSlots:t._u([{key:"default",fn:function(e){return[r("span",[t._v(t._s(e.row.order_sn))])]}}])}),t._v(" "),r("el-table-column",{attrs:{label:"操作记录","min-width":"200"},scopedSlots:t._u([{key:"default",fn:function(e){return[r("span",[t._v(t._s(e.row.change_message))])]}}])}),t._v(" "),r("el-table-column",{attrs:{label:"操作角色","min-width":"150"},scopedSlots:t._u([{key:"default",fn:function(e){return[r("div",{staticClass:"tab"},[r("div",[t._v(t._s(t.operationType(e.row.user_type)))])])]}}])}),t._v(" "),r("el-table-column",{attrs:{label:"操作人","min-width":"150"},scopedSlots:t._u([{key:"default",fn:function(e){return[r("div",{staticClass:"tab"},[r("div",[t._v(t._s(e.row.nickname))])])]}}])}),t._v(" "),r("el-table-column",{attrs:{label:"操作时间","min-width":"150"},scopedSlots:t._u([{key:"default",fn:function(e){return[r("div",{staticClass:"tab"},[r("div",{staticClass:"line1"},[t._v(t._s(e.row.change_time))])])]}}])})],1),t._v(" "),r("div",{staticClass:"block"},[r("el-pagination",{attrs:{"page-size":t.tableFromLog.limit,"current-page":t.tableFromLog.page,layout:"prev, pager, next, jumper",total:t.tableDataLog.total},on:{"size-change":t.handleSizeChangeLog,"current-change":t.pageChangeLog}})],1)],1)],1)],1)]),t._v(" "),t.dialogLogistics?r("el-dialog",{attrs:{title:"物流查询",visible:t.dialogLogistics,width:"350px"},on:{"update:visible":function(e){t.dialogLogistics=e}}},[r("div",{staticClass:"logistics acea-row row-top"},[r("div",{staticClass:"logistics_img"},[r("img",{attrs:{src:n("bd9b")}})]),t._v(" "),r("div",{staticClass:"logistics_cent"},[r("span",[t._v("物流公司:"+t._s(t.orderDetailList.delivery_name))]),t._v(" "),r("span",[t._v("物流单号:"+t._s(t.orderDetailList.delivery_id))])])]),t._v(" "),r("div",{staticClass:"acea-row row-column-around trees-coadd"},[r("div",{staticClass:"scollhide"},[t.result.length>0?r("el-timeline",t._l(t.result,(function(e,n){return r("el-timeline-item",{key:n},[r("p",{staticClass:"time",domProps:{textContent:t._s(e.time)}}),t._v(" "),r("p",{staticClass:"content",domProps:{textContent:t._s(e.status)}})])})),1):t._e()],1)])]):t._e()],1)},l=[],u=n("bd86"),d={props:{drawer:{type:Boolean,default:!1}},data:function(){return Object(u["a"])(Object(u["a"])(Object(u["a"])(Object(u["a"])(Object(u["a"])({loading:!0,orderId:"",direction:"rtl",activeName:"detail",goodsList:[],orderConfirm:!1,sendGoods:!1,dialogLogistics:!1,confirmReceiptForm:{id:""},orderData:[],contentList:[],nicknameList:[],result:[],timeVal:[],childOrder:[]},"childOrder",[]),"tableDataLog",{data:[],total:0}),"tableFromLog",{user_type:"",date:[],page:1,limit:10}),"orderDetailList",{user:{real_name:""},groupOrder:{group_order_sn:""}}),"orderImg",n("ea8b"))},filters:{},methods:{onchangeTime:function(t){this.timeVal=t,this.tableFromLog.date=t?this.timeVal.join("-"):"",this.onOrderLog(this.orderId)},handleClose:function(){this.activeName="detail",this.$emit("closeDrawer"),this.sendGoods=!1,this.orderRemark=!1},openLogistics:function(){this.getOrderData(),this.dialogLogistics=!0},getOrderData:function(){var t=this;Object(o["ub"])(this.orderId).then(function(){var e=Object(s["a"])(Object(a["a"])().mark((function e(n){return Object(a["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:t.result=n.data;case 1:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()).catch((function(e){t.$message.error(e.message)}))},toSendGoods:function(){this.$emit("send",this.orderId)},printOrder:function(){var t=this;Object(o["orderPrintApi"])(this.orderId).then((function(e){t.$message.success(e.message)})).catch((function(e){t.$message.error(e.message)}))},onOrderMark:function(){var t=this;this.$modalForm(Object(o["qb"])(this.orderId)).then((function(){return t.getInfo(t.orderId)}))},getDelivery:function(){var t=this;Object(o["orderDeliveryApi"])(this.orderId).then((function(e){t.$message.success(e.message),t.sendGoods=!1})).catch((function(e){t.$message.error(e.message)}))},getInfo:function(t){var e=this;this.loading=!0,this.orderId=t,Object(o["sb"])(t).then((function(t){e.drawer=!0,e.loading=!1,e.orderDetailList=t.data})).catch((function(t){e.loading=!1,e.$message.error(t.message)}))},handleDelete:function(){var t=this;this.$modalSure().then((function(){Object(o["orderDeleteApi"])(t.orderId).then((function(e){var n=e.message;t.$message.success(n)})).catch((function(e){var n=e.message;t.$message.error(n)}))}))},tabClick:function(t){"orderList"===t.name&&this.onOrderLog(this.orderId)},onOrderLog:function(t){var e=this;Object(o["vb"])(t,this.tableFromLog).then((function(t){e.tableDataLog.data=t.data.list,e.tableDataLog.total=t.data.count}))},pageChangeLog:function(t){this.tableFromLog.page=t,this.onOrderLog(this.orderId)},handleSizeChangeLog:function(t){this.tableFromLog.limit=t,this.onOrderLog(this.orderId)},operationType:function(t){return 0==t?"系统":1==t?"用户":2==t?"平台":"未知"}}},f=d,p=(n("fa4b"),n("2877")),m=Object(p["a"])(f,c,l,!1,null,"5dbc116b",null),v=m.exports,g=n("2e83"),h=n("0b65"),_={components:{orderDetail:v},data:function(){return{select:"",keywords:"",orderId:0,tableData:{data:[],total:0},pickerOptions:h["a"],listLoading:!0,tableFrom:{keywords:"",status:"",date:"",page:1,limit:20,product_id:""},timeVal:[],ids:"",uid:"",visibleDetail:!1,tableFromLog:{page:1,limit:10},loading:!1,dialogVisible:!1,cardLists:[],orderDatalist:null,shipment:{delivery_type:1},deliveryList:[],drawer:!1,sendVisible:!1,rules:{delivery_type:[{required:!0,message:"请选择发送货方式",trigger:"change"}],delivery_name:[{required:!0,message:"请选择快递公司",trigger:"change"}],to_name:[{required:!0,message:"请输入送货人姓名",trigger:"blur"}],delivery_id:[{required:!0,message:"请输入快递单号",trigger:"blur"}],to_phone:[{required:!0,message:"请输入送货人手机号",trigger:"blur"},{pattern:/^1[3456789]\d{9}$/,message:"请输入正确的手机号",trigger:"blur"}]}}},watch:{"$route.query.id":{handler:function(t){this.tableFrom.product_id=t||"",this.getList("")},immediate:!1,deep:!0}},mounted:function(){this.$route.query.id?this.tableFrom.product_id=this.$route.query.id:this.tableFrom.product_id="",this.getExpressLst(),this.getList("")},activated:function(){this.$route.query.id?this.tableFrom.product_id=this.$route.query.id:this.tableFrom.product_id="",this.getList("")},methods:{searchReset:function(){this.timeVal=[],this.tableFrom.date="",this.keywords="",this.$refs.searchForm.resetFields(),this.changeSearch()},addTdClass:function(t){if(!(t.row.status>0&&1==t.row.paid))return" ";for(var e=0;e<t.row.orderProduct.length;e++)if(t.row.orderProduct[e].refund_num>0&&t.row.orderProduct[e].refund_num<t.row.orderProduct[e].product_num)return"row-bg"},exports:function(){var t=Object(s["a"])(Object(a["a"])().mark((function t(){var e,n,r,i,s;return Object(a["a"])().wrap((function(t){while(1)switch(t.prev=t.next){case 0:e=JSON.parse(JSON.stringify(this.tableFrom)),n=[],e.page=1,r=1,i={},s=0;case 5:if(!(s<r)){t.next=14;break}return t.next=8,this.downData(e);case 8:i=t.sent,r=Math.ceil(i.count/e.limit),i.export.length&&(n=n.concat(i.export),e.page++);case 11:s++,t.next=5;break;case 14:return Object(g["a"])(i.header,i.title,n,i.foot,i.filename),t.abrupt("return");case 16:case"end":return t.stop()}}),t,this)})));function e(){return t.apply(this,arguments)}return e}(),downData:function(t){return new Promise((function(e,n){Object(o["tb"])(t).then((function(t){return e(t.data)}))}))},exportRecord:function(){var t=this;exportOrderApi(this.tableFrom).then((function(e){var n=t.$createElement;t.$msgbox({title:"提示",message:n("p",null,[n("span",null,'文件正在生成中,请稍后点击"'),n("span",{style:"color: teal"},"导出记录"),n("span",null,'"查看~ ')]),confirmButtonText:"我知道了"}).then((function(t){}))})).catch((function(e){t.$message.error(e.message)}))},handleDelete:function(t,e){var n=this;this.$modalSure().then((function(){Object(o["rb"])(t.order_id).then((function(t){var r=t.message;n.$message.success(r),n.tableData.data.splice(e,1)})).catch((function(t){var e=t.message;n.$message.error(e)}))}))},getExpressLst:function(){var t=this;Object(o["db"])().then((function(e){t.deliveryList=e.data})).catch((function(e){t.$message.error(e.message)}))},send:function(t){this.sendVisible=!0,this.orderId=t,this.sendReset()},sendReset:function(){this.shipment={delivery_type:1,delivery_name:"",delivery_id:"",from_name:"",from_addr:"",from_tel:"",remark:""}},changeSend:function(){this.$refs["shipment"].clearValidate()},handleClose:function(){this.sendVisible=!1,this.$refs["shipment"].resetFields()},submitForm:function(t){var e=this;2==this.shipment.delivery_type&&(this.shipment.delivery_name=this.shipment.to_name,this.shipment.delivery_id=this.shipment.to_phone),this.$refs[t].validate((function(t){t&&(e.loading=!0,delete e.shipment.to_name,delete e.shipment.to_phone,Object(o["nb"])(e.orderId,e.shipment).then((function(t){e.sendVisible=!1,e.$message.success(t.message),e.drawer=!1,e.getList(""),e.loading=!1})).catch((function(t){var n=t.message;e.$message.error(n),e.loading=!1})))}))},onOrderDetails:function(t){this.orderId=t,this.$refs.orderDetail.getInfo(t),this.drawer=!0},changeDrawer:function(t){this.drawer=t},closeDrawer:function(){this.drawer=!1},pageChangeLog:function(t){this.tableFromLog.page=t,this.getList("")},handleSizeChangeLog:function(t){this.tableFromLog.limit=t,this.getList("")},onchangeTime:function(t){this.timeVal=t,this.tableFrom.date=t?this.timeVal.join("-"):"",this.changeSearch()},changeSearch:function(){switch(this.resetSearchVal(),this.select){case"uid":this.tableFrom.uid=this.keywords,this.getList(1);break;case"nickname":this.tableFrom.nickname=this.keywords,this.getList(1);break;case"phone":this.tableFrom.phone=this.keywords,this.getList(1);break;case"order_sn":this.tableFrom.order_sn=this.keywords,this.getList(1);break;case"mer_name":this.tableFrom.mer_name=this.keywords,this.getList(1);break;default:this.tableFrom.keywords=this.keywords,this.getList(1);break}},resetSearchVal:function(){this.tableFrom.mer_name="",this.tableFrom.order_sn="",this.tableFrom.phone="",this.tableFrom.nickname="",this.tableFrom.uid="",this.tableFrom.keywords=""},getList:function(t){var e=this;this.listLoading=!0,this.tableFrom.page=t||this.tableFrom.page,Object(o["wb"])(this.tableFrom).then((function(t){e.tableData.data=t.data.list,e.tableData.total=t.data.count,e.listLoading=!1})).catch((function(t){e.$message.error(t.message),e.listLoading=!1}))},pageChange:function(t){this.tableFrom.page=t,this.getList("")},handleSizeChange:function(t){this.tableFrom.limit=t,this.getList("")}}},b=_,w=(n("07ff"),Object(p["a"])(b,r,i,!1,null,"5d7636d2",null));e["default"]=w.exports},"6f1c":function(t,e,n){},b7be:function(t,e,n){"use strict";n.d(e,"Qb",(function(){return i})),n.d(e,"Pb",(function(){return a})),n.d(e,"Lb",(function(){return s})),n.d(e,"Kb",(function(){return o})),n.d(e,"Jb",(function(){return c})),n.d(e,"Mb",(function(){return l})),n.d(e,"Nb",(function(){return u})),n.d(e,"Ob",(function(){return d})),n.d(e,"W",(function(){return f})),n.d(e,"R",(function(){return p})),n.d(e,"S",(function(){return m})),n.d(e,"U",(function(){return v})),n.d(e,"T",(function(){return g})),n.d(e,"Db",(function(){return h})),n.d(e,"Q",(function(){return _})),n.d(e,"x",(function(){return b})),n.d(e,"D",(function(){return w})),n.d(e,"v",(function(){return y})),n.d(e,"u",(function(){return D})),n.d(e,"w",(function(){return C})),n.d(e,"Eb",(function(){return k})),n.d(e,"Fb",(function(){return L})),n.d(e,"nc",(function(){return A})),n.d(e,"A",(function(){return F})),n.d(e,"z",(function(){return x})),n.d(e,"E",(function(){return O})),n.d(e,"i",(function(){return S})),n.d(e,"mc",(function(){return V})),n.d(e,"jc",(function(){return B})),n.d(e,"lc",(function(){return E})),n.d(e,"ic",(function(){return M})),n.d(e,"kc",(function(){return R})),n.d(e,"Zb",(function(){return Q})),n.d(e,"oc",(function(){return q})),n.d(e,"y",(function(){return I})),n.d(e,"C",(function(){return z})),n.d(e,"B",(function(){return j})),n.d(e,"O",(function(){return G})),n.d(e,"G",(function(){return N})),n.d(e,"J",(function(){return J})),n.d(e,"K",(function(){return T})),n.d(e,"I",(function(){return Y})),n.d(e,"L",(function(){return K})),n.d(e,"P",(function(){return U})),n.d(e,"N",(function(){return P})),n.d(e,"M",(function(){return W})),n.d(e,"F",(function(){return Z})),n.d(e,"H",(function(){return H})),n.d(e,"V",(function(){return X})),n.d(e,"pb",(function(){return $})),n.d(e,"ob",(function(){return tt})),n.d(e,"hc",(function(){return et})),n.d(e,"fb",(function(){return nt})),n.d(e,"rc",(function(){return rt})),n.d(e,"cb",(function(){return it})),n.d(e,"ab",(function(){return at})),n.d(e,"bb",(function(){return st})),n.d(e,"gc",(function(){return ot})),n.d(e,"X",(function(){return ct})),n.d(e,"o",(function(){return lt})),n.d(e,"n",(function(){return ut})),n.d(e,"m",(function(){return dt})),n.d(e,"l",(function(){return ft})),n.d(e,"k",(function(){return pt})),n.d(e,"Y",(function(){return mt})),n.d(e,"t",(function(){return vt})),n.d(e,"r",(function(){return gt})),n.d(e,"q",(function(){return ht})),n.d(e,"s",(function(){return _t})),n.d(e,"p",(function(){return bt})),n.d(e,"kb",(function(){return wt})),n.d(e,"ib",(function(){return yt})),n.d(e,"mb",(function(){return Dt})),n.d(e,"jb",(function(){return Ct})),n.d(e,"lb",(function(){return kt})),n.d(e,"Z",(function(){return Lt})),n.d(e,"Bb",(function(){return At})),n.d(e,"Ab",(function(){return Ft})),n.d(e,"yb",(function(){return xt})),n.d(e,"Cb",(function(){return Ot})),n.d(e,"eb",(function(){return St})),n.d(e,"xb",(function(){return Vt})),n.d(e,"zb",(function(){return Bt})),n.d(e,"wb",(function(){return Et})),n.d(e,"sb",(function(){return Mt})),n.d(e,"ub",(function(){return Rt})),n.d(e,"tb",(function(){return Qt})),n.d(e,"nb",(function(){return qt})),n.d(e,"db",(function(){return It})),n.d(e,"qb",(function(){return zt})),n.d(e,"vb",(function(){return jt})),n.d(e,"rb",(function(){return Gt})),n.d(e,"a",(function(){return Nt})),n.d(e,"pc",(function(){return Jt})),n.d(e,"d",(function(){return Tt})),n.d(e,"f",(function(){return Yt})),n.d(e,"c",(function(){return Kt})),n.d(e,"j",(function(){return Ut})),n.d(e,"b",(function(){return Pt})),n.d(e,"h",(function(){return Wt})),n.d(e,"e",(function(){return Zt})),n.d(e,"g",(function(){return Ht})),n.d(e,"Sb",(function(){return Xt})),n.d(e,"ac",(function(){return $t})),n.d(e,"Vb",(function(){return te})),n.d(e,"Tb",(function(){return ee})),n.d(e,"Ub",(function(){return ne})),n.d(e,"Wb",(function(){return re})),n.d(e,"Yb",(function(){return ie})),n.d(e,"gb",(function(){return ae})),n.d(e,"hb",(function(){return se})),n.d(e,"dc",(function(){return oe})),n.d(e,"fc",(function(){return ce})),n.d(e,"Xb",(function(){return le})),n.d(e,"cc",(function(){return ue})),n.d(e,"bc",(function(){return de})),n.d(e,"ec",(function(){return fe}));var r=n("0c6d");function i(t){return r["a"].get("/store/coupon/platformLst",t)}function a(t){return r["a"].get("/store/coupon/update/".concat(t,"/form"))}function s(t){return r["a"].get("/store/coupon/show/".concat(t))}function o(t){return r["a"].delete("store/coupon/delete/".concat(t))}function c(t){return r["a"].get("/store/coupon/sys/clone/".concat(t,"/form"))}function l(t){return r["a"].get("store/coupon/sys/issue",t)}function u(t,e){return r["a"].get("store/coupon/show_lst/".concat(t),e)}function d(t){return r["a"].get("/store/coupon/send/lst",t)}function f(t){return r["a"].post("store/coupon/send",t)}function p(t){return r["a"].get("store/coupon/detail/".concat(t))}function m(t){return r["a"].get("store/coupon/lst",t)}function v(t,e){return r["a"].post("store/coupon/status/".concat(t),{status:e})}function g(){return r["a"].get("store/coupon/create/form")}function h(t){return r["a"].get("store/coupon/issue",t)}function _(t){return r["a"].delete("store/coupon/delete/".concat(t))}function b(t){return r["a"].get("broadcast/room/lst",t)}function w(t,e){return r["a"].post("broadcast/room/status/".concat(t),e)}function y(t){return r["a"].delete("broadcast/room/delete/".concat(t))}function D(t){return r["a"].get("broadcast/room/apply/form/".concat(t))}function C(t){return r["a"].get("broadcast/room/detail/".concat(t))}function k(t,e){return r["a"].post("broadcast/room/feedsPublic/".concat(t),{status:e})}function L(t,e){return r["a"].post("broadcast/room/comment/".concat(t),{status:e})}function A(t,e){return r["a"].post("broadcast/room/closeKf/".concat(t),{status:e})}function F(t){return r["a"].get("broadcast/goods/lst",t)}function x(t){return r["a"].get("broadcast/goods/detail/".concat(t))}function O(t,e){return r["a"].post("broadcast/goods/status/".concat(t),e)}function S(t){return r["a"].get("broadcast/goods/apply/form/".concat(t))}function V(){return r["a"].get("seckill/config/create/form")}function B(t){return r["a"].get("seckill/config/lst",t)}function E(t){return r["a"].get("seckill/config/update/".concat(t,"/form"))}function M(t){return r["a"].delete("seckill/config/delete/".concat(t))}function R(t,e){return r["a"].post("seckill/config/status/".concat(t),{status:e})}function Q(t,e){return r["a"].get("seckill/product/detail/".concat(t),e)}function q(t,e){return r["a"].get("broadcast/room/goods/".concat(t),e)}function I(t){return r["a"].delete("broadcast/goods/delete/".concat(t))}function z(t,e){return r["a"].post("broadcast/room/sort/".concat(t),e)}function j(t,e){return r["a"].post("broadcast/goods/sort/".concat(t),e)}function G(t){return r["a"].post("config/others/group_buying",t)}function N(){return r["a"].get("config/others/group_buying")}function J(t){return r["a"].get("store/product/group/lst",t)}function T(t){return r["a"].get("store/product/group/get/".concat(t))}function Y(t){return r["a"].get("store/product/group/detail/".concat(t))}function K(t){return r["a"].post("store/product/group/status",t)}function U(t,e){return r["a"].post("store/product/group/is_show/".concat(t),{status:e})}function P(t){return r["a"].get("store/product/group/get/".concat(t))}function W(t,e){return r["a"].post("store/product/group/update/".concat(t),e)}function Z(t){return r["a"].get("store/product/group/buying/lst",t)}function H(t,e){return r["a"].get("store/product/group/buying/detail/".concat(t),e)}function X(t,e){return r["a"].get("store/coupon/product/".concat(t),e)}function $(){return r["a"].get("user/integral/title")}function tt(t){return r["a"].get("user/integral/lst",t)}function et(t){return r["a"].get("user/integral/excel",t)}function nt(){return r["a"].get("user/integral/config")}function rt(t){return r["a"].post("user/integral/config",t)}function it(t){return r["a"].get("discounts/lst",t)}function at(t,e){return r["a"].post("discounts/status/".concat(t),{status:e})}function st(t){return r["a"].get("discounts/detail/".concat(t))}function ot(t){return r["a"].get("marketing/spu/lst",t)}function ct(t){return r["a"].post("activity/atmosphere/create",t)}function lt(t,e){return r["a"].post("activity/atmosphere/update/".concat(t),e)}function ut(t){return r["a"].get("activity/atmosphere/lst",t)}function dt(t){return r["a"].get("activity/atmosphere/detail/".concat(t))}function ft(t,e){return r["a"].post("activity/atmosphere/status/".concat(t),{status:e})}function pt(t){return r["a"].delete("activity/atmosphere/delete/".concat(t))}function mt(t){return r["a"].post("activity/border/create",t)}function vt(t,e){return r["a"].post("activity/border/update/".concat(t),e)}function gt(t){return r["a"].get("activity/border/lst",t)}function ht(t){return r["a"].get("activity/border/detail/".concat(t))}function _t(t,e){return r["a"].post("activity/border/status/".concat(t),{status:e})}function bt(t){return r["a"].delete("activity/border/delete/".concat(t))}function wt(){return r["a"].get("points/cate/lst")}function yt(){return r["a"].get("points/cate/create/form")}function Dt(t){return r["a"].get("points/cate/update/form/".concat(t))}function Ct(t){return r["a"].delete("points/cate/delete/".concat(t))}function kt(t,e){return r["a"].post("points/cate/status/".concat(t),{status:e})}function Lt(t){return r["a"].post("points/product/create",t)}function At(t,e){return r["a"].post("points/product/update/".concat(t),e)}function Ft(t){return r["a"].get("points/product/lst",t)}function xt(t){return r["a"].delete("points/product/delete/".concat(t))}function Ot(t,e){return r["a"].post("points/product/status/".concat(t),{status:e})}function St(t,e){return r["a"].post("points/product/get_attr_value/".concat(t),e)}function Vt(){return r["a"].get("points/cate/select")}function Bt(t){return r["a"].get("points/product/detail/".concat(t))}function Et(t){return r["a"].get("points/order/lst",t)}function Mt(t){return r["a"].get("points/order/detail/".concat(t))}function Rt(t){return r["a"].get("points/order/express/".concat(t))}function Qt(t){return r["a"].get("points/order/excel",t)}function qt(t,e){return r["a"].post("points/order/delivery/".concat(t),e)}function It(t){return r["a"].get("store/express/options",t)}function zt(t){return r["a"].get("points/order/mark/".concat(t,"/form"))}function jt(t,e){return r["a"].get("points/order/status/".concat(t),e)}function Gt(t){return r["a"].delete("points/order/delete/".concat(t))}function Nt(t){return r["a"].post("activity/form/create",t)}function Jt(){return r["a"].get("system/form/select")}function Tt(t){return r["a"].get("activity/form/lst",t)}function Yt(t,e){return r["a"].post("activity/form/status/".concat(t),{status:e})}function Kt(t){return r["a"].get("activity/form/detail/".concat(t))}function Ut(t,e){return r["a"].get("system/form/info/".concat(t),e)}function Pt(t){return r["a"].delete("activity/form/delete/".concat(t))}function Wt(t,e){return r["a"].get("activity/form/user/lst/".concat(t),e)}function Zt(t,e){return r["a"].get("activity/form/excel/".concat(t),e)}function Ht(t,e){return r["a"].post("activity/form/update/".concat(t),e)}function Xt(t){return r["a"].post("seckill/active/create",t)}function $t(t){return r["a"].get("seckill/config/select",t)}function te(t){return r["a"].get("seckill/active/lst",t)}function ee(t){return r["a"].delete("seckill/active/delete/".concat(t))}function ne(t){return r["a"].get("seckill/active/detail/".concat(t))}function re(t,e){return r["a"].post("seckill/active/update/".concat(t),e)}function ie(t,e){return r["a"].post("seckill/active/update_status/".concat(t),{status:e})}function ae(t){return r["a"].get("store/product/self_lst",t)}function se(t){return r["a"].get("seckill/product/list",t)}function oe(t){return r["a"].get("seckill/product/switchStatus/".concat(t,"/form"))}function ce(t,e){return r["a"].post("seckill/product/update/".concat(t),e)}function le(t){return r["a"].get("seckill/active/chart_panel/".concat(t))}function ue(t,e){return r["a"].get("seckill/active/chart_people/".concat(t),e)}function de(t,e){return r["a"].get("seckill/active/chart_order/".concat(t),e)}function fe(t,e){return r["a"].get("seckill/active/chart_product/".concat(t),e)}},bd9b:function(t,e){t.exports="data:image/jpeg;base64,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"},ea8b:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABSCAYAAADHLIObAAAAAXNSR0IArs4c6QAABGNJREFUeF7tnE2o3FQUx/9nQBEUUcE2qRRKC3UhtIu+lVR4YqEFF4JiaRdCEVRw0Un8WLiyb2VL8U3mlUIXQsVNxaK4tKC0ulKsIAMuXtHqxk6iIvixEGnnL3m+6Wcy92bmlMzLnGyG4Z77vzm/OUluzr1zBHaoEBAVFROBgVQKAgNpIJUIKMl4RWTQ4SEKtgmwDcAWpbGnXeYHAj0hemksh1wnOxJkuMg5tvAugEdcQg1v/04GONB/Rc6X+VkKMlzi0xzgw4YDquSetPBM/6B8VNSpFGTQ5c8gNlQaqenGgktpWx7yBpnfEyF4s+lcxvKPWCi6ZxZGZJDwFIB9Yw3U/E7vp5Hsv9nNYpAdLkOwtflMxvCQuJDG8rAfyIQcY4iZ6ZJGcksAll3aBnJEWBhIpWvGQBpIJQJKMhaRBlKJgJKMRaSBVCKgJLOWIvKch8/zHja3xWTqQRL4GFdwJHtVvnQRCDrcBOBAHcmV6QdJxFksiQvisD3scgeJ0mSrr05VuzpB/gHgLQAXQfx604nPD6PqMrHht1j6VRwLulwGsRXEAoAbbgnSwkYCm0E4lwqqjFkXyEwET/bb8k3RyYYJdxP4JG8T4HA/kjd8nVrf5RNCfLpiL3g+bcvJor7runy0BZzWSlTXBfLtNJLXyuA8sMR77xzgewAPrtqcA/G5CyYF2wHMC3BfbkvBrqwtn5X100xW1wOSeDyNZeRTOEwYE1h0wRvRfiaNZM+o/uExzvEKvp5gjKtdpxZkfoZhwp0AjvD/Jd97PB3uQZCUXdLXa6w/yrvlDvztqTvSbKpBajjo0giUEtYG0kC6Ys2v3SLSj5PTqtEgV1/18te9iQ/X7KCxIIOEzwL4YGKCQ4GSxfthc2NBhh0+R8F7WiAJJFkkcemkvMkPm6DLa1tjBhC0QAw/h0Ty746DwHIWS75DpPRobES64Gi3G0glogbSQOZpGXfSQomTU6axEbmaizwBQGMe+ROBfVkkX83cUztI+DKA485Q8jc4nUayd+ZArlviFhngqAD3+7MqtiRxIYvlJZv+TErSo39j75EevquaGEglnAbSQI6eR2qu7OVr2v+28NTvB+XPmXtqBwnzFFqeSlM5BsD2XyLpzR7IDq/uspiYpOB82pbXbfozMUm3gD1s3Iy8LAykFya3kYF0M/KyMJBemNxGaxokBS9kbXnH7ebttVhZ9hX8qDFKXVtWCv/frOFQFY1wkY+xhS+q9CmzrQek4NLlAeaq7sTVcPh6jSDh2Xw/pYZuPSBX3hLxLYkFAXpZLBc1nHFpbDrJu/75C5uF2EniRQA7XH1822sD6XuCa8XOQCr9UgbSQCoRUJKxiDSQSgSUZCwiDaQSASUZi0gDqURAScY/Iq2kVznyiiW9rMhcOcpKReas7GEZyCplD3MNK8RZQLJqIc5cwkrD3gpyrNKwKzCtWPGQ5vjFim/ILlv5bGdNDOcfgZSmXo2XMZBKP7GBNJBKBJRkLCKVQP4HUW2zcb4YanwAAAAASUVORK5CYII="},fa4b:function(t,e,n){"use strict";n("4bc0")}}]); |