diff --git a/src/api/check/physicalInventory.js b/src/api/check/physicalInventory.js index 13cf22f..5a0886d 100644 --- a/src/api/check/physicalInventory.js +++ b/src/api/check/physicalInventory.js @@ -121,3 +121,6 @@ export const queryAdjustmentTransList = data => createAPI(`/check/physicalInvent // 查询盘盈盘亏标签明细 - rqrq export const queryAdjustmentTransSubList = data => createAPI(`/check/physicalInventory/queryAdjustmentTransSubList`, 'post', data) + + +export const selectNowUnCountPercent = data => createAPI(`/check/physicalInventory/selectNowUnCountPercent`, 'post', data) diff --git a/src/views/modules/check/searchPhysicalInventory.vue b/src/views/modules/check/searchPhysicalInventory.vue index 9f0ddfe..938a052 100644 --- a/src/views/modules/check/searchPhysicalInventory.vue +++ b/src/views/modules/check/searchPhysicalInventory.vue @@ -294,6 +294,9 @@ + + + @@ -403,7 +406,11 @@