|
@ -12,19 +12,19 @@ new Vue({
|
|
|
itemType:"1", //随访计划
|
|
|
followUpItem:{
|
|
|
patientName: '',
|
|
|
planList:[{date:new Date().format("yyyy-MM-dd HH:mm")+":00",type:"22",doctor:loginDoctor.uid,followupClass:'',type1:'1'}], //计划列表
|
|
|
planList:[{date:new Date().format("yyyy-MM-dd HH:mm")+":00",type:"2",doctor:loginDoctor.uid,followupClass:'',type1:'1'}], //计划列表
|
|
|
},
|
|
|
rules: {
|
|
|
followupPlanDate: [
|
|
|
{ required: true, message: '请选择随访时间', trigger: 'change' },
|
|
|
],
|
|
|
},
|
|
|
item_1:{patientName: '',planList:[{date:"",type:"22",doctor:loginDoctor.uid,type1:'1'}]}, //随访计划列表
|
|
|
planItem:{date:"",type:"22",doctor:loginDoctor.uid,type1:'1'}, //随访计划列表项
|
|
|
item_1:{patientName: '',planList:[{date:"",type:"2",doctor:loginDoctor.uid,type1:'1'}]}, //随访计划列表
|
|
|
planItem:{date:"",type:"2",doctor:loginDoctor.uid,type1:'1'}, //随访计划列表项
|
|
|
item_2:{
|
|
|
"patientName": '',
|
|
|
"date":"",
|
|
|
"followupType":"22",
|
|
|
"followupType":"2",
|
|
|
"followupClass":"",
|
|
|
"followupManagerStatus":"",
|
|
|
"plandate":"",
|
|
@ -34,7 +34,7 @@ new Vue({
|
|
|
"patientName": '',
|
|
|
"followupDate":"",
|
|
|
"followupPlanDate":"",
|
|
|
"followupType":"22",
|
|
|
"followupType":"2",
|
|
|
"followupClass":"",
|
|
|
},
|
|
|
patientName: '',
|