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)" - >打印 + >工位标签 - -