|
@@ -321,7 +321,6 @@ import {
|
|
huoQuXiangMu
|
|
huoQuXiangMu
|
|
} from '@/api/zhu-yuan-yi-sheng/yi-zhu-lu-ru'
|
|
} from '@/api/zhu-yuan-yi-sheng/yi-zhu-lu-ru'
|
|
import {
|
|
import {
|
|
- fuZhiYiZhu,
|
|
|
|
getSelfBuy,
|
|
getSelfBuy,
|
|
zkList,
|
|
zkList,
|
|
tableHeader, yaoPinPingLvData, geiYaoFangShiData
|
|
tableHeader, yaoPinPingLvData, geiYaoFangShiData
|
|
@@ -970,22 +969,10 @@ let shortcutKeyRegistration = {
|
|
|
|
|
|
onMounted(async () => {
|
|
onMounted(async () => {
|
|
xcHotKey(shortcutKeyRegistration)
|
|
xcHotKey(shortcutKeyRegistration)
|
|
- yiZhuList.value = clone(fuZhiYiZhu.value)
|
|
|
|
- let serverTime = await getServerDateApi();
|
|
|
|
- for (let i = 0; i < yiZhuList.value.length; i++) {
|
|
|
|
- yiZhuList.value[i].id = yiZhuList.value[i].actOrderNo
|
|
|
|
- yiZhuList.value[i].orderTime = serverTime
|
|
|
|
- yiZhuList.value[i].startTime = serverTime
|
|
|
|
- yiZhuList.value[i].endTime = serverTime
|
|
|
|
- yiZhuList.value[i].frequCodeName = '一次'
|
|
|
|
- yiZhuList.value[i].frequCode = 'ONCE'
|
|
|
|
- }
|
|
|
|
document.title = '医嘱模板编辑'
|
|
document.title = '医嘱模板编辑'
|
|
- fuZhiYiZhu.value = []
|
|
|
|
if (listIsBlank(zkList.value)) {
|
|
if (listIsBlank(zkList.value)) {
|
|
zkList.value = await getTheTransferList()
|
|
zkList.value = await getTheTransferList()
|
|
}
|
|
}
|
|
-
|
|
|
|
})
|
|
})
|
|
|
|
|
|
onActivated(() => {
|
|
onActivated(() => {
|