diff --git a/src/pages/inventoryMove/coms/comMoveRecord.vue b/src/pages/inventoryMove/coms/comMoveRecord.vue index 946aaced..ef6e69c2 100644 --- a/src/pages/inventoryMove/coms/comMoveRecord.vue +++ b/src/pages/inventoryMove/coms/comMoveRecord.vue @@ -22,8 +22,9 @@ + + :locationAreaTypeList="toLocationAreaTypeList" :isShowEdit='true' > @@ -161,19 +162,23 @@ } else if (this.businessTypeCode == "HoldToScrap") { this.title = "隔离转报废记录"; this.toInventoryStatus = "SCRAP" - this.toLocationCode = "SCRAP" + this.toLocationCode = "" + // this.toLocationCode = "SCRAP" } else if (this.businessTypeCode == "OkToHold") { this.title = "合格转隔离记录"; this.toInventoryStatus = "HOLD" - this.toLocationCode = "HOLD" + this.toLocationCode = "" + // this.toLocationCode = "HOLD" } else if (this.businessTypeCode == "OkToScrap") { this.title = "合格转报废记录"; this.toInventoryStatus = "SCRAP" - this.toLocationCode = "SCRAP" + this.toLocationCode = "" + // this.toLocationCode = "SCRAP" } else if (this.businessTypeCode == "ScrapToHold") { this.title = "报废转隔离记录"; this.toInventoryStatus = "HOLD" - this.toLocationCode = "HOLD" + // this.toLocationCode = "HOLD" + this.toLocationCode = "" } uni.setNavigationBarTitle({ title: this.title