28169 hace 10 meses
padre
commit
57d695a83c

+ 1 - 0
src/xt_pages/dialysis/doctorAdvicePrint.vue Ver fichero

@@ -281,6 +281,7 @@ export default {
281 281
             patient_type: 0,
282 282
             advice_type: 2,
283 283
             delivery_way:this.delivery_way,
284
+            excution_way:this.$route.query.excution_way,
284 285
             }).then(rs => {
285 286
                 var resp = rs.data
286 287
                 if (resp.state == 1) {

+ 2 - 2
src/xt_pages/dialysis/newDoctorAdvice.vue Ver fichero

@@ -1372,11 +1372,11 @@ export default {
1372 1372
        }
1373 1373
 
1374 1374
        if(this.org_id == 9671 || this.org_id == 10340){
1375
-        this.$router.push({ path: "/dialysis/doctorAdvicePrint/one",query:{time: new Date(this.time).getTime(),delivery_way:name} });
1375
+        this.$router.push({ path: "/dialysis/doctorAdvicePrint/one",query:{time: new Date(this.time).getTime(),delivery_way:name,excution_way:this.excution_way} });
1376 1376
        }
1377 1377
 
1378 1378
        if(this.org_id != 9671 && this.org_id != 10340){
1379
-        this.$router.push({ path: "/dialysis/doctorAdvicePrint",query:{time: new Date(this.time).getTime(),delivery_way:name} });
1379
+        this.$router.push({ path: "/dialysis/doctorAdvicePrint",query:{time: new Date(this.time).getTime(),delivery_way:name,excution_way:this.excution_way} });
1380 1380
        }
1381 1381
 
1382 1382
 

+ 2 - 1
src/xt_pages/management/components/UserForm.vue Ver fichero

@@ -828,6 +828,7 @@
828 828
                   透析方式
829 829
                 </td>
830 830
                 <td
831
+                 v-if="org_id!=10495 && org_id!=0"
831 832
                   :rowspan="2"
832 833
                   style="text-align:center;min-width:40px;font-size:15px"
833 834
                 >
@@ -931,7 +932,7 @@
931 932
                 <td style="text-align:center;font-size:15px;height:30px">
932 933
                   {{ item.dialysis_mode }}
933 934
                 </td>
934
-                <td style="text-align:center;font-size:15px;height:30px">
935
+                <td style="text-align:center;font-size:15px;height:30px"  v-if="org_id!=10495 && org_id!=0"> 
935 936
                   {{ item.user_total }}
936 937
                 </td>
937 938
                 <td style="text-align:center;font-size:15px;height:30px">

+ 3 - 2
src/xt_pages/role/components/AdminInfoForm.vue Ver fichero

@@ -536,7 +536,8 @@ export default {
536 536
         { id: 31, name: '大专' },
537 537
         { id: 21, name: '本科' },
538 538
         { id: 14, name: '硕士' },
539
-        { id: 11, name: '博士' }
539
+        { id: 11, name: '博士' },
540
+        { id: 12, name:"中专"},
540 541
       ],
541 542
       roleList: [
542 543
         { id: 1, name: '医师' },
@@ -729,7 +730,7 @@ export default {
729 730
                 this.form.role_ids.push(parseInt(this.form.role.split(',')[i]))
730 731
               }
731 732
             }
732
-
733
+            this.form.intro = ""
733 734
             this.form.intro = admin.intro
734 735
             this.form.user_title_name = admin.user_title_name
735 736
 

+ 1 - 0
src/xt_pages/role/components/EditAdminInfo.vue Ver fichero

@@ -167,6 +167,7 @@ export default {
167 167
                     this.form.user_type = admin.user_type
168 168
                     this.form.user_title = admin.user_title
169 169
                     this.form.role = admin.role_id
170
+                    this.form.intro = ""
170 171
                     this.form.intro = admin.intro
171 172
                     this.form.deparment_id = admin.deparment_id
172 173
                 } else {