Browse Source

手术申请的deptCode使用小科室

lighter 1 year ago
parent
commit
f95a51a730

+ 0 - 8
src/api/zhu-yuan-yi-sheng/shou-shu-shen-qing.ts

@@ -76,14 +76,6 @@ export function huoQuShouShuBuWei(name) {
     })
 }
 
-export function xinZengShouShuShenQing(data) {
-    return request({
-        url: url + 'xinZengShouShuShenQing',
-        method: 'post',
-        data
-    })
-}
-
 export function preoperativeDiscussion(patNo, times, count) {
     return request({
         url: url + 'preoperativeDiscussion',

+ 3 - 3
src/views/surgical-management/SurgeryArrangement.vue

@@ -58,7 +58,7 @@
             </el-select>
           </template>
         </el-table-column>
-        <el-table-column label="病房" prop="wardName" width="78"></el-table-column>
+        <el-table-column label="科室" prop="deptName" width="78"></el-table-column>
         <el-table-column label="床号" prop="bedNo" width="30"></el-table-column>
         <el-table-column label="住院号" prop="inpatientNo" width="60"></el-table-column>
         <el-table-column label="姓名" width="50">
@@ -232,7 +232,7 @@
           style="display: flex;align-items: center;justify-content: center;font-weight: bold;font-size:12px;height: 30px;border-bottom: 1px solid black">
         <div style="width: 170px;">手术日期</div>
         <div style="width: 90px;">手术间</div>
-        <div style="width: 160px;">病房 - 床号</div>
+        <div style="width: 160px;">科室 - 床号</div>
         <div style="width: 80px;">住院号</div>
         <div style="width: 160px;">年龄 - 性别 - 姓名</div>
         <div style="width: 260px;">手术名称</div>
@@ -247,7 +247,7 @@
            style="display: flex;align-items: center;justify-content: center;font-size: 12px; height: 32px; border-bottom: 1px solid black">
         <div style="width: 170px">{{ item.opDatetime }}</div>
         <div style="width: 90px;">{{ item.roomName }}</div>
-        <div style="width: 160px;">{{ item.wardName }} - {{ item.bedNo }}床</div>
+        <div style="width: 160px;">{{ item.deptName }} - {{ item.bedNo }}床</div>
         <div style="width: 80px;">{{ item.inpatientNo }}</div>
         <div style="width: 160px;">{{ item.age }} - {{ item.sex }} - {{ item.patientName }}</div>
         <div style="width: 260px;">{{ item.opName }}</div>