From 34df04d874c15ac1d937a4eda52d843237993b8a Mon Sep 17 00:00:00 2001 From: yewj Date: Sat, 14 Sep 2024 09:04:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E7=95=8C=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 +- src/api/collect/splitCreateOrder.js | 9 + src/views/basic/workplace/workplaceManage.vue | 2 +- src/views/collect/CollectOrderNew.vue | 425 ++++++++++++------ src/views/collect/CollectOrderNewParent.vue | 26 +- src/views/collect/DealOrder.vue | 41 +- src/views/collect/PannelOriginOrderDetail.vue | 6 +- 7 files changed, 360 insertions(+), 153 deletions(-) diff --git a/.env.production b/.env.production index e6bd6304..545c6698 100644 --- a/.env.production +++ b/.env.production @@ -16,7 +16,7 @@ ENV = 'production' # 诏安总医院 # VUE_APP_BASE_API = 'http://192.168.8.58:9150/UDI_WMS_MC/' -VUE_APP_BASE_API = 'http://dm.xmglxp.com:81/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://dm.xmglxp.com:81/UDI_WMS_MC/' # 平潭正式 # VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/' @@ -54,7 +54,7 @@ VUE_APP_BASE_API = 'http://dm.xmglxp.com:81/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://192.168.0.207:9160/UDI_WMS_MC/' # 云霄妇幼保健 -# VUE_APP_BASE_API = 'http://192.168.0.11:9150/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://192.168.0.11:9160/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://192.168.0.67:9150/UDI_WMS_MC/' # 东山 diff --git a/src/api/collect/splitCreateOrder.js b/src/api/collect/splitCreateOrder.js index 88188368..c8ac93b0 100644 --- a/src/api/collect/splitCreateOrder.js +++ b/src/api/collect/splitCreateOrder.js @@ -46,6 +46,15 @@ export function draftOrder(query) { }); } +export function cancelOrder(query) { + return axios({ + url: "/udiwms/basic/collect/order/cancel", + method: "post", + data: query + }); +} + + export function updateOrder(query) { return axios({ url: "/udiwms/basic/collect/order/update", diff --git a/src/views/basic/workplace/workplaceManage.vue b/src/views/basic/workplace/workplaceManage.vue index 0f242552..4581771b 100644 --- a/src/views/basic/workplace/workplaceManage.vue +++ b/src/views/basic/workplace/workplaceManage.vue @@ -136,7 +136,7 @@ type="text" size="small" @click.native.stop="printLabel(scope.row)" - >打印 + >工位标签 - -