|
@@ -4,9 +4,6 @@
|
|
<div class="item item-divider">
|
|
<div class="item item-divider">
|
|
<span>请填写您要发布的车源信息</span>
|
|
<span>请填写您要发布的车源信息</span>
|
|
</div>
|
|
</div>
|
|
- <label class="item item-input">
|
|
|
|
- <input ng-model="vm.price" type="number" placeholder="价格">
|
|
|
|
- </label>
|
|
|
|
<ionic-city-picker options='vm.begin_addressPick'></ionic-city-picker>
|
|
<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.end_addressPick'></ionic-city-picker>
|
|
<ionic-city-picker options='vm.midway_addressPick'></ionic-city-picker>
|
|
<ionic-city-picker options='vm.midway_addressPick'></ionic-city-picker>
|
|
@@ -16,6 +13,9 @@
|
|
</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>
|
|
@@ -23,7 +23,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>
|