shiyanyu vor 1 Woche
Ursprung
Commit
43e9f60883
1 geänderte Dateien mit 13 neuen und 1 gelöschten Zeilen
  1. 13 1
      src/views/costAudit/auditInfo/auditManage/submitData.vue

+ 13 - 1
src/views/costAudit/auditInfo/auditManage/submitData.vue

@@ -94,13 +94,15 @@
         </el-table-column>
         <el-table-column label="操作" width="200" align="center">
           <template slot-scope="scope">
-            <el-button
+            <!-- <el-button
               v-if="
                 scope.row.isUpload === '1' &&
                 ((scope.row.auditedStatus === '0' &&
                   (currentStatus === 200 || currentStatus === '200') &&
                   (currentNode === 'clcs' || currentNode === 'sdsh')) ||
                   (scope.row.taskNode === 'jtsy' &&
+                    scope.row.auditedStatus === '0') ||
+                  (scope.row.taskNode === 'yjgz' &&
                     scope.row.auditedStatus === '0'))
               "
               type="text"
@@ -108,6 +110,16 @@
               @click="handleAuditMaterial(scope.row)"
             >
               审核
+            </el-button> -->
+            <el-button
+              v-if="
+                scope.row.isUpload === '1' && scope.row.auditedStatus === '0'
+              "
+              type="text"
+              size="small"
+              @click="handleAuditMaterial(scope.row)"
+            >
+              审核
             </el-button>
             <el-button
               type="text"