同步修改

ywj_dev
anthonywj 2 years ago
parent cd73415433
commit a0767fda37

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

Loading…
Cancel
Save