outbackpeopledoor.wxml
10.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<view class="backhead">
<image src="/img/outdoor.png"></image>
</view>
<view class="backbox">
<view class="backboxitem">
<!-- 出行方式--车牌号码 -->
<view class="backtop">
<picker bindchange="bindtypeChange" value="{{chuxingindex}}" range="{{chuixngarray}}">
<view class="picker">
<!-- 当前选择:{{array[index]}} -->
<view class="useboxitem flextwo">
<view class="itemname commonone">返静方式</view>
<view class="itemright flexone">
<view class="commontwo seltype">
{{chuxing}}
</view>
<view class="yourow you">
<image src="/img/yourow.png"></image>
</view>
</view>
</view>
</view>
</picker>
<view class="useboxitem flextwo" wx:if="{{chuxingindex==1||chuxingindex==3}}">
<view class="itemname commonone">车牌号码</view>
<view class="itemright flexone">
<view class="commontwo commonenter">
<input placeholder="请填写车牌号码" placeholder-class="commontwo" bindinput="entertype" value="{{typename}}" />
</view>
</view>
</view>
<view class="useboxitem flextwo" wx:if="{{chuxingindex==2}}">
<view class="itemname commonone">车次</view>
<view class="itemright flexone">
<view class="commontwo commonenter">
<input placeholder="请填写车次" placeholder-class="commontwo" bindinput="entertype" value="{{typename}}" />
</view>
</view>
</view>
<view class="useboxitem flextwo" wx:if="{{chuxingindex==0}}">
<view class="itemname commonone">航班号</view>
<view class="itemright flexone">
<view class="commontwo commonenter">
<input placeholder="请填写航班号" placeholder-class="commontwo" bindinput="entertype" value="{{typename}}" />
</view>
</view>
</view>
<view class="useboxitem flextwo" wx:if="{{chuxingindex==4}}">
<view class="itemname commonone">其他</view>
<view class="itemright flexone">
<view class="commontwo commonenter">
<input placeholder="请填写交通方式" placeholder-class="commontwo" bindinput="entertype" value="{{typename}}" />
</view>
</view>
</view>
</view>
<!-- 司机及随车人员信息 -->
<!-- <text class="enterzhong">*填写身份证号,自动匹配已录入信息。</text> -->
<view class="backtop userbox">
<view class="useboxitem flextwo">
<view class="itemname commonone">姓名</view>
<view class="itemright flexone">
<view class="commontwo commonenter">
<input placeholder="请填写姓名" placeholder-class="commontwo" bindinput="entername" value="{{xingname}}" />
</view>
</view>
</view>
<picker bindchange="bindnationChange" value="{{nationindex}}" range="{{nationarray}}" range-key='name'>
<view class="picker">
<!-- 当前选择:{{array[index]}} -->
<view class="useboxitem flextwo">
<view class="itemname commonone">国籍/地区</view>
<view class="itemright flexone">
<view class="commontwo seltype">
{{nation}}
</view>
<view class="yourow you">
<image src="/img/yourow.png"></image>
</view>
</view>
</view>
</view>
</picker>
<picker bindchange="bindcertificateChange" value="{{certificateindex}}" range="{{ certificatearray}}" range-key='name'>
<view class="picker">
<!-- 当前选择:{{array[index]}} -->
<view class="useboxitem flextwo">
<view class="itemname commonone">证件类型</view>
<view class="itemright flexone">
<view class="commontwo seltype">
{{certificate}}
</view>
<view class="yourow you">
<image src="/img/yourow.png"></image>
</view>
</view>
</view>
</view>
</picker>
<view class="useboxitem flextwo" wx:if="{{certificateid==1}}">
<view class="itemname commonone">身份证号</view>
<view class="itemright flexone">
<view class="commontwo commonenter">
<input placeholder="请填写身份证号" placeholder-class="commontwo" bindinput="entercard" value="{{card}}" />
</view>
</view>
</view>
<view class="useboxitem flextwo" wx:if="{{certificateid==2}}">
<view class="itemname commonone">港澳台通行证号</view>
<view class="itemright flexone">
<view class="commontwo tu">
<input placeholder="港澳台通行证号" placeholder-class="commontwo" bindinput="entercard" value="{{card}}" />
</view>
</view>
</view>
<view class="useboxitem flextwo" wx:if="{{certificateid==3}}">
<view class="itemname commonone">护照号</view>
<view class="itemright flexone">
<view class="commontwo commonenter">
<input placeholder="请填写护照号" placeholder-class="commontwo" bindinput="entercard" value="{{card}}"/>
</view>
</view>
</view>
<view class="useboxitem flextwo">
<view class="itemname commonone">联系电话</view>
<view class="itemright flexone">
<view class="commontwo commonenter">
<input placeholder="请填联系电话" placeholder-class="commontwo" bindinput="enterphone" value="{{phone}}" />
</view>
</view>
</view>
<view class="useboxitem flextwo">
<view class="itemname commonone">从何国返静</view>
<view class="itemright flexone">
<view class="commontwo commonenter">
<input placeholder="请填写从何国返静" placeholder-class="commontwo" bindinput="fromprovince" value="{{from_province}}" />
</view>
</view>
</view>
<view class="useboxitem flextwo">
<view class="itemname commonone">途经国家或城市</view>
<view class="itemright flexone">
<view class="commontwo tu">
<input placeholder="请填写途经国家或城市" placeholder-class="commontwo" bindinput="enterbyway" value="{{arrivecity}}" />
</view>
</view>
</view>
<picker mode="date" value="{{date}}" start="2020-01-01" bindchange="bindDateChange">
<view class="picker">
<view class="useboxitem flextwo">
<view class="itemname commonone">到静海时间(计划)</view>
<view class="itemright flexone ">
<view class="commontwo seltype plan">
{{date}}
</view>
<view class="yourow you">
<image src="/img/yourow.png"></image>
</view>
</view>
</view>
</view>
</picker>
<picker value="{{xiangindex||0}}" range="{{xiangarray}}" range-key="name" bindchange="bindxiangChange">
<view class="picker">
<view class="useboxitem flextwo">
<view class="itemname commonone">目的地乡镇</view>
<view class="itemright flexone">
<view class="commontwo seltype">
{{xiangname}}
</view>
<view class="yourow you">
<image src="/img/yourow.png"></image>
</view>
</view>
</view>
</view>
</picker>
<picker value="{{first.quindex}}" range="{{first.quarray}}" range-key="name" bindchange="bindquChange">
<view class="picker">
<view class="useboxitem flextwo">
<view class="itemname commonone">目的地社区</view>
<view class="itemright flexone">
<view class="commontwo seltype">
{{quname}}
</view>
<view class="yourow you">
<image src="/img/yourow.png"></image>
</view>
</view>
</view>
</view>
</picker>
<view class="useboxitem flextwo">
<view class="itemname commonone">详细地址(具体到门牌号)</view>
<view class="itemright flexone tu">
<view class="commontwo men">
<input placeholder="请填详细地址" placeholder-class="commontwo" bindinput="enterdetailadd" value="{{detailadd}}" />
</view>
</view>
</view>
<view class="useboxitem flextwo">
<view class="itemname commonone">是否有相应症状(发热、呕吐)</view>
<view class="itemright flexone">
<view class="selleft flexone">
<view class="selleftitem selzuo flexone" bindtap="selsy">
<view class="sellefitemimg">
<image src="/img/sel.png" wx:if="{{is_symptom==1}}"></image>
<image src="/img/nosel.png" wx:else></image>
</view>
<view class="selname">是</view>
</view>
<view class="selleftitem flexone " bindtap="selsn">
<view class="sellefitemimg">
<image src="/img/sel.png" wx:if="{{is_symptom==2}}"></image>
<image src="/img/nosel.png" wx:else></image>
</view>
<view class="selname">否</view>
</view>
</view>
</view>
</view>
<!-- <view class="useboxitem flextwo">
<view class="itemname commonone">1月1日以来到过的城市</view>
<view class="itemright flexone gicity">
<view class="commontwo men">
<input placeholder="请填写去过的城市" placeholder-class="commontwo" bindinput="gocity" value="{{gocity}}" />
</view>
</view>
</view> -->
<view class="useboxitem flextwo">
<view class="itemname commonone">两周内有无重度疫情区来往接触史</view>
<view class="itemright flexone">
<view class="selleft flexone">
<view class="selleftitem selzuo flexone" bindtap="selzy">
<view class="sellefitemimg">
<image src="/img/sel.png" wx:if="{{is_epidemic==1}}"></image>
<image src="/img/nosel.png" wx:else></image>
</view>
<view class="selname">是</view>
</view>
<view class="selleftitem flexone " bindtap="selzn">
<view class="sellefitemimg">
<image src="/img/sel.png" wx:if="{{is_epidemic==2}}"></image>
<image src="/img/nosel.png" wx:else></image>
</view>
<view class="selname">否</view>
</view>
</view>
</view>
</view>
</view>
<view class="bot">
<view class="subtwo" bindtap="{{falsebtn==false?'finish':''}}">完成</view>
</view>
</view>
</view>