|
@@ -14,10 +14,10 @@
|
|
<ion-list show-delete="shouldShowDelete">
|
|
<ion-list show-delete="shouldShowDelete">
|
|
<div ng-repeat="item in items">
|
|
<div ng-repeat="item in items">
|
|
<ion-item class="item" ng-if="item.type==1" ng-click="detail(item)">
|
|
<ion-item class="item" ng-if="item.type==1" ng-click="detail(item)">
|
|
- <h2>【{{item.begin_address | shortAddress}}】-【{{item.end_address | shortAddress}}】</h2>
|
|
|
|
|
|
+ <h2>【{{item.begin_address | fullAddress}}】-【{{item.end_address | fullAddress}}】</h2>
|
|
<p>
|
|
<p>
|
|
<span style="float:left"><b style="color:orangered">¥{{item.price}}</b><em style="padding-left:3px;font-size:0.75em">起</em></span>
|
|
<span style="float:left"><b style="color:orangered">¥{{item.price}}</b><em style="padding-left:3px;font-size:0.75em">起</em></span>
|
|
- <span style="float:right">途经:{{item.midway_address | shortAddress}}</span>
|
|
|
|
|
|
+ <span style="float:right">途经:{{item.midway_address | fullAddress}}</span>
|
|
</p>
|
|
</p>
|
|
<p><span style="float:left">联系人:{{item.contact_name}}</span> <span style="float:right">电话:{{item.contact_phone}}</span></p>
|
|
<p><span style="float:left">联系人:{{item.contact_name}}</span> <span style="float:right">电话:{{item.contact_phone}}</span></p>
|
|
<ion-delete-button class="ion-minus-circled"
|
|
<ion-delete-button class="ion-minus-circled"
|
|
@@ -26,7 +26,7 @@
|
|
</ion-item>
|
|
</ion-item>
|
|
<ion-item class="item item-thumbnail-left" ng-if="item.type==2" ng-click="detail(item)">
|
|
<ion-item class="item item-thumbnail-left" ng-if="item.type==2" ng-click="detail(item)">
|
|
<img ng-src="{{item.truck.data.photo | truckPhoto}}" />
|
|
<img ng-src="{{item.truck.data.photo | truckPhoto}}" />
|
|
- <h2 style="white-space:normal">【{{item.begin_address | shortAddress}}】-【{{item.end_address | shortAddress}}】<span style="color:gray;">({{item.title}})</span></h2>
|
|
|
|
|
|
+ <h2 style="white-space:normal">【{{item.begin_address | fullAddress}}】-【{{item.end_address | fullAddress}}】<span style="color:gray;">({{item.title}})</span></h2>
|
|
<p><span style="float:left"><b style="color:orangered">¥{{item.price}}</b><em style="padding-left:3px;font-size:0.75em">起</em></span></p>
|
|
<p><span style="float:left"><b style="color:orangered">¥{{item.price}}</b><em style="padding-left:3px;font-size:0.75em">起</em></span></p>
|
|
<p><span style="float:left">联系人:{{item.contact_name}}</span> <span style="float:right">电话:{{item.contact_phone}}</span></p>
|
|
<p><span style="float:left">联系人:{{item.contact_name}}</span> <span style="float:right">电话:{{item.contact_phone}}</span></p>
|
|
<ion-delete-button class="ion-minus-circled"
|
|
<ion-delete-button class="ion-minus-circled"
|