DI产品信息国家库同步更新

zhairh
anthonywj 3 years ago
parent 1ecb8cf958
commit 9da0f2bcbe

@ -1,6 +1,6 @@
{ {
"BASE_URL": "http://192.168.0.166:9996", "BASE_URL": "http://192.168.0.166:9906",
"SERVER_IP": "http://192.168.0.166:9996", "SERVER_IP": "http://192.168.0.166:9906",
"hosp_name": "福建省XX市医院" "hosp_name": "福建省XX市医院"
} }

@ -987,7 +987,7 @@ export default {
this.selectVersionVisible = true; this.selectVersionVisible = true;
this.uuid = this.editQuery.uuid; this.uuid = this.editQuery.uuid;
this.originUuid = this.editQuery.originUuid; this.originUuid = this.editQuery.originUuid;
this.relId = this.editQuery.id; this.relId = this.editQuery.rlId;
}, },
updateVersion() { updateVersion() {

@ -26,7 +26,6 @@
</el-row> </el-row>
</el-descriptions-item> </el-descriptions-item>
</el-descriptions> </el-descriptions>
<el-descriptions class="margin-top" title="同步至UDI管理系统基础数据" :column="1" :size="100" style="margin-top: 40px" <el-descriptions class="margin-top" title="同步至UDI管理系统基础数据" :column="1" :size="100" style="margin-top: 40px"
border> border>

@ -55,8 +55,6 @@
</el-option> </el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item> <el-form-item>
<el-button-group> <el-button-group>
<el-button <el-button
@ -476,8 +474,6 @@ export default {
this.idQuery.id = ''; this.idQuery.id = '';
this.idQuery.actDate = ''; this.idQuery.actDate = '';
this.idQuery.corpOrderId = ''; this.idQuery.corpOrderId = '';
this.idQuery.outChangeEnable = row.outChangeEnable; this.idQuery.outChangeEnable = row.outChangeEnable;
if (row.id !== null && row.id !== undefined && row.id !== '') { if (row.id !== null && row.id !== undefined && row.id !== '') {
this.idQuery.id = row.id; this.idQuery.id = row.id;
@ -492,7 +488,6 @@ export default {
} else { } else {
this.formName = "add"; this.formName = "add";
} }
if (store.getters.customerId == 110) { if (store.getters.customerId == 110) {
this.addHosOrderVisible = true; this.addHosOrderVisible = true;
this.idQuery.action = row.action; this.idQuery.action = row.action;

Loading…
Cancel
Save