Browse Source

访视表单下次随访日期代入为null

zhangyanfang 5 years ago
parent
commit
9ac869c4f0

+ 1 - 1
app/followup/v1/html/fangshi-detail-10.html

@ -1195,7 +1195,7 @@
                                    vm.parient.data[i].followup_date=new Date().format("yyyy-MM-dd")
                                }
                                for (var i=0; i<4 ;i++){
                                    vm.parient.data[0].next_followup_date=""
                                    vm.parient.data[0].next_followup_date=null
                                }
                               
                            

+ 1 - 1
app/followup/v1/html/fangshi-detail-5.html

@ -339,7 +339,7 @@
								}
								//默认随访时间为当前时间
								vm.postpartumVisitDetails.followup_date = new Date().format("yyyy-MM-dd")
								vm.postpartumVisitDetails.next_visiting_date=""
								vm.postpartumVisitDetails.next_visiting_date=null
						}
                    })
                },

+ 1 - 1
app/followup/v1/html/fangshi-detail-7.html

@ -850,7 +850,7 @@
                                }
                                //默认登记时间为当前时间
                                vm.severeMentalDisorderData.followup_date=new Date().format("yyyy-MM-dd")
                                vm.severeMentalDisorderData.followup_next_date=""
                                vm.severeMentalDisorderData.followup_next_date=null
                        }
                    })
                },

+ 1 - 1
component/followup/fangshi-detail-6.js

@ -1035,7 +1035,7 @@ Vue.component('fangshi-detail-6', {
                        }
                        //默认随访时间为当前时间
                        vm.newbornData.this_INTERVIEW_DATE = new Date().format("yyyy-MM-dd")
                        vm.newbornData.next_VISITING_DATE=""
                        vm.newbornData.next_VISITING_DATE=null
                }
            })
        },