浏览代码

no message

linwenxin 5 月之前
父节点
当前提交
3471cf2b58
共有 1 个文件被更改,包括 0 次插入29 次删除
  1. 0 29
      src/views/workOrder/workOrderPool/detailModule/workOrderInfo/mixins/pandanxinxi.js

+ 0 - 29
src/views/workOrder/workOrderPool/detailModule/workOrderInfo/mixins/pandanxinxi.js

@@ -312,35 +312,6 @@ export default {
           this.getWorkers()
         }
       })
-      // if (
-      //   this.orderInfo.orderChannelId &&
-      //   this.orderInfo?.orderProducts?.find(item => item?.mainId)?.mainId &&
-      //   this.orderInfo.source &&
-      //   this.orderInfo.orderSmallType &&
-      //   this.orderInfo.streetId
-      // ) {
-      //   adminWebsitWebsitList({
-      //     channelId: this.orderInfo?.orderChannelId,
-      //     categoryId: this.orderInfo?.orderProducts?.find(item => item?.mainId)?.mainId,
-      //     orderSource: this.orderInfo?.source,
-      //     orderSmallId: this.orderInfo?.orderSmallType,
-      //     streetCode: this.orderInfo?.streetId,
-      //     status: true,
-      //     type: 'C'
-      //   }).then(res => {
-      //     var boll = !!res.data.find(item => item.ifDispatch)
-      //     this.websitList = res.data.map(item => ({
-      //       label: item.name,
-      //       value: item.websitId,
-      //       disabled: boll ? item.ifDispatch : true,
-      //       data: item
-      //     }))
-      //     if (!this.orderInfo.id && this.websitList.length === 1) {
-      //       this.orderInfo.websitId = this.websitList[0].websitId
-      //       this.orderInfo.websitName = this.websitList[0].name
-      //     }
-      //   })
-      // }
     },
     getWorkers() {
       if (this.orderInfo.websitId) {