|
|
|
@ -79,6 +79,7 @@ |
|
|
|
if (isMobile()) { |
|
|
|
Width = "50%"; |
|
|
|
} |
|
|
|
lis1.push("<div class='clearfix'>"); |
|
|
|
for (let i=0;i<result.length;i++){ |
|
|
|
lis1.push('<li style="width:'+ Width +';float:left;"><div class="layui-card my-shadow my-card flow1" onclick="openDetailTaking(' |
|
|
|
+result[i].id+')"><div class="layui-card-header"><h2>' |
|
|
|
@ -111,7 +112,7 @@ |
|
|
|
if (isMobile()) { |
|
|
|
Width = "50%"; |
|
|
|
} |
|
|
|
lis.push("<div class='clearfix'>") |
|
|
|
lis.push("<div class='clearfix'>"); |
|
|
|
for (let i = 0; i < applicationIn.length; i++) { |
|
|
|
lis.push('<li style="width:' + Width + ';float:left;"><div class="layui-card my-shadow my-card flow1" onclick="openDetailIn(' |
|
|
|
+ applicationIn[i].id + ')"><div class="layui-card-header"><h2>' |
|
|
|
|