shish 2 лет назад
Родитель
Сommit
ec25af8099
2 измененных файлов с 25 добавлено и 5 удалено
  1. 9 5
      hdApp/src/admin/billing/affirmGhs.vue
  2. 16 0
      hdApp/src/pagesPurchase/readMe.vue

+ 9 - 5
hdApp/src/admin/billing/affirmGhs.vue

@@ -87,9 +87,9 @@
 	<tui-list-cell class="line-cell" :hover="false" :arrow="false" >
 		<button class="admin-button-com middle" :class="[form.sendType == 0 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:32upx;"  @click="changeSendType(0)" v-if="ghsInfo.shopId != 4608" >送货上门</button>
 		<button class="admin-button-com middle" :class="[form.sendType == 1 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:60upx;"  @click="changeSendType(1)">自取</button>
-		<button class="admin-button-com middle" :class="[form.sendType == 2 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:60upx;" @click="changeSendType(2)">跑腿</button>
-		<button class="admin-button-com middle" :class="[form.sendType == 4 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:60upx;" @click="changeSendType(4)">快递</button>
-		<button class="admin-button-com middle" :class="[form.sendType == 3 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:60upx;" @click="changeSendType(3)">物流</button>
+		<button class="admin-button-com middle" :class="[form.sendType == 2 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:60upx;" @click="changeSendType(2)" v-if="ghsInfo.shopId != 14248">跑腿</button>
+		<button class="admin-button-com middle" :class="[form.sendType == 4 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:60upx;" @click="changeSendType(4)" v-if="ghsInfo.shopId != 14248">快递</button>
+		<button class="admin-button-com middle" :class="[form.sendType == 3 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:60upx;" @click="changeSendType(3)" v-if="ghsInfo.shopId != 14248">物流</button>
 	</tui-list-cell>
 
 	<tui-list-cell class="line-cell" :hover="false" :arrow="false">
@@ -109,6 +109,10 @@
 					在本店配送范围的,下单满100元免费送货上门
 				</text>
 				<text style="color: #3385FF;width:100%;" v-else>在本店配送范围的,免费送货上门</text>
+
+				<view><text style="color: #3385FF;width:100%;" v-if="ghsInfo.shopId && ghsInfo.shopId == 14248">每天早7点和下午1点发车,请发车前30分钟下单</text></view>
+				<view><text style="color: #3385FF;width:100%;" v-if="ghsInfo.shopId && ghsInfo.shopId == 14248">市区满100元起送,远的地方需满200元起送,其余时间不免费配送</text></view>
+
 				<view><text style="color:red;font-weight:bold">免费配送仅送货到楼下,不支持送货上楼</text></view>
 				<view v-if="ghsInfo.shopId && (ghsInfo.shopId == 520 || ghsInfo.shopId == 1489)"><text style="color:red;font-weight:bold">免费配送每天23:30发车,其它时间请用跑腿或自取</text></view>
 				<view><text style="color:red;font-weight:bold">不在配送范围的,请勿选送货上门,否则运费自理</text></view>
@@ -119,7 +123,7 @@
 			<text style="color: #3385FF;width:100%;">到店自取,没有配送费</text>
 		</view>
 		<view v-if="form.sendType == 2">
-			<text style="color: #3385FF;width:100%;">请跑腿送货,有配送费</text>
+			<text style="color: #3385FF;width:100%;">运费自理或到付(请联系客服)</text>
 		</view>
 		<view v-if="form.sendType == 3">
 			<text style="color: #3385FF;width:100%;">运费到付</text>
@@ -328,7 +332,7 @@ export default {
 		},
 		displaySendCost(){
 			if(this.form.sendType == 2){
-				return true
+				return false
 			}
 			if(this.ghsInfo.pfLevel && this.ghsInfo.pfLevel == 1){
 				return true

+ 16 - 0
hdApp/src/pagesPurchase/readMe.vue

@@ -1,5 +1,21 @@
 <template>
 	<view class="app-content">
+		<view class="list" v-if="shopId == 14248">
+			<view>
+				<view class="title">下单须知:</view>
+			</view>
+			<view>
+				<view class="info">
+      			每天早上7点和下午1点发车,请在发车前30分钟完成下单,市区满100元起送,远的地方需满200元起,其余时间不免费配送,请在规定时间内下单!
+                </view>
+				<view class="info">
+				配送根据线路安排,不支持催单,急单可以帮叫车单独送,车费自理!
+				</view>
+				<view class="info">
+				免费配送仅配送到楼下,不支持上楼,可放保安处或下楼取,感谢支持!
+				</view>
+			</view>
+		</view>
 		<view class="list" v-if="shopId == 13625">
 			<view>
 				<view class="title">配送范围:</view>