diff --git a/src/api/inventory/invPlaceOrder.js b/src/api/inventory/invPlaceOrder.js index 1461787b..1cf4479b 100644 --- a/src/api/inventory/invPlaceOrder.js +++ b/src/api/inventory/invPlaceOrder.js @@ -15,3 +15,11 @@ export function getInvPlaceOrderDetailList(params) { params: params }); } + +export function selectPlaceList(params) { + return axios({ + url: "/spms/inv/product/selectPlaceList", + method: "get", + params: params + }); +} diff --git a/src/views/basic/product/bindHospProduct.vue b/src/views/basic/product/bindHospProduct.vue index d010fca4..667afa4f 100644 --- a/src/views/basic/product/bindHospProduct.vue +++ b/src/views/basic/product/bindHospProduct.vue @@ -159,7 +159,8 @@ export default { page: 1, limit: 20, addType: 1, - diType: 1 + diType: 1, + bindType: 1 }; this.getList(); }, diff --git a/src/views/basic/product/product.vue b/src/views/basic/product/product.vue index 3ff8622b..3bd030e0 100644 --- a/src/views/basic/product/product.vue +++ b/src/views/basic/product/product.vue @@ -2134,13 +2134,12 @@ export default { margin-bottom: 0px; } -/* .el-row { +.el-row { display: flex; - flex-wrap: wrap; - margin-bottom: 6px; + flex-wrap: nowrap; } -.el-col { +/* .el-col { border-radius: 4px; flex-wrap: wrap; } */ diff --git a/src/views/inventory/InvCheckPlace.vue b/src/views/inventory/InvCheckPlace.vue index 2f0d0e8b..e7ed1905 100644 --- a/src/views/inventory/InvCheckPlace.vue +++ b/src/views/inventory/InvCheckPlace.vue @@ -122,7 +122,7 @@ - + diff --git a/src/views/inventory/InvOrderPlaceModify.vue b/src/views/inventory/InvOrderPlaceModify.vue index 0998d859..ef421115 100644 --- a/src/views/inventory/InvOrderPlaceModify.vue +++ b/src/views/inventory/InvOrderPlaceModify.vue @@ -92,7 +92,7 @@ - + diff --git a/src/views/inventory/InvPlace.vue b/src/views/inventory/InvPlace.vue index db62e1cb..16f320c0 100644 --- a/src/views/inventory/InvPlace.vue +++ b/src/views/inventory/InvPlace.vue @@ -123,7 +123,7 @@ - + diff --git a/src/views/inventory/InvPlaceChangeModify.vue b/src/views/inventory/InvPlaceChangeModify.vue index 79bfdd31..5e6910db 100644 --- a/src/views/inventory/InvPlaceChangeModify.vue +++ b/src/views/inventory/InvPlaceChangeModify.vue @@ -103,7 +103,7 @@ +
+ + + + + + + + + + + +
+ + 显示/隐藏搜索栏 + 重置 + 查询 + +
+ + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + diff --git a/src/views/inventory/InvProductPlaceOutModify.vue b/src/views/inventory/InvProductPlaceOutModify.vue index aaaa52fa..a21d8974 100644 --- a/src/views/inventory/InvProductPlaceOutModify.vue +++ b/src/views/inventory/InvProductPlaceOutModify.vue @@ -72,7 +72,7 @@ - + diff --git a/src/views/purchase/purApply/pureApplyAudit.vue b/src/views/purchase/purApply/pureApplyAudit.vue index 6bf1b49a..817ed906 100644 --- a/src/views/purchase/purApply/pureApplyAudit.vue +++ b/src/views/purchase/purApply/pureApplyAudit.vue @@ -11,7 +11,9 @@ - +