|
|
@@ -339,7 +339,7 @@
|
|
339
|
339
|
//工单跳转
|
|
340
|
340
|
$('.order').on('tap', function() {
|
|
341
|
341
|
var index = $(this).attr('data-index');
|
|
342
|
|
- window.location.href = "details.html?id=" + index + '&itype=' + itype;
|
|
|
342
|
+ window.location.href = "Visitors.html?id=" + index + '&itype=' + itype;
|
|
343
|
343
|
|
|
344
|
344
|
});
|
|
345
|
345
|
}
|
|
|
@@ -433,6 +433,10 @@
|
|
433
|
433
|
$('.turnGo').on('tap', function() {
|
|
434
|
434
|
window.location.href = "WorkSearch.html";
|
|
435
|
435
|
})
|
|
|
436
|
+ $('.add_icon').on('tap', function() {
|
|
|
437
|
+ window.location.href = "establish.html";
|
|
|
438
|
+
|
|
|
439
|
+ });
|
|
436
|
440
|
|
|
437
|
441
|
</script>
|
|
438
|
442
|
</body>
|