diff --git a/fe/PC/public/version.json b/fe/PC/public/version.json index d0e77035d..3a827c0f8 100644 --- a/fe/PC/public/version.json +++ b/fe/PC/public/version.json @@ -1,3 +1,3 @@ { - "version": "1.0.43" + "version": "1.0.44" } \ No newline at end of file diff --git a/fe/PC/src/views/inventoryManage/Count/CountPlan-ms.vue b/fe/PC/src/views/inventoryManage/Count/CountPlan-ms.vue index edb18d512..cd55d5261 100644 --- a/fe/PC/src/views/inventoryManage/Count/CountPlan-ms.vue +++ b/fe/PC/src/views/inventoryManage/Count/CountPlan-ms.vue @@ -293,6 +293,7 @@ export default { mounted () { this.paging() let inventoryStageArray = this.$staticOptions.inventoryStage() + // 去掉收货目检不合格状态 inventoryStageArray.forEach(item => { if(item.value != '31'){ this.editOptions.radios.push(item.label)