xiaochan 2 anos atrás
pai
commit
023eee77ed

+ 0 - 9
src/components/zhu-yuan-yi-sheng/yi-zhu-lu-ru/yz-edit/YzEditor.vue

@@ -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()
 

+ 0 - 1
src/components/zhu-yuan-yi-sheng/yi-zhu-lu-ru/yz-header/YzQueryCondition.vue

@@ -102,7 +102,6 @@ const queryYz = async (isScroll = true) => {
             patNo: props.patientInfo.inpatientNo,
             times: props.patientInfo.admissTimes
         })
-        console.log(yzData.value)
     } catch (e) {
         yzData.value = []
     }