|
@@ -81,8 +81,8 @@
|
81
|
81
|
<span v-if="item.value != 1">
|
82
|
82
|
{{ item.label }}
|
83
|
83
|
</span>
|
84
|
|
-
|
85
|
|
-
|
|
84
|
+
|
|
85
|
+
|
86
|
86
|
</li>
|
87
|
87
|
</ul>
|
88
|
88
|
</div>
|
|
@@ -167,8 +167,8 @@
|
167
|
167
|
>
|
168
|
168
|
<template slot-scope="scope">
|
169
|
169
|
<span v-if="scope.row.advice_type == 1">
|
170
|
|
- <span v-if="org_id != 9671 && org_id != 10440">长嘱</span>
|
171
|
|
- <span v-if="org_id == 9671 || org_id == 10440">长期医嘱模版</span>
|
|
170
|
+ <span v-if="org_id != 9671 && org_id != 10440">长嘱</span>
|
|
171
|
+ <span v-if="org_id == 9671 || org_id == 10440">长期医嘱模版</span>
|
172
|
172
|
</span>
|
173
|
173
|
<span v-else-if="scope.row.advice_type == 3 || scope.row.advice_type == 2">临嘱</span>
|
174
|
174
|
<span v-else-if="scope.row.advice_type == 4">普通医嘱</span>
|
|
@@ -586,7 +586,7 @@
|
586
|
586
|
v-for="item in adviceTypeOptions"
|
587
|
587
|
></el-option>
|
588
|
588
|
</el-select>
|
589
|
|
-
|
|
589
|
+
|
590
|
590
|
</el-form-item>
|
591
|
591
|
</el-col>
|
592
|
592
|
|
|
@@ -797,7 +797,7 @@
|
797
|
797
|
>
|
798
|
798
|
</template>
|
799
|
799
|
</el-table-column>
|
800
|
|
- <el-table-column
|
|
800
|
+ <el-table-column
|
801
|
801
|
label="推送截止日期"
|
802
|
802
|
min-width="80"
|
803
|
803
|
align="center"
|
|
@@ -805,10 +805,10 @@
|
805
|
805
|
<template slot-scope="scope">
|
806
|
806
|
{{scope.row.push_start_time}}
|
807
|
807
|
</template>
|
808
|
|
-
|
|
808
|
+
|
809
|
809
|
</el-table-column>
|
810
|
810
|
|
811
|
|
- <el-table-column
|
|
811
|
+ <el-table-column
|
812
|
812
|
label="医嘱嘱托"
|
813
|
813
|
min-width="80"
|
814
|
814
|
align="center"
|
|
@@ -816,7 +816,7 @@
|
816
|
816
|
<template slot-scope="scope">
|
817
|
817
|
{{scope.row.remark}}
|
818
|
818
|
</template>
|
819
|
|
-
|
|
819
|
+
|
820
|
820
|
</el-table-column>
|
821
|
821
|
</el-table>
|
822
|
822
|
</el-col>
|
|
@@ -1188,7 +1188,7 @@
|
1188
|
1188
|
</el-form-item>
|
1189
|
1189
|
</el-col>
|
1190
|
1190
|
|
1191
|
|
-
|
|
1191
|
+
|
1192
|
1192
|
|
1193
|
1193
|
<el-col :span="12" v-if="nameForm.frequency_type == 2">
|
1194
|
1194
|
<el-form-item prop="day_count">
|
|
@@ -1490,7 +1490,7 @@
|
1490
|
1490
|
</el-col>
|
1491
|
1491
|
</el-row>
|
1492
|
1492
|
|
1493
|
|
-
|
|
1493
|
+
|
1494
|
1494
|
<el-form-item label="备注 :">
|
1495
|
1495
|
<el-input type="textarea" v-model="adviceForm.remark"></el-input>
|
1496
|
1496
|
</el-form-item>
|
|
@@ -1499,7 +1499,7 @@
|
1499
|
1499
|
<span>{{ adminusername }} </span>
|
1500
|
1500
|
</el-form-item>
|
1501
|
1501
|
|
1502
|
|
-
|
|
1502
|
+
|
1503
|
1503
|
</el-form>
|
1504
|
1504
|
<div slot="footer" class="dialog-footer">
|
1505
|
1505
|
<template v-if="isEdit">
|
|
@@ -2300,7 +2300,7 @@ export default {
|
2300
|
2300
|
drug_id: 0,
|
2301
|
2301
|
src_type:"",
|
2302
|
2302
|
org_id:0,
|
2303
|
|
-
|
|
2303
|
+
|
2304
|
2304
|
};
|
2305
|
2305
|
},
|
2306
|
2306
|
methods: {
|
|
@@ -2373,7 +2373,7 @@ export default {
|
2373
|
2373
|
this.dialogFormVisible = false;
|
2374
|
2374
|
this.resetForm(formName);
|
2375
|
2375
|
var advice = response.data.data.advice;
|
2376
|
|
-
|
|
2376
|
+
|
2377
|
2377
|
this.adviceTableData[this.currentIndex].drug_spec =
|
2378
|
2378
|
advice.drug_spec;
|
2379
|
2379
|
this.adviceTableData[this.currentIndex].drug_spec_unit =
|
|
@@ -2455,7 +2455,7 @@ export default {
|
2455
|
2455
|
}
|
2456
|
2456
|
}
|
2457
|
2457
|
console.log("模板数据",submitForm)
|
2458
|
|
-
|
|
2458
|
+
|
2459
|
2459
|
CreateNewGroupAdvice(this.patientID, 0, submitForm, mode).then(
|
2460
|
2460
|
response => {
|
2461
|
2461
|
if (response.data.state == 0) {
|
|
@@ -2549,7 +2549,7 @@ export default {
|
2549
|
2549
|
this.adviceForm.advice_name = arr[0]
|
2550
|
2550
|
}
|
2551
|
2551
|
console.log("222222???????this.adviceForm",this.adviceForm)
|
2552
|
|
-
|
|
2552
|
+
|
2553
|
2553
|
CreateNewDoctorAdvice(this.patientID, this.adviceForm, mode).then(
|
2554
|
2554
|
response => {
|
2555
|
2555
|
if (response.data.state == 0) {
|
|
@@ -3117,7 +3117,7 @@ export default {
|
3117
|
3117
|
|
3118
|
3118
|
remark: groups[0].remark,
|
3119
|
3119
|
groupno: groupno,
|
3120
|
|
-
|
|
3120
|
+
|
3121
|
3121
|
};
|
3122
|
3122
|
console.log("到了",groups[0]);
|
3123
|
3123
|
|
|
@@ -3530,7 +3530,7 @@ export default {
|
3530
|
3530
|
}
|
3531
|
3531
|
}
|
3532
|
3532
|
}
|
3533
|
|
-
|
|
3533
|
+
|
3534
|
3534
|
var one = response.data.data.advicetwo;
|
3535
|
3535
|
let dataInfo = {};
|
3536
|
3536
|
one.forEach((item, index) => {
|
|
@@ -4427,7 +4427,7 @@ export default {
|
4427
|
4427
|
// this.sameRowArr = sameRowArr;
|
4428
|
4428
|
},
|
4429
|
4429
|
mergeSpan({ row, column, rowIndex, columnIndex }) {
|
4430
|
|
-
|
|
4430
|
+
|
4431
|
4431
|
if (columnIndex === 0 || columnIndex === 1 || columnIndex === 2) {
|
4432
|
4432
|
const _row = this.tempArr[rowIndex];
|
4433
|
4433
|
const _col = _row > 0 ? 1 : 0;
|
|
@@ -4740,7 +4740,7 @@ export default {
|
4740
|
4740
|
|
4741
|
4741
|
createFilter(queryString) {
|
4742
|
4742
|
return (restaurant) => {
|
4743
|
|
- return (restaurant.drug_name.toLowerCase().indexOf(queryString.toLowerCase()) === 0);
|
|
4743
|
+ return (restaurant.drug_name.toLowerCase().indexOf(queryString.toLowerCase()) !=-1);
|
4744
|
4744
|
};
|
4745
|
4745
|
},
|
4746
|
4746
|
|
|
@@ -4810,7 +4810,7 @@ export default {
|
4810
|
4810
|
for (const i in this.multipleSelection) {
|
4811
|
4811
|
arr.push(this.multipleSelection[i]);
|
4812
|
4812
|
group.push(this.multipleSelection[i].groupno);
|
4813
|
|
-
|
|
4813
|
+
|
4814
|
4814
|
}
|
4815
|
4815
|
grouptwo.push(this.getdata(group));
|
4816
|
4816
|
// console.log('组号', group)
|