正在显示
2 个修改的文件
包含
9 行增加
和
9 行删除
@@ -740,9 +740,9 @@ Page({ | @@ -740,9 +740,9 @@ Page({ | ||
740 | if (data.children_name && data.children_name.length) { | 740 | if (data.children_name && data.children_name.length) { |
741 | setData.children_name = data.children_name | 741 | setData.children_name = data.children_name |
742 | } | 742 | } |
743 | - if (data.student_no && data.student_no.length) { | ||
744 | - setData.children_student_no = data.student_no | ||
745 | - } | 743 | + // if (data.student_no && data.student_no.length) { |
744 | + // setData.children_student_no = data.student_no | ||
745 | + // } | ||
746 | if (data.education_period && data.education_period.length) { | 746 | if (data.education_period && data.education_period.length) { |
747 | var childedudegreeData = this.data.childedudegreeData | 747 | var childedudegreeData = this.data.childedudegreeData |
748 | childedudegreeData.selected = data.education_period | 748 | childedudegreeData.selected = data.education_period |
@@ -1289,10 +1289,10 @@ Page({ | @@ -1289,10 +1289,10 @@ Page({ | ||
1289 | this.showToast('请选择分配比例') | 1289 | this.showToast('请选择分配比例') |
1290 | return | 1290 | return |
1291 | } | 1291 | } |
1292 | - if (!formdata.children_student_no || formdata.children_student_no.length < 1) { | ||
1293 | - this.showToast('请填写学籍号') | ||
1294 | - return | ||
1295 | - } | 1292 | + // if (!formdata.children_student_no || formdata.children_student_no.length < 1) { |
1293 | + // this.showToast('请填写学籍号') | ||
1294 | + // return | ||
1295 | + // } | ||
1296 | if (this.data.childedudegreeData.selected.length < 1) { | 1296 | if (this.data.childedudegreeData.selected.length < 1) { |
1297 | this.showToast('请选择教育阶段') | 1297 | this.showToast('请选择教育阶段') |
1298 | return | 1298 | return |
@@ -47,12 +47,12 @@ | @@ -47,12 +47,12 @@ | ||
47 | <template is="picker_cell_normal" data="{{...childrenpercentData}}" /> | 47 | <template is="picker_cell_normal" data="{{...childrenpercentData}}" /> |
48 | 48 | ||
49 | <view class='divide_line_30'></view> | 49 | <view class='divide_line_30'></view> |
50 | - <view style='height:90rpx'> | 50 | + <!-- <view style='height:90rpx'> |
51 | <text class='red_star_right_10'>*</text> | 51 | <text class='red_star_right_10'>*</text> |
52 | <text class='text_777_30 float_left'>子女学籍号</text> | 52 | <text class='text_777_30 float_left'>子女学籍号</text> |
53 | <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入子女学籍号' name='children_student_no' value='{{children_student_no}}'></input> | 53 | <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入子女学籍号' name='children_student_no' value='{{children_student_no}}'></input> |
54 | </view> | 54 | </view> |
55 | - <view class='divide_line_30'></view> | 55 | + <view class='divide_line_30'></view> --> |
56 | 56 | ||
57 | <template is="picker_cell_normal" data="{{...childedudegreeData}}" /> | 57 | <template is="picker_cell_normal" data="{{...childedudegreeData}}" /> |
58 | <view class='divide_line_30'></view> | 58 | <view class='divide_line_30'></view> |
请
注册
或
登录
后发表评论