|
|
@@ -62,10 +62,10 @@
|
|
|
.order-table .order-hd .order-main span a.text-num {
|
|
|
color: #3f84f6;
|
|
|
}
|
|
|
- .dropdown>.dropdown-toggle.text-default {
|
|
|
+ .sale-inquiry .dropdown>.dropdown-toggle.text-default {
|
|
|
color: #333333;
|
|
|
}
|
|
|
- .dropdown>.dropdown-toggle:hover{
|
|
|
+ .sale-inquiry .dropdown>.dropdown-toggle:hover{
|
|
|
display: inline-block;
|
|
|
width: 78px;
|
|
|
height: 21px;
|
|
|
@@ -280,7 +280,7 @@
|
|
|
display: inline-block;
|
|
|
}
|
|
|
.com_tab:nth-of-type(1) ul li::after {
|
|
|
- background:url('/static/img/vendor/images/downicon.png')
|
|
|
+ background:url('/static/img/vendor/images/downicon.png');
|
|
|
width: 11px;
|
|
|
height: 6px;
|
|
|
position: absolute;
|
|
|
@@ -607,7 +607,7 @@
|
|
|
width: 40px;
|
|
|
}
|
|
|
</style>
|
|
|
-<div class="block user_right fr" id="public" style="position: relative">
|
|
|
+<div class="block user_right fr sale-inquiry" id="public" style="position: relative">
|
|
|
<!--<div class="pub-com_head">-->
|
|
|
<!--<span>客户采购询价</span>-->
|
|
|
<!--<div class="p-right">-->
|
|
|
@@ -623,7 +623,7 @@
|
|
|
<li ng-class="{'active': storeType=='tender'}"><a ui-sref="saleTenderList">客户招标</a></li>
|
|
|
<li ng-class="{'active': storeType=='attend'}"><a ui-sref="purchasAttendtion">商机关注</a></li>
|
|
|
<li class="down-purchase">
|
|
|
- <span ng-click="exportXls()">
|
|
|
+ <span ng-click="exportXls()" style="cursor:pointer">
|
|
|
<i class="fa fa-file-excel-o fa-fw"></i>导出Excel
|
|
|
</span>
|
|
|
<form style="display: none;" id="down-load-purchase" method="get">
|
|
|
@@ -814,12 +814,12 @@
|
|
|
备注:{{::inquiryItem.remark}}
|
|
|
</div>
|
|
|
<div ng-if="inquiryItem.inquiry.attachs.length" class="text-muted">
|
|
|
- <i class="fa fa-paperclip fa-fw" style="color: #ffa340; font-size: 18px;"></i>附件:<a class="file" ng-repeat="attach in inquiryItem.inquiry.attachs" href="file/{{attach.id}}">{{::attach.name}}</a>
|
|
|
+ <i class="fa fa-paperclip fa-fw" style="color: #ffa340; font-size: 18px;"></i>附件:<a class="file" ng-repeat="attach in inquiryItem.inquiry.attachs" ng-click="B2bdownFile(attach.id)">{{::attach.name}}</a>
|
|
|
</div>
|
|
|
<div ng-if="inquiryItem.attaches.length" class="text-muted">
|
|
|
<i class="fa fa-paperclip fa-fw" style="color: #ffa340; font-size: 18px;"></i>报价附件:
|
|
|
<div ng-repeat="attach in inquiryItem.attaches">
|
|
|
- <a class="file" href="file/{{attach.id}}">{{::attach.name}} </a>
|
|
|
+ <a class="file" ng-click="B2bdownFile(attach.id)">{{::attach.name}} </a>
|
|
|
<a ng-show="inquiryItem.$editing" ng-click="deleteAttach(inquiryItem.attaches, $index)" title="删除附件"><i class="fa fa-trash-o fa-lg"></i></a>
|
|
|
</div>
|
|
|
</div>
|