|
@@ -1704,7 +1704,7 @@ export default {
|
1704
|
1704
|
unit: prescription.project[b].unit,
|
1705
|
1705
|
type: prescription.project[b].type,
|
1706
|
1706
|
execution_state: prescription.project[b].execution_state,
|
1707
|
|
-
|
|
1707
|
+
|
1708
|
1708
|
|
1709
|
1709
|
}
|
1710
|
1710
|
|
|
@@ -1713,12 +1713,14 @@ export default {
|
1713
|
1713
|
obj['medical_code'] = prescription.project[b].project.medical_code
|
1714
|
1714
|
obj['project_name'] = prescription.project[b].project.project_name
|
1715
|
1715
|
obj['project'] = prescription.project[b].project
|
|
1716
|
+
|
1716
|
1717
|
|
1717
|
1718
|
} else if (prescription.project[b].type == 3) {
|
1718
|
1719
|
obj['statistical_classification'] = ''
|
1719
|
1720
|
obj['medical_code'] = prescription.project[b].good_info.medical_insurance_number
|
1720
|
1721
|
obj['project_name'] = prescription.project[b].good_info.good_name
|
1721
|
1722
|
obj['good_info'] = prescription.project[b].good_info
|
|
1723
|
+
|
1722
|
1724
|
|
1723
|
1725
|
}
|
1724
|
1726
|
tempProject.push(obj)
|
|
@@ -1864,6 +1866,7 @@ export default {
|
1864
|
1866
|
unit: prescription.project[b].unit,
|
1865
|
1867
|
type: prescription.project[b].type,
|
1866
|
1868
|
execution_state: 2,
|
|
1869
|
+
|
1867
|
1870
|
|
1868
|
1871
|
}
|
1869
|
1872
|
|
|
@@ -1873,6 +1876,7 @@ export default {
|
1873
|
1876
|
obj['project_name'] = prescription.project[b].project.project_name
|
1874
|
1877
|
obj['price'] = prescription.project[b].project.price
|
1875
|
1878
|
obj['project'] = prescription.project[b].project
|
|
1879
|
+
|
1876
|
1880
|
|
1877
|
1881
|
} else if (prescription.project[b].type == 3) {
|
1878
|
1882
|
obj['statistical_classification'] = ''
|
|
@@ -1880,6 +1884,7 @@ export default {
|
1880
|
1884
|
obj['project_name'] = prescription.project[b].good_info.good_name
|
1881
|
1885
|
obj['price'] = prescription.project[b].good_info.packing_price
|
1882
|
1886
|
obj['good_info'] = prescription.project[b].good_info
|
|
1887
|
+
|
1883
|
1888
|
}
|
1884
|
1889
|
tempProject.push(obj)
|
1885
|
1890
|
}
|
|
@@ -1935,7 +1940,7 @@ export default {
|
1935
|
1940
|
|
1936
|
1941
|
}
|
1937
|
1942
|
}
|
1938
|
|
- console.log('~~~~~00000222222')
|
|
1943
|
+ console.log('~~~~~00000222222',this.prescriptions)
|
1939
|
1944
|
this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis)
|
1940
|
1945
|
}
|
1941
|
1946
|
})
|
|
@@ -2161,6 +2166,7 @@ export default {
|
2161
|
2166
|
unit: prescription.project[b].unit,
|
2162
|
2167
|
type: prescription.project[b].type,
|
2163
|
2168
|
execution_state: prescription.project[b].execution_state,
|
|
2169
|
+
|
2164
|
2170
|
}
|
2165
|
2171
|
|
2166
|
2172
|
if (prescription.project[b].type == 2) {
|
|
@@ -2319,6 +2325,7 @@ export default {
|
2319
|
2325
|
unit: prescription.project[b].unit,
|
2320
|
2326
|
type: prescription.project[b].type,
|
2321
|
2327
|
execution_state: 2,
|
|
2328
|
+
|
2322
|
2329
|
|
2323
|
2330
|
}
|
2324
|
2331
|
|
|
@@ -2703,7 +2710,7 @@ export default {
|
2703
|
2710
|
unit: prescription.project[b].unit,
|
2704
|
2711
|
type: prescription.project[b].type,
|
2705
|
2712
|
execution_state: prescription.project[b].execution_state,
|
2706
|
|
-
|
|
2713
|
+
|
2707
|
2714
|
}
|
2708
|
2715
|
|
2709
|
2716
|
if (prescription.project[b].type == 2) {
|
|
@@ -2853,7 +2860,7 @@ export default {
|
2853
|
2860
|
unit: prescription.project[b].unit,
|
2854
|
2861
|
type: prescription.project[b].type,
|
2855
|
2862
|
execution_state: 2,
|
2856
|
|
-
|
|
2863
|
+
|
2857
|
2864
|
}
|
2858
|
2865
|
|
2859
|
2866
|
if (prescription.project[b].type == 2) {
|
|
@@ -3216,8 +3223,8 @@ export default {
|
3216
|
3223
|
medical_code: prescription.project[b].project.medical_code,
|
3217
|
3224
|
unit: prescription.project[b].unit,
|
3218
|
3225
|
type: prescription.project[b].type,
|
3219
|
|
- execution_state: prescription.project[b].execution_state
|
3220
|
|
-
|
|
3226
|
+ execution_state: prescription.project[b].execution_state,
|
|
3227
|
+
|
3221
|
3228
|
}
|
3222
|
3229
|
|
3223
|
3230
|
if (prescription.project[b].type == 2) {
|
|
@@ -3366,7 +3373,8 @@ export default {
|
3366
|
3373
|
medical_code: prescription.project[b].project.medical_code,
|
3367
|
3374
|
unit: prescription.project[b].unit,
|
3368
|
3375
|
type: prescription.project[b].type,
|
3369
|
|
- execution_state: 2
|
|
3376
|
+ execution_state: 2,
|
|
3377
|
+
|
3370
|
3378
|
|
3371
|
3379
|
}
|
3372
|
3380
|
|
|
@@ -3809,8 +3817,8 @@ export default {
|
3809
|
3817
|
medical_code: prescription.project[b].project.medical_code,
|
3810
|
3818
|
unit: prescription.project[b].unit,
|
3811
|
3819
|
type: prescription.project[b].type,
|
3812
|
|
- execution_state: prescription.project[b].execution_state
|
3813
|
|
-
|
|
3820
|
+ execution_state: prescription.project[b].execution_state,
|
|
3821
|
+
|
3814
|
3822
|
}
|
3815
|
3823
|
|
3816
|
3824
|
if (prescription.project[b].type == 2) {
|
|
@@ -3818,6 +3826,7 @@ export default {
|
3818
|
3826
|
obj['medical_code'] = prescription.project[b].project.medical_code
|
3819
|
3827
|
obj['project_name'] = prescription.project[b].project.project_name
|
3820
|
3828
|
obj['project'] = prescription.project[b].project
|
|
3829
|
+
|
3821
|
3830
|
|
3822
|
3831
|
} else if (prescription.project[b].type == 3) {
|
3823
|
3832
|
if (prescription.project[b].team_id > 0) {
|
|
@@ -3826,6 +3835,7 @@ export default {
|
3826
|
3835
|
obj['medical_code'] = prescription.project[b].good_info.medical_insurance_number
|
3827
|
3836
|
obj['project_name'] = prescription.project[b].good_info.good_name
|
3828
|
3837
|
obj['good_info'] = prescription.project[b].good_info
|
|
3838
|
+
|
3829
|
3839
|
|
3830
|
3840
|
}
|
3831
|
3841
|
tempProject.push(obj)
|
|
@@ -3969,6 +3979,7 @@ export default {
|
3969
|
3979
|
unit: prescription.project[b].unit,
|
3970
|
3980
|
type: prescription.project[b].type,
|
3971
|
3981
|
execution_state: 2,
|
|
3982
|
+
|
3972
|
3983
|
}
|
3973
|
3984
|
|
3974
|
3985
|
if (prescription.project[b].type == 2) {
|
|
@@ -4436,8 +4447,8 @@ export default {
|
4436
|
4447
|
medical_code: prescription.project[b].project.medical_code,
|
4437
|
4448
|
unit: prescription.project[b].unit,
|
4438
|
4449
|
type: prescription.project[b].type,
|
4439
|
|
- execution_state: prescription.project[b].execution_state
|
4440
|
|
-
|
|
4450
|
+ execution_state: prescription.project[b].execution_state,
|
|
4451
|
+
|
4441
|
4452
|
}
|
4442
|
4453
|
|
4443
|
4454
|
if (prescription.project[b].type == 2) {
|
|
@@ -4596,8 +4607,8 @@ export default {
|
4596
|
4607
|
medical_code: prescription.project[b].project.medical_code,
|
4597
|
4608
|
unit: prescription.project[b].unit,
|
4598
|
4609
|
type: prescription.project[b].type,
|
4599
|
|
- execution_state: 2
|
4600
|
|
-
|
|
4610
|
+ execution_state: 2,
|
|
4611
|
+
|
4601
|
4612
|
}
|
4602
|
4613
|
|
4603
|
4614
|
if (prescription.project[b].type == 2) {
|