|
|
|
@ -1034,16 +1034,16 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
if (this.formView.inOutType == '1') {
|
|
|
|
|
this.inOutType = "入库"
|
|
|
|
|
}else {
|
|
|
|
|
} else {
|
|
|
|
|
this.inOutType = "出库"
|
|
|
|
|
}
|
|
|
|
|
if (this.formView.clientType == '1') {
|
|
|
|
|
this.clientType = "模拟测试客户端"
|
|
|
|
|
}else if (this.formView.clientType == '2'){
|
|
|
|
|
} else if (this.formView.clientType == '2') {
|
|
|
|
|
this.clientType = "UDI自助平台"
|
|
|
|
|
}else if (this.formView.clientType == '3'){
|
|
|
|
|
} else if (this.formView.clientType == '3') {
|
|
|
|
|
this.clientType = "UDI管理系统"
|
|
|
|
|
}else if (this.formView.clientType == '4'){
|
|
|
|
|
} else if (this.formView.clientType == '4') {
|
|
|
|
|
this.clientType = "UDIMS平台"
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|