shish 3 月之前
父節點
當前提交
59685418f7
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      hdApp/src/admin/billing/affirmGhs.vue

+ 6 - 0
hdApp/src/admin/billing/affirmGhs.vue

@@ -142,6 +142,12 @@
 								<button class="admin-button-com middle" :class="[form.sendType == 1 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:60upx;"  @click="changeSendType(1)">自取</button>
 							</tui-list-cell>
 						</block>
+						<block v-else-if="ghsInfo.shopId == 92086">
+							<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)">送货上门</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>
+							</tui-list-cell>
+						</block>
 						<block v-else-if="ghsInfo.shopId == 91115">
 							<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)">送货上门</button>