|
@@ -1533,6 +1533,9 @@ export default {
|
1533
|
1533
|
}
|
1534
|
1534
|
|
1535
|
1535
|
}
|
|
1536
|
+ console.log(that.drugs)
|
|
1537
|
+ console.log(that.zuobiao_project)
|
|
1538
|
+
|
1536
|
1539
|
}
|
1537
|
1540
|
}
|
1538
|
1541
|
})
|
|
@@ -1795,6 +1798,7 @@ export default {
|
1795
|
1798
|
hosp_appr_flag: prescription.advices[b].hosp_appr_flag.toString(),
|
1796
|
1799
|
execution_state: prescription.advices[b].execution_state,
|
1797
|
1800
|
is_medicine: prescription.advices[b].is_medicine,
|
|
1801
|
+ is_self_drug:prescription.advices[b].is_self_drug.toString(),
|
1798
|
1802
|
|
1799
|
1803
|
}
|
1800
|
1804
|
tempAdvice.push(obj)
|
|
@@ -1950,6 +1954,7 @@ export default {
|
1950
|
1954
|
groupno: prescription.advices[b].groupno,
|
1951
|
1955
|
hosp_appr_flag: '1',
|
1952
|
1956
|
execution_state: 2,
|
|
1957
|
+ is_self_drug:"",
|
1953
|
1958
|
|
1954
|
1959
|
|
1955
|
1960
|
}
|
|
@@ -2278,6 +2283,8 @@ export default {
|
2278
|
2283
|
hosp_appr_flag: prescription.advices[b].hosp_appr_flag.toString(),
|
2279
|
2284
|
execution_state: prescription.advices[b].execution_state,
|
2280
|
2285
|
is_medicine: prescription.advices[b].is_medicine,
|
|
2286
|
+ is_self_drug:prescription.advices[b].is_self_drug.toString()
|
|
2287
|
+
|
2281
|
2288
|
|
2282
|
2289
|
}
|
2283
|
2290
|
tempAdvice.push(obj)
|
|
@@ -2429,6 +2436,7 @@ export default {
|
2429
|
2436
|
groupno: prescription.advices[b].groupno,
|
2430
|
2437
|
|
2431
|
2438
|
hosp_appr_flag: '1',
|
|
2439
|
+ is_self_drug: "",
|
2432
|
2440
|
execution_state: 2,
|
2433
|
2441
|
|
2434
|
2442
|
|
|
@@ -2847,6 +2855,7 @@ export default {
|
2847
|
2855
|
groupno: prescription.advices[b].groupno,
|
2848
|
2856
|
hosp_appr_flag: prescription.advices[b].hosp_appr_flag.toString(),
|
2849
|
2857
|
execution_state: prescription.advices[b].execution_state,
|
|
2858
|
+ is_self_drug:prescription.advices[b].is_self_drug.toString()
|
2850
|
2859
|
|
2851
|
2860
|
}
|
2852
|
2861
|
tempAdvice.push(obj)
|
|
@@ -2974,6 +2983,8 @@ export default {
|
2974
|
2983
|
groupno: prescription.advices[b].groupno,
|
2975
|
2984
|
|
2976
|
2985
|
hosp_appr_flag: '1',
|
|
2986
|
+ is_self_drug:"",
|
|
2987
|
+
|
2977
|
2988
|
execution_state: 2,
|
2978
|
2989
|
|
2979
|
2990
|
|
|
@@ -3359,6 +3370,8 @@ export default {
|
3359
|
3370
|
drug: prescription.advices[b].drug,
|
3360
|
3371
|
groupno: prescription.advices[b].groupno,
|
3361
|
3372
|
hosp_appr_flag: prescription.advices[b].hosp_appr_flag.toString(),
|
|
3373
|
+ is_self_drug:prescription.advices[b].is_self_drug.toString(),
|
|
3374
|
+
|
3362
|
3375
|
execution_state: prescription.advices[b].execution_state
|
3363
|
3376
|
}
|
3364
|
3377
|
tempAdvice.push(obj)
|
|
@@ -3486,6 +3499,7 @@ export default {
|
3486
|
3499
|
groupno: prescription.advices[b].groupno,
|
3487
|
3500
|
|
3488
|
3501
|
hosp_appr_flag: '1',
|
|
3502
|
+ is_self_drug:"",
|
3489
|
3503
|
execution_state: 2
|
3490
|
3504
|
|
3491
|
3505
|
|
|
@@ -3944,6 +3958,7 @@ export default {
|
3944
|
3958
|
drug: prescription.advices[b].drug,
|
3945
|
3959
|
groupno: prescription.advices[b].groupno,
|
3946
|
3960
|
hosp_appr_flag: prescription.advices[b].hosp_appr_flag.toString(),
|
|
3961
|
+ is_self_drug:prescription.advices[b].is_self_drug.toString(),
|
3947
|
3962
|
execution_state: prescription.advices[b].execution_state,
|
3948
|
3963
|
is_medicine: prescription.advices[b].is_medicine,
|
3949
|
3964
|
|
|
@@ -4104,6 +4119,7 @@ export default {
|
4104
|
4119
|
groupno: prescription.advices[b].groupno,
|
4105
|
4120
|
|
4106
|
4121
|
hosp_appr_flag: '1',
|
|
4122
|
+ is_self_drug:"",
|
4107
|
4123
|
execution_state: 2,
|
4108
|
4124
|
|
4109
|
4125
|
|
|
@@ -4597,6 +4613,7 @@ export default {
|
4597
|
4613
|
drug: prescription.advices[b].drug,
|
4598
|
4614
|
groupno: prescription.advices[b].groupno,
|
4599
|
4615
|
hosp_appr_flag: prescription.advices[b].hosp_appr_flag.toString(),
|
|
4616
|
+ is_self_drug:prescription.advices[b].is_self_drug.toString(),
|
4600
|
4617
|
execution_state: prescription.advices[b].execution_state,
|
4601
|
4618
|
is_medicine: prescription.advices[b].is_medicine,
|
4602
|
4619
|
|
|
@@ -4755,6 +4772,7 @@ export default {
|
4755
|
4772
|
groupno: prescription.advices[b].groupno,
|
4756
|
4773
|
|
4757
|
4774
|
hosp_appr_flag: '1',
|
|
4775
|
+ is_self_drug:"",
|
4758
|
4776
|
execution_state: 2
|
4759
|
4777
|
|
4760
|
4778
|
|