diff --git a/components/newArchives/residents.vue b/components/newArchives/residents.vue index 018a3be..f8f13c1 100644 --- a/components/newArchives/residents.vue +++ b/components/newArchives/residents.vue @@ -98,40 +98,40 @@ situationList: [ "做工地的","厂里打工","公司职员","政府上班","种地","在家赋闲","其他"], // 常住人口 residents: { - // family: [{ - // name: '', - // birth_time: '', - // situation: '', // 工作 - // skills: '', // 技能 - // }], - // child: '', //是否存在婴幼儿 - // child_arr: [ //婴幼儿列表 - // { - // age: '', - // feeding: '', //喂养方式 - // grade: '', //年级 - // is_lesson: '', //是否补课 - // lessons: '', //课程 - // notes: '' //备注 - // } - // ], family: [{ - name: '超出', - birth_time: '1988-08-08', - situation: 1, // 工作 - skills: '豆腐干大锅饭', // 技能 + name: '', + birth_time: '', + situation: '', // 工作 + skills: '', // 技能 }], - child: 1, //是否存在婴幼儿 + child: '', //是否存在婴幼儿 child_arr: [ //婴幼儿列表 { - age: '3', - feeding: 1, //喂养方式 - grade: '三', //年级 - is_lesson: 1, //是否补课 - lessons: '数学', //课程 - notes: '没有' //备注 + age: '', + feeding: '', //喂养方式 + grade: '', //年级 + is_lesson: '', //是否补课 + lessons: '', //课程 + notes: '' //备注 } ], + // family: [{ + // name: '超出', + // birth_time: '1988-08-08', + // situation: 1, // 工作 + // skills: '豆腐干大锅饭', // 技能 + // }], + // child: 1, //是否存在婴幼儿 + // child_arr: [ //婴幼儿列表 + // { + // age: '3', + // feeding: 1, //喂养方式 + // grade: '三', //年级 + // is_lesson: 1, //是否补课 + // lessons: '数学', //课程 + // notes: '没有' //备注 + // } + // ], }, rules: { family: { diff --git a/subpkg/newArchives/newArchives.vue b/subpkg/newArchives/newArchives.vue index e7cd493..e23acd5 100644 --- a/subpkg/newArchives/newArchives.vue +++ b/subpkg/newArchives/newArchives.vue @@ -122,30 +122,30 @@ demandListChild: [], //更多二级需求 showDemandList: [], //更多需求展示列表 formData: { - // id_card: '', - // sex: '', - // name: '', - // phone: '', //电话 - // highway: '', //汽车是否能到家 - // smart_phone: '', //是否使用智能手机 - // wechat: '', //微信号 - // address: '', //家庭地址 - // age: '', //年龄 - // category_id: '1', - // category_child: '2', - // data_type: '1', - id_card: '324234234353454343', - sex: 2, - name: '测试的', - phone: 14332323444, //电话 - highway: 1, //汽车是否能到家 - smart_phone: 1, //是否使用智能手机 - wechat: 21313132, //微信号 - address: '张家村', //家庭地址 - age: 33, //年龄 + id_card: '', + sex: '', + name: '', + phone: '', //电话 + highway: '', //汽车是否能到家 + smart_phone: '', //是否使用智能手机 + wechat: '', //微信号 + address: '', //家庭地址 + age: '', //年龄 category_id: '1', category_child: '2', data_type: '1', + // id_card: '324234234353454343', + // sex: 2, + // name: '测试的', + // phone: 14332323444, //电话 + // highway: 1, //汽车是否能到家 + // smart_phone: 1, //是否使用智能手机 + // wechat: 21313132, //微信号 + // address: '张家村', //家庭地址 + // age: 33, //年龄 + // category_id: '1', + // category_child: '2', + // data_type: '1', }, rules: { phone: {