diff --git a/src/views/collect/CollectOrderTabs.vue b/src/views/collect/CollectOrderTabs.vue index eff1899f..9b685296 100644 --- a/src/views/collect/CollectOrderTabs.vue +++ b/src/views/collect/CollectOrderTabs.vue @@ -93,24 +93,25 @@ 工位库存 + + + 拆零管理 + + + + 存量预警 + - - - - - 拆零管理 - - - - 存量预警 - - + + + + + + + diff --git a/src/views/collect/IoCreateOrder.vue b/src/views/collect/IoCreateOrder.vue index 47fd4ae5..baf5774b 100644 --- a/src/views/collect/IoCreateOrder.vue +++ b/src/views/collect/IoCreateOrder.vue @@ -43,10 +43,10 @@ 选入草稿单据 - 草稿保存 @@ -54,7 +54,7 @@ v-if="splitType=='out'" style="margin-right: 8px;border-radius: 5%;" >上货完成 - 草稿保存 diff --git a/src/views/collect/destroyOutDialog.vue b/src/views/collect/destroyOutDialog.vue index 09c5762a..cdf0f69d 100644 --- a/src/views/collect/destroyOutDialog.vue +++ b/src/views/collect/destroyOutDialog.vue @@ -180,7 +180,6 @@ export default { }, created() { - console.log("djhdjjdjd",this.prescribeData) if (this.prescribeData.produceDate != null) { this.produceDate = this.conversionDate(this.prescribeData.produceDate) } @@ -190,6 +189,9 @@ export default { if (this.destroyType == 2) { this.prescribeData.reCount = this.prescribeData.totalCount } + if (this.destroyType == 3) { + this.prescribeData.reCount = this.prescribeData.remainCount + } } }