|
@@ -11,23 +11,18 @@ |
|
@@ -11,23 +11,18 @@ |
11
|
<view>姓名</view>
|
11
|
<view>姓名</view>
|
12
|
<view class='apply_item_input'>
|
12
|
<view class='apply_item_input'>
|
13
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setname' value='{{name}}'
|
13
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setname' value='{{name}}'
|
14
|
- disabled="{{page_type}}"></input>
|
14
|
+ disabled="{{status==2}}"></input>
|
15
|
</view>
|
15
|
</view>
|
16
|
</view>
|
16
|
</view>
|
17
|
<view class='apply_item'>
|
17
|
<view class='apply_item'>
|
18
|
<view>昵称</view>
|
18
|
<view>昵称</view>
|
19
|
<view class='apply_item_input'>
|
19
|
<view class='apply_item_input'>
|
20
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setnickname' value='{{nickname}}'
|
20
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setnickname' value='{{nickname}}'
|
21
|
- disabled="{{page_type}}"></input>
|
21
|
+ disabled="{{status==2}}"></input>
|
22
|
</view>
|
22
|
</view>
|
23
|
</view>
|
23
|
</view>
|
24
|
|
24
|
|
25
|
-
|
|
|
26
|
-
|
|
|
27
|
-
|
|
|
28
|
-
|
|
|
29
|
-
|
|
|
30
|
-<picker bindchange="bindsex" range="{{arraysex}}" disabled="{{page_type}}">
|
25
|
+<picker bindchange="bindsex" range="{{arraysex}}" disabled="{{status==2}}">
|
31
|
<view class='apply_item'>
|
26
|
<view class='apply_item'>
|
32
|
<view>性别</view>
|
27
|
<view>性别</view>
|
33
|
<view class='apply_item_input'>
|
28
|
<view class='apply_item_input'>
|
|
@@ -36,7 +31,7 @@ |
|
@@ -36,7 +31,7 @@ |
36
|
</view>
|
31
|
</view>
|
37
|
</view>
|
32
|
</view>
|
38
|
</picker>
|
33
|
</picker>
|
39
|
-<picker mode='date' bindchange="bindbirthdayChange" value="{{2000-01-01}}" end='{{enddata}}' disabled="{{page_type}}">
|
34
|
+<picker mode='date' bindchange="bindbirthdayChange" value="{{2000-01-01}}" end='{{enddata}}' disabled="{{status==2}}">
|
40
|
<view class='apply_item'>
|
35
|
<view class='apply_item'>
|
41
|
<view>出生日期</view>
|
36
|
<view>出生日期</view>
|
42
|
<view class='apply_item_input'>
|
37
|
<view class='apply_item_input'>
|
|
@@ -46,7 +41,7 @@ |
|
@@ -46,7 +41,7 @@ |
46
|
</view>
|
41
|
</view>
|
47
|
</picker>
|
42
|
</picker>
|
48
|
|
43
|
|
49
|
-<picker range='{{nationarr}}' bindchange="bindnationChange" disabled="{{page_type}}">
|
44
|
+<picker range='{{nationarr}}' bindchange="bindnationChange" disabled="{{status==2}}">
|
50
|
<view class='apply_item'>
|
45
|
<view class='apply_item'>
|
51
|
<view>民族</view>
|
46
|
<view>民族</view>
|
52
|
<view class='apply_item_input'>
|
47
|
<view class='apply_item_input'>
|
|
@@ -56,7 +51,7 @@ |
|
@@ -56,7 +51,7 @@ |
56
|
</view>
|
51
|
</view>
|
57
|
</picker>
|
52
|
</picker>
|
58
|
|
53
|
|
59
|
-<picker range='{{educationarr}}' bindchange="bindeducationChange" disabled="{{page_type}}">
|
54
|
+<picker range='{{educationarr}}' bindchange="bindeducationChange" disabled="{{status==2}}">
|
60
|
<view class='apply_item'>
|
55
|
<view class='apply_item'>
|
61
|
<view>学历</view>
|
56
|
<view>学历</view>
|
62
|
<view class='apply_item_input'>
|
57
|
<view class='apply_item_input'>
|
|
@@ -65,7 +60,7 @@ |
|
@@ -65,7 +60,7 @@ |
65
|
</view>
|
60
|
</view>
|
66
|
</view>
|
61
|
</view>
|
67
|
</picker>
|
62
|
</picker>
|
68
|
-<picker range='{{politicsarr}}' bindchange="bindpoliticsChange" disabled="{{page_type}}">
|
63
|
+<picker range='{{politicsarr}}' bindchange="bindpoliticsChange" disabled="{{status==2}}">
|
69
|
<view class='apply_item'>
|
64
|
<view class='apply_item'>
|
70
|
<view>政治面貌</view>
|
65
|
<view>政治面貌</view>
|
71
|
<view class='apply_item_input'>
|
66
|
<view class='apply_item_input'>
|
|
@@ -78,42 +73,42 @@ |
|
@@ -78,42 +73,42 @@ |
78
|
<view>工作单位</view>
|
73
|
<view>工作单位</view>
|
79
|
<view class='apply_item_input'>
|
74
|
<view class='apply_item_input'>
|
80
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setunit' value='{{unit}}'
|
75
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setunit' value='{{unit}}'
|
81
|
- disabled="{{page_type}}"></input>
|
76
|
+ disabled="{{status==2}}"></input>
|
82
|
</view>
|
77
|
</view>
|
83
|
</view>
|
78
|
</view>
|
84
|
<view class='apply_item'>
|
79
|
<view class='apply_item'>
|
85
|
<view>职务</view>
|
80
|
<view>职务</view>
|
86
|
<view class='apply_item_input'>
|
81
|
<view class='apply_item_input'>
|
87
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setduty' value='{{duty}}'
|
82
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setduty' value='{{duty}}'
|
88
|
- disabled="{{page_type}}"></input>
|
83
|
+ disabled="{{status==2}}"></input>
|
89
|
</view>
|
84
|
</view>
|
90
|
</view>
|
85
|
</view>
|
91
|
<view class='apply_item'>
|
86
|
<view class='apply_item'>
|
92
|
<view>通讯地址</view>
|
87
|
<view>通讯地址</view>
|
93
|
<view class='apply_item_input'>
|
88
|
<view class='apply_item_input'>
|
94
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setaddr' value='{{addr}}'
|
89
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setaddr' value='{{addr}}'
|
95
|
- disabled="{{page_type}}"></input>
|
90
|
+ disabled="{{status==2}}"></input>
|
96
|
</view>
|
91
|
</view>
|
97
|
</view>
|
92
|
</view>
|
98
|
<view class='apply_item'>
|
93
|
<view class='apply_item'>
|
99
|
<view>邮编</view>
|
94
|
<view>邮编</view>
|
100
|
<view class='apply_item_input'>
|
95
|
<view class='apply_item_input'>
|
101
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setpostcode' value='{{postcode}}'
|
96
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setpostcode' value='{{postcode}}'
|
102
|
- disabled="{{page_type}}"></input>
|
97
|
+ disabled="{{status==2}}"></input>
|
103
|
</view>
|
98
|
</view>
|
104
|
</view>
|
99
|
</view>
|
105
|
<view class='apply_item'>
|
100
|
<view class='apply_item'>
|
106
|
<view>就读/毕业院校</view>
|
101
|
<view>就读/毕业院校</view>
|
107
|
<view class='apply_item_input'>
|
102
|
<view class='apply_item_input'>
|
108
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setschool' value='{{school}}'
|
103
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setschool' value='{{school}}'
|
109
|
- disabled="{{page_type}}"></input>
|
104
|
+ disabled="{{status==2}}"></input>
|
110
|
</view>
|
105
|
</view>
|
111
|
</view>
|
106
|
</view>
|
112
|
<view class='apply_item'>
|
107
|
<view class='apply_item'>
|
113
|
<view>身份证号</view>
|
108
|
<view>身份证号</view>
|
114
|
<view class='apply_item_input'>
|
109
|
<view class='apply_item_input'>
|
115
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setcard_number' value='{{card_number}}'
|
110
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setcard_number' value='{{card_number}}'
|
116
|
- disabled="{{page_type}}" maxlength="20"></input>
|
111
|
+ disabled="{{status==2}}" maxlength="20"></input>
|
117
|
</view>
|
112
|
</view>
|
118
|
</view>
|
113
|
</view>
|
119
|
<view class='apply_item'>
|
114
|
<view class='apply_item'>
|
|
@@ -127,28 +122,28 @@ |
|
@@ -127,28 +122,28 @@ |
127
|
<view>移动电话</view>
|
122
|
<view>移动电话</view>
|
128
|
<view class='apply_item_input'>
|
123
|
<view class='apply_item_input'>
|
129
|
<input placeholder='未填写' type='number' placeholder-class='input_p' bindinput='setmove_phone' value='{{move_phone}}'
|
124
|
<input placeholder='未填写' type='number' placeholder-class='input_p' bindinput='setmove_phone' value='{{move_phone}}'
|
130
|
- disabled="{{page_type}}" maxlength="11"></input>
|
125
|
+ disabled="{{status==2}}" maxlength="11"></input>
|
131
|
</view>
|
126
|
</view>
|
132
|
</view>
|
127
|
</view>
|
133
|
<view class='apply_item'>
|
128
|
<view class='apply_item'>
|
134
|
<view>电子邮箱</view>
|
129
|
<view>电子邮箱</view>
|
135
|
<view class='apply_item_input'>
|
130
|
<view class='apply_item_input'>
|
136
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setemail' value='{{email}}'
|
131
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setemail' value='{{email}}'
|
137
|
- disabled="{{page_type}}"></input>
|
132
|
+ disabled="{{status==2}}"></input>
|
138
|
</view>
|
133
|
</view>
|
139
|
</view>
|
134
|
</view>
|
140
|
<view class='apply_item big_item'>
|
135
|
<view class='apply_item big_item'>
|
141
|
<view>紧急联系人及电话</view>
|
136
|
<view>紧急联系人及电话</view>
|
142
|
<view class='apply_item_input'>
|
137
|
<view class='apply_item_input'>
|
143
|
<input placeholder='未填写' type='number' placeholder-class='input_p' bindinput='seturgency_phone'
|
138
|
<input placeholder='未填写' type='number' placeholder-class='input_p' bindinput='seturgency_phone'
|
144
|
- value='{{urgency_phone}}' disabled="{{page_type}}"></input>
|
139
|
+ value='{{urgency_phone}}' disabled="{{status==2}}"></input>
|
145
|
</view>
|
140
|
</view>
|
146
|
</view>
|
141
|
</view>
|
147
|
<view class='apply_item'>
|
142
|
<view class='apply_item'>
|
148
|
<view>QQ号码</view>
|
143
|
<view>QQ号码</view>
|
149
|
<view class='apply_item_input'>
|
144
|
<view class='apply_item_input'>
|
150
|
<input placeholder='未填写' type='number' placeholder-class='input_p' bindinput='setqq' value='{{qq}}'
|
145
|
<input placeholder='未填写' type='number' placeholder-class='input_p' bindinput='setqq' value='{{qq}}'
|
151
|
- disabled="{{page_type}}"></input>
|
146
|
+ disabled="{{status==2}}"></input>
|
152
|
</view>
|
147
|
</view>
|
153
|
</view>
|
148
|
</view>
|
154
|
|
149
|
|
|
@@ -167,7 +162,7 @@ |
|
@@ -167,7 +162,7 @@ |
167
|
<view class='apply_cell {{apply_nav==2?"apply_active":""}}' data-apply_nav='2' bindtap='setapply_nav'>个人履历3</view>
|
162
|
<view class='apply_cell {{apply_nav==2?"apply_active":""}}' data-apply_nav='2' bindtap='setapply_nav'>个人履历3</view>
|
168
|
</view>
|
163
|
</view>
|
169
|
<view class='navbox'>
|
164
|
<view class='navbox'>
|
170
|
- <picker mode='date' bindchange="bindstartChange" disabled="{{page_type}}">
|
165
|
+ <picker mode='date' bindchange="bindstartChange" disabled="{{status==2}}">
|
171
|
<view class='apply_item'>
|
166
|
<view class='apply_item'>
|
172
|
<view>开始时间</view>
|
167
|
<view>开始时间</view>
|
173
|
<view class='apply_item_input'>
|
168
|
<view class='apply_item_input'>
|
|
@@ -177,7 +172,7 @@ |
|
@@ -177,7 +172,7 @@ |
177
|
</view>
|
172
|
</view>
|
178
|
</view>
|
173
|
</view>
|
179
|
</picker>
|
174
|
</picker>
|
180
|
- <picker mode='date' bindchange="bindendChange" disabled="{{page_type}}">
|
175
|
+ <picker mode='date' bindchange="bindendChange" disabled="{{status==2}}">
|
181
|
<view class='apply_item'>
|
176
|
<view class='apply_item'>
|
182
|
<view>结束时间</view>
|
177
|
<view>结束时间</view>
|
183
|
<view class='apply_item_input'>
|
178
|
<view class='apply_item_input'>
|
|
@@ -191,28 +186,28 @@ |
|
@@ -191,28 +186,28 @@ |
191
|
<view>单位名称</view>
|
186
|
<view>单位名称</view>
|
192
|
<view class='apply_item_input'>
|
187
|
<view class='apply_item_input'>
|
193
|
<input placeholder='未填写' placeholder-class='input_p' value='{{record[apply_nav].record_unit}}'
|
188
|
<input placeholder='未填写' placeholder-class='input_p' value='{{record[apply_nav].record_unit}}'
|
194
|
- bindinput='setrecordunit' disabled="{{page_type}}"></input>
|
189
|
+ bindinput='setrecordunit' disabled="{{status==2}}"></input>
|
195
|
</view>
|
190
|
</view>
|
196
|
</view>
|
191
|
</view>
|
197
|
<view class='apply_item'>
|
192
|
<view class='apply_item'>
|
198
|
<view>职务</view>
|
193
|
<view>职务</view>
|
199
|
<view class='apply_item_input'>
|
194
|
<view class='apply_item_input'>
|
200
|
<input placeholder='未填写' placeholder-class='input_p' value='{{record[apply_nav].record_duty}}'
|
195
|
<input placeholder='未填写' placeholder-class='input_p' value='{{record[apply_nav].record_duty}}'
|
201
|
- bindinput='setrecordduty' disabled="{{page_type}}"></input>
|
196
|
+ bindinput='setrecordduty' disabled="{{status==2}}"></input>
|
202
|
</view>
|
197
|
</view>
|
203
|
</view>
|
198
|
</view>
|
204
|
<view class='apply_item'>
|
199
|
<view class='apply_item'>
|
205
|
<view>证明人</view>
|
200
|
<view>证明人</view>
|
206
|
<view class='apply_item_input'>
|
201
|
<view class='apply_item_input'>
|
207
|
<input placeholder='未填写' placeholder-class='input_p' value='{{record[apply_nav].record_name}}'
|
202
|
<input placeholder='未填写' placeholder-class='input_p' value='{{record[apply_nav].record_name}}'
|
208
|
- bindinput='setrecordname' disabled="{{page_type}}"></input>
|
203
|
+ bindinput='setrecordname' disabled="{{status==2}}"></input>
|
209
|
</view>
|
204
|
</view>
|
210
|
</view>
|
205
|
</view>
|
211
|
<view class='apply_item'>
|
206
|
<view class='apply_item'>
|
212
|
<view>证明人电话</view>
|
207
|
<view>证明人电话</view>
|
213
|
<view class='apply_item_input'>
|
208
|
<view class='apply_item_input'>
|
214
|
<input placeholder='未填写' placeholder-class='input_p' value='{{record[apply_nav].record_phone}}'
|
209
|
<input placeholder='未填写' placeholder-class='input_p' value='{{record[apply_nav].record_phone}}'
|
215
|
- bindinput='setrecordphone' disabled="{{page_type}}"></input>
|
210
|
+ bindinput='setrecordphone' disabled="{{status==2}}"></input>
|
216
|
</view>
|
211
|
</view>
|
217
|
</view>
|
212
|
</view>
|
218
|
</view>
|
213
|
</view>
|