代码备份

master
anthonywj 1 year ago
parent 0c30109311
commit e4c85febd8

@ -240,6 +240,7 @@
<span>生产企业:&nbsp;</span>
</div>
<el-input
v-model="editQuery.manufactory"
style="width: 65%"
:disabled="true"
size="small"

@ -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平台"
}
})

Loading…
Cancel
Save