|
@@ -357,17 +357,14 @@
|
|
|
</template>
|
|
</template>
|
|
|
<template v-else-if="column.dataIndex === 'action'">
|
|
<template v-else-if="column.dataIndex === 'action'">
|
|
|
<a-button
|
|
<a-button
|
|
|
- icon="eye"
|
|
|
|
|
type="link"
|
|
type="link"
|
|
|
@click="showDialog(record.pblmId)"
|
|
@click="showDialog(record.pblmId)"
|
|
|
- ></a-button>
|
|
|
|
|
|
|
+ ><EyeOutlined /></a-button>
|
|
|
<a-button
|
|
<a-button
|
|
|
- icon="edit"
|
|
|
|
|
type="link"
|
|
type="link"
|
|
|
@click="changeSup(record)"
|
|
@click="changeSup(record)"
|
|
|
- ></a-button>
|
|
|
|
|
|
|
+ ><EditOutlined /></a-button>
|
|
|
<a-button
|
|
<a-button
|
|
|
- icon="delete"
|
|
|
|
|
type="link"
|
|
type="link"
|
|
|
v-if="
|
|
v-if="
|
|
|
record.workflowStat == 12 ||
|
|
record.workflowStat == 12 ||
|
|
@@ -375,8 +372,7 @@
|
|
|
record.workflowStat == 18
|
|
record.workflowStat == 18
|
|
|
"
|
|
"
|
|
|
@click="removeSuperviseOne(record.pblmId)"
|
|
@click="removeSuperviseOne(record.pblmId)"
|
|
|
- >
|
|
|
|
|
- </a-button>
|
|
|
|
|
|
|
+ ><DeleteOutlined /></a-button>
|
|
|
</template>
|
|
</template>
|
|
|
</template>
|
|
</template>
|
|
|
</a-table>
|
|
</a-table>
|
|
@@ -539,11 +535,10 @@
|
|
|
v-if="!addPicPanel ? !addPicPanel : addPicPanel"
|
|
v-if="!addPicPanel ? !addPicPanel : addPicPanel"
|
|
|
size="small"
|
|
size="small"
|
|
|
type="link"
|
|
type="link"
|
|
|
- :icon="
|
|
|
|
|
- !addPicPanel ? 'plus-circle' : 'close-circle'
|
|
|
|
|
- "
|
|
|
|
|
@click="addPic"
|
|
@click="addPic"
|
|
|
- >{{ !addPicPanel ? "添加" : "取消" }}
|
|
|
|
|
|
|
+ >
|
|
|
|
|
+ <component :is="!addPicPanel ? PlusCircleOutlined : CloseCircleOutlined" />
|
|
|
|
|
+ {{ !addPicPanel ? "添加" : "取消" }}
|
|
|
</a-button>
|
|
</a-button>
|
|
|
</a-row>
|
|
</a-row>
|
|
|
<a-row v-show="addPicPanel">
|
|
<a-row v-show="addPicPanel">
|
|
@@ -668,10 +663,10 @@
|
|
|
v-if="!addPicPanel1 ? !addPicPanel1 : addPicPanel1"
|
|
v-if="!addPicPanel1 ? !addPicPanel1 : addPicPanel1"
|
|
|
size="small"
|
|
size="small"
|
|
|
type="link"
|
|
type="link"
|
|
|
- :icon="!addPicPanel1 ? 'plus-circle' : 'close-circle'"
|
|
|
|
|
- @click="addPic1">{{ !addPicPanel1 ? "添加"
|
|
|
|
|
- : "取消"
|
|
|
|
|
- }}
|
|
|
|
|
|
|
+ @click="addPic1"
|
|
|
|
|
+ >
|
|
|
|
|
+ <component :is="!addPicPanel1 ? PlusCircleOutlined : CloseCircleOutlined" />
|
|
|
|
|
+ {{ !addPicPanel1 ? "添加" : "取消" }}
|
|
|
</a-button>
|
|
</a-button>
|
|
|
</a-row>
|
|
</a-row>
|
|
|
<a-row v-show="addPicPanel1 && offlineCancellation == '1'">
|
|
<a-row v-show="addPicPanel1 && offlineCancellation == '1'">
|
|
@@ -1308,10 +1303,9 @@
|
|
|
</template>
|
|
</template>
|
|
|
<template v-else-if="column.dataIndex === 'action'">
|
|
<template v-else-if="column.dataIndex === 'action'">
|
|
|
<a-button
|
|
<a-button
|
|
|
- icon="eye"
|
|
|
|
|
type="link"
|
|
type="link"
|
|
|
@click="showDialog(record.pblmId)"
|
|
@click="showDialog(record.pblmId)"
|
|
|
- ></a-button>
|
|
|
|
|
|
|
+ ><EyeOutlined /></a-button>
|
|
|
</template>
|
|
</template>
|
|
|
</template>
|
|
</template>
|
|
|
</a-table>
|
|
</a-table>
|
|
@@ -1719,10 +1713,9 @@
|
|
|
</template>
|
|
</template>
|
|
|
<template v-else-if="column.dataIndex === 'action'">
|
|
<template v-else-if="column.dataIndex === 'action'">
|
|
|
<a-button
|
|
<a-button
|
|
|
- icon="eye"
|
|
|
|
|
type="link"
|
|
type="link"
|
|
|
@click="showDialog(record.pblmId)"
|
|
@click="showDialog(record.pblmId)"
|
|
|
- ></a-button>
|
|
|
|
|
|
|
+ ><EyeOutlined /></a-button>
|
|
|
</template>
|
|
</template>
|
|
|
</template>
|
|
</template>
|
|
|
</a-table>
|
|
</a-table>
|
|
@@ -2113,17 +2106,15 @@
|
|
|
</template>
|
|
</template>
|
|
|
<template v-else-if="column.dataIndex === 'action'">
|
|
<template v-else-if="column.dataIndex === 'action'">
|
|
|
<a-button
|
|
<a-button
|
|
|
- icon="eye"
|
|
|
|
|
type="link"
|
|
type="link"
|
|
|
@click="showDialog(record.pblmId)"
|
|
@click="showDialog(record.pblmId)"
|
|
|
- ></a-button>
|
|
|
|
|
|
|
+ ><EyeOutlined /></a-button>
|
|
|
<a-button
|
|
<a-button
|
|
|
- icon="delete"
|
|
|
|
|
type="link"
|
|
type="link"
|
|
|
style="padding-left:5px;"
|
|
style="padding-left:5px;"
|
|
|
v-if="record.workflowStat == 10"
|
|
v-if="record.workflowStat == 10"
|
|
|
@click="removeSuperviseOne(record.pblmId)"
|
|
@click="removeSuperviseOne(record.pblmId)"
|
|
|
- ></a-button>
|
|
|
|
|
|
|
+ ><DeleteOutlined /></a-button>
|
|
|
</template>
|
|
</template>
|
|
|
</template>
|
|
</template>
|
|
|
</a-table>
|
|
</a-table>
|
|
@@ -2268,6 +2259,8 @@ import {
|
|
|
setQuestionFlag,
|
|
setQuestionFlag,
|
|
|
transferProcStatCodeToName,
|
|
transferProcStatCodeToName,
|
|
|
} from '../../api/duChaProcAPI.js';
|
|
} from '../../api/duChaProcAPI.js';
|
|
|
|
|
+import { h } from 'vue';
|
|
|
|
|
+import { EyeOutlined, EditOutlined, DeleteOutlined, PlusCircleOutlined, CloseCircleOutlined } from '@ant-design/icons-vue';
|
|
|
import { hostUrl } from '../../utils/global_variable.js';
|
|
import { hostUrl } from '../../utils/global_variable.js';
|
|
|
import request from '../../utils/gw_ajax_request.js';
|
|
import request from '../../utils/gw_ajax_request.js';
|
|
|
import { formatD, formatDateTime2 } from '../../utils/gw_date.js';
|
|
import { formatD, formatDateTime2 } from '../../utils/gw_date.js';
|
|
@@ -2289,6 +2282,7 @@ import supervisionDetails from './supervisionDetails_shuiku.vue';
|
|
|
export default {
|
|
export default {
|
|
|
props: ['codeId'],
|
|
props: ['codeId'],
|
|
|
components: {
|
|
components: {
|
|
|
|
|
+ EyeOutlined, EditOutlined, DeleteOutlined, PlusCircleOutlined, CloseCircleOutlined,
|
|
|
Dealproblem_dialog,
|
|
Dealproblem_dialog,
|
|
|
upload,
|
|
upload,
|
|
|
// 详情页
|
|
// 详情页
|