-
- {{ '导出' }}
- 导出明细
+
+ {{ '导出' }}
+ 导出明细
@@ -128,21 +125,18 @@
:row-class-name="tableRowClassName"
@selection-change="handleSelectionChange"
>
-
+
-
+ />
-
-
-
+ />
+
{{ item.text }}
@@ -162,20 +156,17 @@
align="center"
prop="batch"
:label="'追溯批次'"
- >
-
+ />
-
+ />
-
+ />
@@ -190,37 +181,37 @@
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 @@