|
@@ -11,8 +11,8 @@
|
|
:operationColumnWidth="200"
|
|
:operationColumnWidth="200"
|
|
:replaceOrNotMap="false"
|
|
:replaceOrNotMap="false"
|
|
>
|
|
>
|
|
- <ExamineDialog :is-show.sync="isShowExamineDialog" :examine-form.sync="examineForm" @submit="submitExamineForm"/>
|
|
|
|
-
|
|
|
|
|
|
+ <ExamineDialog :is-show.sync="isShowExamineDialog" :examine-form.sync="examineForm" @submit="submitExamineForm" />
|
|
|
|
+
|
|
<Popu v-if="isShowDetail || isShowForm || isShowExamine || isShowReturnForm">
|
|
<Popu v-if="isShowDetail || isShowForm || isShowExamine || isShowReturnForm">
|
|
<EnginDetail v-if="isShowDetail" ref="refDetail" :list-item="queryItem" @backListFormDetail="backList" />
|
|
<EnginDetail v-if="isShowDetail" ref="refDetail" :list-item="queryItem" @backListFormDetail="backList" />
|
|
<EnginExamine v-if="isShowExamine" :list-item="queryItem" @backListFormDetail="backList" />
|
|
<EnginExamine v-if="isShowExamine" :list-item="queryItem" @backListFormDetail="backList" />
|
|
@@ -399,7 +399,7 @@ export default {
|
|
{this.$checkBtnRole('del', this.$route.meta.roles) &&
|
|
{this.$checkBtnRole('del', this.$route.meta.roles) &&
|
|
((!this.isCustomer && !row.automaticStatus && row.examineStatus !== 'OK') ||
|
|
((!this.isCustomer && !row.automaticStatus && row.examineStatus !== 'OK') ||
|
|
(this.isCustomer && !row.automaticStatus && row.examineStatus !== 'OK' && row.type != 2) ||
|
|
(this.isCustomer && !row.automaticStatus && row.examineStatus !== 'OK' && row.type != 2) ||
|
|
- (!this.isCustomer && row.automaticStatus && row.examineStatus !== 'OK' && scope.row.type == 2)) ? (
|
|
|
|
|
|
+ (!this.isCustomer && row.automaticStatus && row.examineStatus !== 'OK' && row.type == 2)) ? (
|
|
<el-popconfirm
|
|
<el-popconfirm
|
|
onOnConfirm={async () => {
|
|
onOnConfirm={async () => {
|
|
this.handleDelete(row.id)
|
|
this.handleDelete(row.id)
|