|
@@ -393,8 +393,7 @@
|
393
|
393
|
</el-radio-group>
|
394
|
394
|
</el-form-item>
|
395
|
395
|
</el-col>
|
396
|
|
-
|
397
|
|
- <el-row>
|
|
396
|
+
|
398
|
397
|
<el-col :span="8" :style="isEdit ? 'width:360px' : ''">
|
399
|
398
|
<el-form-item
|
400
|
399
|
label="患者去向 : "
|
|
@@ -410,29 +409,29 @@
|
410
|
409
|
</el-radio-group>
|
411
|
410
|
</el-form-item>
|
412
|
411
|
</el-col>
|
413
|
|
- </el-row>
|
|
412
|
+
|
414
|
413
|
|
415
|
|
- <!-- <el-row>
|
|
414
|
+
|
416
|
415
|
<el-col :span="8" :style="isEdit ? 'width:360px' : ''">
|
417
|
416
|
<el-form-item
|
418
|
417
|
label="流转地址: "
|
419
|
418
|
>
|
420
|
|
- <el-select v-model="value" placeholder="请选择">
|
|
419
|
+ <el-select v-model="form.patient_address" placeholder="请选择">
|
421
|
420
|
<el-option
|
422
|
|
- v-for="item in options"
|
423
|
|
- :key="item.value"
|
424
|
|
- :label="item.label"
|
425
|
|
- :value="item.value">
|
|
421
|
+ v-for="item in liuAddresslist"
|
|
422
|
+ :key="item.id"
|
|
423
|
+ :label="item.name"
|
|
424
|
+ :value="item.name">
|
426
|
425
|
</el-option>
|
427
|
426
|
</el-select>
|
428
|
427
|
</el-form-item>
|
429
|
428
|
</el-col>
|
430
|
|
- </el-row>
|
431
|
|
- -->
|
432
|
|
- <el-row>
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
433
|
432
|
<el-col :span="8" :style="isEdit ? 'width:360px' : ''">
|
434
|
433
|
<el-form-item
|
435
|
|
- label="开始时间 : "
|
|
434
|
+ label="流转开始时间 : "
|
436
|
435
|
>
|
437
|
436
|
<el-date-picker
|
438
|
437
|
size="small"
|
|
@@ -450,9 +449,9 @@
|
450
|
449
|
</el-form-item>
|
451
|
450
|
</el-col>
|
452
|
451
|
|
453
|
|
- <!-- <el-col :span="8" :style="isEdit ? 'width:360px' : ''">
|
|
452
|
+ <el-col :span="8" :style="isEdit ? 'width:360px' : ''">
|
454
|
453
|
<el-form-item
|
455
|
|
- label="结束时间 : "
|
|
454
|
+ label="流转结束时间 : "
|
456
|
455
|
>
|
457
|
456
|
<el-date-picker
|
458
|
457
|
size="small"
|
|
@@ -468,8 +467,8 @@
|
468
|
467
|
@change="startTimeChange"
|
469
|
468
|
></el-date-picker>
|
470
|
469
|
</el-form-item>
|
471
|
|
- </el-col> -->
|
472
|
|
- </el-row>
|
|
470
|
+ </el-col>
|
|
471
|
+
|
473
|
472
|
|
474
|
473
|
|
475
|
474
|
<el-col :span="8" style="margin-bottom: 20px;" :style="isEdit ? 'width:360px' : ''">
|
|
@@ -529,6 +528,12 @@
|
529
|
528
|
|
530
|
529
|
</el-col>
|
531
|
530
|
|
|
531
|
+ <el-col :span="24">
|
|
532
|
+ <el-form-item label="传染病细分:" v-if="form.is_infectious == '2'">
|
|
533
|
+ <el-input v-model="form.infectious_remark"></el-input>
|
|
534
|
+ </el-form-item>
|
|
535
|
+ </el-col>
|
|
536
|
+
|
532
|
537
|
<el-col :span="8">
|
533
|
538
|
<el-form-item label="疑难内瘘 : " prop="contagions">
|
534
|
539
|
<el-radio-group v-model="form.troble_shoot">
|
|
@@ -891,6 +896,19 @@
|
891
|
896
|
</el-form-item>
|
892
|
897
|
</el-col>
|
893
|
898
|
</el-row>
|
|
899
|
+ <el-row :gutter="24">
|
|
900
|
+ <el-col :span="24">
|
|
901
|
+ <el-form-item label="过敏史 : " prop="past_history">
|
|
902
|
+ <el-input
|
|
903
|
+ type="textarea"
|
|
904
|
+ :rows="3"
|
|
905
|
+ v-model="form.allergic_history"
|
|
906
|
+ resize="none"
|
|
907
|
+ placeholder=""
|
|
908
|
+ ></el-input>
|
|
909
|
+ </el-form-item>
|
|
910
|
+ </el-col>
|
|
911
|
+ </el-row>
|
894
|
912
|
<el-row :gutter="24">
|
895
|
913
|
<el-col :span="24">
|
896
|
914
|
<el-form-item label="体格检查">
|
|
@@ -1142,6 +1160,9 @@ const defaultForm = {
|
1142
|
1160
|
patient_source:0,
|
1143
|
1161
|
patient_start_time:"",
|
1144
|
1162
|
patient_end_time:"",
|
|
1163
|
+ patient_address:"",
|
|
1164
|
+ infectious_remark:"",
|
|
1165
|
+ allergic_history:"",
|
1145
|
1166
|
formItem: [
|
1146
|
1167
|
{
|
1147
|
1168
|
id: 0,
|
|
@@ -1292,7 +1313,6 @@ const defaultForm = {
|
1292
|
1313
|
dbp: "",
|
1293
|
1314
|
showOne:true,
|
1294
|
1315
|
treatment_plan:"",
|
1295
|
|
-
|
1296
|
1316
|
};
|
1297
|
1317
|
|
1298
|
1318
|
export default {
|
|
@@ -1479,6 +1499,7 @@ export default {
|
1479
|
1499
|
},
|
1480
|
1500
|
adminUserOptions:[],
|
1481
|
1501
|
org_id:0,
|
|
1502
|
+ liuAddresslist:[]
|
1482
|
1503
|
};
|
1483
|
1504
|
},
|
1484
|
1505
|
components: {
|
|
@@ -1493,9 +1514,10 @@ export default {
|
1493
|
1514
|
}
|
1494
|
1515
|
},
|
1495
|
1516
|
created() {
|
1496
|
|
-
|
|
1517
|
+ this.liuAddresslist = getDataConfig('hemodialysis', 'liu_address')
|
|
1518
|
+ console.log("liuAddresslist",this.liuAddresslist)
|
1497
|
1519
|
this.fetchAllAdminUsers();
|
1498
|
|
-
|
|
1520
|
+
|
1499
|
1521
|
|
1500
|
1522
|
if(this.isEdit == true){
|
1501
|
1523
|
this.showLapseto = false
|
|
@@ -1508,6 +1530,8 @@ export default {
|
1508
|
1530
|
// this.rhOptions = this.$store.getters.rh;
|
1509
|
1531
|
this.educationOptions = getDataConfig("patient", "education_types");
|
1510
|
1532
|
this.professionOptions = getDataConfig("patient", "profession_options");
|
|
1533
|
+
|
|
1534
|
+
|
1511
|
1535
|
// this.inductionOptions = this.$store.getters.induction_options;
|
1512
|
1536
|
this.contagionList = this.$store.getters.contagions;
|
1513
|
1537
|
this.checkDisease = this.$store.getters.disease;
|