From 06b298d6ed14c97bb808f6ebdc264d4b4f56cecd Mon Sep 17 00:00:00 2001 From: anthonywj Date: Fri, 31 Mar 2023 18:46:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E6=8D=AE=E7=9B=B8=E5=85=B3=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/basic/busType.js | 19 +++++++ src/views/basic/locUdi/UdiSupplement.vue | 44 ++++++++-------- src/views/inout/InvoiceRegister.vue | 51 ++++++++++++------- src/views/inout/PanelCreateOrderBizDetail.vue | 11 ++++ src/views/myLogin.vue | 23 +++++++-- .../supplier/products/supProductsAddDi.vue | 16 +++--- src/views/system/param/busTypePreModify.vue | 6 +-- src/views/system/print/pdfPrintSet.vue | 16 +++--- 8 files changed, 124 insertions(+), 62 deletions(-) diff --git a/src/api/basic/busType.js b/src/api/basic/busType.js index 7270496..3809ffd 100644 --- a/src/api/basic/busType.js +++ b/src/api/basic/busType.js @@ -82,6 +82,7 @@ export function getBusTypeListByUser(params) { params: params }); } + export function filterUnUse(params) { return axios({ url: "/udiwms/localBusType/filterUnUse", @@ -100,3 +101,21 @@ export function findByInvUser(query) { } +export function findChangeOrigin(query) { + return axios({ + url: "/udiwms/busType/change/origin", + method: "get", + params: query + }); +} + + +export function findChangeTarget(query) { + return axios({ + url: "/udiwms/busType/change/target", + method: "get", + params: query + }); +} + + diff --git a/src/views/basic/locUdi/UdiSupplement.vue b/src/views/basic/locUdi/UdiSupplement.vue index d780441..61371a5 100644 --- a/src/views/basic/locUdi/UdiSupplement.vue +++ b/src/views/basic/locUdi/UdiSupplement.vue @@ -2,7 +2,7 @@
- + @@ -14,10 +14,8 @@ - - - + - - + + - + - + + +
显示/隐藏搜索栏 @@ -95,22 +95,22 @@ width="280" show-overflow-tooltip > - + - +