diff --git a/src/views/announcement/noticeList/index.vue b/src/views/announcement/noticeList/index.vue index 97540a7..dc2d230 100644 --- a/src/views/announcement/noticeList/index.vue +++ b/src/views/announcement/noticeList/index.vue @@ -565,22 +565,7 @@ export default { this.total = res.total }) }, - handleSelectionChange(val) {}, - /** 导出按钮操作 */ - handleExport() { - const queryParams = this.queryParams - this.$confirm('是否确认导出所有数据项?', '警告', { - confirmButtonText: '确定', - cancelButtonText: '取消', - type: 'warning' - }) - .then(function() { - return api.exportClassIfy(queryParams) - }) - .then((response) => { - this.download(response) - }) - }, + tableRowClassName({ row, rowIndex }) { if (rowIndex % 2 == 1) { return 'warning-row' diff --git a/src/views/configManage/addSms/index.vue b/src/views/configManage/addSms/index.vue index 6a17250..4bdd135 100644 --- a/src/views/configManage/addSms/index.vue +++ b/src/views/configManage/addSms/index.vue @@ -55,7 +55,7 @@
{{ '会员编号' }}
{{ '会员姓名' }}
{{ '注册等级' }}
-
{{'真实奖衔'}}
+
{{ '真实奖衔' }}
{{ item.memberCode }}
@@ -66,15 +66,15 @@
- {{'订单短信'}} - {{'选择订单'}} + {{ '订单短信' }} + {{ '选择订单' }}
-
{{'订单编号'}}
-
{{'产品名称'}}
-
{{'收货人'}}
-
{{'二次物流单号'}}
+
{{ '订单编号' }}
+
{{ '产品名称' }}
+
{{ '收货人' }}
+
{{ '二次物流单号' }}
{{ '物流公司' }}
@@ -116,10 +116,10 @@
- {{'立即发送'}} + {{ '立即发送' }}
- {{'定时发送'}} + {{ '定时发送' }} - {{'选择'}} + {{ '选择' }} - {{'已选择'}} + {{ '已选择' }} @@ -195,7 +195,7 @@
{{ '取消' }} - {{'确认'}} + {{ '确认' }}
@@ -427,10 +427,6 @@ export default { this.gradeRangList = res.data }) }, - addRules() { - this.types = 1 - this.ruleShow = true - }, submit() { this.ruleSubmit() }, @@ -438,23 +434,6 @@ export default { // 添加角色 this.ruleShow = false }, - updateShow(item) { - this.types = 2 - // 更新角色信息 - this.formId = item.roleId - api.roleDetails(item.roleId).then((res) => { - if (res.code === 200) { - this.ruleShow = true - this.table = { 'roleName': res.data.roleName, 'roleSort': res.data.roleSort, - 'roleKey': res.data.roleKey, 'status': res.data.status === 0 ? ['正常'] : ['停用'] } - } else { - Message({ - message: res.msg, - type: 'error' - }) - } - }) - }, delRole(item) { // 删除角色信息 this.$confirm('确认要删除该角色吗?', '提示', { @@ -486,20 +465,20 @@ export default { }) return } - if(this.memberList==null){ - this.memberList=[] + if (this.memberList == null) { + this.memberList = [] } - if(this.orderList==null){ - this.orderList=[] + if (this.orderList == null) { + this.orderList = [] } console.error(this.memberList) - if (datas.sendScope == 1 && this.memberList.length==0) { + if (datas.sendScope == 1 && this.memberList.length == 0) { Message({ message: '请选择指定会员' }) return } - if (datas.sendScope == 2 && this.orderList.length==0) { + if (datas.sendScope == 2 && this.orderList.length == 0) { Message({ message: '请选择订单短信' }) diff --git a/src/views/configManage/barcodeConfiguration/details.vue b/src/views/configManage/barcodeConfiguration/details.vue index 2852679..5651145 100644 --- a/src/views/configManage/barcodeConfiguration/details.vue +++ b/src/views/configManage/barcodeConfiguration/details.vue @@ -19,39 +19,39 @@ + /> + /> + /> - + + /> @@ -61,46 +61,42 @@ - + @change="changeTime2" + /> - + @change="changeTime1" + /> + /> - {{ '搜索' }} + {{ '搜索' }} - {{ '重置' }} + {{ '重置' }} @@ -111,12 +107,13 @@
-->
- - {{ '导出' }} - 导出明细 + + {{ '导出' }} + 导出明细
@@ -128,21 +125,18 @@ :row-class-name="tableRowClassName" @selection-change="handleSelectionChange" > - + - + /> - - - + /> + diff --git a/src/views/information/dealer/index.vue b/src/views/information/dealer/index.vue index ceec450..bf9b3c3 100644 --- a/src/views/information/dealer/index.vue +++ b/src/views/information/dealer/index.vue @@ -167,17 +167,17 @@
{{'审核'}} + >{{ '审核' }} {{ '导出' }}
@@ -207,9 +207,9 @@
- - - - - - - - - + + + + 发起签呈 {{ '驳回' }} { if (res.code == '200') { @@ -645,16 +648,16 @@ export default { path: 'JxsQc', query: { data: JSON.stringify([row]), - approvalBusiness: 143, - }, + approvalBusiness: 143 + } }) }, // details(code) { // this.$router.push('/information/dealer/detail?code=' + code) // }, - details(code,index) { - index = index||0 - this.$router.push('/information/dealer/detail?code=' + code+'&index='+index) + details(code, index) { + index = index || 0 + this.$router.push('/information/dealer/detail?code=' + code + '&index=' + index) }, exports() { this.download( @@ -704,8 +707,8 @@ export default { api.vertexList().then((res) => { this.verList = res.data }) - // 获取证件状态 - api.certificate_status().then((res) => { + // 获取证件状态 + api.certificate_status().then((res) => { this.cerList = res.data }) // 获取隶属团队 @@ -822,22 +825,6 @@ export default { this.total = res.total }) }, - handleSelectionChange(val) {}, - /** 导出按钮操作 */ - handleExport() { - const queryParams = this.queryParams - this.$confirm( '是否确认导出所有数据项?', '警告', { - confirmButtonText: '确定', - cancelButtonText: '取消', - type: 'warning' - }) - .then(function() { - return api.exportClassIfy(queryParams) - }) - .then((response) => { - this.download(response) - }) - }, tableRowClassName({ row, rowIndex }) { if (rowIndex % 2 == 1) { return 'warning-row' diff --git a/src/views/information/memberFind/index.vue b/src/views/information/memberFind/index.vue index 4c2188d..3fa4892 100644 --- a/src/views/information/memberFind/index.vue +++ b/src/views/information/memberFind/index.vue @@ -2,63 +2,63 @@
+ />
- + + /> + /> + /> @@ -67,20 +67,18 @@ - + @change="changeTime1" + /> - {{ '搜索' }} + {{ '搜索' }} {{ '重置' }} @@ -89,26 +87,25 @@
- {{ '导出' }} + {{ '导出' }}
- + @@ -153,127 +150,122 @@