|
@@ -4,14 +4,11 @@
|
|
<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>
|
|
|
|
<div class="item item-input item-myselect">
|
|
<div class="item item-input item-myselect">
|
|
<span class="input-label" style="width:15%">
|
|
<span class="input-label" style="width:15%">
|
|
出发地址
|
|
出发地址
|
|
</span>
|
|
</span>
|
|
- <china-area-selector region="vm.begin_addressPick"></china-area-selector>
|
|
|
|
|
|
+ <china-area-selector region="vm.begin_addressPick"></china-area-selector>
|
|
</div>
|
|
</div>
|
|
<div class="item item-input item-myselect">
|
|
<div class="item item-input item-myselect">
|
|
<span class="input-label" style="width:15%">
|
|
<span class="input-label" style="width:15%">
|
|
@@ -25,9 +22,27 @@
|
|
</span>
|
|
</span>
|
|
<china-area-selector region="vm.midway_addressPick"></china-area-selector>
|
|
<china-area-selector region="vm.midway_addressPick"></china-area-selector>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
<label class="item item-input">
|
|
<label class="item item-input">
|
|
- <textarea placeholder="详情" rows="8" ng-model="vm.detail"></textarea>
|
|
|
|
|
|
+ <input ng-model="vm.price" type="text" placeholder="价格">
|
|
|
|
+ </label>
|
|
|
|
+ <label class="item item-input">
|
|
|
|
+ <input ng-model="vm.contact_phone" type="text" placeholder="联系人">
|
|
|
|
+ </label>
|
|
|
|
+ <label class="item item-input">
|
|
|
|
+ <input ng-model="vm.contact_name" type="text" placeholder="联系电话">
|
|
|
|
+ </label>
|
|
|
|
+ <label class="item item-input">
|
|
|
|
+ <input ng-model="vm.expiry_date" type="text" placeholder="信息有效期">
|
|
|
|
+ </label>
|
|
|
|
+ <label class="item item-input">
|
|
|
|
+ <input ng-model="vm.title" type="text" placeholder="名称">
|
|
|
|
+ </label>
|
|
|
|
+ <label class="item item-input">
|
|
|
|
+ <textarea rows="8" ng-model="vm.detail" placeholder="重量: 20公斤
|
|
|
|
+货物类型: 货
|
|
|
|
+体积: 1000
|
|
|
|
+注意事项:
|
|
|
|
+"></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>
|