|
@@ -324,7 +324,6 @@ const searchOrders = (val) => {
|
|
|
const tiShiBiaoTi = ref([])
|
|
|
// 填充数据
|
|
|
const xuanZhongFeiYong = async (row, laiyuan = 1) => {
|
|
|
- console.log(row)
|
|
|
if (row.serial === '0000' && row.groupNo === '0000') {
|
|
|
props.openGroupOrderTemplate(row.orderCode);
|
|
|
return;
|
|
@@ -449,7 +448,6 @@ const xuanZhongFeiYong = async (row, laiyuan = 1) => {
|
|
|
if (!yiZhuData.value.startTime) {
|
|
|
yiZhuData.value.startTime = serverDate
|
|
|
}
|
|
|
- console.log(yiZhuData.value.execUnit)
|
|
|
// 用来加载默认的执行科室
|
|
|
if (stringIsBlank(row.execUnit)) {
|
|
|
if (stringNotBlank(props.patientInfo.zkWard)) {
|
|
@@ -460,7 +458,6 @@ const xuanZhongFeiYong = async (row, laiyuan = 1) => {
|
|
|
yiZhuData.value.execUnit = props.patientInfo.zkWard
|
|
|
yiZhuData.value.execUnitName = props.patientInfo.zkWardName
|
|
|
}
|
|
|
- console.log(yiZhuData.value.execUnit)
|
|
|
if (!yiZhuData.value.frequCode) {
|
|
|
yiZhuData.value.frequCode = 'ONCE'
|
|
|
yiZhuData.value.frequCodeName = '一次'
|
|
@@ -506,12 +503,6 @@ const xuanZhongFeiYong = async (row, laiyuan = 1) => {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// watch(() => yiZhuData.value, () => {
|
|
|
-// console.log(yiZhuData.value)
|
|
|
-// console.log(yiZhuData.value.execUnit)
|
|
|
-// })
|
|
|
-
|
|
|
-
|
|
|
/* 频率 */
|
|
|
const pingLvRef = ref()
|
|
|
|