Explorar el Código

修改提交审批状态

cuixq hace 3 años
padre
commit
7d14471c8c
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      front-vue/src/views/service/financeRecord/financeRecord.vue

+ 4 - 4
front-vue/src/views/service/financeRecord/financeRecord.vue

@@ -103,7 +103,7 @@
               icon="el-icon-edit"
               @click="handleApprove(scope.row)"
               v-hasPermi="['finance:record:approve']"
-              v-if="scope.row.zfrApproveStt == '03'"
+              v-if="scope.row.zfrApproveStt == '03'&&scope.row.zfrStatus != '01'"
               >提交审批</el-button
             >
             <el-button
@@ -222,7 +222,7 @@
               icon="el-icon-edit"
               @click="handleApprove(scope.row)"
               v-hasPermi="['finance:record:approve']"
-              v-if="scope.row.zfrApproveStt == '03'"
+              v-if="scope.row.zfrApproveStt == '03'&&scope.row.zfrStatus != '01'"
               >提交审批</el-button
             >
           </template>
@@ -332,7 +332,7 @@
               icon="el-icon-edit"
               @click="handleApprove(scope.row)"
               v-hasPermi="['finance:record:approve']"
-              v-if="scope.row.zfrApproveStt == '03'"
+              v-if="scope.row.zfrApproveStt == '03'&&scope.row.zfrStatus != '01'"
               >提交审批</el-button
             >
           </template>
@@ -435,7 +435,7 @@
               icon="el-icon-edit"
               @click="handleApprove(scope.row)"
               v-hasPermi="['finance:record:approve']"
-              v-if="scope.row.zfrApproveStt == '03'"
+              v-if="scope.row.zfrApproveStt == '03'&&scope.row.zfrStatus != '01'"
               >提交审批</el-button
             >
           </template>