|
@@ -332,7 +332,7 @@
|
332
|
332
|
{title: '治疗小结', name: 'treatment_of', value: 0}
|
333
|
333
|
]
|
334
|
334
|
|
335
|
|
- if (!isNaN(this.prescription.id) && this.prescription.id > 0) {
|
|
335
|
+ if (!isNaN(this.prescription.id) && this.prescription.id > 0 && this.prescription.prescription_doctor> 0) {
|
336
|
336
|
steps[0].value = 1
|
337
|
337
|
}
|
338
|
338
|
if (
|
|
@@ -341,11 +341,7 @@
|
341
|
341
|
) {
|
342
|
342
|
steps[1].value = 1
|
343
|
343
|
}
|
344
|
|
- if (
|
345
|
|
- typeof this.predialysis_evaluation.id != 'undefined' &&
|
346
|
|
- !isNaN(this.predialysis_evaluation.id) &&
|
347
|
|
- this.predialysis_evaluation.id > 0
|
348
|
|
- ) {
|
|
344
|
+ if ( typeof this.predialysis_evaluation.id != 'undefined' && !isNaN(this.predialysis_evaluation.id) && this.predialysis_evaluation.id > 0 && this.predialysis_evaluation.creater > 0) {
|
349
|
345
|
steps[2].value = 1
|
350
|
346
|
}
|
351
|
347
|
if (this.advice_groups.length > 0) {
|