|
|
@@ -431,6 +431,23 @@
|
|
|
overflow: hidden;
|
|
|
margin-top: 0;
|
|
|
}
|
|
|
+ .text-area{
|
|
|
+ width: 120px;
|
|
|
+ height: 60px;
|
|
|
+ background: #fff;
|
|
|
+ margin-top: 15px;
|
|
|
+ overflow-y: auto;
|
|
|
+ text-align: left;
|
|
|
+ padding: 0 3px;
|
|
|
+ margin-left: 5px;
|
|
|
+ }
|
|
|
+ .text-area i{
|
|
|
+ text-align: left;
|
|
|
+ position: relative;
|
|
|
+ top: 4px;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #666;
|
|
|
+ }
|
|
|
</style>
|
|
|
<!--右侧主体部分-->
|
|
|
<div class="user_right fr" id="pay-cart">
|
|
|
@@ -582,19 +599,26 @@
|
|
|
</table>
|
|
|
</p>
|
|
|
</span>
|
|
|
- <span>
|
|
|
- <textarea ng-if="order.status==501" placeholder="可填写物料编码" ng-model="detail.remark"></textarea>
|
|
|
- <em ng-if="order.status!=501" ng-bind="detail.remark" style="color: #333; line-height: 20px; display: inline-block; padding-top: 10px;"></em>
|
|
|
+ <span style="line-height: 18px;">
|
|
|
+ <textarea ng-if="order.status==501" placeholder="可填写物料编码" ng-model="detail.goodsnumber"></textarea>
|
|
|
+ <div class="text-area" ng-if="order.status!=501">
|
|
|
+ <i ng-bind="detail.goodsnumber">金石为开取数据五块钱叫稍微亲上加亲</i>
|
|
|
+ </div>
|
|
|
+ <!--<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>
|
|
|
+ <span style="line-height: 18px;">
|
|
|
<textarea ng-if="order.status==501" placeholder="可填写产品备注" ng-model="detail.remark"></textarea>
|
|
|
- <em ng-if="order.status!=501" ng-bind="detail.remark" style="color: #333; line-height: 20px; display: inline-block; padding-top: 10px;"></em>
|
|
|
+ <div class="text-area" ng-if="order.status!=501">
|
|
|
+ <i ng-bind="detail.remark">金石为开取数据五块钱叫稍微亲上加亲</i>
|
|
|
+ </div>
|
|
|
+ <!--<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>
|
|
|
<dd class="oder-remark">
|
|
|
<span style="width: 100%;">
|
|
|
<em style="margin-left: 40px;">订单备注:</em>
|
|
|
- <input type="text" class="form-control" placeholder="请填写订单备注" ng-model="remarkList[details[0].storeid]"/>
|
|
|
+ <input ng-if="order.status==501" type="text" class="form-control" placeholder="请填写订单备注" ng-model="remarkList[details[0].storeid]"/>
|
|
|
+ <em ng-if="order.status!=501" style="margin-left: 0px">{{order.orderRemark}}</em>
|
|
|
</span>
|
|
|
</dd>
|
|
|
<dd class="line60">
|