liuzhihui 2 yıl önce
ebeveyn
işleme
d05c5d1473

+ 9 - 1
CallCenterWeb.UI/RMYY/src/components/workOrder/information/addOrEditInfOrder.vue

@@ -438,7 +438,7 @@
438 438
               </el-form-item>
439 439
             </el-col>
440 440
           </el-row>
441
-          <el-row v-if="ruleForm.opt == '3' && iswomanage != 1 && worktypeInfo3 !== 'menzhen'">
441
+          <el-row v-if="ruleForm.opt == '3' && iswomanage != 1 && isshowmen =='1'">
442 442
             <el-col :span="12">
443 443
               <el-form-item label="转派科室" prop="clbm">
444 444
                 <select-dept-tree
@@ -556,6 +556,7 @@ export default {
556 556
       currentPatient:'患者1',//患者信息切换
557 557
       hospitalDataLists:[],
558 558
       coperDataLists:[],
559
+      isshowmen:'1',
559 560
       // patientArrData:['患者1'],
560 561
       patientMsgAll:[
561 562
       {
@@ -759,7 +760,14 @@ export default {
759 760
       if(this.worktypeInfo3 === 'menzhen'){
760 761
         this.getCoperyq()
761 762
         this.getListyq()
763
+        if(!this.wid){
764
+          this.isshowmen = '0'
765
+        }else{
766
+          this.isshowmen = '1'
767
+        }
762 768
         this.ruleForm.opt = '3'
769
+      }else{
770
+        this.isshowmen = '1'
763 771
       }
764 772
       if(this.worktypeInfo3 === 'huizhen'){
765 773
         this.getCoperyq()