diff --git a/partten/partten.js b/partten/partten.js index f466f51..86e352c 100644 --- a/partten/partten.js +++ b/partten/partten.js @@ -15,7 +15,7 @@ if (new Date().getMonth() + 1 < 10) { month = "0" + (new Date().getMonth() + 1); } else { month = new Date().getMonth() + 1; - dabao; + // dabao; } var day = ""; diff --git a/src/api/eashier.js b/src/api/eashier.js index 3ce0a63..02b4f4e 100644 --- a/src/api/eashier.js +++ b/src/api/eashier.js @@ -9,6 +9,33 @@ export function succsee() { }); } +// 充值短信重发 +export function rechargeReissue(data){ + return service({ + url:"/api"+'/demay/ssm/rec/retransmission', + data, + method: "post" + }) +} + +// 疗程短信重发 +export function courseReissue(data){ + return service({ + url:"/api" + '/demay/ssm/course/retransmission', + method: "post", + data + }) +} + +// 收银短信重发 +export function sms(data){ + return service({ + url:"/api"+'/demay/ssm/cash/retransmission', + method: "post", + data + }) +} + // 门店明细查询 平台端-门店管理-门店审核-门店明细查询 export function storeOne(params) { return service({ diff --git a/src/api/promotion.js b/src/api/promotion.js index 3a951f1..a452d51 100644 --- a/src/api/promotion.js +++ b/src/api/promotion.js @@ -149,6 +149,17 @@ export function editBaseZengka(params) { data: params }); } + +// 赠卡导出 +export function exportCard(params){ + return service({ + url:"/api" + '/demay/ssm/baseZengka/export', + method: "post", + data:params, + responseType: "blob", + }) +} + // 赠卡page export function baseZengkaPage(params) { return service({ @@ -205,6 +216,15 @@ export function stateBaseGrouponCard(params) { data: params }); } +// 导出团购卡 +export function Export(params){ + return service({ + url:"/api" + '/demay/ssm/baseGrouponCard/export', + method: "post", + data: params, + responseType: "blob", + }) +} // 添加团购人名单 export function addBaseGrouponList(params) { return service({ diff --git a/src/components/store/select/index.vue b/src/components/store/select/index.vue index c69b54c..f82d4b5 100644 --- a/src/components/store/select/index.vue +++ b/src/components/store/select/index.vue @@ -15,6 +15,9 @@ export default { storeIds: [], }; }, + created(){ + this.show() + }, methods: { getData() { console.log(this.storeIds); diff --git a/src/layout/components/asider.vue b/src/layout/components/asider.vue index 4c5a3fa..75a8a2b 100644 --- a/src/layout/components/asider.vue +++ b/src/layout/components/asider.vue @@ -13,10 +13,18 @@ {{item.name}} - - + {{items.name}} + + {{ items.name }} + + + + {{ite.name}} + + + @@ -387,6 +395,14 @@ export default { number: "500400", id:"8008006", }, + { + name: "充值内调单", + icon: "el-icon-sort", + route: "/within", + index: "within", + number: "500410", + id:"8008009", + }, { name: "加价转疗程", icon: "el-icon-connection", @@ -402,7 +418,7 @@ export default { index: "coursetorec", number: "500410", id:"8008008", - }, + }, { name: "疗程账户延期", icon: "el-icon-connection", @@ -419,14 +435,41 @@ export default { number: "5001800", id:"8008027", }, - { - name: "充值内调单", - icon: "el-icon-sort", - route: "/within", - index: "within", - number: "500410", - id:"8008009", - }, + // { + // level:true, + // name:"内调单", + // index:"/within", + // number:"500410", + // id:'99999999', + // route:"/within", + // icon: "el-icon-sort", + // children:[ + // { + // name: "充值内调单", + // icon: "el-icon-sort", + // route: "/within", + // index: "within", + // number: "500410", + // id:"8008009", + // }, + // { + // name: "加价转疗程", + // icon: "el-icon-connection", + // route: "/raiseReatment", + // index: "raiseReatment", + // number: "500410", + // id:"8008007", + // }, + // { + // name: "疗程转充值", + // icon: "el-icon-connection", + // route: "/coursetorec", + // index: "coursetorec", + // number: "500410", + // id:"8008008", + // }, + // ] + // }, { name: "会员转卡", icon: "el-icon-sort", @@ -1141,7 +1184,10 @@ export default { .el-menu { border: none; } - +*>>> .el-menu-item, .el-submenu__title{ + height: 0.175rem; + line-height: 0.175rem; +} /* .asider-icon{ } */ diff --git a/src/pages/eashier/accountSet/accountSet.vue b/src/pages/eashier/accountSet/accountSet.vue index 5796b53..334f336 100644 --- a/src/pages/eashier/accountSet/accountSet.vue +++ b/src/pages/eashier/accountSet/accountSet.vue @@ -156,42 +156,55 @@ + + +