From 8dfb28ebcfeb7ffc90ba13848da290afcba2d3e6 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Wed, 23 Oct 2024 14:18:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=9E=E6=97=B6=E5=BA=93=E5=AD=98?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=EF=BC=8C=E5=8A=9F=E8=83=BD=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/health/medicineStockIn.js | 9 + src/views/health/doctorRecord/index.vue | 18 +- src/views/health/healthRecord/index.vue | 113 +++++++----- src/views/health/marRecord/index.vue | 14 +- src/views/health/medicineStock/index.vue | 193 +++++---------------- src/views/health/medicineStockIn/index.vue | 28 ++- 6 files changed, 158 insertions(+), 217 deletions(-) diff --git a/src/api/health/medicineStockIn.js b/src/api/health/medicineStockIn.js index 3eee11e..aaa7706 100644 --- a/src/api/health/medicineStockIn.js +++ b/src/api/health/medicineStockIn.js @@ -42,3 +42,12 @@ export function delMedicineStockIn(id) { method: 'delete' }) } + +// 查询药品入库清单列表 +export function listMedicineRealtimeStock(query) { + return request({ + url: '/health/medicineStockIn/realTimeList', + method: 'get', + params: query + }) +} diff --git a/src/views/health/doctorRecord/index.vue b/src/views/health/doctorRecord/index.vue index 1c8c5ff..0f48a6d 100644 --- a/src/views/health/doctorRecord/index.vue +++ b/src/views/health/doctorRecord/index.vue @@ -38,16 +38,16 @@
- - - - - - + + + + + + + + - - - +