guarantee-lsq пре 2 година
родитељ
комит
16f42da570
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/views/repair/application-form/modules/DetailRepair.vue

+ 2 - 1
src/views/repair/application-form/modules/DetailRepair.vue

@@ -286,6 +286,7 @@
         <a-popconfirm v-if="$auth('repair-application-forms-reback') && DictCache.VALUE.REPAIR_APPLICATION_FORM_STATUS.NOT_ACCEPTANCE === model.status" title="是否要拒绝?" @confirm="handleReturn">
           <a-button style="margin-left: 8px" type="error">拒绝</a-button>
         </a-popconfirm>
+        <a-button v-show="model.level!==6 && model.status!==6 && model.status!==14" style="margin-left: 8px" type="primary" >转大修</a-button>
         <a-button style="margin-left: 8px" type="primary" @click="handleCancel">返回</a-button>
       </div>
       <div class="btn" v-else>
@@ -294,7 +295,7 @@
         <a-button v-show="model.status===21" style="margin-left: 8px" type="primary" >大修审核</a-button>
         <a-button v-show="model.status===20" style="margin-left: 8px" type="primary" >再次发起审核</a-button>
         <a-button v-show="model.status===8" style="margin-left: 8px" type="primary" >维修挂起</a-button>
-        <a-button v-show="model.level!==6 && model.status!==6 && model.status!==14" style="margin-left: 8px" type="primary" >转大修</a-button>
+
       </div>
     </div>
     <check-form ref="checkForm" @ok="handleOk" />