代码备份

master
anthonywj 1 year ago
parent 0c30109311
commit e4c85febd8

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

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

Loading…
Cancel
Save