|
|
@@ -292,6 +292,9 @@
|
|
|
line-height: 20px;
|
|
|
margin-top: 36px;
|
|
|
}
|
|
|
+ .oder_xq_list dl span.price-step.none{
|
|
|
+ margin-top: 28px;
|
|
|
+ }
|
|
|
.oder_xq_list dl .price-step p{
|
|
|
text-align: center !important;
|
|
|
font-size: 12px;
|
|
|
@@ -336,6 +339,7 @@
|
|
|
}
|
|
|
.sure_oder .btn-wrap .number input{
|
|
|
height: 29px;
|
|
|
+ padding-bottom: 1px;
|
|
|
}
|
|
|
.sure_oder .btn-wrap .number{
|
|
|
width: 124px;
|
|
|
@@ -447,6 +451,7 @@
|
|
|
top: 4px;
|
|
|
font-size: 12px;
|
|
|
color: #666;
|
|
|
+ word-break: break-all;
|
|
|
}
|
|
|
</style>
|
|
|
<!--右侧主体部分-->
|
|
|
@@ -581,7 +586,7 @@
|
|
|
<span ng-if="order.status != 501" ng-bind="detail.number" class="number" style="border: none;"></span>
|
|
|
</div>
|
|
|
</span>
|
|
|
- <span class="price-step" style="width: 10%">
|
|
|
+ <span class="price-step" style="width: 10%" ng-class="{'none': detail.goodsHistory.prices.length > 1}">
|
|
|
<em ng-bind="detail.ensurePrice | formateNumber : 6 | currencySysmbol : detail.currencyName" class="red"></em>
|
|
|
<p>
|
|
|
<a name="{{detail.id}}" ng-click="togglePrice(detail)" ng-if="detail.goodsHistory.prices.length > 1" ng-blur="togglePriceBlur(detail)" style="font-size: 12px">价格梯度</a>
|
|
|
@@ -600,17 +605,19 @@
|
|
|
</p>
|
|
|
</span>
|
|
|
<span style="line-height: 18px;">
|
|
|
- <textarea ng-if="order.status==501" placeholder="可填写物料编码" ng-model="detail.goodsnumber" maxlength="20"></textarea>
|
|
|
- <div class="text-area" ng-if="order.status!=501">
|
|
|
+ <textarea ng-if="order.status==501" placeholder="可填写物料编码" maxlength="10" ng-model="detail.goodsnumber"></textarea>
|
|
|
+ <div class="text-area" ng-if="order.status!=501 && detail.goodsnumber">
|
|
|
<i ng-bind="detail.goodsnumber">金石为开取数据五块钱叫稍微亲上加亲</i>
|
|
|
</div>
|
|
|
+ <em ng-if="order.status!=501 && !detail.goodsnumber"> </em>
|
|
|
<!--<em ng-if="order.status!=501" ng-bind="detail.goodsnumber" style="color: #333; line-height: 20px; display: inline-block; padding-top: 10px;"></em>-->
|
|
|
</span>
|
|
|
<span style="line-height: 18px;">
|
|
|
<textarea ng-if="order.status==501" placeholder="可填写产品备注" ng-model="detail.remark" maxlength="200"></textarea>
|
|
|
- <div class="text-area" ng-if="order.status!=501">
|
|
|
+ <div class="text-area" ng-if="order.status!=501 && detail.remark">
|
|
|
<i ng-bind="detail.remark">金石为开取数据五块钱叫稍微亲上加亲</i>
|
|
|
</div>
|
|
|
+ <em ng-if="order.status!=501 && !detail.remark"> </em>
|
|
|
<!--<em ng-if="order.status!=501" ng-bind="detail.remark" style="color: #333; line-height: 20px; display: inline-block; padding-top: 10px;"></em>-->
|
|
|
</span>
|
|
|
</dd>
|
|
|
@@ -618,7 +625,7 @@
|
|
|
<span style="width: 100%;">
|
|
|
<em style="margin-left: 40px;">订单备注:</em>
|
|
|
<input ng-if="order.status==501" type="text" class="form-control" placeholder="请填写订单备注" ng-model="remarkList[details[0].storeid]" maxlength="200"/>
|
|
|
- <em ng-if="order.status!=501" style="margin-left: 0px" ng-bind="remarkList[details[0].storeid] || '无'"></em>
|
|
|
+ <em ng-if="order.status!=501" style="margin-left: 0px">{{order.orderRemark}}</em>
|
|
|
</span>
|
|
|
</dd>
|
|
|
<dd class="line60">
|