diff --git a/config/index.js b/config/index.js
index eb173e0..0cca9a8 100644
--- a/config/index.js
+++ b/config/index.js
@@ -26,9 +26,9 @@ module.exports = {
assetsPublicPath: "/",
proxyTable: {
"/api": {
- target: "http://192.168.31.214:8084/", //设置你调用的接口域名和端口号 别忘了加http 本地
+ // target: "http://192.168.31.214:8084/", //设置你调用的接口域名和端口号 别忘了加http 本地
//target: "http://192.168.31.209:8084/", //设置你调用的接口域名和端口号 别忘了加http 本地
- // target: "http://192.168.31.201:8084/", //设置你调用的接口域名和端口号 别忘了加http 本地
+ target: "http://192.168.31.201:8084/", //设置你调用的接口域名和端口号 别忘了加http 本地
// target: "http://139.9.185.131:8098/", //设置你调用的接口域名和端口号 别忘了加http 天懿达正式
// target: "http://139.9.58.205:8084/", //设置你调用的接口域名和端口号 别忘了加http 天懿达正式华为云
// target: "http://139.9.185.131:9094/", //设置你调用的接口域名和端口号 别忘了加http 盛联
@@ -46,7 +46,7 @@ module.exports = {
}
},
// Various Dev Server settingsss
- host: "192.168.31.193", // can be overwritten by process.env.HOST
+ host: "192.168.31.194", // can be overwritten by process.env.HOST
port: 3000, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: false,
errorOverlay: true,
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/staffList/staffout/index.vue b/src/components/staffList/staffout/index.vue
index cb7e4af..9afad78 100644
--- a/src/components/staffList/staffout/index.vue
+++ b/src/components/staffList/staffout/index.vue
@@ -199,15 +199,16 @@ export default {
//组件传值
show(list, storeId) {
this.staffLists = [...list];
+
this.staffLists.forEach((item) => {
if (item.id || item.saleStaffId) {
+
item.staffNames = item.brandNumber + "-" + item.staffName;
} else {
item.staffNames = "";
}
});
- console.log("🚀 ~ file: index.vue ~ line 202 ~ show ~ this.staffLists", this.staffLists)
if (storeId) {
this.storeId = storeId;
}
diff --git a/src/components/staffList/staffout/员工转出占比选值 b/src/components/staffList/staffout/员工转出占比选值
new file mode 100644
index 0000000..e69de29
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}}