From 191b8966060f0e9bda1e6ea4ffe8cd271a4d7a55 Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Thu, 12 Dec 2024 18:05:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=98=BF=E9=87=8C=E9=87=87=E8=B4=AD?= =?UTF-8?q?=E9=80=81=E8=B4=A7=E5=8D=95=E7=9A=84=E4=B8=9A=E5=8A=A1=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inout/order.js | 9 + src/api/thrsys/alihealthBus.js | 18 + .../distribution/DialogCreateOrder.vue | 5 +- .../distribution/retraceCodeDetailDialog.vue | 97 +----- .../distribution/selectMsfxOrderDialog.vue | 317 +++++++++--------- 5 files changed, 202 insertions(+), 244 deletions(-) create mode 100644 src/api/thrsys/alihealthBus.js diff --git a/src/api/inout/order.js b/src/api/inout/order.js index f4154c9..55e92d5 100644 --- a/src/api/inout/order.js +++ b/src/api/inout/order.js @@ -547,3 +547,12 @@ export function copyOrder(params) { }); } + +export function addAliBizProduct(params) { + return axios({ + url: "/udiwms/inout/order/addAliBizProduct", + method: "post", + data: params + }); +} + diff --git a/src/api/thrsys/alihealthBus.js b/src/api/thrsys/alihealthBus.js new file mode 100644 index 0000000..54c0fd6 --- /dev/null +++ b/src/api/thrsys/alihealthBus.js @@ -0,0 +1,18 @@ +import axios from "@/utils/request"; + + +export function aliYljgSearchbillPage(query) { + return axios({ + url: "/spms/alihealth/aliYljgSearchbillPage", + method: "post", + data: query + }); +} + +export function aliYljgBillDetail(query) { + return axios({ + url: "/spms/alihealth/aliYljgBillDetail", + method: "post", + data: query + }); +} diff --git a/src/views/pharmaceuticals/distribution/DialogCreateOrder.vue b/src/views/pharmaceuticals/distribution/DialogCreateOrder.vue index 5dbd5c6..0905803 100644 --- a/src/views/pharmaceuticals/distribution/DialogCreateOrder.vue +++ b/src/views/pharmaceuticals/distribution/DialogCreateOrder.vue @@ -248,7 +248,9 @@ :close-on-click-modal="false" :close-on-press-escape="false" v-if="selectOrderVisible"> - + @@ -869,6 +871,7 @@ export default { //查询msfx单据 selectOrder(){ + this.selectOrderVisible = true }, diff --git a/src/views/pharmaceuticals/distribution/retraceCodeDetailDialog.vue b/src/views/pharmaceuticals/distribution/retraceCodeDetailDialog.vue index 34c79fd..52dc400 100644 --- a/src/views/pharmaceuticals/distribution/retraceCodeDetailDialog.vue +++ b/src/views/pharmaceuticals/distribution/retraceCodeDetailDialog.vue @@ -29,103 +29,53 @@ @current-change="handleChange" ref="multipleTable" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - + - - - - - - - - - - - +