diff --git a/fuintAdmin/.env.development b/fuintAdmin/.env.development index 473d93732..41a54452d 100644 --- a/fuintAdmin/.env.development +++ b/fuintAdmin/.env.development @@ -11,7 +11,7 @@ VUE_APP_BASE_API = '/dev-api' VUE_APP_PUBLIC_PATH = '/' # 后端接口地址 -VUE_APP_SERVER_URL = 'http://192.168.31.95:8080/' +VUE_APP_SERVER_URL = 'http://127.0.0.1:8080/' # http://192.168.0.121:8080/ diff --git a/fuintAdmin/src/views/EventMarketing/newCertificate/index.vue b/fuintAdmin/src/views/EventMarketing/newCertificate/index.vue index 9d7ec7f4a..4c5fdc23c 100644 --- a/fuintAdmin/src/views/EventMarketing/newCertificate/index.vue +++ b/fuintAdmin/src/views/EventMarketing/newCertificate/index.vue @@ -270,6 +270,22 @@ + + + 不限 + 自定义 + + + + + + + + { + this.goodsList = response.data.records; + }); + }, sxCoupon(id) { getCoupon(id).then(res => { if (res.code == 200) { @@ -925,6 +952,7 @@ export default { pageNo: 1, pageSize: 10 } + this.goodsList = []; this.getlist(); }, getlist() { @@ -1062,8 +1090,8 @@ export default { if (this.ruleForm.oilNumber) { this.ruleForm.oilNumber = this.ruleForm.oilNumber.toString() } - - + let productIds = this.ruleForm.productIdList + '' + this.ruleForm.productIds = productIds if (!this.ruleForm.id) { addCardCoupon(this.ruleForm).then(res => { @@ -1071,6 +1099,7 @@ export default { this.$message.success('添加成功'); this.gettj() this.getlist() + this.centerDialogVisible = false } else { this.$message.error('操作失败请稍后再试'); } @@ -1083,6 +1112,7 @@ export default { this.$message.success('修改成功'); this.gettj() this.getlist() + this.centerDialogVisible = false } else { this.$message.error('操作失败请稍后再试'); } @@ -1092,7 +1122,6 @@ export default { } - this.centerDialogVisible = false } } } diff --git a/fuintAdmin_zt/.env.development b/fuintAdmin_zt/.env.development index 0f26d7a9e..2549f583a 100644 --- a/fuintAdmin_zt/.env.development +++ b/fuintAdmin_zt/.env.development @@ -11,11 +11,6 @@ VUE_APP_BASE_API = '/dev-api' VUE_APP_PUBLIC_PATH = '/' # 后端接口地址 - - - -VUE_APP_SERVER_URL = 'http://192.168.31.95:8080/' - - +VUE_APP_SERVER_URL = 'http://192.168.31.178:8080/' # cp端地址 # VUE_PC_SERVER_URL = 'http://47.95.206.185:85/' diff --git a/fuintAdmin_zt/src/views/financialStatement/yunyingfenxi/list.vue b/fuintAdmin_zt/src/views/financialStatement/yunyingfenxi/list.vue index 0635732ac..516279a2b 100644 --- a/fuintAdmin_zt/src/views/financialStatement/yunyingfenxi/list.vue +++ b/fuintAdmin_zt/src/views/financialStatement/yunyingfenxi/list.vue @@ -25,17 +25,17 @@
-
-
支付方式分析
-
-
+ + + + -
-
-
支付通道分析
-
-
-
+ + + + + + diff --git a/fuintAdmin_zt/src/views/financialStatement/yunyingfenxi/tab/int.vue b/fuintAdmin_zt/src/views/financialStatement/yunyingfenxi/tab/int.vue index df48bfe8e..24d794ce0 100644 --- a/fuintAdmin_zt/src/views/financialStatement/yunyingfenxi/tab/int.vue +++ b/fuintAdmin_zt/src/views/financialStatement/yunyingfenxi/tab/int.vue @@ -41,8 +41,8 @@
-
累计交易金额(万元)
-
{{ orderStatistics.paidInfo?(orderStatistics.paidInfo/10000).toFixed(4) : 0 }}
+
累计交易金额(元)
+
{{ orderStatistics.paidInfo ||0}}
累计交易笔数
@@ -65,9 +65,9 @@ style="width: 100%"> - + diff --git a/fuintAdmin_zt/src/views/financialStatement/yunyingfenxi/tab/oil.vue b/fuintAdmin_zt/src/views/financialStatement/yunyingfenxi/tab/oil.vue index f94a992c8..99d4d5777 100644 --- a/fuintAdmin_zt/src/views/financialStatement/yunyingfenxi/tab/oil.vue +++ b/fuintAdmin_zt/src/views/financialStatement/yunyingfenxi/tab/oil.vue @@ -1,4 +1,4 @@ - +