liuzhihui %!s(int64=2) %!d(string=před) roky
rodič
revize
d05c5d1473

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

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