|
@@ -4441,8 +4441,8 @@ export default {
|
4441
|
4441
|
})
|
4442
|
4442
|
|
4443
|
4443
|
} else {
|
4444
|
|
- that.$message({ message: '上传成功', type: 'success', duration: 5000 })
|
4445
|
|
- that.order.is_upload_diagnose = 1
|
|
4444
|
+ that.$message({ message: '预核验成功', type: 'success', duration: 5000 })
|
|
4445
|
+ // that.order.is_upload_diagnose = 1
|
4446
|
4446
|
}
|
4447
|
4447
|
|
4448
|
4448
|
}
|
|
@@ -4480,8 +4480,7 @@ export default {
|
4480
|
4480
|
})
|
4481
|
4481
|
|
4482
|
4482
|
} else {
|
4483
|
|
- that.$message({ message: '上传成功', type: 'success', duration: 5000 })
|
4484
|
|
- that.order.is_upload_diagnose = 1
|
|
4483
|
+ that.$message({ message: '签名成功', type: 'success', duration: 5000 })
|
4485
|
4484
|
}
|
4486
|
4485
|
|
4487
|
4486
|
}
|
|
@@ -4518,8 +4517,7 @@ export default {
|
4518
|
4517
|
})
|
4519
|
4518
|
|
4520
|
4519
|
} else {
|
4521
|
|
- that.$message({ message: '上传成功', type: 'success', duration: 5000 })
|
4522
|
|
- that.order.is_upload_diagnose = 1
|
|
4520
|
+ that.$message({ message: '处方上传成功', type: 'success', duration: 5000 })
|
4523
|
4521
|
}
|
4524
|
4522
|
|
4525
|
4523
|
}
|
|
@@ -4556,8 +4554,7 @@ export default {
|
4556
|
4554
|
})
|
4557
|
4555
|
|
4558
|
4556
|
} else {
|
4559
|
|
- that.$message({ message: '上传成功', type: 'success', duration: 5000 })
|
4560
|
|
- that.order.is_upload_diagnose = 1
|
|
4557
|
+ that.$message({ message: '撤销成功', type: 'success', duration: 5000 })
|
4561
|
4558
|
}
|
4562
|
4559
|
|
4563
|
4560
|
}
|
|
@@ -4594,8 +4591,15 @@ export default {
|
4594
|
4591
|
})
|
4595
|
4592
|
|
4596
|
4593
|
} else {
|
4597
|
|
- that.$message({ message: '上传成功', type: 'success', duration: 5000 })
|
4598
|
|
- that.order.is_upload_diagnose = 1
|
|
4594
|
+ that.$confirm(response.data.data.info, '医保信息', {
|
|
4595
|
+ confirmButtonText: '确 定',
|
|
4596
|
+ type: 'warning'
|
|
4597
|
+ }).then(() => {
|
|
4598
|
+
|
|
4599
|
+ }).catch(() => {
|
|
4600
|
+
|
|
4601
|
+ })
|
|
4602
|
+
|
4599
|
4603
|
}
|
4600
|
4604
|
|
4601
|
4605
|
}
|
|
@@ -4632,8 +4636,14 @@ export default {
|
4632
|
4636
|
})
|
4633
|
4637
|
|
4634
|
4638
|
} else {
|
4635
|
|
- that.$message({ message: '上传成功', type: 'success', duration: 5000 })
|
4636
|
|
- that.order.is_upload_diagnose = 1
|
|
4639
|
+ that.$confirm(response.data.data.info, '医保信息', {
|
|
4640
|
+ confirmButtonText: '确 定',
|
|
4641
|
+ type: 'warning'
|
|
4642
|
+ }).then(() => {
|
|
4643
|
+
|
|
4644
|
+ }).catch(() => {
|
|
4645
|
+
|
|
4646
|
+ })
|
4637
|
4647
|
}
|
4638
|
4648
|
|
4639
|
4649
|
}
|
|
@@ -4670,8 +4680,14 @@ export default {
|
4670
|
4680
|
})
|
4671
|
4681
|
|
4672
|
4682
|
} else {
|
4673
|
|
- that.$message({ message: '上传成功', type: 'success', duration: 5000 })
|
4674
|
|
- that.order.is_upload_diagnose = 1
|
|
4683
|
+ that.$confirm(response.data.data.info, '医保信息', {
|
|
4684
|
+ confirmButtonText: '确 定',
|
|
4685
|
+ type: 'warning'
|
|
4686
|
+ }).then(() => {
|
|
4687
|
+
|
|
4688
|
+ }).catch(() => {
|
|
4689
|
+
|
|
4690
|
+ })
|
4675
|
4691
|
}
|
4676
|
4692
|
|
4677
|
4693
|
}
|