Commit 15ffa6c1a7cc8124135965c44f8149af152b091b
1 parent
13341616
入库首选项搜索分组...
Showing
1 changed file
with
21 additions
and
26 deletions
src/main/resources/templates/config/receiptPreference/list.html
... | ... | @@ -184,8 +184,8 @@ |
184 | 184 | <div class="col-lg-4"><label>自动生成托盘号:</label></div> |
185 | 185 | <div class="col-lg-8"> |
186 | 186 | <div class="onoffswitch"> |
187 | - <input type="checkbox" class="onoffswitch-checkbox" id="status" name="autoassignlpn" checked="checked"> | |
188 | - <label class="onoffswitch-label" for="status"> | |
187 | + <input type="checkbox" class="onoffswitch-checkbox" id="autoassignlpn" name="autoassignlpn" checked="checked"> | |
188 | + <label class="onoffswitch-label" for="autoassignlpn"> | |
189 | 189 | <span class="onoffswitch-inner"></span> |
190 | 190 | <span class="onoffswitch-switch"></span> |
191 | 191 | </label> |
... | ... | @@ -202,8 +202,8 @@ |
202 | 202 | <div class="col-lg-4"><label>允许超收:</label></div> |
203 | 203 | <div class="col-lg-8"> |
204 | 204 | <div class="onoffswitch"> |
205 | - <input type="checkbox" class="onoffswitch-checkbox" id="status" name="allowoverreceiving" checked="checked"> | |
206 | - <label class="onoffswitch-label" for="status"> | |
205 | + <input type="checkbox" class="onoffswitch-checkbox" id="allowoverreceiving" name="allowoverreceiving" checked="checked"> | |
206 | + <label class="onoffswitch-label" for="allowoverreceiving"> | |
207 | 207 | <span class="onoffswitch-inner"></span> |
208 | 208 | <span class="onoffswitch-switch"></span> |
209 | 209 | </label> |
... | ... | @@ -220,8 +220,8 @@ |
220 | 220 | <div class="col-lg-4"><label>自动定位:</label></div> |
221 | 221 | <div class="col-lg-8"> |
222 | 222 | <div class="onoffswitch"> |
223 | - <input type="checkbox" class="onoffswitch-checkbox" id="status" name="autolocate" checked="checked"> | |
224 | - <label class="onoffswitch-label" for="status"> | |
223 | + <input type="checkbox" class="onoffswitch-checkbox" id="autolocate" name="autolocate" checked="checked"> | |
224 | + <label class="onoffswitch-label" for="autolocate"> | |
225 | 225 | <span class="onoffswitch-inner"></span> |
226 | 226 | <span class="onoffswitch-switch"></span> |
227 | 227 | </label> |
... | ... | @@ -248,8 +248,8 @@ |
248 | 248 | <div class="col-lg-4"><label>快速入库:</label></div> |
249 | 249 | <div class="col-lg-8"> |
250 | 250 | <div class="onoffswitch"> |
251 | - <input type="checkbox" class="onoffswitch-checkbox" id="status" name="usequickcheckin" checked="checked"> | |
252 | - <label class="onoffswitch-label" for="status"> | |
251 | + <input type="checkbox" class="onoffswitch-checkbox" id="usequickcheckin" name="usequickcheckin" checked="checked"> | |
252 | + <label class="onoffswitch-label" for="usequickcheckin"> | |
253 | 253 | <span class="onoffswitch-inner"></span> |
254 | 254 | <span class="onoffswitch-switch"></span> |
255 | 255 | </label> |
... | ... | @@ -272,8 +272,8 @@ |
272 | 272 | <div class="col-lg-4"><label>组车收货:</label></div> |
273 | 273 | <div class="col-lg-8"> |
274 | 274 | <div class="onoffswitch"> |
275 | - <input type="checkbox" class="onoffswitch-checkbox" id="status" name="groupputaway" checked="checked"> | |
276 | - <label class="onoffswitch-label" for="status"> | |
275 | + <input type="checkbox" class="onoffswitch-checkbox" id="groupputaway" name="groupputaway" checked="checked"> | |
276 | + <label class="onoffswitch-label" for="groupputaway"> | |
277 | 277 | <span class="onoffswitch-inner"></span> |
278 | 278 | <span class="onoffswitch-switch"></span> |
279 | 279 | </label> |
... | ... | @@ -284,14 +284,11 @@ |
284 | 284 | <div class="col-lg-4"><label>显示未收货数量:</label></div> |
285 | 285 | <div class="col-lg-8"> |
286 | 286 | <div class="onoffswitch"> |
287 | - <input type="checkbox" class="onoffswitch-checkbox" id="status" name="showopenqty" checked="checked"> | |
288 | - <!-- <label class="onoffswitch-label" for="status"> | |
287 | + <input type="checkbox" class="onoffswitch-checkbox" id="showopenqty" name="showopenqty" checked="checked"> | |
288 | + <label class="onoffswitch-label" for="showopenqty"> | |
289 | 289 | <span class="onoffswitch-inner"></span> |
290 | 290 | <span class="onoffswitch-switch"></span> |
291 | - </label>--> | |
292 | - <div class="layui-input-block"> | |
293 | - <input type="checkbox" checked lay-skin="switch"> | |
294 | - </div> | |
291 | + </label> | |
295 | 292 | </div> |
296 | 293 | </div> |
297 | 294 | </li> |
... | ... | @@ -299,8 +296,8 @@ |
299 | 296 | <div class="col-lg-4"><label>人工组盘:</label></div> |
300 | 297 | <div class="col-lg-8"> |
301 | 298 | <div class="onoffswitch"> |
302 | - <input type="checkbox" class="onoffswitch-checkbox" id="status" name="manuallybuildlpn" checked="checked"> | |
303 | - <label class="onoffswitch-label" for="status"> | |
299 | + <input type="checkbox" class="onoffswitch-checkbox" id="manuallybuildlpn" name="manuallybuildlpn" checked="checked"> | |
300 | + <label class="onoffswitch-label" for="manuallybuildlpn"> | |
304 | 301 | <span class="onoffswitch-inner"></span> |
305 | 302 | <span class="onoffswitch-switch"></span> |
306 | 303 | </label> |
... | ... | @@ -311,8 +308,8 @@ |
311 | 308 | <div class="col-lg-4"><label>逐件收货:</label></div> |
312 | 309 | <div class="col-lg-8"> |
313 | 310 | <div class="onoffswitch"> |
314 | - <input type="checkbox" class="onoffswitch-checkbox" id="status" name="checkinbypiece" checked="checked"> | |
315 | - <label class="onoffswitch-label" for="status"> | |
311 | + <input type="checkbox" class="onoffswitch-checkbox" id="checkinbypiece" name="checkinbypiece" checked="checked"> | |
312 | + <label class="onoffswitch-label" for="checkinbypiece"> | |
316 | 313 | <span class="onoffswitch-inner"></span> |
317 | 314 | <span class="onoffswitch-switch"></span> |
318 | 315 | </label> |
... | ... | @@ -323,7 +320,7 @@ |
323 | 320 | <div class="col-lg-4"><label>自动提交(平库):</label></div> |
324 | 321 | <div class="col-lg-8"> |
325 | 322 | <div class="onoffswitch"> |
326 | - <input type="checkbox" class="onoffswitch-checkbox" id="status" name="status" checked="checked"> | |
323 | + <input type="checkbox" class="onoffswitch-checkbox" id="status" name="status" checked="checked"> | |
327 | 324 | <label class="onoffswitch-label" for="status"> |
328 | 325 | <span class="onoffswitch-inner"></span> |
329 | 326 | <span class="onoffswitch-switch"></span> |
... | ... | @@ -347,8 +344,8 @@ |
347 | 344 | <div class="col-lg-4"><label>ABC分类:</label></div> |
348 | 345 | <div class="col-lg-8"> |
349 | 346 | <div class="onoffswitch"> |
350 | - <input type="checkbox" class="onoffswitch-checkbox" id="status" name="status" checked="checked"> | |
351 | - <label class="onoffswitch-label" for="status"> | |
347 | + <input type="checkbox" class="onoffswitch-checkbox" id="classification" name="classification" checked="checked"> | |
348 | + <label class="onoffswitch-label" for="classification"> | |
352 | 349 | <span class="onoffswitch-inner"></span> |
353 | 350 | <span class="onoffswitch-switch"></span> |
354 | 351 | </label> |
... | ... | @@ -793,12 +790,10 @@ |
793 | 790 | }) |
794 | 791 | |
795 | 792 | }); |
796 | - | |
797 | - | |
793 | + | |
798 | 794 | </script> |
799 | 795 | <script type="text/javascript"> |
800 | 796 | function test(obj){ |
801 | - | |
802 | 797 | var div1=document.getElementById("div2"); |
803 | 798 | if(div1.style.display=="block"){ |
804 | 799 | div1.style.display="none"; |
... | ... |