(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-32b474ae"],{"03ec":function(e,t,a){"use strict";a("5f86")},"5f86":function(e,t,a){},"617f":function(e,t,a){},b7a2:function(e,t,a){"use strict";a.r(t);var i=function(){var e=this,t=e._self._c;return t("div",[t("el-card",{staticClass:"box-card"},[t("div",{staticClass:"flex justify-between",attrs:{slot:"header"},slot:"header"},[t("div",[e._v(e._s(e.$t("sellingCostDetail.queryCondition")))])]),t("div",{},[t("el-form",{staticClass:"flex justify-start",attrs:{inline:!0,model:e.queryConditions}},[t("el-form-item",[t("el-date-picker",{staticStyle:{width:"100%"},attrs:{type:"date",placeholder:"开始时间","value-format":"yyyy-MM-dd"},model:{value:e.queryConditions.beginTime,callback:function(t){e.$set(e.queryConditions,"beginTime",t)},expression:"queryConditions.beginTime"}})],1),t("el-form-item",[t("el-date-picker",{staticStyle:{width:"100%"},attrs:{type:"date",placeholder:"结束时间","value-format":"yyyy-MM-dd"},model:{value:e.queryConditions.endTime,callback:function(t){e.$set(e.queryConditions,"endTime",t)},expression:"queryConditions.endTime"}})],1),t("el-form-item",[t("el-input",{staticStyle:{width:"100%"},attrs:{placeholder:"商品名称"},model:{value:e.queryConditions.prodNameLike,callback:function(t){e.$set(e.queryConditions,"prodNameLike",t)},expression:"queryConditions.prodNameLike"}})],1),t("el-form-item",[t("el-button",{attrs:{type:"primary",icon:"el-icon-search"},on:{click:e.handleQuery}},[e._v(" "+e._s(e.$t("common.query"))+" ")]),t("el-button",{attrs:{icon:"el-icon-refresh"},on:{click:e.handleReset}},[e._v(" "+e._s(e.$t("common.reset"))+" ")])],1)],1)],1)]),t("el-card",{staticClass:"box-card"},[t("div",{staticClass:"flex justify-between",attrs:{slot:"header"},slot:"header"},[t("div",[e._v(e._s(e.$t("sellingCostDetail.sellingCostDetail")))])]),t("selling-cost-detail-table",{attrs:{"table-data":e.tableData,loading:e.loading},on:{refresh:e.fetchData}}),t("el-pagination",{attrs:{"current-page":e.pagination.currentPage,"page-sizes":[10,20,30,50],"page-size":e.pagination.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:e.pagination.total},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1)],1)},n=[],l=function(){var e=this,t=e._self._c;return t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticStyle:{width:"100%"},attrs:{data:e.tableData,border:"",fit:"","highlight-current-row":""}},[t("el-table-column",{attrs:{prop:"dataTime",label:"日期",align:"center"}}),t("el-table-column",{attrs:{prop:"prodName",label:"商品名称",align:"center"}}),t("el-table-column",{attrs:{prop:"salesRevenue",label:"销售收入",align:"center"}}),t("el-table-column",{attrs:{prop:"salesCost",label:"销售成本",align:"center"}}),t("el-table-column",{attrs:{prop:"grossMargin",label:"销售毛利",align:"center"}}),t("el-table-column",{attrs:{prop:"lossMoney",label:"亏损金额",align:"center"}}),t("el-table-column",{attrs:{prop:"createTime",label:"创建时间",align:"center"}})],1)},o=[],s={name:"SellingCostDetailTable",props:{tableData:{type:Array,default:()=>[]},loading:{type:Boolean,default:!1}}},r=s,c=(a("f26c"),a("2877")),d=Object(c["a"])(r,l,o,!1,null,"9be59100",null),u=d.exports,p=a("b775");function g(e){return new Promise((t,a)=>{Object(p["a"])({url:"/mallReport/sellingCostDetail",method:"get",params:e}).then(e=>{const a=e.data;t(a)}).catch(e=>{a(e)})})}var h=a("7323"),m={name:"SellingCostDetailManage",components:{SellingCostDetailTable:u},data(){return{loading:!1,tableData:[],queryConditions:{beginTime:"",endTime:"",prodNameLike:"",shopId:""},pagination:{currentPage:1,pageSize:10,total:0}}},created(){this.queryConditions.shopId=Object(h["f"])(),this.fetchData()},methods:{async fetchData(){this.loading=!0;try{const e={...this.queryConditions,page:this.pagination.currentPage,row:this.pagination.pageSize},t=await g(e);this.tableData=t.data,this.pagination.total=t.total}catch(e){console.error("获取销售成本明细失败:",e)}finally{this.loading=!1}},handleQuery(){this.pagination.currentPage=1,this.fetchData()},handleReset(){this.queryConditions={beginTime:"",endTime:"",prodNameLike:"",shopId:Object(h["f"])()},this.handleQuery()},handleSizeChange(e){this.pagination.pageSize=e,this.fetchData()},handleCurrentChange(e){this.pagination.currentPage=e,this.fetchData()}}},b=m,f=(a("03ec"),Object(c["a"])(b,i,n,!1,null,"5f4a7d50",null));t["default"]=f.exports},f26c:function(e,t,a){"use strict";a("617f")}}]); //# sourceMappingURL=chunk-32b474ae.451dbac6.js.map