diff --git a/src/api/system/invWarehouse.js b/src/api/system/invWarehouse.js index 43d7205a..be7ac78b 100644 --- a/src/api/system/invWarehouse.js +++ b/src/api/system/invWarehouse.js @@ -241,6 +241,15 @@ export function getInvListByUser(params) { params: params }); } +export function findAllInvByUser(params) { + return axios({ + url: "/spms/inv/warehouse/findAllInvByUser", + method: "get", + params: params + }); +} + + export function selectInvById(params) { diff --git a/src/views/inout/DialogNewReviewOrder.vue b/src/views/inout/DialogNewReviewOrder.vue index a4f2be6c..6687dadb 100644 --- a/src/views/inout/DialogNewReviewOrder.vue +++ b/src/views/inout/DialogNewReviewOrder.vue @@ -290,7 +290,6 @@ export default { addCode() { - debugger if (this.$isBlank(this.udiCode)) { this.$message.error("UDI码不能为空!"); } diff --git a/src/views/inout/DialogSelectInvProduct.vue b/src/views/inout/DialogSelectInvProduct.vue index 278c7254..9fda97ee 100644 --- a/src/views/inout/DialogSelectInvProduct.vue +++ b/src/views/inout/DialogSelectInvProduct.vue @@ -164,7 +164,6 @@ export default { }, getList() { - debugger this.loading = true; //寄售 if(this.invQueryData.advanceType==3){ diff --git a/src/views/inventory/InvPreProducts.vue b/src/views/inventory/InvPreProducts.vue index d84233be..6aabe779 100644 --- a/src/views/inventory/InvPreProducts.vue +++ b/src/views/inventory/InvPreProducts.vue @@ -218,7 +218,7 @@