فهرست منبع

处理询价报价明细附件打开的bug

hejq 8 سال پیش
والد
کامیت
8bc169ee6a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/webapp/resources/tpl/index/sale/pubinquiry_detail.html

+ 1 - 1
src/main/webapp/resources/tpl/index/sale/pubinquiry_detail.html

@@ -209,7 +209,7 @@
 					<span ng-bind="inquiryItem.minPackQty ? inquiryItem.minPackQty : '-'"></span>
 				</td>
 				<td>
-					<a href="attach.path"><span ng-if="attach != null" ng-bind="attach.name"></span></a>
+					<a href="{{attach.path}}" target="_blank"><span ng-if="attach != null" ng-bind="attach.name"></span></a>
 				</td>
 			</tr>
 		</tbody>