|
@@ -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
|
|