From 8a62b62c342ea54e85c297cebbaef23580f329fc Mon Sep 17 00:00:00 2001 From: Ranyunqiao <2499115710@qq.com> Date: Thu, 21 May 2026 17:06:09 +0800 Subject: [PATCH] =?UTF-8?q?497=E3=80=90=E4=BD=8F=E9=99=A2=E5=8C=BB?= =?UTF-8?q?=E7=94=9F=E5=B7=A5=E4=BD=9C=E7=AB=99-=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E3=80=91=E6=A3=80=E6=9F=A5=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=BC=BA=E5=A4=B1=E2=80=9C=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E5=8D=95=E7=8A=B6=E6=80=81=E2=80=9D=E5=88=97=E5=8F=8A=E5=85=A8?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E9=97=AD=E7=8E=AF=E7=8A=B6=E6=80=81=E6=B5=81?= =?UTF-8?q?=E8=BD=AC=E9=80=BB=E8=BE=91=20523=20[=E4=BD=8F=E9=99=A2?= =?UTF-8?q?=E5=8C=BB=E7=94=9F=E7=AB=99-=E4=B8=B4=E5=BA=8A=E5=8C=BB?= =?UTF-8?q?=E5=98=B1]=20=E5=BE=85=E4=BF=9D=E5=AD=98=E5=8C=BB=E5=98=B1?= =?UTF-8?q?=E6=80=BB=E9=87=91=E9=A2=9D=E6=98=BE=E7=A4=BA=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E4=B8=94=E7=BC=96=E8=BE=91=E6=80=81=E5=8D=95=E4=BD=8D=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E6=A1=86=E5=8F=98=E4=B8=BA=E6=95=B0=E5=AD=97=E6=8E=A7?= =?UTF-8?q?=E4=BB=B6=20560=20[=E4=BD=8F=E9=99=A2=E5=8C=BB=E7=94=9F?= =?UTF-8?q?=E7=AB=99-=E6=A3=80=E9=AA=8C=E7=94=B3=E8=AF=B7]=20=E2=80=9C?= =?UTF-8?q?=E5=B7=B2=E7=AD=BE=E5=8F=91=E2=80=9D=E7=8A=B6=E6=80=81=E7=9A=84?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=8D=95=E5=9C=A8=E6=93=8D=E4=BD=9C=E5=88=97?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1=E2=80=9C=E8=AF=A6=E6=83=85=E2=80=9D=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E6=8C=89=E9=92=AE=20563=20[=E4=BD=8F=E9=99=A2?= =?UTF-8?q?=E5=8C=BB=E7=94=9F=E7=AB=99-=E4=B8=B4=E5=BA=8A=E5=8C=BB?= =?UTF-8?q?=E5=98=B1-=E6=89=8B=E6=9C=AF]=20=E6=89=93=E5=BC=80=E6=89=8B?= =?UTF-8?q?=E6=9C=AF=E7=94=B3=E8=AF=B7=E5=8D=95=E5=BC=B9=E7=AA=97=E6=97=B6?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E5=BC=82=E5=B8=B8=EF=BC=8C=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basedatamanage/dto/OrgLocQueryParam.java | 5 + .../DoctorStationAdviceAppMapper.xml | 1 - .../home/components/adviceBaseList.vue | 7 +- .../applicationShow/testApplication.vue | 12 +- .../home/components/order/OrderForm.vue | 8 +- .../home/components/order/index.vue | 5 + .../InpatientBilling/components/FeeDialog.vue | 114 +++++++++++++----- .../InpatientBilling/components/api.js | 10 ++ 8 files changed, 121 insertions(+), 41 deletions(-) diff --git a/openhis-server-new/openhis-application/src/main/java/com/openhis/web/basedatamanage/dto/OrgLocQueryParam.java b/openhis-server-new/openhis-application/src/main/java/com/openhis/web/basedatamanage/dto/OrgLocQueryParam.java index 54012639..0d8da67a 100755 --- a/openhis-server-new/openhis-application/src/main/java/com/openhis/web/basedatamanage/dto/OrgLocQueryParam.java +++ b/openhis-server-new/openhis-application/src/main/java/com/openhis/web/basedatamanage/dto/OrgLocQueryParam.java @@ -31,4 +31,9 @@ public class OrgLocQueryParam implements Serializable { /** 发放类别 */ private String distributionCategoryCode; + /** + * 项目编码 | 药品:1 耗材:2 + */ + private String itemCode; + } diff --git a/openhis-server-new/openhis-application/src/main/resources/mapper/doctorstation/DoctorStationAdviceAppMapper.xml b/openhis-server-new/openhis-application/src/main/resources/mapper/doctorstation/DoctorStationAdviceAppMapper.xml index bb6c9b67..7bd25d0f 100755 --- a/openhis-server-new/openhis-application/src/main/resources/mapper/doctorstation/DoctorStationAdviceAppMapper.xml +++ b/openhis-server-new/openhis-application/src/main/resources/mapper/doctorstation/DoctorStationAdviceAppMapper.xml @@ -894,7 +894,6 @@ AND (t1.name ILIKE '%' || #{searchKey} || '%' OR t1.py_str ILIKE '%' || #{searchKey} || '%') ORDER BY t1.ID, t1.name ASC, t2.ID ASC - LIMIT #{limit} OFFSET #{offset} diff --git a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/adviceBaseList.vue b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/adviceBaseList.vue index 0b45d830..a3fe5c71 100755 --- a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/adviceBaseList.vue +++ b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/adviceBaseList.vue @@ -23,7 +23,7 @@ diff --git a/openhis-ui-vue3/src/views/inpatientNurse/InpatientBilling/components/api.js b/openhis-ui-vue3/src/views/inpatientNurse/InpatientBilling/components/api.js index bcfde13e..69eb11e7 100755 --- a/openhis-ui-vue3/src/views/inpatientNurse/InpatientBilling/components/api.js +++ b/openhis-ui-vue3/src/views/inpatientNurse/InpatientBilling/components/api.js @@ -111,6 +111,16 @@ export function getDiseaseTreatmentInitLoc(id) { method: 'get', }); } +/** + * 查询科室取药配置(耗材默认库房) + */ +export function getOrgLocConfig(params) { + return request({ + url: '/base-data-manage/org-loc/org-loc', + method: 'get', + params: params, + }); +} // 住院护士站费用明细 export function getCostDetail(queryParams) { return request({