第三方仓库下载问题

busUser
anthonywj 2 years ago
parent 3c8b69bf57
commit 08304eb8ad

@ -1,7 +1,7 @@
{
"UDI_SYNC_SERVER_IP": "http://192.168.0.166:9991/",
"BASE_URL":"http://192.168.0.166:9991",
"SERVER_IP": "http://192.168.0.166:9991/",
"WEBSOCKET_URL": "ws://192.168.0.166:9991/UDI_WMS_MC/api/websocket/",
"hosp_name": "平和县医院"
"UDI_SYNC_SERVER_IP": "http://192.168.0.166:9992/",
"BASE_URL":"http://192.168.0.166:9992",
"SERVER_IP": "http://192.168.0.166:9992/",
"WEBSOCKET_URL": "ws://192.168.0.166:9992/UDI_WMS_MC/api/websocket/",
"hosp_name": "片仔癀诊断"
}

@ -81,9 +81,8 @@
<div class="header-right">
<div>
<h3>
<span style=" margin-top: 2px ;
<span style=" margin-top: 2px ;
font-weight: bold;color: #303133;">{{ hospitalName }}</span>
<span
style="margin-top: 2px;margin-right: 18px;color: #2d8cf0;font-size: 12px;">({{
curInv

@ -24,7 +24,7 @@
v-for="item in thirdSys"
:key="item.thirdId"
:label="item.thirdName"
:value="item.thirdName">
:value="item.thirdId">
</el-option>
</el-select>
</el-form-item>
@ -690,6 +690,7 @@ export default {
getBasicThirdSys(query)
.then((response) => {
this.thirdSys = response.data.list || [];
this.query.thirdSysFk = this.thirdSys[0].thirdId;
this.getThirdSysDetail();
})
.catch(() => {

Loading…
Cancel
Save