(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2c43d5ea","chunk-fcd760a4"],{"2e44":function(e,t,r){"use strict";r("a954")},"43fa":function(e,t,r){"use strict";r.r(t);var o=function(){var e=this,t=e._self._c;return t("div",[t("el-row",{attrs:{gutter:20}},[t("el-col",{staticClass:"padding-r-0",attrs:{span:4}},[t("admin-shop",{on:{"shop-change":e.handleShopChange}})],1),t("el-col",{attrs:{span:20}},[t("el-card",{},[t("div",{staticClass:"clearfix flex justify-between",attrs:{slot:"header"},slot:"header"},[t("span",[e._v(e._s(e.$t("adminGroupOrder.queryCondition")))])]),t("el-form",{staticClass:"flex justify-start",attrs:{inline:!0,model:e.conditions}},[t("el-form-item",[t("el-input",{attrs:{placeholder:e.$t("adminGroupOrder.orderIdPlaceholder"),clearable:""},model:{value:e.conditions.orderId,callback:function(t){e.$set(e.conditions,"orderId",t)},expression:"conditions.orderId"}})],1),t("el-form-item",[t("el-input",{attrs:{placeholder:e.$t("adminGroupOrder.prodNamePlaceholder"),clearable:""},model:{value:e.conditions.prodName,callback:function(t){e.$set(e.conditions,"prodName",t)},expression:"conditions.prodName"}})],1),t("el-form-item",[t("el-input",{attrs:{placeholder:e.$t("adminGroupOrder.buyerNamePlaceholder"),clearable:""},model:{value:e.conditions.buyerName,callback:function(t){e.$set(e.conditions,"buyerName",t)},expression:"conditions.buyerName"}})],1),t("el-form-item",[t("el-input",{attrs:{placeholder:e.$t("adminGroupOrder.groupBuyerNamePlaceholder"),clearable:""},model:{value:e.conditions.groupBuyerName,callback:function(t){e.$set(e.conditions,"groupBuyerName",t)},expression:"conditions.groupBuyerName"}})],1),t("el-form-item",[t("el-select",{staticStyle:{width:"100%"},attrs:{placeholder:e.$t("adminGroupOrder.statePlaceholder")},model:{value:e.conditions.state,callback:function(t){e.$set(e.conditions,"state",t)},expression:"conditions.state"}},[t("el-option",{attrs:{label:e.$t("adminGroupOrder.allStatus"),value:""}}),t("el-option",{attrs:{label:e.$t("adminGroupOrder.groupSuccess"),value:"1001"}}),t("el-option",{attrs:{label:e.$t("adminGroupOrder.groupFail"),value:"2002"}}),t("el-option",{attrs:{label:e.$t("adminGroupOrder.grouping"),value:"3003"}})],1)],1),t("el-form-item",[t("el-button",{attrs:{type:"primary",icon:"el-icon-search"},on:{click:e.queryProductGroupOrder}},[e._v(" "+e._s(e.$t("adminGroupOrder.search"))+" ")])],1)],1)],1),t("el-card",{staticClass:"margin-top-sm"},[t("div",{staticClass:"clearfix flex justify-between",attrs:{slot:"header"},slot:"header"},[t("span",[e._v(e._s(e.$t("adminGroupOrder.groupOrder")))])]),t("el-table",{staticStyle:{width:"100%"},attrs:{data:e.orders,border:""}},[t("el-table-column",{attrs:{prop:"orderId",label:e.$t("adminGroupOrder.orderId"),align:"center"}}),t("el-table-column",{attrs:{label:e.$t("adminGroupOrder.productImage"),align:"center"},scopedSlots:e._u([{key:"default",fn:function(e){return[t("el-image",{staticStyle:{width:"50px",height:"50px","border-radius":"10px"},attrs:{src:e.row.coverPhoto||"/img/noPhoto.jpg",fit:"cover"}})]}}])}),t("el-table-column",{attrs:{label:e.$t("adminGroupOrder.productName"),align:"center"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" 【"+e._s(t.row.userCount)+"人团】"+e._s(t.row.prodName)+" ")]}}])}),t("el-table-column",{attrs:{prop:"buyerName",label:e.$t("adminGroupOrder.buyer"),align:"center"}}),t("el-table-column",{attrs:{prop:"groupBuyerName",label:e.$t("adminGroupOrder.groupLeader"),align:"center"}}),t("el-table-column",{attrs:{prop:"buyerCount",label:e.$t("adminGroupOrder.buyCount"),align:"center"}}),t("el-table-column",{attrs:{label:e.$t("adminGroupOrder.groupCount"),align:"center"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.groupCount)+"/"+e._s(t.row.userCount)+" ")]}}])}),t("el-table-column",{attrs:{prop:"groupPrice",label:e.$t("adminGroupOrder.groupAmount"),align:"center"}}),t("el-table-column",{attrs:{prop:"stateName",label:e.$t("adminGroupOrder.status"),align:"center"}}),t("el-table-column",{attrs:{prop:"rebateAmount",label:e.$t("adminGroupOrder.rebateAmount"),align:"center"}}),t("el-table-column",{attrs:{prop:"openTime",label:e.$t("adminGroupOrder.openTime"),align:"center"}}),t("el-table-column",{attrs:{prop:"createTime",label:e.$t("adminGroupOrder.groupTime"),align:"center"}}),t("el-table-column",{attrs:{prop:"endTime",label:e.$t("adminGroupOrder.deadline"),align:"center"}})],1),t("el-pagination",{attrs:{"current-page":e.currentPage,"page-sizes":[10,20,30,50],"page-size":e.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:e.total},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1)],1)],1)],1)},a=[],n=r("f004"),l=r("c962"),s={components:{AdminShop:l["default"]},data(){return{orders:[],conditions:{orderId:"",prodName:"",buyerName:"",groupBuyerName:"",state:"",shopId:""},currentPage:1,pageSize:10,total:0}},created(){this.listProductGroupOrders()},methods:{handleShopChange(e){this.conditions.shopId=e.shopId,this.listProductGroupOrders()},queryProductGroupOrder(){this.currentPage=1,this.listProductGroupOrders()},listProductGroupOrders(){const e={...this.conditions,page:this.currentPage,row:this.pageSize};Object(n["a"])(e).then(e=>{this.orders=e.data,this.total=e.records}).catch(e=>{console.error("获取拼团订单失败:",e)})},handleSizeChange(e){this.pageSize=e,this.listProductGroupOrders()},handleCurrentChange(e){this.currentPage=e,this.listProductGroupOrders()}}},i=s,d=(r("2e44"),r("2877")),c=Object(d["a"])(i,o,a,!1,null,"4beb53e6",null);t["default"]=c.exports},9418:function(e,t,r){"use strict";r("cd80")},a954:function(e,t,r){},c962:function(e,t,r){"use strict";r.r(t);var o=function(){var e=this,t=e._self._c;return t("el-card",{staticClass:"list-selector"},[t("ul",{staticClass:"list-selector-list"},["Y"==e.showAll?t("li",{class:{selected:""===e.adminShopInfo.shopId},on:{click:function(t){return e.swatchAdminShopId({shopId:"",shopName:"全部"})}}},[e._v(" "+e._s(e.$t("common.all"))+" ")]):e._e(),e._l(e.adminShopInfo.shops,(function(r,o){return t("li",{key:o,class:{selected:e.adminShopInfo.shopId===r.shopId},on:{click:function(t){return e.swatchAdminShopId(r)}}},[e._v(" "+e._s(r.shopName)+" ")])}))],2)])},a=[],n=r("7323"),l={name:"AdminShop",data(){return{adminShopInfo:{shops:[],shopId:""}}},props:{showAll:{type:String,default:"Y"}},created(){this._listAdminShops()},methods:{async _listAdminShops(){try{const e=await Object(n["k"])({page:1,row:100});this.adminShopInfo.shops=e.data,"N"==this.showAll&&this.adminShopInfo.shops.length>0&&this.swatchAdminShopId(this.adminShopInfo.shops[0])}catch(e){console.error("获取店铺列表失败:",e)}},swatchAdminShopId(e){this.adminShopInfo.shopId=e.shopId,this.$emit("shop-change",e)}}},s=l,i=(r("9418"),r("2877")),d=Object(i["a"])(s,o,a,!1,null,"177c0c26",null);t["default"]=d.exports},cd80:function(e,t,r){},f004:function(e,t,r){"use strict";r.d(t,"a",(function(){return a}));var o=r("b775");function a(e){return new Promise((t,r)=>{Object(o["a"])({url:"/productGroup.queryAdminGroupOrder",method:"get",params:e}).then(e=>{const r=e.data;t(r)}).catch(e=>{r(e)})})}}}]); //# sourceMappingURL=chunk-2c43d5ea.6f148fd6.js.map