瀏覽代碼

报损列表删除审批按钮

damon227 2 年之前
父節點
當前提交
a102b87e28
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      src/views/modules/production/damage.vue

+ 7 - 1
src/views/modules/production/damage.vue

@@ -114,6 +114,13 @@
           min-width="120"
           label="审批状态">
         </el-table-column>
+        <el-table-column
+          prop="workFlowBusinessExt.currentApproverName"
+          header-align="center"
+          align="center"
+          min-width="160"
+          label="当前审批人">
+        </el-table-column>
         <el-table-column
           fixed="right"
           header-align="center"
@@ -123,7 +130,6 @@
           <template slot-scope="scope">
             <el-button v-if="isAuth('prod:damage:info')" type="text" size="small" @click="detailHandle(scope.row.recordId)">查看</el-button>
             <el-button v-if="isAuth('prod:damage:again') && Number(scope.row.state) !== 2 && Number(scope.row.workFlowBusinessExt.state) == 3" type="text" size="small" @click="reScheduleHandle(scope.row.recordId)">重新排产</el-button>
-            <el-button v-if="isAuth('prod:damage:info') && Number(scope.row.workFlowBusinessExt.state) <= 2" type="text" size="small" @click="reScheduleHandle(scope.row.recordId)">审批</el-button>
           </template>
         </el-table-column>
       </el-table>