|
|
@@ -453,6 +453,11 @@
|
|
|
color: #666;
|
|
|
word-break: break-all;
|
|
|
}
|
|
|
+ .sure_oder .btn-wrap .number input{
|
|
|
+ width: 68px;
|
|
|
+ height: 29px;
|
|
|
+ line-height: 29px;
|
|
|
+ }
|
|
|
</style>
|
|
|
<!--右侧主体部分-->
|
|
|
<div class="user_right fr" id="pay-cart">
|
|
|
@@ -625,7 +630,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">{{order.orderRemark}}</em>
|
|
|
+ <em ng-if="order.status!=501" style="margin-left: 0px" ng-bind="remarkList[order.storeid]">{{order.orderRemark}}</em>
|
|
|
</span>
|
|
|
</dd>
|
|
|
<dd class="line60">
|