From 5c5fe6e6e36aed6d0889bdacf330a2c4e6dc8aed Mon Sep 17 00:00:00 2001 From: anthonywj Date: Sun, 4 Aug 2024 10:34:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E6=96=B9=E5=88=86=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/basic/sicker/prescribeApi.js | 9 + src/views/inout/split/bindWorkDialog.vue | 226 +++++++ src/views/inout/split/prescribeAllot.vue | 598 ++++++++++++++++++ src/views/inout/split/prescribeDownload.vue | 4 +- .../inout/split/prescribeDownloadDialog.vue | 2 +- 5 files changed, 836 insertions(+), 3 deletions(-) create mode 100644 src/views/inout/split/bindWorkDialog.vue create mode 100644 src/views/inout/split/prescribeAllot.vue diff --git a/src/api/basic/sicker/prescribeApi.js b/src/api/basic/sicker/prescribeApi.js index ad9eaafa..9b8a3ba9 100644 --- a/src/api/basic/sicker/prescribeApi.js +++ b/src/api/basic/sicker/prescribeApi.js @@ -34,4 +34,13 @@ export function deleteDataByCode(query) { }); } +export function bindWork(query) { + return axios({ + url: "/udiwms/basic/sk/prescribe/bindWork", + method: "post", + data: query + }); +} + + diff --git a/src/views/inout/split/bindWorkDialog.vue b/src/views/inout/split/bindWorkDialog.vue new file mode 100644 index 00000000..7f732d75 --- /dev/null +++ b/src/views/inout/split/bindWorkDialog.vue @@ -0,0 +1,226 @@ + + + + + diff --git a/src/views/inout/split/prescribeAllot.vue b/src/views/inout/split/prescribeAllot.vue new file mode 100644 index 00000000..1a66bc19 --- /dev/null +++ b/src/views/inout/split/prescribeAllot.vue @@ -0,0 +1,598 @@ + + + + diff --git a/src/views/inout/split/prescribeDownload.vue b/src/views/inout/split/prescribeDownload.vue index fe22a155..87fa25a5 100644 --- a/src/views/inout/split/prescribeDownload.vue +++ b/src/views/inout/split/prescribeDownload.vue @@ -538,7 +538,7 @@ export default { }, created() { - getHead("prescribePanel", "1").then((re) => { + getHead("prescribeDownload", "1").then((re) => { // 处理返回的数据 this.tableObj = re.data; this.tableHeader = re.data.tableList; @@ -547,7 +547,7 @@ export default { this.getList(); }); - getHead("prescribePanel-1", "1").then((re) => { + getHead("prescribeDownload-1", "1").then((re) => { // 处理返回的数据 this.tableObj1 = re.data; this.tableHeader1 = re.data.tableList; diff --git a/src/views/inout/split/prescribeDownloadDialog.vue b/src/views/inout/split/prescribeDownloadDialog.vue index e7691d3a..2547c119 100644 --- a/src/views/inout/split/prescribeDownloadDialog.vue +++ b/src/views/inout/split/prescribeDownloadDialog.vue @@ -446,7 +446,7 @@ export default { }, created() { - getHead("prescribePanel-3", "1").then((re) => { + getHead("prescribePanel-online", "1").then((re) => { // 处理返回的数据 this.tableObj = re.data; this.tableHeader = re.data.tableList;