修改知识库
This commit is contained in:
parent
65fb9f49a0
commit
c375087579
@ -1450,10 +1450,6 @@ export default {
|
||||
background: #e8f4ff;
|
||||
}
|
||||
}
|
||||
::v-deep .el-dialog__body {
|
||||
padding-bottom: 60px !important;
|
||||
}
|
||||
|
||||
::v-deep .el-input-number .el-input__inner {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@ -207,7 +207,7 @@
|
||||
<!-- 导入弹框 -->
|
||||
<el-dialog title="" :visible.sync="innerexport" width="1000px" append-to-body :before-close="exportcancel">
|
||||
<messageexport @submit="submit" ref="childComponent"></messageexport>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<div slot="footer" class="dialog-footer" style="margin-top:20px">
|
||||
<el-button type="primary" @click="submitexport">确 定</el-button>
|
||||
<el-button @click="innerexport = false">取 消</el-button>
|
||||
</div>
|
||||
@ -661,10 +661,6 @@ export default {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
::v-deep .el-dialog__body {
|
||||
padding-bottom: 60px !important;
|
||||
}
|
||||
|
||||
::v-deep .el-input-number .el-input__inner {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@ -500,8 +500,3 @@ export default {
|
||||
},
|
||||
};
|
||||
</script>
|
||||
<style scoped>
|
||||
::v-deep .el-dialog__body {
|
||||
padding-bottom: 60px !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -406,7 +406,7 @@
|
||||
<!-- 导入弹框 -->
|
||||
<el-dialog title="" :visible.sync="innerexport" width="1000px" append-to-body :before-close="exportcancel">
|
||||
<propagandaexport @submit="submit" ref="childComponent"></propagandaexport>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<div slot="footer" class="dialog-footer" style="margin-top:20px">
|
||||
<el-button type="primary" @click="submitexport">确 定</el-button>
|
||||
<el-button @click="innerexport = false">取 消</el-button>
|
||||
</div>
|
||||
@ -1190,10 +1190,6 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .el-dialog__body {
|
||||
padding-bottom: 60px !important;
|
||||
}
|
||||
|
||||
::v-deep iframe {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
|
||||
@ -220,7 +220,7 @@
|
||||
<!-- 导入弹框 -->
|
||||
<el-dialog title="" :visible.sync="innerexport" width="1000px" append-to-body :before-close="exportcancel">
|
||||
<scriptexport @submit="submit" ref="childComponent"></scriptexport>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<div slot="footer" class="dialog-footer" style="margin-top:20px">
|
||||
<el-button type="primary" @click="submitexport">确 定</el-button>
|
||||
<el-button @click="innerexport = false">取 消</el-button>
|
||||
</div>
|
||||
@ -777,10 +777,6 @@ export default {
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
::v-deep .el-dialog__body {
|
||||
padding-bottom: 60px !important;
|
||||
}
|
||||
|
||||
::v-deep .el-input-number .el-input__inner {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@ -290,7 +290,7 @@
|
||||
<!-- 导入弹框 -->
|
||||
<el-dialog title="" :visible.sync="innerexport" width="1000px" append-to-body :before-close="exportcancel">
|
||||
<servicepackageexport @submit="submit" ref="childComponent"></servicepackageexport>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<div slot="footer" class="dialog-footer" style="margin-top:20px">
|
||||
<el-button type="primary" @click="submitexport">确 定</el-button>
|
||||
<el-button @click="innerexport = false">取 消</el-button>
|
||||
</div>
|
||||
@ -1045,9 +1045,6 @@ export default {
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
::v-deep .el-dialog__body {
|
||||
padding-bottom: 60px !important;
|
||||
}
|
||||
|
||||
::v-deep .el-input-group {
|
||||
width: 208px !important;
|
||||
|
||||
@ -207,7 +207,7 @@
|
||||
:before-close="exportcancel"
|
||||
>
|
||||
<templateexport @submit="submit" ref="childComponent"></templateexport>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<div slot="footer" class="dialog-footer" style="margin-top:20px">
|
||||
<el-button type="primary" @click="submitexport">确 定</el-button>
|
||||
<el-button @click="innerexport = false">取 消</el-button>
|
||||
</div>
|
||||
@ -710,9 +710,6 @@ export default {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
::v-deep .el-dialog__body {
|
||||
padding-bottom: 60px !important;
|
||||
}
|
||||
|
||||
.left {
|
||||
height: calc(100vh - 119px);
|
||||
|
||||
@ -111,7 +111,7 @@
|
||||
<!-- 导入弹框 -->
|
||||
<el-dialog title="" :visible.sync="innerexport" width="1000px" append-to-body :before-close="exportcancel">
|
||||
<addexport @submit="submit" ref="childComponent"></addexport>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<div slot="footer" class="dialog-footer" style="margin-top:20px">
|
||||
<el-button type="primary" @click="submitexport">确 定</el-button>
|
||||
<el-button @click="innerexport = false">取 消</el-button>
|
||||
</div>
|
||||
@ -488,10 +488,6 @@ export default {
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
::v-deep .el-dialog__body {
|
||||
padding-bottom: 60px !important;
|
||||
}
|
||||
|
||||
::v-deep .el-input-number .el-input__inner {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@ -602,9 +602,4 @@ export default {
|
||||
},
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style scoped>
|
||||
::v-deep .el-dialog__body {
|
||||
padding-bottom: 60px !important;
|
||||
}
|
||||
</style>
|
||||
</script>
|
||||
@ -539,10 +539,6 @@ export default {
|
||||
</style>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
::v-deep .el-dialog__body {
|
||||
padding-bottom: 60px !important;
|
||||
}
|
||||
|
||||
.app-container {
|
||||
padding: 20px 0 0 20px !important;
|
||||
}
|
||||
|
||||
@ -32,6 +32,8 @@
|
||||
<el-row :gutter="10" class="mb8">
|
||||
<el-col :span="1.5">
|
||||
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="handleAdd">新增主路径</el-button>
|
||||
<el-button type="warning" plain icon="el-icon-upload2" size="mini" @click="handleUpload">导入</el-button>
|
||||
|
||||
</el-col>
|
||||
<!-- <el-col :span="1.5">
|
||||
<el-button type="success" plain icon="el-icon-edit" size="mini" :disabled="single" @click="handleUpdate"
|
||||
@ -138,6 +140,14 @@
|
||||
<el-button @click="cancel">取 消</el-button>
|
||||
</div>
|
||||
</el-dialog>
|
||||
<!-- 导入弹框 -->
|
||||
<el-dialog title="" :visible.sync="innerexport" width="1000px" append-to-body :before-close="exportcancel">
|
||||
<specialexport @submit="submit" ref="childComponent"></specialexport>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button type="primary" @click="submitexport">确 定</el-button>
|
||||
<el-button @click="innerexport = false">取 消</el-button>
|
||||
</div>
|
||||
</el-dialog>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
@ -149,11 +159,16 @@ import {
|
||||
servicepackageinfo
|
||||
} from '@/api/manage/signRecord.js'
|
||||
import DepartmentList from '../../components/DepartmentList.vue'
|
||||
import specialexport from "@/views/manage/components/specialexport.vue"
|
||||
import { copyBaselnfo } from "@/api/system/exportinfo";
|
||||
|
||||
export default {
|
||||
name: "SpecialDiseaseRoute",
|
||||
components: { DepartmentList },
|
||||
components: { DepartmentList,specialexport },
|
||||
data() {
|
||||
return {
|
||||
exportlist: [],
|
||||
innerexport: false,
|
||||
maxTableHeight: undefined,
|
||||
// 遮罩层
|
||||
loading: true,
|
||||
@ -238,6 +253,41 @@ export default {
|
||||
watch: {
|
||||
},
|
||||
methods: {
|
||||
submit(e) {
|
||||
this.exportlist = e
|
||||
},
|
||||
// 导入确定按钮
|
||||
submitexport() {
|
||||
var obj = {
|
||||
departmentId: this.queryParams.departmentId,
|
||||
departmentName: this.departmentName,
|
||||
type: 'OPERATOR',
|
||||
sourceTemplateIds: this.exportlist,
|
||||
}
|
||||
copyBaselnfo(obj).then(response => {
|
||||
this.$modal.msgSuccess("导入成功");
|
||||
this.innerexport = false
|
||||
this.$refs.DepartmentList.Departmentlist()
|
||||
this.getList();
|
||||
|
||||
});
|
||||
},
|
||||
// 导入按钮
|
||||
handleUpload() {
|
||||
if (this.queryParams.departmentId) {
|
||||
this.innerexport = true
|
||||
if (this.exportlist.length > 0) {
|
||||
this.$refs.childComponent.resetTable();
|
||||
}
|
||||
} else {
|
||||
this.$modal.msgError("请先选择左侧科室");
|
||||
|
||||
}
|
||||
},
|
||||
// 弹框取消
|
||||
exportcancel() {
|
||||
this.innerexport = false
|
||||
},
|
||||
//接收科室列表传值
|
||||
clickdepartment(item) {
|
||||
this.queryParams.hospitalAgencyId = item.hospitalAgencyId
|
||||
@ -533,8 +583,6 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<style lang="scss" scoped>
|
||||
.app-container {
|
||||
padding: 20px 0 0 20px !important;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user