diff --git a/admin-web-master/dist.zip b/admin-web-master/dist.zip
new file mode 100644
index 0000000..28a863d
--- /dev/null
+++ b/admin-web-master/dist.zip
diff --git a/admin-web-master/src/api/salesReport.js b/admin-web-master/src/api/salesReport.js
index d26a48e..6855843 100644
--- a/admin-web-master/src/api/salesReport.js
+++ b/admin-web-master/src/api/salesReport.js
@@ -16,4 +16,11 @@ export function cereSalesPage(data) {
data
})
}
-
+// 销售统计
+export function getSalesReportingToSalesStatistics(data) {
+ return request({
+ url: '/cereSalesReporting/getSalesReportingToSalesStatistics',
+ method: 'post',
+ data
+ })
+}
diff --git a/admin-web-master/src/router/index.js b/admin-web-master/src/router/index.js
index 9f6d2d5..6fc4aea 100644
--- a/admin-web-master/src/router/index.js
+++ b/admin-web-master/src/router/index.js
@@ -760,6 +760,16 @@ export const mainRoutes = [
hidden: true
},
{
+ path: '/investigation/wenjuanList',
+ component: () => import('@/views/investigation/wenjuanList'),
+ hidden: true
+ },
+ {
+ path: '/investigation/wenjuanAnswer',
+ component: () => import('@/views/investigation/wenjuanAnswer'),
+ hidden: true
+ },
+ {
path: '/setup',
component: Layout,
redirect: '/setup/user',
diff --git a/admin-web-master/src/utils/request.js b/admin-web-master/src/utils/request.js
index cf70517..9860c64 100644
--- a/admin-web-master/src/utils/request.js
+++ b/admin-web-master/src/utils/request.js
@@ -16,13 +16,13 @@ let hostall = window.location.href;
let baseURL = ''
if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost:9528'|| host === '192.168.31.45:9528'|| host === 'localhost:9529' ) {
- baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server';
- // baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server';
+ // baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server';
+ baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server';
// baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1;
- // baseURL = 'http://128.10.249.39:9003';
+ // baseURL = 'http://128.10.249.42:9003';
} else {
diff --git a/admin-web-master/src/utils/request2.js b/admin-web-master/src/utils/request2.js
index 776afaa..f35ad56 100644
--- a/admin-web-master/src/utils/request2.js
+++ b/admin-web-master/src/utils/request2.js
@@ -20,7 +20,7 @@ if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost
// baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/business-server';
// baseURL = 'http://172.16.61.125:9004';
// baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/business-server';
- baseURL = 'http://128.10.249.39:9004';
+ baseURL = 'http://128.10.249.42:9004';
} else {
console.error('---------------------')
console.error(hostall)
diff --git a/admin-web-master/src/views/activity/activityHis.vue b/admin-web-master/src/views/activity/activityHis.vue
index a5e2c4a..ce32d1f 100644
--- a/admin-web-master/src/views/activity/activityHis.vue
+++ b/admin-web-master/src/views/activity/activityHis.vue
@@ -2,7 +2,7 @@
@@ -2802,10 +2802,12 @@ this.ListOne = item.planName
for (let i = 0; i < this.tableDa.length; i++) {
this.tableDa[i].detailsId = res.data.id
MingAdd(this.tableDa[i]).then(res => {
- this.ggXin = false
- this.getAll()
+
})
}
+ this.ggXin = false
+ this.zhixingBian = false
+ this.getAll()
})
} else {
@@ -2819,6 +2821,7 @@ this.ListOne = item.planName
this.zhixingList.updateUser = localStorage.getItem('roleName')
actEdit(this.zhixingList).then(() => {
this.ggXin = false
+ this.zhixingBian = false
this.getAll()
})
}
diff --git a/admin-web-master/src/views/atmosphere/atmosphereGl.vue b/admin-web-master/src/views/atmosphere/atmosphereGl.vue
index 90ab818..ac8fdf0 100644
--- a/admin-web-master/src/views/atmosphere/atmosphereGl.vue
+++ b/admin-web-master/src/views/atmosphere/atmosphereGl.vue
@@ -1556,6 +1556,7 @@
this.zhixingList.createUser = localStorage.getItem('roleName')
actAdd(this.zhixingList).then(()=>{
this.ggXin = false
+ this.zhixingBian = false
this.getAll()
})
} else {
@@ -1568,6 +1569,7 @@
this.zhixingList.updateUser = localStorage.getItem('roleName')
actEdit(this.zhixingList).then(()=>{
this.ggXin = false
+ this.zhixingBian = false
this.getAll()
})
}
diff --git a/admin-web-master/src/views/atmosphere/atmosphereHis.vue b/admin-web-master/src/views/atmosphere/atmosphereHis.vue
index cae3332..6e684b8 100644
--- a/admin-web-master/src/views/atmosphere/atmosphereHis.vue
+++ b/admin-web-master/src/views/atmosphere/atmosphereHis.vue
@@ -2,7 +2,7 @@
@@ -743,6 +743,217 @@
+
+
+
+
+
+
+ 活动名称
+
+
+ {{duibiList.planName || ''}}
+
+
+
+ 实际举办地点
+
+ {{duibiList.eventAddrs || ''}}
+
+
+
+ 实际举办时间
+
+
+ {{formatTimestampToDate(duibiList.eventStartTime)}}-{{formatTimestampToDate(duibiList.eventEndTime)}}
+
+
+
+ 活动主办方
+
+
+ {{duibiList.participants}}
+
+
+
+ 活动实际参与方
+
+
+ {{duibiList.sponsor}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 实际内部人力成本(元)
+
+
+ {{duibiList.internalLaborCostEstimation}}
+
+
+
+ 实际外部人力成本(元)
+
+ {{duibiList.externalLaborCostEstimation}}
+
+
+
+
+
+ 实际商品成本(元)
+
+ {{duibiList.costEstimationGoods}}
+
+
+
+
+ 实际设备成本(元)
+
+ {{duibiList.setCostEstimate}}
+
+
+
+
+ 实际宣传费用(元)
+
+ {{duibiList.estimatedPromotionalExpenses}}
+
+
+
+
+ 实际其他成本(元)
+
+ {{duibiList.otherNecessaryEstimates}}
+
+
+
+
+ 实际总成本(元)
+
+ {{duibiList.totalCostEstimation}}
+
+
+
+
+ 备注
+
+ {{duibiList.notes}}
+
+
+
+
+
+
+
+
+
+
+
+ 实际吸引流量
+
+ {{duibiList.expectedAttractTraffic}}
+
+
+
+
+ 实际参与人数
+
+ {{duibiList.expectedParticipation}}
+
+
+
+
+ 实际直接收益(元)
+
+ {{duibiList.expectedDirectBenefits}}
+
+
+
+
+ 实际间接收益(元)
+
+ {{duibiList.expectedIndirectBenefits}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 创建人
+
+ {{duibiList.createUser}}
+
+
+
+
+ 创建时间
+
+ {{duibiList.createDate}}
+
+
+
+
+ 更新人
+
+ {{duibiList.updateUser}}
+
+
+
+
+ 更新时间
+
+ {{duibiList.updateDate}}
+
+
+
+
+
+
+
+
+
@@ -2739,6 +2950,7 @@ this.ListOne = item.planName
this.zhixingList.createUser = localStorage.getItem('roleName')
actAdd(this.zhixingList).then(() => {
this.ggXin = false
+ this.zhixingBian = false
this.getAll()
})
} else {
@@ -2751,6 +2963,7 @@ this.ListOne = item.planName
this.zhixingList.updateUser = localStorage.getItem('roleName')
actEdit(this.zhixingList).then(() => {
this.ggXin = false
+ this.zhixingBian = false
this.getAll()
})
}
diff --git a/admin-web-master/src/views/investigation/wenjuanAnswer.vue b/admin-web-master/src/views/investigation/wenjuanAnswer.vue
new file mode 100644
index 0000000..f06ec2a
--- /dev/null
+++ b/admin-web-master/src/views/investigation/wenjuanAnswer.vue
@@ -0,0 +1,1387 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.$index +1 }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.reviewStatus == '1'?'待提交':scope.row.reviewStatus == '2'?'待审核':scope.row.reviewStatus == '3'?'审核通过':scope.row.reviewStatus == '4'?'不通过':'已禁用' }}
+
+
+
+
+ 查看
+
+
+ 审核
+
+
+
+
+
+
+
+
+
+
+
+
+
详情页
+
+
基本信息
+
+
+
+
+ 问卷标题
+
+ {{ secondData.title }}
+
+
+
+ 状态
+
+ {{ secondData.reviewStatus == '1'?'待提交':secondData.reviewStatus == '2'?'待审核':secondData.reviewStatus == '3'?'审核通过':secondData.reviewStatus == '4'?'不通过':'已禁用' }}
+
+
+
+
+ 开始时间
+
+ {{ secondData.startDate }}
+
+
+
+ 结束时间
+
+ {{ secondData.endDate }}
+
+
+
+
+ 预计填写时长
+
+ {{ secondData.estimatedTime }}
+
+
+
+ 发布端口
+
+ {{ secondData.publishPort }}
+
+
+
+ 问卷类型
+
+ {{ secondData.questionnaireType }}
+
+
+
+ 填写条件
+
+ {{ secondData.fillingConditions }}
+
+
+
+ 问卷介绍
+
+
+
+
+
+
问卷封面
+
+
+
+
+
+
参与答卷奖励
+
+
+
+ 提交问卷后
+
+ {{ secondData.rewardForParticipation }}
+
+
+
+ 奖励
+
+
+
+
+
问卷题目
+
+
+
+ {{ scope.$index +1 }}
+
+
+
+
+
+
+
+
+ {{ index +1 }}:{{ value.answer }}
+
+
+ -
+
+
+
+
+
+
+
系统信息
+
+
+
+ 创建人
+
+ {{ secondData.createUser }}
+
+
+
+ 创建时间
+
+ {{ secondData.createTime }}
+
+
+
+ 更新时间
+
+ {{ secondData.updateTime }}
+
+
+
+
审核信息
+
+
+
+ 审核状态
+
+ {{ secondData.reviewStatus == '3'?'审核通过':secondData.reviewStatus == '4'?'不通过':'' }}
+
+
+
+ 审核意见
+
+ {{ secondData.reviewComments }}
+
+
+
+
+ 返回
+
+
+
+
+
+
+
+
+
+ 通过
+ 不通过
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/admin-web-master/src/views/investigation/wenjuanList.vue b/admin-web-master/src/views/investigation/wenjuanList.vue
new file mode 100644
index 0000000..68c38c6
--- /dev/null
+++ b/admin-web-master/src/views/investigation/wenjuanList.vue
@@ -0,0 +1,3294 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.$index + 1 }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.reviewStatus == '1' ? '待提交' : scope.row.reviewStatus == '2' ? '待审核' : scope.row.reviewStatus
+ ==
+ '3' ? '已通过' : scope.row.reviewStatus == '4' ?'不通过':'已禁用' }}
+
+
+
+
+ 查看
+ 编辑
+ 提交审核
+
+ 禁用
+ 统计
+ 删除
+ 预览
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+
+ {{ secondData.title }}
+
+
答卷数量:{{ total1 || 0 }}
+
起止时间:{{ secondData.startDate }} 至 {{ secondData.endDate }}
+
+
+
+
+
+
+
+
+
+ 查询
+
+ 重置
+
+
+
+
+
+ {{ scope.$index + 1 }}
+
+
+
+
+
+
+ {{ secondsToMinutesAndSeconds(scope.row.responseTime) }}
+
+
+
+
+
+ 详情
+
+
+
+
+
+
+
+
+
+
+
+
数据概况
+ 截止{{ tongjiTu.statisticalTime }}
+
+
+
+
今日新增
+
{{ tongjiTu.todayNumber || 0 }}
+
+
+
答卷总数
+
{{ tongjiTu.countNumber || 0 }}
+
+
+
+
平均答题时长
+
+ {{ secondsToMinutesAndSeconds(tongjiTu.averageDuration) }}
+
+
+
+
题目统计
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 返回
+
+
+
+
+
+
答卷详情
+
+
+
基本信息
+
+
提交人:{{ daxiangData.userName }}
+
手机号:{{ daxiangData.contactNumber }}
+
+
作答时长:{{
+ secondsToMinutesAndSeconds(daxiangData.responseTime) }}
+
提交时间:{{ daxiangData.createTime }}
+
+
填写条件:{{ secondData.fillingConditions
+ }}
+
+
问卷分数:{{ daxiangData.questionnaireScore
+ }}
+
+
用户意见:{{ daxiangData.opinion }}
+
+
+
+
答卷详情
+
+
+
+
*{{ index
+ }}.({{ item.type }})
+ {{ item.title }}
+
+
+
+ {{ val.answer }}
+
+
+
+
+
+ {{ val.answer }}
+
+
+
+
+ {{ item.choose}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
详情页
+
+
基本信息
+
+
+
+ 问卷标题
+
+ {{ secondData.title }}
+
+
+
+ 状态
+
+ {{ secondData.reviewStatus == '1' ? '待提交' : secondData.reviewStatus == '2' ? '待审核' :
+ secondData.reviewStatus
+ ==
+ '3' ? '审核通过' : secondData.reviewStatus == '4' ?'不通过':'已禁用' }}
+
+
+
+
+ 开始时间
+
+ {{ secondData.startDate }}
+
+
+
+ 结束时间
+
+ {{ secondData.endDate }}
+
+
+
+
+ 预计填写时长(分钟)
+
+ {{ secondData.estimatedTime }}
+
+
+
+ 发布端口
+
+ {{ secondData.publishPort }}
+
+
+
+ 问卷类型
+
+ {{ secondData.questionnaireType }}
+
+
+
+ 填写条件
+
+ {{ secondData.fillingConditions }}
+
+
+
+
问卷介绍
+
+
问卷封面
+
+
+
+
+
参与答卷奖励
+
+
+
+ 提交问卷后
+
+
+ {{ secondData.rewardForParticipation!=''?'转盘抽奖':'不设置奖励'}}
+
+
+
+ 奖励
+
+
+ {{ secondData.rewardForParticipation!=''?getStatusText(secondData.actStyle):'无'}}
+ 查看
+
+
+
+
问卷题目
+
+
+
+ {{ scope.$index + 1 }}
+
+
+
+
+
+
+
+
+ {{ index + 1 }}:{{ value.answer }}
+
+
+ -
+
+
+
+
+
+
+
系统信息
+
+
+
+ 创建人
+
+ {{ secondData.createUser }}
+
+
+
+ 创建时间
+
+ {{ secondData.createTime }}
+
+
+
+ 更新时间
+
+ {{ secondData.updateTime }}
+
+
+
审核信息
+
+
+
+ 审核状态
+
+ {{ secondData.reviewStatus == '1' ? '待提交' : secondData.reviewStatus == '2' ? '待审核' :
+ secondData.reviewStatus
+ ==
+ '3' ? '审核通过' : secondData.reviewStatus == '4' ?'不通过':'已禁用' }}
+
+
+
+ 审核意见
+
+ {{ secondData.reviewComments }}
+
+
+
+
+
+
+ 返回
+
+
+
+
+
+
+
+
+
新建问卷
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 可重复填写
+ 不可重复填写
+
+
+
+
+
+
+
+
+
+
+ changimg(e, '1')" />
+
+
+
+
+
+
+ 必填
+ 不填
+
+
+
+
+ 必填
+ 不填
+
+
+
+
+ 必填
+ 不填
+
+
+
+
+
+ 必填
+ 不填
+
+
+
+
+
+
+
+
+
+ 不设置奖励
+
+ 转盘抽奖
+
+
+
+
+
+
+ {{jiangli.actName}}
+ 查看
+ 编辑
+
+
+ 创建活动
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.$index + 1 }}
+
+
+
+
+
+
+
+ ↑
+ ↓
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 从题库中选择
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+ {{ scope.$index + 1 }}
+
+
+
+
+
+
+ 详情
+
+
+
+
+
+
共 {{ totalTi }} 条
+
+
+
+
+
+
+ 确定
+
+
+
+
+
详情页
+
+
+
+
+ 题目
+
+ {{ timuData.tikuTitle }}
+
+
+
+ 题型
+
+ {{ timuData.questionType }}
+
+
+
+ 隶属题库
+
+ {{ timuData.questionBank }}
+
+
+
+
+
+ 默认是否必填
+
+ {{ timuData.isRequired }}
+
+
+
+ 选项
+
+
+ {{ key }}:{{ value }}
+
+
+
+
+
+
+ 返回
+
+
+
+
+
+
+
+
+ 新增题目
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0为不限制填写数量
+
+
+
+
+
+
+
+
+
+
+ 垂直布局
+ 自由布局
+
+
+
+
+
+ 必填
+ 非必填
+
+
+
+
+
+
+
+
+ {{ scope.$index + 1 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ↑
+ ↓
+
+
+
+
+ 删除
+
+
+
+ +
+ 添加
+
+
+
+
+ 确定
+
+
+
+
+
+
+ 返回
+ 确认
+
+
+
+
+
+
+
+
编辑问卷
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 可重复填写
+ 不可重复填写
+
+
+
+
+ changimg(e, '2')" />
+
+
+
+ 必填
+ 不填
+
+
+
+
+ 必填
+ 不填
+
+
+
+
+ 必填
+ 不填
+
+
+
+
+
+ 必填
+ 不填
+
+
+
+
+
+
+
+
+ 不设置奖励
+
+ 转盘抽奖
+
+
+
+
+ {{jiangli.actName}}
+ 查看
+ 编辑
+
+
+ 创建活动
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.$index + 1 }}
+
+
+
+
+
+
+
+ ↑
+ ↓
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 从题库中选择
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+ 重置
+
+
+
+
+
+
+
+
+
+ {{ scope.$index + 1 }}
+
+
+
+
+
+
+ 详情
+
+
+
+
+
共 {{ totalTi }} 条
+
+
+
+
+
+
+
+ 确定
+
+
+
+
+
详情页
+
+
+
+
+ 题目
+
+ {{ timuData.tikuTitle }}
+
+
+
+ 题型
+
+ {{ timuData.questionType }}
+
+
+
+ 隶属题库
+
+ {{ timuData.questionBank }}
+
+
+
+
+
+ 默认是否必填
+
+ {{ timuData.isRequired }}
+
+
+
+
+ 选项
+
+
+ {{ key }}:{{ value }}
+
+
+
+
+
+
+ 返回
+
+
+
+
+
+
+
+
+ 新增题目
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0为不限制填写数量
+
+
+
+
+
+
+
+
+
+
+ 垂直布局
+ 自由布局
+
+
+
+
+ 必填
+ 非必填
+
+
+
+
+
+
+ {{ scope.$index + 1 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ↑
+ ↓
+
+
+
+
+ 删除
+
+
+
+ +
+ 添加
+
+
+
+
+ 确定
+
+
+
+
+
+
+ 返回
+ 确认
+
+
+
+
+
+
+
+
+
禁用
+
+
+
+
+
+
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+
预览
+
+
+
+
{{ secondData.title }}
+
+
+
![]()
+
+
+
+
+
+ *
+ {{ index }}.({{ item.type }})
+ {{ item.title }}
+
+
+
+
+
+
+
+ {{ val.answer }}
+
+
+
+
+
+
+
+
+ {{ val.answer }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
提交问卷
+
+
+
+
+ 问卷作答地址:{{ wenjuanUrl }} 复制
+
+
+ 取消
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/admin-web-master/src/views/serve/Merchant/index.vue b/admin-web-master/src/views/serve/Merchant/index.vue
index e88ae96..1da5cb4 100644
--- a/admin-web-master/src/views/serve/Merchant/index.vue
+++ b/admin-web-master/src/views/serve/Merchant/index.vue
@@ -75,7 +75,7 @@
{{scope.row.status=='2'?'未发布':'已发布'}}
-
+
查看
发布
diff --git a/admin-web-master/src/views/serve/salesReport.vue b/admin-web-master/src/views/serve/salesReport.vue
index 8d80aef..4811b0b 100644
--- a/admin-web-master/src/views/serve/salesReport.vue
+++ b/admin-web-master/src/views/serve/salesReport.vue
@@ -67,7 +67,7 @@
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+ .zhuti {
+ padding: 0 20px 20px 20px;
+ min-height: calc(100vh - 50px - 20px);
+ background-color: #Fff;
+
+ }
+
+ /deep/ .el-form-item__content {
+ line-height: 0;
+ }
+
+ .tableBtn {
+ display: inline-block;
+ margin-right: 10px;
+ }
+
+ .formSearch {
+ position: relative;
+ margin-top: 30px;
+ display: flex;
+ width: 100%;
+ height: 30px;
+ font-size: 14px;
+ margin-bottom: 10px;
+ }
+
+ .greens {
+ color: #3F9B6A;
+ }
+
+
+ .fenye {
+ margin-top: 20px;
+ display: flex;
+ justify-content: flex-start;
+ position: relative;
+ }
+
+ /deep/ .el-pagination.is-background .el-pager li:not(.disabled).active {
+ background-color: #3F9B6A;
+ }
+
+ .el-row {
+ margin-bottom: 20px;
+ }
+
+ :last-child {
+ margin-bottom: 0;
+ }
+
+ .el-col {
+ border-radius: 4px;
+ }
+
+ .bg-purple-dark {
+ background: #99a9bf;
+ }
+
+ .bg-purple {
+ background: #d3dce6;
+ }
+
+ .bg-purple-light {
+ background: #e5e9f2;
+ }
+
+ .grid-content {
+ border-radius: 4px;
+ min-height: 36px;
+ }
+
+ .row-bg {
+ padding: 10px 0;
+ background-color: #f9fafc;
+ }
+
+ /deep/ .bg-purple[data-v-0e3fe4ec] {
+ background: #fff;
+ height: 50px;
+ }
+
+ /deep/ .el-form--label-top .el-form-item__label {
+ padding: 0;
+ }
+
+ .demo-input-suffix {
+ display: flex;
+ margin-right: 20px;
+ }
+
+ .pagination {
+ text-align: right;
+ line-height: 20px;
+ }
+
+ /deep/ .el-pagination__total {
+ margin-top: 4px;
+ }
+
+ ::v-deep .el-select .el-input.is-focus .el-input__inner {
+ border-color: #3F9B6A
+ }
+
+ /deep/ .el-dialog__header {
+ background-color: #fff;
+ padding: 0
+ }
+
+ /deep/ .el-radio__input.is-checked .el-radio__inner {
+ border-color: #3F9B6A;
+ background: #3F9B6A;
+ }
+
+ ::v-deep .buttonHover:hover {
+ color: #3f9b6a !important;
+ border-color: #c5e1d2 !important;
+ background-color: #ecf5f0 !important;
+ outline: none;
+ }
+
\ No newline at end of file
diff --git a/ceres-uniapp-master/components/canvasShow/basics/banner.vue b/ceres-uniapp-master/components/canvasShow/basics/banner.vue
index 12836a0..058e8b8 100644
--- a/ceres-uniapp-master/components/canvasShow/basics/banner.vue
+++ b/ceres-uniapp-master/components/canvasShow/basics/banner.vue
@@ -1,7 +1,7 @@
-
+
diff --git a/ceres-uniapp-master/config/api.js b/ceres-uniapp-master/config/api.js
index 27761c9..b7dc64e 100644
--- a/ceres-uniapp-master/config/api.js
+++ b/ceres-uniapp-master/config/api.js
@@ -1,12 +1,14 @@
// const DOMAIN_PREFIXPING = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server'
// const DOMAIN_PREFIX = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/api'
+const TIAOZHUAN = 'https://jy.scjysm.asia:18086/cdwlMall/'
+const DOMAIN_PREFIXPING = 'http://128.10.249.33:9003'
+const DOMAIN_PREFIX = 'http://128.10.249.33:9007'
// const DOMAIN_PREFIXPING = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server'
// const DOMAIN_PREFIX = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/api'
// const TIAOZHUAN = 'https://zhgw-uat.028wlkj.com/cdwlMall/'
-const TIAOZHUAN = 'https://jy.scjysm.asia:18086/cdwlMall/'
-const DOMAIN_PREFIXPING = 'http://128.10.249.39:9003'
-const DOMAIN_PREFIX = 'http://128.10.249.39:9007'
+
+
// const host = `${window.location.protocol}//${window.location.host}`
// const DOMAIN_PREFIXPING = `${host}/cdwlMall/meserver/admin-server`
// const DOMAIN_PREFIX =`${host}/cdwlMall/meserver/api`
diff --git a/ceres-uniapp-master/pages_category_page1/procedure/procedure.vue b/ceres-uniapp-master/pages_category_page1/procedure/procedure.vue
index 4595618..b6420cc 100644
--- a/ceres-uniapp-master/pages_category_page1/procedure/procedure.vue
+++ b/ceres-uniapp-master/pages_category_page1/procedure/procedure.vue
@@ -39,7 +39,7 @@
};
},
onLoad(option){
- this.tableList = JSON.parse(option.item)
+ this.tableList = JSON.parse(decodeURIComponent(option.item))
},
mounted(){
diff --git a/ceres-uniapp-master/pages_category_page1/procedure/procedureList.vue b/ceres-uniapp-master/pages_category_page1/procedure/procedureList.vue
index e2dc0f8..eda11f9 100644
--- a/ceres-uniapp-master/pages_category_page1/procedure/procedureList.vue
+++ b/ceres-uniapp-master/pages_category_page1/procedure/procedureList.vue
@@ -48,7 +48,8 @@ getALL(){
})
},
getDetail(item){
- const items = JSON.stringify(item)
+ const items = encodeURIComponent(JSON.stringify(item))
+
uni.navigateTo({
url: `/pages_category_page1/procedure/procedure?item=${items}`
})
diff --git a/ceres-uniapp-master/unpackage/dist/build/web.zip b/ceres-uniapp-master/unpackage/dist/build/web.zip
index 66a2d8d..fb79758 100644
--- a/ceres-uniapp-master/unpackage/dist/build/web.zip
+++ b/ceres-uniapp-master/unpackage/dist/build/web.zip
diff --git a/ceres-uniapp-master/unpackage/dist/build/web/index.html b/ceres-uniapp-master/unpackage/dist/build/web/index.html
index 0c145ea..2b7ac97 100644
--- a/ceres-uniapp-master/unpackage/dist/build/web/index.html
+++ b/ceres-uniapp-master/unpackage/dist/build/web/index.html
@@ -1,2 +1,2 @@
在线商城
\ No newline at end of file
+ document.write('
')