diff --git a/src/api/po/po.js b/src/api/po/po.js
index 9d0c03f..7c0173a 100644
--- a/src/api/po/po.js
+++ b/src/api/po/po.js
@@ -31,9 +31,6 @@ export const confirmUnqualifiedProcess = data => createAPI(`inspection/confirmUn
// 确认其它入库
export const confirmOtherInbound = data => createAPI(`other/confirmOtherInbound`,'post',data)
-// 获取其它入库历史
-export const getOtherInboundHistory = data => createAPI(`other/getOtherInboundHistory`,'post',data)
-
// 确认其它出库
export const confirmOtherOutbound = data => createAPI(`other/confirmOtherOutbound`,'post',data)
@@ -47,4 +44,4 @@ export const printLabel = data => createAPI('/label/setting/printLabel','post',d
export const getPoReceiveRecords = data => createAPI(`po/getPoReceiveRecords`,'post',data)
// 根据接收单号获取HandlingUnit列表
-export const getHandlingUnitsByReceiptNo = data => createAPI(`po/getHandlingUnitsByReceiptNo`,'post',data)
\ No newline at end of file
+export const getHandlingUnitsByReceiptNo = data => createAPI(`po/getHandlingUnitsByReceiptNo`,'post',data)
diff --git a/src/views/modules/other-transaction/other-inbound.vue b/src/views/modules/other-transaction/other-inbound.vue
index 09ba41e..0a77d24 100644
--- a/src/views/modules/other-transaction/other-inbound.vue
+++ b/src/views/modules/other-transaction/other-inbound.vue
@@ -121,6 +121,11 @@
{{ label.locationId }}
+