Bläddra i källkod

去掉上传资料注释测试

zhouhao 2 år sedan
förälder
incheckning
511f6c55ad

+ 2 - 2
src/views/deposit_home/components/refund_list-detail.vue

@@ -637,7 +637,7 @@
         </el-col>
       </el-row>
     </div>
-    <!-- <div>
+    <div>
       <div>
         <h3 class="gdzl">补充资料</h3>
         <el-divider />
@@ -739,7 +739,7 @@
         </div>
         </div>
       </div>
-    </div> -->
+    </div>
     <br />
     <!-- 按钮 -->
     <!-- detailList.examineStatus != 'OK' || detailList.examineStatus != 'FAIL' -->

+ 6 - 5
src/views/deposit_home/refund_list.vue

@@ -15,9 +15,9 @@
               <el-radio-button label="WAIT">待审核</el-radio-button>
               <!--    <el-radio-button label="FAIL">审核驳回</el-radio-button> -->
               <el-radio-button label="OK">审核通过</el-radio-button>
-              <!-- <el-radio-button label="AMEND">保存(补充资料)</el-radio-button>
+              <el-radio-button label="AMEND">保存(补充资料)</el-radio-button>
               <el-radio-button label="WAIT_REVIEW">待复核</el-radio-button>
-              <el-radio-button label="REVIEW">复核</el-radio-button> -->
+              <el-radio-button label="REVIEW">复核</el-radio-button>
 
             </el-radio-group>
           </template>
@@ -451,12 +451,12 @@
                   v-if="scope.row.examineStatus == 'WAIT' && $checkBtnRole('examine', $route.meta.roles)"
                   @click="examineFn(scope.row.depositManageId)">审批</el-button>
 
-                <!-- <el-button type="text" class="textColor"
+                <el-button type="text" class="textColor"
                   v-if="(scope.row.examineStatus == 'OK' ||scope.row.examineStatus == 'AMEND') && $checkBtnRole('examine', $route.meta.roles)"
                   @click="replenishClick(scope.row.depositManageId)">补充资料</el-button>
                   <el-button type="text" class="textColor"
                   v-if="scope.row.examineStatus == 'WAIT_REVIEW' && $checkBtnRole('examine', $route.meta.roles)"
-                  @click="reexamineClick(scope.row.depositManageId)">复核</el-button> -->
+                  @click="reexamineClick(scope.row.depositManageId)">复核</el-button>
 
                 <el-button type="text" class="textColor" v-if="
                   scope.row.examineStatus == 'SAVE' ||
@@ -476,7 +476,8 @@
       </div>
     </div>
     <refund-list-detail v-else-if="(showSurrender==1)" :detail-id="detailId" @updateList="updateList" />
-
+  <refund-replenish v-else-if="(showSurrender==2)" :detail-id="detailId" @updateList="updateList"/>
+    <refund-reexamine v-else-if="(showSurrender==3)" :detail-id="detailId" @updateList="updateList"/>
     <examine-dialog :is-show.sync="isShowExamineDialog" :examine-form.sync="examineForm" />
   </div>
 </template>