|
|
@ -167,23 +167,23 @@ |
|
|
|
} else if (this.businessTypeCode == "HoldToOk") { |
|
|
|
name = "隔离转合格"; |
|
|
|
this.toLocationCode = ''; |
|
|
|
this.toinventoryStatus = 'Ok'; |
|
|
|
this.toinventoryStatus = 'OK'; |
|
|
|
} else if (this.businessTypeCode == "HoldToScrap") { |
|
|
|
name = "隔离转报废"; |
|
|
|
this.toLocationCode = 'Scrap'; |
|
|
|
this.toinventoryStatus = 'Scrap'; |
|
|
|
this.toLocationCode = 'SCRAP'; |
|
|
|
this.toinventoryStatus = 'SCRAP'; |
|
|
|
} else if (this.businessTypeCode == "OkToHold") { |
|
|
|
name = "合格转隔离"; |
|
|
|
this.toLocationCode = 'Hold'; |
|
|
|
this.toinventoryStatus = 'Hold'; |
|
|
|
this.toLocationCode = 'HOLD'; |
|
|
|
this.toinventoryStatus = 'HOLD'; |
|
|
|
} else if (this.businessTypeCode == "OktoScrap") { |
|
|
|
name = "合格转报废"; |
|
|
|
this.toLocationCode = 'Scrap'; |
|
|
|
this.toinventoryStatus = 'Scrap'; |
|
|
|
this.toLocationCode = 'SCRAP'; |
|
|
|
this.toinventoryStatus = 'SCRAP'; |
|
|
|
} else if (this.businessTypeCode == "ScrapToHold") { |
|
|
|
name = "报废转隔离"; |
|
|
|
this.toLocationCode = 'Hold'; |
|
|
|
this.toinventoryStatus = 'Hold'; |
|
|
|
this.toLocationCode = 'HOLD'; |
|
|
|
this.toinventoryStatus = 'HOLD'; |
|
|
|
} |
|
|
|
|
|
|
|
uni.setNavigationBarTitle({ |
|
|
|