2 Комити 67ad783099 ... 4e5c4d1fff

Аутор SHA1 Порука Датум
  shiyanyu 4e5c4d1fff Merge branch 'master' of http://1.71.9.215:3000/feiyi/cbjsxt-front-master пре 1 недеља
  shiyanyu 43e9f60883 fix: 修改bug пре 1 недеља
1 измењених фајлова са 13 додато и 1 уклоњено
  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"