|  | @@ -93,7 +93,8 @@
 | 
	
		
			
				|  |  |            <el-descriptions-item label="执行科室">{{ fuShuFeiYongXinXi.execUnitName }}</el-descriptions-item>
 | 
	
		
			
				|  |  |            <el-descriptions-item label="录入人">{{ fuShuFeiYongXinXi.opIdCode }}</el-descriptions-item>
 | 
	
		
			
				|  |  |            <el-descriptions-item label="项目编码">{{ fuShuFeiYongXinXi.chargeCodeMx }}</el-descriptions-item>
 | 
	
		
			
				|  |  | -          <el-descriptions-item label="操作" v-if="weiZhaoDaoDuiYingZhenShu"> 请检查执行科室是否一致</el-descriptions-item>
 | 
	
		
			
				|  |  | +          <el-descriptions-item label="操作" v-if="weiZhaoDaoDuiYingZhenShu"> 请检查执行科室是否一致
 | 
	
		
			
				|  |  | +          </el-descriptions-item>
 | 
	
		
			
				|  |  |            <el-descriptions-item label="操作" v-else>
 | 
	
		
			
				|  |  |              <el-button size="small" type="success" @click="PiPeiClick">保存</el-button>
 | 
	
		
			
				|  |  |            </el-descriptions-item>
 | 
	
	
		
			
				|  | @@ -174,11 +175,17 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  <script>
 | 
	
		
			
				|  |  |  import {ref, watch} from 'vue'
 | 
	
		
			
				|  |  | -import {huoQuZhenShuKePiPei, caiFenPiPei, yiZhuTuiFeiPiPei, weiGuiFeiYongFenXi} from '../../api/inpatient/xiang-mu-lu-ru'
 | 
	
		
			
				|  |  | +import {
 | 
	
		
			
				|  |  | +  huoQuZhenShuKePiPei,
 | 
	
		
			
				|  |  | +  caiFenPiPei,
 | 
	
		
			
				|  |  | +  yiZhuTuiFeiPiPei,
 | 
	
		
			
				|  |  | +  weiGuiFeiYongFenXi
 | 
	
		
			
				|  |  | +} from '../../api/inpatient/xiang-mu-lu-ru'
 | 
	
		
			
				|  |  |  import {ElMessage, ElMessageBox} from 'element-plus'
 | 
	
		
			
				|  |  |  import {shortcuts} from '../../data/shortcuts'
 | 
	
		
			
				|  |  |  import {getDateRangeFormatDate} from '../../utils/date'
 | 
	
		
			
				|  |  |  import {stringIsBlank} from '../../utils/blank-utils'
 | 
	
		
			
				|  |  | +import {useUserStore} from "@/pinia/user-store";
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  export default {
 | 
	
		
			
				|  |  |    props: {
 | 
	
	
		
			
				|  | @@ -193,6 +200,8 @@ export default {
 | 
	
		
			
				|  |  |    setup(props, ctx) {
 | 
	
		
			
				|  |  |      const WinHeight = window.innerHeight
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +    const userStore = useUserStore().userInfo
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      const huanZheXinXi = ref({
 | 
	
		
			
				|  |  |        inpatientNo: '',
 | 
	
		
			
				|  |  |        admissTimes: 0,
 | 
	
	
		
			
				|  | @@ -380,6 +389,7 @@ export default {
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |        )
 | 
	
		
			
				|  |  |            .then(() => {
 | 
	
		
			
				|  |  | +            console.log(huanZheXinXi.value, userStore.deptCode)
 | 
	
		
			
				|  |  |              yiZhuTuiFeiPiPei(huanZheXinXi.value.inpatientNo, huanZheXinXi.value.admissTimes, userStore.deptCode).then((res) => {
 | 
	
		
			
				|  |  |                chaXunWeiGuiClick(false)
 | 
	
		
			
				|  |  |              })
 |