|
@@ -667,10 +667,12 @@
|
|
|
<input type="text" class="form-control" ng-change="onLeadtimeInput()" ng-blur="onLeadtimeBlur()" ng-model="inquiryItem.leadtime" placeholder="天数">
|
|
<input type="text" class="form-control" ng-change="onLeadtimeInput()" ng-blur="onLeadtimeBlur()" ng-model="inquiryItem.leadtime" placeholder="天数">
|
|
|
</div>
|
|
</div>
|
|
|
<div class="form-item form-upload">
|
|
<div class="form-item form-upload">
|
|
|
|
|
+ <!--
|
|
|
<label>
|
|
<label>
|
|
|
<span><i>+</i>添加附件</span>
|
|
<span><i>+</i>添加附件</span>
|
|
|
<input type="file" ng-model="myFiles">
|
|
<input type="file" ng-model="myFiles">
|
|
|
</label>
|
|
</label>
|
|
|
|
|
+ -->
|
|
|
<!--<div>
|
|
<!--<div>
|
|
|
<span>我是Excel的名字111</span>
|
|
<span>我是Excel的名字111</span>
|
|
|
<i class="fa fa-times-circle"></i>
|
|
<i class="fa fa-times-circle"></i>
|
|
@@ -688,7 +690,7 @@
|
|
|
<input type="text" class="form-control" ng-blur="onReplyLapQtyBlur($index)" ng-model="reply.lapQty" placeholder="数量">
|
|
<input type="text" class="form-control" ng-blur="onReplyLapQtyBlur($index)" ng-model="reply.lapQty" placeholder="数量">
|
|
|
</div>
|
|
</div>
|
|
|
<div class="form-item form-right">
|
|
<div class="form-item form-right">
|
|
|
- <span><i>*</i>单价($):</span>
|
|
|
|
|
|
|
+ <span><i>*</i>单价({{inquiryItem.currency == 'USD' ? '$' : '¥'}}):</span>
|
|
|
<input type="text" class="form-control" ng-change="onReplyPriceInput($index)" ng-blur="onReplyPriceBlur($index)" ng-model="reply.price" placeholder="单价">
|
|
<input type="text" class="form-control" ng-change="onReplyPriceInput($index)" ng-blur="onReplyPriceBlur($index)" ng-model="reply.price" placeholder="单价">
|
|
|
<i class="fa fa-minus-circle" ng-if="inquiryItem.replies.length > 1" ng-click="setReplies('sub', $index)"></i>
|
|
<i class="fa fa-minus-circle" ng-if="inquiryItem.replies.length > 1" ng-click="setReplies('sub', $index)"></i>
|
|
|
<i class="fa fa-plus-circle" ng-if="inquiryItem.replies.length < 5" ng-click="setReplies('add', $index)"></i>
|
|
<i class="fa fa-plus-circle" ng-if="inquiryItem.replies.length < 5" ng-click="setReplies('add', $index)"></i>
|