dev
This commit is contained in:
parent
cd30a1d7c0
commit
3fd87a5e13
|
|
@ -107,8 +107,8 @@
|
|||
</el-descriptions-item>
|
||||
<el-descriptions-item label="费用类型">
|
||||
<el-form-item prop="type">
|
||||
<el-select v-model="edit_data.type" :disabled="edit_data.status==0">
|
||||
<el-option label="普通" :value="1"></el-option>
|
||||
<el-select v-model="edit_data.type" :disabled="edit_data.status==0||isShowCard">
|
||||
<el-option label="自费" :value="1"></el-option>
|
||||
<el-option label="医保" :value="2"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
|
|
@ -371,6 +371,7 @@ const init = (doctorId: any = "", id: any = null, show: any = false) => {
|
|||
isShow.value = true
|
||||
quickShow.value = show
|
||||
edit_data.value.organizationDoctorId = doctorId || ""
|
||||
edit_data.value.type = 1
|
||||
isBtnShow.value = dateName.value == '现在';
|
||||
if (id) {
|
||||
post('registration/getById', {id: id}).then((res: any) => {
|
||||
|
|
@ -384,7 +385,7 @@ const init = (doctorId: any = "", id: any = null, show: any = false) => {
|
|||
}
|
||||
const isShowCard = ref<any>(true)
|
||||
const tableData = ref<any>([])
|
||||
const multipleTable=ref<any>()
|
||||
const multipleTable = ref<any>()
|
||||
const socialCardUpdate = (e: any) => {
|
||||
isShowCard.value = false
|
||||
if (e) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue