浏览代码

add 绑定配送平台接口调试

Funny 3 年之前
父节点
当前提交
81ba285571

+ 64 - 0
src/api/shop.js

@@ -36,3 +36,67 @@ export const setTakeOut = (params) => {
   return post('app/waimai/set', params)
 }
 
+export const getDeliveryList = (params) => {
+  return get('app/delivery/list', params)
+}
+
+export const bindDelivery = (params) => {
+  return post('app/delivery/bind', params)
+}
+
+export const bindUserSubmitDelivery = (params) => {
+  return post('app/delivery/bindUserSubmit', params)
+}
+
+export const bindUserApplyDelivery = (params) => {
+  return post('app/delivery/bindUserApply', params)
+}
+
+export const releaseDelivery = (params) => {
+  return post('app/delivery/release', params)
+}
+
+export const unBindDelivery = (params) => {
+  return post('app/delivery/unBind', params)
+}
+
+export const cancelBindDelivery = (params) => {
+  return post('app/delivery/cancelBind', params)
+}
+
+export const updateShopNo = (params) => {
+  return post('app/delivery/dada/update/shopNo', params)
+}
+
+export const explainDelivery = (params) => {
+  return get('app/delivery/explain', params)
+}
+
+export const findCityDelivery = (params) => {
+  return get('app/delivery/findCity', params)
+}
+
+export const floorAddDelivery = (params) => {
+  return post('app/delivery/floor/add', params)
+}
+
+export const floorDetailDelivery = (params) => {
+  return get('app/delivery/floor/detail', params)
+}
+
+export const floorListDelivery = (params) => {
+  return get('app/delivery/floor/list', params)
+}
+
+export const getCityInfoDelivery = (params) => {
+  return get('app/delivery/getCityInfo', params)
+}
+
+export const poiSearchDelivery = (params) => {
+  return post('app/delivery/poiSearch', params)
+}
+
+export const statusDelivery = (params) => {
+  return post('app/delivery/status', params)
+}
+

+ 1 - 1
src/common/sider.vue

