|
@@ -2310,7 +2310,7 @@
|
2310
|
2310
|
// }
|
2311
|
2311
|
// })
|
2312
|
2312
|
if (num == 0) {
|
2313
|
|
-
|
|
2313
|
+
|
2314
|
2314
|
createHisPrescription(data, params).then(response => {
|
2315
|
2315
|
if (response.data.state == 1) {
|
2316
|
2316
|
this.$emit('change', this.patientInfo.id)
|
|
@@ -2482,10 +2482,6 @@
|
2482
|
2482
|
this.$message.error('该处方已经结算,无法删除')
|
2483
|
2483
|
return
|
2484
|
2484
|
}
|
2485
|
|
- if (targetName == '处方1') {
|
2486
|
|
- this.$message.error('该处方无法删除')
|
2487
|
|
- return
|
2488
|
|
- }
|
2489
|
2485
|
this.$confirm('处方删除后不可恢复,是否确认删除', '删除', {
|
2490
|
2486
|
confirmButtonText: '确 定',
|
2491
|
2487
|
cancelButtonText: '取 消',
|