|
|
@@ -60,9 +60,10 @@
|
|
|
|
|
|
<block v-if="ghsInfo.pfLevel && ghsInfo.pfLevel == 1">
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false" >
|
|
|
- <button class="admin-button-com middle" :class="[form.transType == 0 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:32upx;" @click="changeTransType(0)">德邦空运</button>
|
|
|
- <button class="admin-button-com middle" :class="[form.transType == 1 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:32upx;" @click="changeTransType(1)">顺丰空运</button>
|
|
|
- <button class="admin-button-com middle" :class="[form.transType == 2 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:32upx;" @click="changeTransType(2)">冷链物流</button>
|
|
|
+ <button class="admin-button-com middle" :class="[form.transType == 4 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:32upx;margin-right:12upx;" @click="changeTransType(4)">同城配送</button>
|
|
|
+ <button class="admin-button-com middle" :class="[form.transType == 0 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:32upx;margin-right:12upx;" @click="changeTransType(0)">德邦物流</button>
|
|
|
+ <button class="admin-button-com middle" :class="[form.transType == 1 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:32upx;margin-right:12upx;" @click="changeTransType(1)">顺丰物流</button>
|
|
|
+ <button class="admin-button-com middle" :class="[form.transType == 2 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:32upx;margin-right:12upx;" @click="changeTransType(2)">冷链物流</button>
|
|
|
<button class="admin-button-com middle" :class="[form.transType == 3 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:32upx;" @click="changeTransType(3)">航空物流</button>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
@@ -260,7 +261,7 @@ export default {
|
|
|
receiveLong: "",
|
|
|
receiveLat: "",
|
|
|
sendType: 0,
|
|
|
- transType:0,
|
|
|
+ transType:4,
|
|
|
sendSide: "2",
|
|
|
sendDate: "",
|
|
|
sendTimeWant: "",
|
|
|
@@ -296,7 +297,7 @@ export default {
|
|
|
},
|
|
|
onLoad() {
|
|
|
this.getGhsData(this.option.id)
|
|
|
- this.changeTransType(0)
|
|
|
+ this.changeTransType(4)
|
|
|
},
|
|
|
onShow() {
|
|
|
if(this.selectedHb.hbId && this.selectedHb.hbId > 0) {
|