|
@@ -7,30 +7,18 @@
|
|
<label class="item item-input">
|
|
<label class="item item-input">
|
|
<input ng-model="vm.price" type="number" placeholder="价格">
|
|
<input ng-model="vm.price" type="number" placeholder="价格">
|
|
</label>
|
|
</label>
|
|
- <div class="item item-input item-myselect">
|
|
|
|
- <span class="input-label" style="width:15%">
|
|
|
|
- 出发地址
|
|
|
|
- </span>
|
|
|
|
- <china-area-selector region="vm.begin_addressPick"></china-area-selector>
|
|
|
|
- </div>
|
|
|
|
- <div class="item item-input item-myselect">
|
|
|
|
- <span class="input-label" style="width:15%">
|
|
|
|
- 到达地址
|
|
|
|
- </span>
|
|
|
|
- <china-area-selector region="vm.end_addressPick"></china-area-selector>
|
|
|
|
- </div>
|
|
|
|
- <div class="item item-input item-myselect">
|
|
|
|
- <span class="input-label" style="width:15%">
|
|
|
|
- 途经地址
|
|
|
|
- </span>
|
|
|
|
- <china-area-selector region="vm.midway_addressPick"></china-area-selector>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <ionic-city-picker options='vm.begin_addressPick'></ionic-city-picker>
|
|
|
|
+ <ionic-city-picker options='vm.end_addressPick'></ionic-city-picker>
|
|
|
|
+ <ionic-city-picker options='vm.midway_addressPick'></ionic-city-picker>
|
|
<label class="item item-input item-select item-select-width">
|
|
<label class="item item-input item-select item-select-width">
|
|
<span class="input-label">
|
|
<span class="input-label">
|
|
车辆
|
|
车辆
|
|
</span>
|
|
</span>
|
|
<select ng-model="vm.truck_id" ng-options="x.id as x.name for x in truckOpt" placeholder="车辆"></select>
|
|
<select ng-model="vm.truck_id" ng-options="x.id as x.name for x in truckOpt" placeholder="车辆"></select>
|
|
</label>
|
|
</label>
|
|
|
|
+ <label class="item item-input">
|
|
|
|
+ <input ng-model="vm.price" type="text" placeholder="价格">
|
|
|
|
+ </label>
|
|
<label class="item item-input ">
|
|
<label class="item item-input ">
|
|
<input ng-model="vm.contact_name" type="text" placeholder="随车联系人">
|
|
<input ng-model="vm.contact_name" type="text" placeholder="随车联系人">
|
|
</label>
|
|
</label>
|
|
@@ -38,7 +26,10 @@
|
|
<input ng-model="vm.contact_phone" type="text" placeholder="联系电话">
|
|
<input ng-model="vm.contact_phone" type="text" placeholder="联系电话">
|
|
</label>
|
|
</label>
|
|
<label class="item item-input">
|
|
<label class="item item-input">
|
|
- <textarea placeholder="详情" rows="8" ng-model="vm.detail"></textarea>
|
|
|
|
|
|
+ <input ng-model="vm.expiry_date" type="text" placeholder="信息有效期">
|
|
|
|
+ </label>
|
|
|
|
+ <label class="item item-input">
|
|
|
|
+ <textarea placeholder="备注" rows="8" ng-model="vm.detail"></textarea>
|
|
</label>
|
|
</label>
|
|
<div class="padding">
|
|
<div class="padding">
|
|
<button type="button" ng-click="save()" class="button button-full button-positive">提交</button>
|
|
<button type="button" ng-click="save()" class="button button-full button-positive">提交</button>
|