|
@@ -231,9 +231,9 @@
|
|
|
|
|
|
<el-table v-loading="loading" :data="publicList" @selection-change="handleSelectionChange" :height="clientHeight" border>
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
- <!--<el-table-column label="唯一标识ID" align="center" prop="id" :show-overflow-tooltip="true"/>-->
|
|
|
- <!--<el-table-column label="从表id" align="center" prop="subId" :show-overflow-tooltip="true"/>-->
|
|
|
- <!--<el-table-column label="审批id" align="center" prop="approveId" :show-overflow-tooltip="true"/>-->
|
|
|
+ <!--<el-table-column label="唯一标识ID" align="center" prop="id" />-->
|
|
|
+ <!--<el-table-column label="从表id" align="center" prop="subId" />-->
|
|
|
+ <!--<el-table-column label="审批id" align="center" prop="approveId" />-->
|
|
|
<el-table-column label="审批状态" align="center" prop="approveStatus" width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<el-tag v-if="scope.row.approveStatus==0">未审批</el-tag>
|
|
@@ -242,20 +242,19 @@
|
|
|
<el-tag v-if="scope.row.approveStatus==2" type="success">已确认2</el-tag>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="检查内容" align="center" prop="checkContent" :show-overflow-tooltip="true"/>
|
|
|
- <el-table-column label="检查要求" align="center" prop="checkRequire" :show-overflow-tooltip="true"/>
|
|
|
- <el-table-column label="界区阀" align="center" prop="valveStatus" :show-overflow-tooltip="true"/>
|
|
|
- <el-table-column label="检查情况" align="center" prop="checkCondition" :show-overflow-tooltip="true"/>
|
|
|
- <el-table-column label="检查结果" align="center" prop="checkResult" :show-overflow-tooltip="true"/>
|
|
|
- <!--<el-table-column label="确认人" align="center" prop="confirm" :show-overflow-tooltip="true"/>-->
|
|
|
- <el-table-column label="确认人1" align="center" prop="confirm1" :show-overflow-tooltip="true"
|
|
|
- width="150">
|
|
|
+ <el-table-column label="检查内容" align="center" prop="checkContent" width="250"/>
|
|
|
+ <el-table-column label="检查要求" align="center" prop="checkRequire" width="250"/>
|
|
|
+ <el-table-column label="界区阀" align="center" prop="valveStatus" width="120"/>
|
|
|
+ <el-table-column label="检查情况" align="center" prop="checkCondition" width="250"/>
|
|
|
+ <el-table-column label="检查结果" align="center" prop="checkResult" width="100"/>
|
|
|
+ <el-table-column label="确认人1" align="center" prop="confirm1"
|
|
|
+ width="130">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.confirm1Name }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="确认人2" align="center" prop="confirm2" :show-overflow-tooltip="true"
|
|
|
- width="150">
|
|
|
+ <el-table-column label="确认人2" align="center" prop="confirm2"
|
|
|
+ width="130">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.confirm2Name }}</span>
|
|
|
</template>
|
|
@@ -265,21 +264,21 @@
|
|
|
<span>{{ parseTime(scope.row.confirmationDate, '{y}-{m}-{d}') }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <!--<el-table-column label="创建人" align="center" prop="createrCode" :show-overflow-tooltip="true"/>-->
|
|
|
+ <!--<el-table-column label="创建人" align="center" prop="createrCode" />-->
|
|
|
<!--<el-table-column label="创建时间" align="center" prop="createdate" width="100">-->
|
|
|
<!--<template slot-scope="scope">-->
|
|
|
<!--<span>{{ parseTime(scope.row.createdate, '{y}-{m}-{d}') }}</span>-->
|
|
|
<!--</template>-->
|
|
|
<!--</el-table-column>-->
|
|
|
- <!--<el-table-column label="修改人" align="center" prop="updaterCode" :show-overflow-tooltip="true"/>-->
|
|
|
+ <!--<el-table-column label="修改人" align="center" prop="updaterCode" />-->
|
|
|
<!--<el-table-column label="修改时间" align="center" prop="updatedate" width="100">-->
|
|
|
<!--<template slot-scope="scope">-->
|
|
|
<!--<span>{{ parseTime(scope.row.updatedate, '{y}-{m}-{d}') }}</span>-->
|
|
|
<!--</template>-->
|
|
|
<!--</el-table-column>-->
|
|
|
- <!--<el-table-column label="部门编号" align="center" prop="deptId" :show-overflow-tooltip="true"/>-->
|
|
|
- <el-table-column label="驳回原因" align="center" prop="reason" :show-overflow-tooltip="true"/>
|
|
|
- <el-table-column label="备注" align="center" prop="remarks" :show-overflow-tooltip="true"/>
|
|
|
+ <!--<el-table-column label="部门编号" align="center" prop="deptId" />-->
|
|
|
+ <el-table-column label="驳回原因" align="center" prop="reason" width="150"/>
|
|
|
+ <el-table-column label="备注" align="center" prop="remarks" width="150"/>
|
|
|
<el-table-column label="操作" align="center" fixed="right" width="120" class-name="small-padding fixed-width" v-if="isApprove==0">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
@@ -488,8 +487,8 @@
|
|
|
<el-dialog v-dialogDrag :close-on-click-modal="false" :visible.sync="reason.open" append-to-body title="驳回"
|
|
|
width="1000px">
|
|
|
<el-table :data="items" border>
|
|
|
- <el-table-column label="检查内容" align="center" prop="checkContent" :show-overflow-tooltip="true"/>
|
|
|
- <el-table-column label="驳回原因" align="center" prop="reason" :show-overflow-tooltip="true">
|
|
|
+ <el-table-column label="检查内容" align="center" prop="checkContent" />
|
|
|
+ <el-table-column label="驳回原因" align="center" prop="reason" >
|
|
|
<template slot-scope="scope">
|
|
|
<el-input v-model="scope.row.reason" placeholder="请输入驳回原因"/>
|
|
|
</template>
|