@@ -73,7 +73,7 @@
               {
                 path: '/shopInfo/shopInfos',
                 name: 'shopInfos',
-                title: '订单列表',
+                title: '门店管理',
               },
               {
                 path: '/shopInfo/shopAccount',

+ 230 - 231
src/components/orderComponents/orderList.vue

@@ -1,273 +1,272 @@
 <template>
-    <div>
-      <!-- <div style="width:100%;height:10px" v-if="!list.length"></div> -->
-      <!-- 新订单 -->
-      <div v-if="tabNum==0">
-        <div class="order_item" v-for="(item,i) in list" :key="i">
-          <div class="order_item_header">
-           <div class="order_item_header_l">
-              <div class="Serial_number">#{{item.daySeq}}</div>
-              <img :src="item.logo" class="logo">
-              <span class="name">{{item.shopName}}</span>
-              <div class="sign_time" v-if="item.takeType==1">{{item.exceptTime}}前送达</div>
-              <div class="sign_txt" v-if="item.takeType==0">立即送达</div>
-              <!-- <div class="sign_d">预约 09/10 17:30自动发起配送</div> -->
-           </div>
-           <div class="order_item_header_r">
-             <!-- <span class="header_r">已发单1分钟</span> -->
-             <el-button size='small' class="btn" @click.stop="deleteItem">发起配送</el-button>
-           </div>
-            
+  <div>
+    <!-- <div style="width:100%;height:10px" v-if="!list.length"></div> -->
+    <!-- 新订单 -->
+    <div v-if="tabNum==0">
+      <div class="order_item" v-for="(item,i) in list" :key="i">
+        <div class="order_item_header">
+          <div class="order_item_header_l">
+            <div class="Serial_number">#{{item.daySeq}}</div>
+            <img :src="item.logo" class="logo">
+            <span class="name">{{item.shopName}}</span>
+            <div class="sign_time" v-if="item.takeType==1">{{item.exceptTime}}前送达</div>
+            <div class="sign_txt" v-if="item.takeType==0">立即送达</div>
+            <!-- <div class="sign_d">预约 09/10 17:30自动发起配送</div> -->
           </div>
-          <div class="order_item_cont">
-            <div class="itme_l">
-              <div class="content">{{item.receiptContactName}}<span>{{item.receiptPhone}}</span></div> 
-              <div class="address">
-                {{item.receiptProvinceName}}
-                {{item.receiptCityName}}
-                {{item.receiptDistrictName}}
-                {{item.receiptAddress}} 
-                <span v-if="item.orderDistance"><i class="el-icon-location"></i>{{item.orderDistance}}km</span></div>
+          <div class="order_item_header_r">
+            <!-- <span class="header_r">已发单1分钟</span> -->
+            <el-button size='small' class="btn" @click.stop="deleteItem">发起配送</el-button>
+          </div>
+
+        </div>
+        <div class="order_item_cont">
+          <div class="itme_l">
+            <div class="content">{{item.receiptContactName}}<span>{{item.receiptPhone}}</span></div>
+            <div class="address">
+              {{item.receiptProvinceName}}
+              {{item.receiptCityName}}
+              {{item.receiptDistrictName}}
+              {{item.receiptAddress}}
+              <span v-if="item.orderDistance"><i class="el-icon-location"></i>{{item.orderDistance}}km</span>
             </div>
-            <div v-if="item.caution" class="itme_r">备注:{{item.caution}}</div>
           </div>
+          <div v-if="item.caution" class="itme_r">备注:{{item.caution}}</div>
         </div>
       </div>
-      <!-- 预约单 -->
-      <div v-if="tabNum==1">
-        <div class="order_item" v-for="(item,i) in list" :key="i">
-          <div class="order_item_header">
-           <div class="order_item_header_l">
-              <div class="Serial_number">#{{item.daySeq}}</div>
-              <img :src="item.logo" class="logo">
-              <span class="name">{{item.shopName}}</span>
-              <div class="sign_d">预约 {{item.timeTxt}}自动发起配送</div>
-           </div>
-           <div class="order_item_header_r">
-             <!-- <span class="header_r">已发单1分钟</span> -->
-             <el-button size='small' class="btn" @click.stop="deleteItem">发起配送</el-button>
-           </div>
-            
+    </div>
+    <!-- 预约单 -->
+    <div v-if="tabNum==1">
+      <div class="order_item" v-for="(item,i) in list" :key="i">
+        <div class="order_item_header">
+          <div class="order_item_header_l">
+            <div class="Serial_number">#{{item.daySeq}}</div>
+            <img :src="item.logo" class="logo">
+            <span class="name">{{item.shopName}}</span>
+            <div class="sign_d">预约 {{item.timeTxt}}自动发起配送</div>
+          </div>
+          <div class="order_item_header_r">
+            <!-- <span class="header_r">已发单1分钟</span> -->
+            <el-button size='small' class="btn" @click.stop="deleteItem">发起配送</el-button>
           </div>
-          <div class="order_item_cont">
-            <div class="itme_l">
-              <div class="content">{{item.receiptContactName}}<span>{{item.receiptPhone}}</span></div> 
-              <div class="address">
-                {{item.receiptProvinceName}}
-                {{item.receiptCityName}}
-                {{item.receiptDistrictName}}
-                {{item.receiptAddress}} 
-                <span v-if="item.orderDistance"><i class="el-icon-location"></i>{{item.orderDistance}}km</span></div>
+
+        </div>
+        <div class="order_item_cont">
+          <div class="itme_l">
+            <div class="content">{{item.receiptContactName}}<span>{{item.receiptPhone}}</span></div>
+            <div class="address">
+              {{item.receiptProvinceName}}
+              {{item.receiptCityName}}
+              {{item.receiptDistrictName}}
+              {{item.receiptAddress}}
+              <span v-if="item.orderDistance"><i class="el-icon-location"></i>{{item.orderDistance}}km</span>
             </div>
-            <div v-if="item.caution" class="itme_r">备注:{{item.caution}}</div>
           </div>
+          <div v-if="item.caution" class="itme_r">备注:{{item.caution}}</div>
         </div>
       </div>
-      <!-- 待接单 -->
-      <div v-if="tabNum==2">
-        <div class="order_item" v-for="(item,i) in list" :key="i">
-          <div class="order_item_header">
-           <div class="order_item_header_l">
-              <div class="Serial_number" v-if="item.daySeq">#{{item.daySeq}}</div>
-              <img :src="item.logo" class="logo">
-              <span class="name">{{item.shopName}}</span>
-              <div class="sign_d" v-if="item.exceptTime">预约 {{item.timeTxt}}送达</div>
-           </div>
-           <div class="order_item_header_r">
-             <span class="header_r">已发单{{item.takeTimeTxt}}</span>
-             <el-button size='small' class="btn" @click.stop="deleteItem">发起配送</el-button>
-           </div>
-            
+    </div>
+    <!-- 待接单 -->
+    <div v-if="tabNum==2">
+      <div class="order_item" v-for="(item,i) in list" :key="i">
+        <div class="order_item_header">
+          <div class="order_item_header_l">
+            <div class="Serial_number" v-if="item.daySeq">#{{item.daySeq}}</div>
+            <img :src="item.logo" class="logo">
+            <span class="name">{{item.shopName}}</span>
+            <div class="sign_d" v-if="item.exceptTime">预约 {{item.timeTxt}}送达</div>
+          </div>
+          <div class="order_item_header_r">
+            <span class="header_r">已发单{{item.takeTimeTxt}}</span>
+            <el-button size='small' class="btn" @click.stop="deleteItem">发起配送</el-button>
           </div>
-          <div class="order_item_cont">
-            <div class="itme_l">
-              <div class="content">{{item.receiptContactName}}<span>{{item.receiptPhone}}</span></div> 
-              <div class="address">
-                {{item.receiptProvinceName}}
-                {{item.receiptCityName}}
-                {{item.receiptDistrictName}}
-                {{item.receiptAddress}} 
-                <span v-if="item.orderDistance"><i class="el-icon-location"></i>{{item.orderDistance}}km</span></div>
+
+        </div>
+        <div class="order_item_cont">
+          <div class="itme_l">
+            <div class="content">{{item.receiptContactName}}<span>{{item.receiptPhone}}</span></div>
+            <div class="address">
+              {{item.receiptProvinceName}}
+              {{item.receiptCityName}}
+              {{item.receiptDistrictName}}
+              {{item.receiptAddress}}
+              <span v-if="item.orderDistance"><i class="el-icon-location"></i>{{item.orderDistance}}km</span>
             </div>
-            <div v-if="item.caution" class="itme_r">备注:{{item.caution}}</div>
           </div>
+          <div v-if="item.caution" class="itme_r">备注:{{item.caution}}</div>
         </div>
       </div>
-      <!-- 取货中 -->
-      <div v-if="tabNum==3">
-        <div class="order_item" v-for="(item,i) in list" :key="i">
-          <div class="order_item_header">
-           <div class="order_item_header_l">
-              <div class="Serial_number" v-if="item.daySeq">#{{item.daySeq}}</div>
-              <img :src="item.logo" class="logo">
-              <span class="name">{{item.shopName}}</span>
-              <div class="sign_d" v-if="item.exceptTime">预约 {{item.timeTxt}}送达</div>
-           </div>
-           <div class="order_item_header_r">
-             <span class="header_r">预计{{item.takeTimeTxt}}取件</span>
-             <el-button size='small' class="btn" @click.stop="deleteItem">发起配送</el-button>
-           </div>
-            
+    </div>
+    <!-- 取货中 -->
+    <div v-if="tabNum==3">
+      <div class="order_item" v-for="(item,i) in list" :key="i">
+        <div class="order_item_header">
+          <div class="order_item_header_l">
+            <div class="Serial_number" v-if="item.daySeq">#{{item.daySeq}}</div>
+            <img :src="item.logo" class="logo">
+            <span class="name">{{item.shopName}}</span>
+            <div class="sign_d" v-if="item.exceptTime">预约 {{item.timeTxt}}送达</div>
           </div>
-          <div class="order_item_cont">
-            <div class="itme_l">
-              <div class="content">{{item.receiptContactName}}<span>{{item.receiptPhone}}</span></div> 
-              <div class="address">
-                {{item.receiptProvinceName}}
-                {{item.receiptCityName}}
-                {{item.receiptDistrictName}}
-                {{item.receiptAddress}} 
-                <span v-if="item.orderDistance"><i class="el-icon-location"></i>{{item.orderDistance}}km</span></div>
+          <div class="order_item_header_r">
+            <span class="header_r">预计{{item.takeTimeTxt}}取件</span>
+            <el-button size='small' class="btn" @click.stop="deleteItem">发起配送</el-button>
+          </div>
+
+        </div>
+        <div class="order_item_cont">
+          <div class="itme_l">
+            <div class="content">{{item.receiptContactName}}<span>{{item.receiptPhone}}</span></div>
+            <div class="address">
+              {{item.receiptProvinceName}}
+              {{item.receiptCityName}}
+              {{item.receiptDistrictName}}
+              {{item.receiptAddress}}
+              <span v-if="item.orderDistance"><i class="el-icon-location"></i>{{item.orderDistance}}km</span>
             </div>
-            <div v-if="item.caution" class="itme_r">备注:{{item.caution}}</div>
           </div>
+          <div v-if="item.caution" class="itme_r">备注:{{item.caution}}</div>
         </div>
       </div>
-        
-         <!-- 发起配送 -->
-        <send-order-popup ref="sendOrderPopup"></send-order-popup>
+    </div>
+    <!-- 发起配送 -->
+    <send-order-popup ref="sendOrderPopup"></send-order-popup>
   </div>
 
 </template>
 
 <script>
- import sendOrderPopup from './sendOrderPopup.vue';
+import sendOrderPopup from "./sendOrderPopup.vue";
 export default {
-  name: 'OrderList',
-  data () {
-    return {
-      
-    }
+  name: "OrderList",
+  data() {
+    return {};
   },
-  props:{
+  props: {
     tabNum: Number,
-    list:Array
+    list: Array,
   },
   components: {
-    sendOrderPopup
-  },
-  mounted() {
-    
+    sendOrderPopup,
   },
+  mounted() {},
   methods: {
     deleteItem(index) {
-        this.$refs.sendOrderPopup.init();
-      },
+      this.$refs.sendOrderPopup.init();
     },
-  }
+  },
+};
 </script>
 
 <!-- Add "scoped" attribute to limit CSS to this component only -->
 <style lang="scss" scoped="scoped">
-.order_item{
-        width: 100%;
-        height: 140px;
-        background: #fff;
-        margin-bottom: 10px;
-        .order_item_header{
-          width: 100%;
-          height: 49px;
-          display: flex;
-          align-items: center;
-          border-bottom: 1px solid #F0F0F0;
-          position: relative;
-          display: flex;
-          align-items: center;
-          justify-content: space-between;
-          padding-right: 10px;
-          box-sizing: border-box;
-          .order_item_header_l,.order_item_header_r{
-            display: flex;
-            align-items: center;
-          }
-          .Serial_number{
-            width: 60px;
-            height: 26px;
-            background: #FC7200;
-            border-radius: 0 30px 30px 0;
-            font-size: 10px;
-            font-weight: 500;
-            color: #FFFFFF;
-            text-align: center;
-            line-height: 26px;
-          }
-          .logo{
-            width: 21px;
-            height: 21px;
-            border-radius: 50%;
-            margin-left: 23px;
-          }
-          .name{
-            font-size: 14px;
-            font-weight: 500;
-            color: #333333;
-            margin-left: 5px;
-          }
-          .sign_time{
-            padding: 0 8px;
-            height: 20px;
-            border: 1px solid #009CFF;
-            background: #F2FAFF;
-            border-radius: 2px;
-            text-align: center;
-            line-height: 20px;
-            font-size: 12px;
-            font-weight: 600;
-            color: #009CFF;
-            margin-left: 15px;
-          }
-          .sign_txt{
-            width: 64px; 
-            height: 20px;
-            border: 1px solid #009CFF;
-            background: #F2FAFF;
-            border-radius: 2px;
-            text-align: center;
-            line-height: 20px;
-            font-size: 12px;
-            font-weight: 600;
-            color: #009CFF;
-            margin-left: 10px;
-          }
-          .sign_d{
-            height: 20px;
-            border: 1px solid #F74141;
-            background: #FFF5F5;
-            border-radius: 2px;
-            text-align: center;
-            line-height: 20px;
-            font-size: 12px;
-            font-weight: 600;
-            color: #F74141;
-            margin-left: 10px;
-            padding: 0 7px;
-          }
-          .header_r{
-            font-size: 14px;
-            font-weight: 400;
-            color: #333333;
-            margin-right: 22px;
-          }
-          .btn{
-             background: #FC7200;
-             border-color: #FC7200;
-             color: #FFF;
-            //  position: absolute;
-            //  right: 10px;
-          }
-        }
+.order_item {
+  width: 100%;
+  height: 140px;
+  background: #fff;
+  margin-bottom: 10px;
+  .order_item_header {
+    width: 100%;
+    height: 49px;
+    display: flex;
+    align-items: center;
+    border-bottom: 1px solid #f0f0f0;
+    position: relative;
+    display: flex;
+    align-items: center;
+    justify-content: space-between;
+    padding-right: 10px;
+    box-sizing: border-box;
+    .order_item_header_l,
+    .order_item_header_r {
+      display: flex;
+      align-items: center;
+    }
+    .Serial_number {
+      width: 60px;
+      height: 26px;
+      background: #fc7200;
+      border-radius: 0 30px 30px 0;
+      font-size: 10px;
+      font-weight: 500;
+      color: #ffffff;
+      text-align: center;
+      line-height: 26px;
+    }
+    .logo {
+      width: 21px;
+      height: 21px;
+      border-radius: 50%;
+      margin-left: 23px;
+    }
+    .name {
+      font-size: 14px;
+      font-weight: 500;
+      color: #333333;
+      margin-left: 5px;
+    }
+    .sign_time {
+      padding: 0 8px;
+      height: 20px;
+      border: 1px solid #009cff;
+      background: #f2faff;
+      border-radius: 2px;
+      text-align: center;
+      line-height: 20px;
+      font-size: 12px;
+      font-weight: 600;
+      color: #009cff;
+      margin-left: 15px;
+    }
+    .sign_txt {
+      width: 64px;
+      height: 20px;
+      border: 1px solid #009cff;
+      background: #f2faff;
+      border-radius: 2px;
+      text-align: center;
+      line-height: 20px;
+      font-size: 12px;
+      font-weight: 600;
+      color: #009cff;
+      margin-left: 10px;
+    }
+    .sign_d {
+      height: 20px;
+      border: 1px solid #f74141;
+      background: #fff5f5;
+      border-radius: 2px;
+      text-align: center;
+      line-height: 20px;
+      font-size: 12px;
+      font-weight: 600;
+      color: #f74141;
+      margin-left: 10px;
+      padding: 0 7px;
+    }
+    .header_r {
+      font-size: 14px;
+      font-weight: 400;
+      color: #333333;
+      margin-right: 22px;
+    }
+    .btn {
+      background: #fc7200;
+      border-color: #fc7200;
+      color: #fff;
+      //  position: absolute;
+      //  right: 10px;
+    }
+  }
 
-        .address span {
-          font-size: 12px;
-          color: #B1B1B1;
-          margin-left: 15px;
-        }
-      }
+  .address span {
+    font-size: 12px;
+    color: #b1b1b1;
+    margin-left: 15px;
+  }
+}
 
-      .itme_r {
-        font-size: 14px;
-        font-weight: 400;
-        color: #B1B1B1;
-      }
-    
+.itme_r {
+  font-size: 14px;
+  font-weight: 400;
+  color: #b1b1b1;
+}
 </style>

+ 491 - 108
src/components/shopCompoents/bindDelivery.vue

@@ -1,158 +1,541 @@
 <template>
   <div>
     <div class="take-out-list">
-      <div class="item">
+      <div class="item" v-for="(v,index) in deliveryList" :key="index">
         <div class="item-top">
-          <div class="name">美团外卖</div>
-          <div class="top-right">
+          <div class="top-left">
+            <img :src="v.logo" alt="" class="top-left-img">
+            <div class="name">{{v.name}}</div>
+          </div>
+          <div v-if="v.bindStatus === 1" class="top-right">
             <span>开启后首选该账号平台为配送平台</span>
-            <el-switch />
+            <el-switch @change="statusDelivery(v)" v-model="v.preferredDelivery" :active-value="1" :inactive-value="0" />
           </div>
         </div>
         <div class="item-bottom">
           <div class="left">
             <div class="l-l">
-              <img src="../../../static/image/alipay.png" class="l-l-img" />
+              <img :src="v.pcLogo" class="l-l-img" />
             </div>
             <div class="take-out-name">
-              <div>商户编号:一点点</div>
-              <div>账户余额:2222222</div>
+              <div v-if="v.shopNo">商户编号:{{v.code}}</div>
+              <div v-if="v.balance">账户余额:{{v.balance}}</div>
             </div>
           </div>
+          <!-- 1->绑定,0:未绑定,2-> 审核中,3->拒绝,4->待完善资料 -->
           <div class="right">
-            <el-button type="primary" size="small" class="right-btn">去绑定</el-button>
-            <el-button type="primary" size="small" class="right-btn">完善资料</el-button>
-            <el-button size="small">解&nbsp;绑</el-button>
+            <el-button v-if="v.bindStatus === 0" @click="goBind(v)" v-loading.fullscreen.lock="fullscreenLoading" element-loading-text="关闭窗口后再操作!" type="primary" size="small" class="right-btn">去绑定</el-button>
+            <el-button v-if="[1,4].includes(v.bindStatus)" @click="release(v)" size="small">解&nbsp;&nbsp;&nbsp;绑</el-button>
+            <!-- <el-button v-if="v.bindStatus === 2" @click="release(v)" type="info" size="small">审核中</el-button> -->
+            <!-- <el-button v-if="v.bindStatus === 3" @click="release(v)" type="danger" size="small">已拒绝</el-button> -->
+            <el-button v-if="[1,4].includes(v.bindStatus)&&[1,9].includes(v.type)" @click="perfectData(v)" type="primary" size="small" class="right-btn">完善资料</el-button>
           </div>
         </div>
       </div>
     </div>
+    <!-- UU跑腿 -->
+    <el-dialog :title="title" :visible.sync="centerDialogVisible" width="40%" center>
+      <el-form v-if="title === 'UU跑腿绑定'" :model="UUData" ref="UUData" label-width="80px" class="demo-ruleForm">
+        <el-form-item label="城市" prop="cityName" :rules="[{ required: true, message: '城市不能为空'}]">
+          <el-input v-model="UUData.cityName" placeholder="请输入当前城市名称"></el-input>
+        </el-form-item>
+        <el-form-item label="手机号" prop="mobile" :rules="[{ required: true, message: '手机号不能为空'}]">
+          <el-input v-model="UUData.mobile" placeholder="请输入用户手机号"></el-input>
+        </el-form-item>
+        <el-form-item label="验证码" prop="validateCode" :rules="[{ required: true, message: '验证码不能为空'}]">
+          <div class="code">
+            <el-input v-model="UUData.validateCode" placeholder="请输入验证码"></el-input>
+            <div class="get-code" v-if="!showCode" @click.stop="getCode">获取短信验证码</div>
+            <div class="get-code" v-else>{{ count }}秒</div>
+          </div>
+        </el-form-item>
+        <el-form-item>
+          <el-button size="small" @click="resetForm('UUData')">取 消</el-button>
+          <el-button size="small" type="primary" @click="bindUU">确 定</el-button>
+        </el-form-item>
+      </el-form>
+      <el-form v-if="title === 'UU跑腿解绑'" :model="UUData" ref="UUData" label-width="80px" class="demo-ruleForm">
+        <el-form-item label="手机号" prop="mobile" :rules="[{ required: true, message: '手机号不能为空'}]">
+          <el-input v-model="UUData.mobile" placeholder="请输入用户手机号"></el-input>
+        </el-form-item>
+        <el-form-item>
+          <el-button size="small" @click="resetForm('UUData')">取 消</el-button>
+          <el-button size="small" type="primary" @click="releaseUU">确 定</el-button>
+        </el-form-item>
+      </el-form>
+    </el-dialog>
+    <!-- 完善资料 -->
+    <el-dialog title="请输入达达门店编号" :visible.sync="centerDialogVisible2" width="40%" center>
+      <div class="tips">请确保门店编号填写正确,否则会影响运力的使用!</div>
+      <el-form :model="DDData" ref="DDData" label-width="80px" class="demo-ruleForm">
+        <el-form-item label="门店编号" prop="shopNo">
+          <el-input v-model="DDData.shopNo" placeholder="请输入门店编号"></el-input>
+        </el-form-item>
+        <el-form-item>
+          <el-button size="small" @click="resetForm('DDData')">取 消</el-button>
+          <el-button size="small" type="primary" @click="updateShopNo">确 定</el-button>
+        </el-form-item>
+      </el-form>
+    </el-dialog>
   </div>
 </template>
 
 <script>
-  export default {
-    data() {
-      return {
-        storeList: [
-          { id: 1, name: '门店名称-1' },
-          { id: 2, name: '门店名称-2' },
-          { id: 3, name: '门店名称-3' },
-          { id: 4, name: '门店名称-4' },
-          { id: 5, name: '门店名称-5' },
-          { id: 6, name: '门店名称-6' },
-          { id: 7, name: '门店名称-7' }
-        ]
+import {
+  getDeliveryList,
+  releaseDelivery,
+  bindDelivery,
+  bindUserApplyDelivery,
+  bindUserSubmitDelivery,
+  explainDelivery,
+  updateShopNo,
+  statusDelivery,
+} from "../../api/shop";
+export default {
+  data() {
+    return {
+      deliveryList: [],
+      jumpUrl: "",
+      fullscreenLoading: false,
+      centerDialogVisible: false,
+      centerDialogVisible2: false,
+      UUData: {
+        cityName: "",
+        mobile: "",
+        validateCode: "",
+      },
+      title: "UU跑腿绑定",
+      count: 60,
+      showCode: false,
+      timer: null, // 计时器
+      DDData: {
+        deliveryId: "",
+        shopNo: "",
+      },
+    };
+  },
+  watch: {
+    jumpUrl(newVal, oldVal) {
+      if (this.jumpUrl) {
+        this.fullscreenLoading = true;
+        let newWindowWidth = 800,
+          newWindowHeight = 500,
+          left = (window.screen.width - newWindowWidth) / 2,
+          top = (window.screen.height - newWindowHeight) / 2 - 100;
+        let features = `width=${newWindowWidth},height=${newWindowHeight},left=${left},top=${top}`;
+        let windowOpen = window.open(newVal, "name", features);
+        let loop = window.setInterval(() => {
+          console.log("windowOpen.closed", windowOpen.closed);
+          if (windowOpen.closed) {
+            this.jumpUrl = null;
+            this.fullscreenLoading = false;
+            window.clearInterval(loop);
+            this.getDeliveryList(this.curIdx);
+          }
+        }, 1000);
       }
-    }
-  }
+    },
+  },
+  created() {
+    this.getDeliveryList();
+    this.explainDelivery();
+  },
+  // 1->达达
+  // 2->蜂鸟即配
+  // 3->美团飞速达
+  // 4->闪送
+  // 5->顺丰同城
+  // 7->UU跑腿
+  // 8->爱跑腿
+  // 9->达达优质
+  // 10->快服务
+  // 12->货拉拉
+  methods: {
+    explainDelivery() {
+      explainDelivery().then((res) => {
+        // console.log(res);
+      });
+    },
+    getDeliveryList() {
+      getDeliveryList().then((res) => {
+        this.deliveryList = res.data;
+      });
+    },
+    checkPhone(phone) {
+      if (!/^1\d{10}$/.test(phone)) {
+        return false;
+      } else {
+        return true;
+      }
+    },
+    // 获取验证码
+    getCode() {
+      if (!this.UUData.mobile.trim()) {
+        return this.$message({
+          message: "手机号码不能为空",
+          type: "error",
+        });
+      }
+      if (!this.checkPhone(this.UUData.mobile)) {
+        return this.$message({
+          message: "请输入正确的手机号",
+          type: "error",
+        });
+      }
+      let params = {
+        mobile: this.UUData.mobile,
+      };
+      bindUserApplyDelivery(params).then((res) => {
+        if (res.code == 200) {
+          this.showCode = true;
+          this.$message({
+            message: "验证码发送成功",
+            type: "success",
+          });
+          this.timer = setInterval(() => {
+            this.count--;
+            if (this.count <= 1) {
+              this.showCode = false;
+              this.count = 60;
+              clearInterval(this.timer);
+            }
+          }, 1000);
+        } else {
+          return this.$message({
+            message: res.msg,
+            type: "error",
+          });
+        }
+      });
+    },
+    goBind(v) {
+      // 显示U跑腿绑定弹框
+      if (v.type === 7) {
+        this.title = "UU跑腿绑定";
+        this.centerDialogVisible = true;
+        return;
+      }
+      let name = [1, 9];
+      let dadaName = name.includes(v.type) ? v.name : "";
+      let name2 = [1, 5];
+      let sfId = name2.includes(v.type) ? v.thirdShopId : "";
+      let params = {
+        deliveryId: v.deliveryId,
+        dadaName,
+        sfId,
+      };
+      bindDelivery(params).then((res) => {
+        if (res.code === 200) {
+          this.jumpUrl = res.data;
+        }
+      });
+    },
+    bindUU() {
+      if (!this.UUData.cityName.trim()) {
+        return this.$message({
+          message: "城市不能为空",
+          type: "error",
+        });
+      }
+      if (!this.UUData.mobile.trim()) {
+        return this.$message({
+          message: "手机号不能为空",
+          type: "error",
+        });
+      }
+      if (!this.UUData.validateCode.trim()) {
+        return this.$message({
+          message: "验证码不能为空",
+          type: "error",
+        });
+      }
+      bindUserSubmitDelivery(this.UUData).then((res) => {
+        if (res.code === 200) {
+          this.$message({
+            message: "绑定成功!",
+            type: "success",
+          });
+          this.getDeliveryList();
+        } else {
+          this.$message({
+            message: res.data,
+            type: "error",
+          });
+        }
+        this.centerDialogVisible = false;
+      });
+    },
+    releaseUU() {
+      if (!this.UUData.mobile.trim()) {
+        return this.$message({
+          message: "手机号不能为空",
+          type: "error",
+        });
+      }
+      cancelBindDelivery({ mobile: this.UUData.mobile }).then((res) => {
+        if (res.code === 200) {
+          this.$message({
+            type: "success",
+            message: "已成功解除绑定!",
+          });
+          this.getDeliveryList();
+        } else {
+          this.$message({
+            type: "error",
+            message: res.data,
+          });
+        }
+        this.centerDialogVisible = true;
+      });
+    },
+    unBindDelivery(v) {
+      unBindDelivery({ id: v.id }).then((res) => {
+        if (res.code === 200) {
+          this.$message({
+            type: "success",
+            message: "已成功解绑!",
+          });
+          this.getDeliveryList();
+        } else {
+          this.$message({
+            type: "error",
+            message: res.data,
+          });
+        }
+      });
+    },
+    release(v) {
+      // UU跑腿解除绑定
+      if (v.type === 7) {
+        this.title = "UU跑腿解绑";
+        this.centerDialogVisible = true;
+        this.UURelease(v);
+        return;
+      }
+      this.$confirm("此操作将解绑当前配送平台, 是否继续?", "提示", {
+        confirmButtonText: "确定",
+        cancelButtonText: "取消",
+        type: "warning",
+      })
+        .then(() => {
+          // 爱跑腿解除绑定
+          if (v.type === 8) {
+            this.unBindDelivery(v);
+            return;
+          }
+          this.confirmRelease(v);
+        })
+        .catch(() => {
+          this.$message({
+            type: "info",
+            message: "已取消解除绑定!",
+          });
+        });
+    },
+    // 确认解除绑定
+    confirmRelease(v) {
+      let params = {
+        id: v.id,
+        sfId: v.thirdShopId,
+      };
+      releaseDelivery(params).then((res) => {
+        if (res.code === 200) {
+          this.$message({
+            type: "success",
+            message: "已成功解绑!",
+          });
+          this.getDeliveryList();
+        } else {
+          this.$message({
+            type: "error",
+            message: res.data,
+          });
+        }
+      });
+    },
+    perfectData(v) {
+      this.centerDialogVisible2 = true;
+      this.DDData.deliveryId = v.deliveryId;
+      this.DDData.shopNo = v.shopNo;
+    },
+    updateShopNo() {
+      updateShopNo(this.DDData).then((res) => {
+        if (res.code === 200) {
+          this.$message({
+            type: "success",
+            message: "成功完善资料!",
+          });
+          this.getDeliveryList();
+        } else {
+          this.$message({
+            type: "error",
+            message: res.msg,
+          });
+        }
+        this.centerDialogVisible2 = false;
+      });
+    },
+    statusDelivery(v) {
+      statusDelivery({
+        id: v.id,
+        preferredDelivery: v.preferredDelivery,
+      }).then((res) => {
+        if (res.code === 200) {
+          this.$message({
+            type: "success",
+            message: "成功开启首选配送!",
+          });
+        } else {
+          this.$message({
+            type: "error",
+            message: res.msg,
+          });
+        }
+        this.getDeliveryList();
+      });
+    },
+    resetForm(formName) {
+      this.centerDialogVisible = false;
+      this.centerDialogVisible2 = false;
+      this.$refs[formName].resetFields();
+    },
+  },
+};
 </script>
 
 <style lang="scss" scoped>
-  .store-list {
-    display: flex;
-    flex-wrap: nowrap;
-    width: 100%;
-    white-space: nowrap;
-    overflow-x: auto;
-    padding-bottom: 10px;
-    &-item {
-      padding: 8px 27px;
-      background-color: #fff;
-      font-size: 14px;
-      font-family: PingFang SC;
-      font-weight: 400;
-      color: #B1B1B1;
-      box-sizing: border-box;
-      border: 1px solid #eee;
-      border-radius: 17px;
-      cursor: pointer;
-      margin-right: 10px;
-      &.active {
-        color: #017E61;
-      }
+.store-list {
+  display: flex;
+  flex-wrap: nowrap;
+  width: 100%;
+  white-space: nowrap;
+  overflow-x: auto;
+  padding-bottom: 10px;
+  &-item {
+    padding: 8px 27px;
+    background-color: #fff;
+    font-size: 14px;
+    font-family: PingFang SC;
+    font-weight: 400;
+    color: #b1b1b1;
+    box-sizing: border-box;
+    border: 1px solid #eee;
+    border-radius: 17px;
+    cursor: pointer;
+    margin-right: 10px;
+    &.active {
+      color: #017e61;
     }
   }
-  .store-list::-webkit-scrollbar {
-    height: 6px;
-  }
-  .store-list::-webkit-scrollbar-track {
-    background-color: #eee;
-    /*border-radius: 5px;
+}
+.store-list::-webkit-scrollbar {
+  height: 6px;
+}
+.store-list::-webkit-scrollbar-track {
+  background-color: #eee;
+  /*border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;*/
-  }
-  .store-list::-webkit-scrollbar-thumb {
-    background-color: #999;
-    border-radius: 6px;
-    -webkit-border-radius: 6px;
-    -moz-border-radius: 6px;
-  }
+}
+.store-list::-webkit-scrollbar-thumb {
+  background-color: #999;
+  border-radius: 6px;
+  -webkit-border-radius: 6px;
+  -moz-border-radius: 6px;
+}
 
-  .take-out-list {
-    .item {
-      background-color: #fff;
-      .item-top {
+.take-out-list {
+  .item {
+    background-color: #fff;
+    .item-top {
+      display: flex;
+      justify-content: space-between;
+      box-sizing: border-box;
+      padding: 20px 18px;
+      align-items: center;
+      border-bottom: 1px solid #eee;
+      .top-left {
         display: flex;
-        justify-content: space-between;
-        box-sizing: border-box;
-        padding: 20px 18px;
         align-items: center;
-        border-bottom: 1px solid #eee;
+        .top-left-img {
+          width: 30px;
+          height: 30px;
+          margin-right: 10px;
+        }
         .name {
           font-size: 16px;
           font-family: PingFang SC;
           font-weight: bold;
-          color: #FFA608;
+          color: #ffa608;
         }
-        .top-right {
-          display: flex;
-          align-items: center;
-          span {
-            font-size: 14px;
-            font-family: PingFang SC;
-            font-weight: 400;
-            color: #B1B1B1;
-            margin-right: 12px;
-          }
+      }
+      .top-right {
+        display: flex;
+        align-items: center;
+        span {
+          font-size: 14px;
+          font-family: PingFang SC;
+          font-weight: 400;
+          color: #b1b1b1;
+          margin-right: 12px;
         }
       }
-      .item-bottom {
+    }
+    .item-bottom {
+      display: flex;
+      justify-content: space-between;
+      box-sizing: border-box;
+      padding: 25px 18px;
+      align-items: center;
+      .left {
         display: flex;
-        justify-content: space-between;
-        box-sizing: border-box;
-        padding: 25px 18px;
         align-items: center;
-        .left {
-          display: flex;
-          align-items: center;
-          .l-l {
-            width: 166px;
-            height: 50px;
-            border-radius: 25px;
-            overflow: hidden;
-            font-size: 0;
-            .l-l-img {
-              width: 100%;
-              height: 100%;
-            }
-          }
-          .take-out-name {
-            font-size: 13px;
-            font-family: PingFang SC;
-            font-weight: 400;
-            color: #333333;
-            line-height: 20px;
-            margin-left: 30px;
+        .l-l {
+          width: 166px;
+          height: 50px;
+          border-radius: 25px;
+          overflow: hidden;
+          font-size: 0;
+          .l-l-img {
+            width: 100%;
+            height: 100%;
           }
         }
-        .right {
-          .right-btn {
-            background-color: #FC7200;
-            border: none;
-          }
+        .take-out-name {
+          font-size: 13px;
+          font-family: PingFang SC;
+          font-weight: 400;
+          color: #333333;
+          line-height: 20px;
+          margin-left: 30px;
+        }
+      }
+      .right {
+        .right-btn {
+          background-color: #fc7200;
+          border: none;
         }
       }
     }
   }
+}
+.code {
+  display: flex;
+  align-items: center;
+  .get-code {
+    min-width: 120px;
+    box-sizing: border-box;
+    text-align: center;
+    padding: 0 6px;
+    font-size: 14px;
+    font-family: PingFang SC;
+    font-weight: 400;
+    color: #175199;
+    cursor: pointer;
+  }
+}
+.tips {
+  color: red;
+  margin-bottom: 15px;
+}
 </style>

+ 2 - 3
src/components/shopCompoents/bindTakeOut.vue

@@ -37,7 +37,6 @@
 </template>
 
 <script>
-import { setInterval } from "timers";
 import {
   getShopList,
   getBindTakeOutList,
@@ -53,7 +52,7 @@ export default {
       storeList: [],
       takeOutList: [],
       curIdx: -1,
-      jumpUrl: null,
+      jumpUrl: '',
       fullscreenLoading: false,
     };
   },
@@ -124,7 +123,7 @@ export default {
               }
             } else {
               this.$message({
-                type: "err",
+                type: "error",
                 message: res.msg,
               });
             }

+ 2 - 2
src/components/shopInfo.vue

@@ -38,7 +38,7 @@
       return {
         activeName: 'shopList',
         tab_list: [
-          {name: '门店管理', index: 0},
+          {name: '门店列表', index: 0},
           {name: '绑定外卖平台', index: 1},
           {name: '绑定配送平台', index: 2},
           {name: '绑定打印机', index: 3}
@@ -66,7 +66,7 @@
             this.activeName = 'shopList';
           break;
         }
-      }
+      },
     },
     mounted() {
     }