|
@@ -1196,7 +1196,7 @@ export default {
|
1196
|
1196
|
{ value: '2302', label: '异地就医(2302)' },
|
1197
|
1197
|
{ value: '1111', label: '精一' },
|
1198
|
1198
|
{ value: '1112', label: '精二' },
|
1199
|
|
- { value: '0', label: '自费' },
|
|
1199
|
+ { value: '999999', label: '自费' },
|
1200
|
1200
|
{ value: '118801', label: '118801' },
|
1201
|
1201
|
|
1202
|
1202
|
|
|
@@ -1792,7 +1792,7 @@ export default {
|
1792
|
1792
|
this.newLoading = false
|
1793
|
1793
|
})
|
1794
|
1794
|
} else {
|
1795
|
|
- if((this.org_id == 10644 && this.other_prescriptions[0].med_type == "1112") || (this.org_id == 10644 && this.other_prescriptions[0].med_type == "1111") || (this.org_id == 0 && this.other_prescriptions[0].med_type == "1111") || (this.org_id == 0 && this.other_prescriptions[0].med_type == "1112")) {
|
|
1795
|
+ if((this.org_id == 10644 && this.other_prescriptions[0].med_type == "1112") || (this.org_id == 10644 && this.other_prescriptions[0].med_type == "1111") || (this.other_prescriptions[0].med_type == "999999") ) {
|
1796
|
1796
|
upload(form).then(response => {
|
1797
|
1797
|
if (response.data.state == 0) {
|
1798
|
1798
|
this.$message.error(response.data.msg)
|
|
@@ -5810,10 +5810,8 @@ export default {
|
5810
|
5810
|
case 140104:
|
5811
|
5811
|
return '门诊特殊病(140104)' + '处方' + index
|
5812
|
5812
|
break
|
5813
|
|
- case 140104:
|
5814
|
|
- return '门诊特殊病(140104)' + '处方' + index
|
5815
|
|
- break
|
5816
|
|
- case 0:
|
|
5813
|
+
|
|
5814
|
+ case 999999:
|
5817
|
5815
|
return '自费' + '处方' + index
|
5818
|
5816
|
break
|
5819
|
5817
|
case 118801:
|