|
@@ -228,7 +228,7 @@
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
<el-button icon="el-icon-plus" type="primary" @click="tianJiaYiZhu">添加</el-button>
|
|
|
- <xc-code code="Alt+Enter" description="键盘添加"></xc-code>
|
|
|
+ <xc-code code="Ctrl+S" description="键盘添加"></xc-code>
|
|
|
<el-button @click="dianJiXiuGaiZhiXingKeShi">修改执行科室</el-button>
|
|
|
<el-table :data="yiZhuList" :height="windowSize.h / 2.4" @selection-change="dianJiXuanZhongShuJu">
|
|
|
<el-table-column type="selection"></el-table-column>
|
|
@@ -309,7 +309,7 @@ import BaoCunMuBan from '../../../../components/zhu-yuan-yi-sheng/yi-zhu-lu-ru/B
|
|
|
import {
|
|
|
getServerDateApi,
|
|
|
whetherThePatientHasAllergens,
|
|
|
- yaoPinShiFouPiPeiYiBao
|
|
|
+ yaoPinXiangMuPiPeiYiBao
|
|
|
} from '@/api/public-api'
|
|
|
import router from '@/router'
|
|
|
import SouSuoYiZhu from '@/components/zhu-yuan-yi-sheng/yi-zhu-lu-ru/SouSuoYiZhu.vue'
|
|
@@ -620,7 +620,7 @@ const baoCunYiZhuClick = () => {
|
|
|
yiZhuList.value.forEach((item) => {
|
|
|
yiBaoBianMaTiShi.push(item.orderCode + '-' + item.serial)
|
|
|
})
|
|
|
- yaoPinShiFouPiPeiYiBao(yiBaoBianMaTiShi).then((res) => {
|
|
|
+ yaoPinXiangMuPiPeiYiBao(yiBaoBianMaTiShi).then((res) => {
|
|
|
if (stringNotBlank(res)) {
|
|
|
cuoWuXinXi.value = res
|
|
|
ElMessageBox.confirm(res, '提示', {
|
|
@@ -628,7 +628,7 @@ const baoCunYiZhuClick = () => {
|
|
|
dangerouslyUseHTMLString: true,
|
|
|
confirmButtonText: '继续录入',
|
|
|
})
|
|
|
- .then((res) => {
|
|
|
+ .then(() => {
|
|
|
baoCunYiZhu()
|
|
|
})
|
|
|
.catch(() => {
|
|
@@ -656,7 +656,7 @@ function baoCunYiZhu() {
|
|
|
console.log(res)
|
|
|
})
|
|
|
}
|
|
|
- // return
|
|
|
+ return
|
|
|
ElMessageBox.confirm('您确定要保存这些数据吗?请仔细检查数据。', '提示', {
|
|
|
type: 'warning',
|
|
|
closeOnClickModal: false,
|
|
@@ -687,6 +687,7 @@ const kangJunYaoYongYaoFangShiGaiBian = (val) => {
|
|
|
let muBanDuiHuaKuang = $ref(false)
|
|
|
// 这里是返回的模板数据
|
|
|
const muBanShuJu = (val) => {
|
|
|
+ let tongZhiCiShu = 0
|
|
|
val.forEach((item) => {
|
|
|
let index = tianJiaYiZhuWeiYiBiaoShi.value.indexOf(item.id)
|
|
|
if (index > -1) {
|