同步修改

ywj_dev
anthonywj 2 years ago
parent cd73415433
commit a0767fda37

@ -6,7 +6,8 @@
<el-descriptions class="margin-top" :column="1" :size="100" border>
<template slot="extra">
<el-button type="primary" size="small" @click="saveConfig()"
>保存</el-button
>保存
</el-button
>
</template>
<el-descriptions-item>
@ -278,7 +279,7 @@
</el-select>
</el-form-item>
<el-form-item label="医疗器械注册人">
<el-select v-model="configQuery.dbDiProducts">
<el-select v-model="configQuery.dbDiCompany">
<el-option :value="0" label="不同步"></el-option>
<el-option :value="1" label="由内向外"></el-option>
<el-option :value="2" label="由外向内"></el-option>
@ -540,7 +541,8 @@
>
<div style="float: right; margin-bottom: 10px; margin-right: 25px">
<el-button type="primary" size="small" @click="addToInBusType()"
>选入</el-button
>选入
</el-button
>
</div>
<el-table
@ -585,7 +587,8 @@
>
<div style="float: right; margin-bottom: 10px; margin-right: 25px">
<el-button type="primary" size="small" @click="addBusType()"
>选入</el-button
>选入
</el-button
>
</div>
<el-table
@ -631,7 +634,8 @@
>
<div style="float: right; margin-bottom: 10px; margin-right: 25px">
<el-button type="primary" size="small" @click="addChangeBusType()"
>选入</el-button
>选入
</el-button
>
</div>
<el-table
@ -723,6 +727,7 @@ export default {
printConfig: null,
scanChangeConfig: null,
busChangeConfig: null,
dbDiCompany: null,
},
checkedBusTypes: [],
checkedToInBusTypes: [],
@ -793,7 +798,8 @@ export default {
this.loading = false;
});
})
.catch(() => {});
.catch(() => {
});
},
testConnect() {
@ -826,7 +832,8 @@ export default {
this.busTypes = response.data.list || [];
this.total = response.data.total || 0;
})
.catch(() => {});
.catch(() => {
});
},
addBusTypeDialog() {
@ -952,6 +959,7 @@ export default {
/deep/ .el-select {
width: 100px;
}
/deep/ .el-collapse-item__header {
font-size: 18px;
font-weight: bold;

Loading…
Cancel
Save