pengjun 3 weeks ago
parent
commit
ad046d8e4c
  1. 24
      src/components/sumDoctorCheck/SumSug.vue
  2. 985
      src/views/diagnosis/diagnosis.vue
  3. 2
      src/views/fee-settings/Asbitem.vue
  4. 10
      src/views/fee-settings/Item.vue

24
src/components/sumDoctorCheck/SumSug.vue

@ -308,6 +308,7 @@ import { mapState } from 'vuex';
import Sortable from "sortablejs";
import { getapi, postapi, putapi, deletapi } from "@/api/api";
import { getPagePriv, checkPagePriv, deepCopy, arrayExistObj } from '../../utlis/proFunc';
export default {
components: {},
props: ["patientRegisterId", "tabChoosed"],
@ -1235,6 +1236,7 @@ export default {
return
}
/*
let menus = [
{ label: '测试菜单', itemId: '测试菜单', enabled: true }
]
@ -1249,18 +1251,19 @@ export default {
.finally(() => {
console.log('finally')
})
*/
// console.log('this.$peisAPI.contextMenuForPeis()')
// this.$peisAPI.contextMenuForPeis()
// .then(res => {
// console.log('res', res)
// })
// .catch(err => {
// console.log('err', err)
// })
// .finally(() => {
// console.log('finally')
// })
this.$peisAPI.contextMenuForPeis()
.then(res => {
console.log('res', res)
})
.catch(err => {
console.log('err', err)
})
.finally(() => {
console.log('finally')
})
/*
let items = [
@ -1414,5 +1417,6 @@ export default {
::v-deep .diagnosisSelect .el-select-dropdown__wrap {
background-color: #FFF;
max-height: 288px;
max-width: 780px;
}
</style>

985
src/views/diagnosis/diagnosis.vue
File diff suppressed because it is too large
View File

2
src/views/fee-settings/Asbitem.vue

@ -2174,7 +2174,7 @@ export default {
}
.seachinput {
width: 250px;
width: 350px;
margin-right: 110px;
}

10
src/views/fee-settings/Item.vue

@ -692,7 +692,7 @@
<el-col :span="8">
<el-form-item label="诊断编号">
<el-select v-model="rusetform.diagnosisId" placeholder="请选择" filterable :filter-method="remoteMethod"
clearable @change="quckRusetforms" default-first-option size="small">
clearable @change="quckRusetforms" default-first-option size="small" popper-class="dddwSelect" :popper-append-to-body="false">
<el-option v-for="item in quickAsb" :key="item.id" :label="item.displayName" :value="item.id">
</el-option>
</el-select>
@ -2732,10 +2732,16 @@ export default {
}
.seachinput {
width: 250px;
width: 350px;
margin-right: 110px;
}
::v-deep .dddwSelect .el-select-dropdown__wrap {
background-color: #FFF;
max-height: 600px;
max-width: 350px;
}
:deep .seachinput .el-select {
width: 100%;
}

Loading…
Cancel
Save