From 8df5afbcfd26477924c5b7c78493b1db11013009 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Thu, 8 Aug 2024 14:34:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8D=AF=E5=93=81=E5=87=BA=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inout/order.js | 9 + src/views/inout/PanelCreateOrderCheckDrug.vue | 416 ---------- src/views/inout/split/prescribeAllot.vue | 165 +++- src/views/inout/split/prescribeAllotIng.vue | 757 ++++++++++++++++++ src/views/inout/split/prescribeDownload.vue | 61 +- src/views/inoutDrug/DialogCreateDrugOrder.vue | 133 +-- src/views/inoutDrug/IoCreateOrder.vue | 257 ++---- src/views/inoutDrug/IoCreateScanOrder.vue | 405 +++++----- src/views/inoutDrug/IoDealOrder.vue | 396 ++++----- .../PanelCreateOrderDetailDrug.vue | 0 10 files changed, 1448 insertions(+), 1151 deletions(-) delete mode 100644 src/views/inout/PanelCreateOrderCheckDrug.vue create mode 100644 src/views/inout/split/prescribeAllotIng.vue rename src/views/{inout => inoutDrug}/PanelCreateOrderDetailDrug.vue (100%) diff --git a/src/api/inout/order.js b/src/api/inout/order.js index d0ba8c0e..ed108983 100644 --- a/src/api/inout/order.js +++ b/src/api/inout/order.js @@ -116,6 +116,15 @@ export function addOrderWeb(query) { }); } + +export function addDrugOrderWeb(query) { + return axios({ + url: "/warehouse/inout/drug/addOrderWeb", + method: "post", + data: query + }); +} + export function enterCodeWeb(query) { return axios({ url: "/warehouse/inout/enterCode", diff --git a/src/views/inout/PanelCreateOrderCheckDrug.vue b/src/views/inout/PanelCreateOrderCheckDrug.vue deleted file mode 100644 index d3cbc541..00000000 --- a/src/views/inout/PanelCreateOrderCheckDrug.vue +++ /dev/null @@ -1,416 +0,0 @@ - - - - - - - diff --git a/src/views/inout/split/prescribeAllot.vue b/src/views/inout/split/prescribeAllot.vue index 1a66bc19..db1e34e8 100644 --- a/src/views/inout/split/prescribeAllot.vue +++ b/src/views/inout/split/prescribeAllot.vue @@ -212,7 +212,128 @@ > - + + + + + + + +