sangwenwei il y a 1 an
Parent
commit
3688600f73
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/cw/invoice/InvoiceList.vue

+ 1 - 1
src/views/cw/invoice/InvoiceList.vue

@@ -289,7 +289,7 @@
               <el-button v-if="hasPermission('cw_finance:invoice:edit')&&scope.row.createBy.id === $store.state.user.id&&(scope.row.status === '1'||scope.row.status === '3')" text type="primary"  @click="del(scope.row.id)">删除</el-button>
 <!--              审核  发票申请-->
               <el-button v-if="scope.row.status==='2' && checkIsAudit(scope.row)" text type="primary"  @click="examine(scope.row)">审核</el-button>
-              <el-button v-if="scope.row.status==='5' && $store.state.user.officeId==='1602911350533177346'" text type="primary"  @click="examine(scope.row)">审核</el-button>
+<!--              <el-button v-if="scope.row.status==='5' && $store.state.user.officeId==='1602911350533177346'" text type="primary"  @click="examine(scope.row)">审核</el-button>-->
 <!--              被驳回后当前申请人重新调整  发票申请-->
               <el-button v-if="scope.row.createBy.id === $store.state.user.id&&scope.row.status === '4'" text type="primary"  @click="adjust(scope.row)">驳回调整</el-button>
 <!--              审核  发票作废-->