diff --git a/project/tianfuxing/AppLevelList/AppLevelList.vue b/project/tianfuxing/AppLevelList/AppLevelList.vue
index 29467995..465c9353 100644
--- a/project/tianfuxing/AppLevelList/AppLevelList.vue
+++ b/project/tianfuxing/AppLevelList/AppLevelList.vue
@@ -4,16 +4,16 @@
-
+
-
+
{{row.beginIntegral}}-{{row.endIntegral}}
-
+
编辑
diff --git a/project/tianfuxing/AppMerchantList/AppMerchantList.vue b/project/tianfuxing/AppMerchantList/AppMerchantList.vue
new file mode 100644
index 00000000..6fd2f8ad
--- /dev/null
+++ b/project/tianfuxing/AppMerchantList/AppMerchantList.vue
@@ -0,0 +1,267 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{row.userName}}
+
+
+
+
+ 通过
+ 拒绝
+
+ 编辑
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 地图标绘
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
+
+
+
diff --git a/project/tianfuxing/AppTaskReview/AppTaskReview.vue b/project/tianfuxing/AppTaskReview/AppTaskReview.vue
index 8283bc94..988212f5 100644
--- a/project/tianfuxing/AppTaskReview/AppTaskReview.vue
+++ b/project/tianfuxing/AppTaskReview/AppTaskReview.vue
@@ -3,12 +3,6 @@
-
@@ -17,9 +11,11 @@
-
- 通过
- 拒绝
+
+ 通过
+ 拒绝
+ 展示
+ 取消展示
@@ -34,6 +30,7 @@
+ 同时将随手拍展示到文明广场
@@ -51,9 +48,6 @@ export default {
},
data () {
return {
- search: {
- title: '',
- },
page: {
current: 1,
size: 10,
@@ -101,7 +95,8 @@ export default {
onConfirm() {
this.$refs.form.validate((valid)=> {
if(valid) {
- this.instance.post(`api/appwechatescalation/examine?id=${this.form.id}&pass=1&integral=${this.form.integral}`).then(res => {
+ var openStatus = this.form.openStatus ? 1 : 0
+ this.instance.post(`api/appwechatescalation/examine?id=${this.form.id}&pass=1&integral=${this.form.integral}&openStatus=${openStatus}`).then(res => {
if(res?.code == 0) {
this.dialog = false
this.$message.success('审核成功')
@@ -110,11 +105,19 @@ export default {
})
}
})
-
+ },
+ open(row) {
+ this.instance.post(`api//appwechatescalation/openShow?id=${row.id}`).then(res => {
+ if (res.code == 0) {
+ this.$message.success('操作成功')
+ this.getList()
+ }
+ })
},
pass(row) {
this.dialog = true
this.form = {...row}
+ this.form.openStatus = row.openStatus == 1 ? true : false
},
refuse(row) {
this.$confirm('确定拒绝该任务?').then(() => {
@@ -130,7 +133,6 @@ export default {
this.instance.post(`api/appwechatescalation/list`,null,{
params: {
...this.page,
- ...this.search,
}
}).then(res=> {
if(res?.data) {
diff --git a/project/tianfuxing/AppUserList/AppUserList.vue b/project/tianfuxing/AppUserList/AppUserList.vue
index 4e098d2a..5c5da528 100644
--- a/project/tianfuxing/AppUserList/AppUserList.vue
+++ b/project/tianfuxing/AppUserList/AppUserList.vue
@@ -5,7 +5,7 @@
-
+