|
@@ -210,7 +210,7 @@ export default {
|
|
|
if (res.status === 200) {
|
|
|
utils.downloadExportedData(
|
|
|
res.data,
|
|
|
- '输血关联数据(预匹配).xls'
|
|
|
+ '麻醉关联数据(预匹配).xls'
|
|
|
);
|
|
|
}
|
|
|
});
|
|
@@ -382,7 +382,7 @@ export default {
|
|
|
|
|
|
// 导出数据
|
|
|
exportData() {
|
|
|
- this.$confirm('确定要导出全部输血关联数据吗?', '', {
|
|
|
+ this.$confirm('确定要导出全部麻醉关联数据吗?', '', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
cancelButtonClass: 'leftbtn',
|
|
@@ -396,7 +396,7 @@ export default {
|
|
|
// api.exportFusionRecord().then(res => {
|
|
|
// if (res.status === 200) {
|
|
|
// setTimeout(() => {
|
|
|
- // utils.downloadExportedData(res.data, '输血关联数据.xls');
|
|
|
+ // utils.downloadExportedData(res.data, '麻醉关联数据.xls');
|
|
|
// done();
|
|
|
// }, 1500);
|
|
|
// }
|
|
@@ -412,7 +412,7 @@ export default {
|
|
|
.then(res => {
|
|
|
if (res.status === 200) {
|
|
|
this.$message({ message: '导出成功', type: 'success' });
|
|
|
- utils.downloadExportedData(res.data, '输血关联数据.xls');
|
|
|
+ utils.downloadExportedData(res.data, '麻醉关联数据.xls');
|
|
|
}
|
|
|
});
|
|
|
})
|
|
@@ -425,7 +425,7 @@ export default {
|
|
|
api.exportFusionModule({ type: 14 }).then(res => {
|
|
|
if (res.status === 200) {
|
|
|
setTimeout(() => {
|
|
|
- utils.downloadExportedData(res.data, '输血导入模板.xls');
|
|
|
+ utils.downloadExportedData(res.data, '麻醉导入模板.xls');
|
|
|
}, 1500);
|
|
|
}
|
|
|
});
|
|
@@ -887,7 +887,7 @@ export default {
|
|
|
if (res.status === 200) {
|
|
|
utils.downloadExportedData(
|
|
|
res.data,
|
|
|
- '输血关联数据(预匹配).xls'
|
|
|
+ '麻醉关联数据(预匹配).xls'
|
|
|
);
|
|
|
}
|
|
|
});
|
|
@@ -1059,7 +1059,7 @@ export default {
|
|
|
|
|
|
// 导出数据
|
|
|
exportData() {
|
|
|
- this.$confirm('确定要导出全部输血关联数据吗?', '', {
|
|
|
+ this.$confirm('确定要导出全部麻醉关联数据吗?', '', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
cancelButtonClass: 'leftbtn',
|
|
@@ -1073,7 +1073,7 @@ export default {
|
|
|
// api.exportFusionRecord().then(res => {
|
|
|
// if (res.status === 200) {
|
|
|
// setTimeout(() => {
|
|
|
- // utils.downloadExportedData(res.data, '输血关联数据.xls');
|
|
|
+ // utils.downloadExportedData(res.data, '麻醉关联数据.xls');
|
|
|
// done();
|
|
|
// }, 1500);
|
|
|
// }
|
|
@@ -1089,7 +1089,7 @@ export default {
|
|
|
.then(res => {
|
|
|
if (res.status === 200) {
|
|
|
this.$message({ message: '导出成功', type: 'success' });
|
|
|
- utils.downloadExportedData(res.data, '输血关联数据.xls');
|
|
|
+ utils.downloadExportedData(res.data, '麻醉关联数据.xls');
|
|
|
}
|
|
|
});
|
|
|
})
|
|
@@ -1102,7 +1102,7 @@ export default {
|
|
|
api.exportFusionModule({ type: 14 }).then(res => {
|
|
|
if (res.status === 200) {
|
|
|
setTimeout(() => {
|
|
|
- utils.downloadExportedData(res.data, '输血导入模板.xls');
|
|
|
+ utils.downloadExportedData(res.data, '麻醉导入模板.xls');
|
|
|
}, 1500);
|
|
|
}
|
|
|
});
|