diff --git a/config/index.js b/config/index.js
index eb173e0..014d2e4 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 盛联
diff --git a/src/api/statistics.js b/src/api/statistics.js
index 559cb53..b112ffd 100644
--- a/src/api/statistics.js
+++ b/src/api/statistics.js
@@ -249,7 +249,8 @@ export function exportachiwhole(params) {
return service({
url: "/api" + "/demay/ssm/staff/achiCommLists/exportachiwhole",
method: "post",
- data: params
+ data: params,
+ responseType:"blob"
});
}
//查询项目单品贡献率 selectType; 0=查全公司,1=查门店
diff --git a/src/pages/eashier/service/detail/detail.vue b/src/pages/eashier/service/detail/detail.vue
index c43577d..08068b9 100644
--- a/src/pages/eashier/service/detail/detail.vue
+++ b/src/pages/eashier/service/detail/detail.vue
@@ -131,7 +131,7 @@ export default {
sessionStorage.getItem("storeInfo")
).storeName;
cashsignature({
- cashNum: row.cashNum,
+ cashNum: row.cashNum,methods
}).then((res) => {
if (res.code == "000000" && res.data) {
this.printForm.signature =
diff --git a/src/pages/eashier/service/detail/message.vue b/src/pages/eashier/service/detail/message.vue
new file mode 100644
index 0000000..470765f
--- /dev/null
+++ b/src/pages/eashier/service/detail/message.vue
@@ -0,0 +1,34 @@
+
+
+ {{ message }}
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/eashier/service/service.vue b/src/pages/eashier/service/service.vue
index 5238fb7..3bca68c 100644
--- a/src/pages/eashier/service/service.vue
+++ b/src/pages/eashier/service/service.vue
@@ -534,6 +534,11 @@
prop="collectionAmounts"
label="卡付抵扣金额"
>
+
+
+ {{ scope.row.collectionAmounts?scope.row.collectionAmounts:0 }}
+
+
+