|
@@ -149,13 +149,15 @@
|
|
<th>操作</th>
|
|
<th>操作</th>
|
|
</tr>
|
|
</tr>
|
|
<c:forEach items="${logisticsRecords}" var="logistics" varStatus="index">
|
|
<c:forEach items="${logisticsRecords}" var="logistics" varStatus="index">
|
|
- <td>${logistics.shopName}</td>
|
|
|
|
- <td><img src="${logistics.image}" alt="" width="80px;height:auto;"></td>
|
|
|
|
- <td>${logistics.shopName}</td>
|
|
|
|
- <td>${logistics.num}</td>
|
|
|
|
- <td>${empty logistics.sn ? "无":logistics.sn}</td>
|
|
|
|
- <td>${logistics.isFile ? "已上传":"未上传"}</td>
|
|
|
|
- <td><a href="${ctx}/order/qualificationForm?recordId=${logistics.id}">上传资质</a></td>
|
|
|
|
|
|
+ <tr>
|
|
|
|
+ <td>${logistics.shopName}</td>
|
|
|
|
+ <td><img src="${logistics.image}" alt="" width="80px;height:auto;"></td>
|
|
|
|
+ <td>${logistics.shopName}</td>
|
|
|
|
+ <td>${logistics.num}</td>
|
|
|
|
+ <td>${empty logistics.sn ? "无":logistics.sn}</td>
|
|
|
|
+ <td>${logistics.isFile ? "已上传":"未上传"}</td>
|
|
|
|
+ <td><a href="${ctx}/order/qualificationForm?recordId=${logistics.id}">上传资质</a></td>
|
|
|
|
+ </tr>
|
|
</c:forEach>
|
|
</c:forEach>
|
|
</table><br><br><br><br>
|
|
</table><br><br><br><br>
|
|
<div class="select-ship">
|
|
<div class="select-ship">
|