|
|
|
@ -224,6 +224,7 @@
|
|
|
|
v-model="queryParams.deviceNumEnd"
|
|
|
|
v-model="queryParams.deviceNumEnd"
|
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
|
></el-input-number>
|
|
|
|
></el-input-number>
|
|
|
|
|
|
|
|
<el-button icon="el-icon-close" circle @click="clearDeviceNum"></el-button>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item label="积分范围" prop="credit">
|
|
|
|
<el-form-item label="积分范围" prop="credit">
|
|
|
|
<el-input-number
|
|
|
|
<el-input-number
|
|
|
|
@ -239,6 +240,7 @@
|
|
|
|
v-model="queryParams.creditEnd"
|
|
|
|
v-model="queryParams.creditEnd"
|
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
|
></el-input-number>
|
|
|
|
></el-input-number>
|
|
|
|
|
|
|
|
<el-button icon="el-icon-close" circle @click="clearCredit"></el-button>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@ -312,13 +314,15 @@
|
|
|
|
icon="el-icon-search"
|
|
|
|
icon="el-icon-search"
|
|
|
|
size="mini"
|
|
|
|
size="mini"
|
|
|
|
@click="handleQuery"
|
|
|
|
@click="handleQuery"
|
|
|
|
>搜索</el-button
|
|
|
|
>搜索
|
|
|
|
|
|
|
|
</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
icon="el-icon-refresh"
|
|
|
|
icon="el-icon-refresh"
|
|
|
|
size="mini"
|
|
|
|
size="mini"
|
|
|
|
@click="resetQuery"
|
|
|
|
@click="resetQuery"
|
|
|
|
>重置</el-button
|
|
|
|
>重置
|
|
|
|
|
|
|
|
</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -574,13 +578,15 @@
|
|
|
|
size="mini"
|
|
|
|
size="mini"
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
@click="informationSynchronization(scope.row)"
|
|
|
|
@click="informationSynchronization(scope.row)"
|
|
|
|
>个人信息同步</el-button
|
|
|
|
>个人信息同步
|
|
|
|
|
|
|
|
</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
size="mini"
|
|
|
|
size="mini"
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
@click="integralSynchronization(scope.row)"
|
|
|
|
@click="integralSynchronization(scope.row)"
|
|
|
|
>积分同步</el-button
|
|
|
|
>积分同步
|
|
|
|
|
|
|
|
</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
@ -617,7 +623,8 @@
|
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
|
<el-button @click="ocEditRemarkDialog()">关 闭</el-button>
|
|
|
|
<el-button @click="ocEditRemarkDialog()">关 闭</el-button>
|
|
|
|
<el-button type="primary" @click="submitEditRemark()"
|
|
|
|
<el-button type="primary" @click="submitEditRemark()"
|
|
|
|
>确 定</el-button
|
|
|
|
>确 定
|
|
|
|
|
|
|
|
</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-dialog>
|
|
|
|
</el-dialog>
|
|
|
|
@ -1119,7 +1126,8 @@
|
|
|
|
size="mini"
|
|
|
|
size="mini"
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
disabled
|
|
|
|
disabled
|
|
|
|
>已撤销</el-button
|
|
|
|
>已撤销
|
|
|
|
|
|
|
|
</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
@ -2171,7 +2179,8 @@ export default {
|
|
|
|
this.cancelIntegralDialog(true)
|
|
|
|
this.cancelIntegralDialog(true)
|
|
|
|
})
|
|
|
|
})
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {})
|
|
|
|
.catch(() => {
|
|
|
|
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* 批量操作:导出数据 */
|
|
|
|
/* 批量操作:导出数据 */
|
|
|
|
@ -2249,7 +2258,8 @@ export default {
|
|
|
|
this.getList()
|
|
|
|
this.getList()
|
|
|
|
})
|
|
|
|
})
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {})
|
|
|
|
.catch(() => {
|
|
|
|
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// 开关活动
|
|
|
|
// 开关活动
|
|
|
|
openOrCloseActivity(row) {
|
|
|
|
openOrCloseActivity(row) {
|
|
|
|
@ -2280,7 +2290,8 @@ export default {
|
|
|
|
this.getList()
|
|
|
|
this.getList()
|
|
|
|
})
|
|
|
|
})
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {})
|
|
|
|
.catch(() => {
|
|
|
|
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// 信息同步
|
|
|
|
// 信息同步
|
|
|
|
informationSynchronization(row) {
|
|
|
|
informationSynchronization(row) {
|
|
|
|
@ -2297,7 +2308,8 @@ export default {
|
|
|
|
.then(() => {
|
|
|
|
.then(() => {
|
|
|
|
alert('用户id' + row.id)
|
|
|
|
alert('用户id' + row.id)
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {})
|
|
|
|
.catch(() => {
|
|
|
|
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// 积分同步
|
|
|
|
// 积分同步
|
|
|
|
integralSynchronization(row) {
|
|
|
|
integralSynchronization(row) {
|
|
|
|
@ -2314,7 +2326,8 @@ export default {
|
|
|
|
.then(() => {
|
|
|
|
.then(() => {
|
|
|
|
alert('用户id' + row.id)
|
|
|
|
alert('用户id' + row.id)
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {})
|
|
|
|
.catch(() => {
|
|
|
|
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
/** 提交按钮 */
|
|
|
|
/** 提交按钮 */
|
|
|
|
submitForm() {
|
|
|
|
submitForm() {
|
|
|
|
@ -2555,7 +2568,8 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {})
|
|
|
|
.catch(() => {
|
|
|
|
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
/** 删除按钮操作 */
|
|
|
|
/** 删除按钮操作 */
|
|
|
|
handleDelete(row) {
|
|
|
|
handleDelete(row) {
|
|
|
|
@ -2569,7 +2583,8 @@ export default {
|
|
|
|
this.getList()
|
|
|
|
this.getList()
|
|
|
|
this.$modal.msgSuccess('删除成功')
|
|
|
|
this.$modal.msgSuccess('删除成功')
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {})
|
|
|
|
.catch(() => {
|
|
|
|
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// 打开用户消息列表窗口
|
|
|
|
// 打开用户消息列表窗口
|
|
|
|
viewMessageDetail(row) {
|
|
|
|
viewMessageDetail(row) {
|
|
|
|
@ -2671,6 +2686,17 @@ export default {
|
|
|
|
this.exportFieldList.area = null
|
|
|
|
this.exportFieldList.area = null
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
clearDeviceNum() {
|
|
|
|
|
|
|
|
this.queryParams.deviceNumStart = undefined;
|
|
|
|
|
|
|
|
this.queryParams.deviceNumEnd = undefined;
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
clearCredit() {
|
|
|
|
|
|
|
|
this.queryParams.creditStart = undefined;
|
|
|
|
|
|
|
|
this.queryParams.creditEnd = undefined;
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|