|
|
@@ -51,7 +51,7 @@
|
|
|
.tender-desc {
|
|
|
width: 100px;
|
|
|
float: left;
|
|
|
- padding-top: 4px;
|
|
|
+ /*padding-top: 4px;*/
|
|
|
}
|
|
|
/* 输入框 */
|
|
|
.tender-input {
|
|
|
@@ -855,6 +855,12 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
#isOpenChoice div span{
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
+.tender-content .row{
|
|
|
+ margin-bottom: 15px;
|
|
|
+}
|
|
|
+.tender-content .input-select{
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
</style>
|
|
|
<div class="ng-scope">
|
|
|
<form name="tenderForm">
|
|
|
@@ -872,7 +878,7 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
<span style="color: rgb(211,37,38);">*</span>
|
|
|
</div>
|
|
|
<div class="row base-info">
|
|
|
- <div class="row" style="margin-bottom: 15px;">
|
|
|
+ <div class="row">
|
|
|
<div class = "col-xs-4">
|
|
|
<div class="tender-desc">询价单号:</div>
|
|
|
<input class="tender-input01" type="text" name="title" ng-model="inquiry.code" required readonly/>
|
|
|
@@ -909,7 +915,7 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
<div class="row">
|
|
|
<div class="col-xs-12">
|
|
|
<div class="tender-desc">收货地址:</div>
|
|
|
- <span required="required">
|
|
|
+ <span required="required" style="line-height: 34px;">
|
|
|
<select class="select fl" style="width: 70%; height: 34px; line-height: 34px; font-size: 14px;" ng-model="inquiry.ship" required="required" ng-options="(ship.address + ship.addressdet + ship.receiver + ship.usertel) as (ship.address + ship.addressdet + ' ' + ship.receiver + ' ' + ship.usertel) for ship in ships">
|
|
|
<option value="">请选择收货地址</option>
|
|
|
</select>
|
|
|
@@ -991,6 +997,7 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
<span class="wid03"><a ng-click="del($index)"><i class="fa fa-close"></i></a></span>
|
|
|
</dd>
|
|
|
</div>
|
|
|
+ <div ng-if="inquiry.inquiryItems.length == 0" class="no-record">暂无产品信息!</div>
|
|
|
</dl>
|
|
|
</div>
|
|
|
</div>
|