Procházet zdrojové kódy

货代往来单位接口传参改成中文名称 2024-3-6

caojunjie před 1 rokem
rodič
revize
97e3598157

+ 17 - 17
src/views/iosBasicData/OceanFreightImport/bills/assembly/EntrustmentLnformation.vue

@@ -1149,8 +1149,8 @@ import {regularFloating, regularInteger} from "@/util/regularJudgment";
             // 接口数据请求🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
             // 获取发货人数据 (往来单位 前四个代理)
             hshipperBcorpsListfun(cnName){
-                let corpType = '1712285382575398914,1712285645314990082,1712285842321448962,1712286433378574338'
-                getBcorpslistByType(1,10,{cnName,corpType}).then(res=>{
+                let corpTypeName = '国内直接客户,国内同行及代理,国外直接客户,国外同行及代理'
+                getBcorpslistByType(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                     this.hshipperData = res.data.data.records.map(item=>{
                         item.cnName = item.cnName + ' - ' + item.code
                         return item
@@ -1159,8 +1159,8 @@ import {regularFloating, regularInteger} from "@/util/regularJudgment";
             },
             // 获取收货人数据 (往来单位 前四个代理)
             hconsigneeBcorpsListfun(cnName){
-                let corpType = '1712285382575398914,1712285645314990082,1712285842321448962,1712286433378574338'
-                getBcorpslistByType(1,10,{cnName,corpType}).then(res=>{
+                let corpTypeName = '国内直接客户,国内同行及代理,国外直接客户,国外同行及代理'
+                getBcorpslistByType(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                     this.hconsigneeData = res.data.data.records.map(item=>{
                         item.cnName = item.cnName + ' - ' + item.code
                         return item
@@ -1169,8 +1169,8 @@ import {regularFloating, regularInteger} from "@/util/regularJudgment";
             },
             // 获取通知人数据 (往来单位 前四个代理)
             hnotifyBcorpsListfun(cnName){
-                let corpType = '1712285382575398914,1712285645314990082,1712285842321448962,1712286433378574338'
-                getBcorpslistByType(1,10,{cnName,corpType}).then(res=>{
+                let corpTypeName = '国内直接客户,国内同行及代理,国外直接客户,国外同行及代理'
+                getBcorpslistByType(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                     this.hnotifyData = res.data.data.records.map(item=>{
                         item.cnName = item.cnName + ' - ' + item.code
                         return item
@@ -1179,8 +1179,8 @@ import {regularFloating, regularInteger} from "@/util/regularJudgment";
             },
             // 获取第二通知人数据 (往来单位 前四个代理)
             hnotify2BcorpsListfun(cnName){
-                let corpType = '1712285382575398914,1712285645314990082,1712285842321448962,1712286433378574338'
-                getBcorpslistByType(1,10,{cnName,corpType}).then(res=>{
+                let corpTypeName = '国内直接客户,国内同行及代理,国外直接客户,国外同行及代理'
+                getBcorpslistByType(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                     this.hnotify2Data = res.data.data.records.map(item=>{
                         item.cnName = item.cnName + ' - ' + item.code
                         return item
@@ -1189,7 +1189,7 @@ import {regularFloating, regularInteger} from "@/util/regularJudgment";
             },
             // 收货地数据 (港口表)
             placeReceiptBportsListfun(enName){
-                bportsList(1,10,{enName}).then(res=>{
+                bportsList(1,10,{enName,status: 0}).then(res=>{
                     this.placeReceiptData = res.data.data.records.map(item=>{
                         item.enName = item.enName + ' - ' + item.code
                         return item
@@ -1198,7 +1198,7 @@ import {regularFloating, regularInteger} from "@/util/regularJudgment";
             },
             // 装货港数据
             polBportsListfun(enName){
-                bportsList(1,10,{enName}).then(res=>{
+                bportsList(1,10,{enName,status: 0}).then(res=>{
                     this.polData = res.data.data.records.map(item=>{
                         item.enName = item.enName + ' - ' + item.code
                         return item
@@ -1207,7 +1207,7 @@ import {regularFloating, regularInteger} from "@/util/regularJudgment";
             },
             // 卸货港数据
             podBportsListfun(enName){
-                bportsList(1,10,{enName}).then(res=>{
+                bportsList(1,10,{enName,status: 0}).then(res=>{
                     this.podData = res.data.data.records.map(item=>{
                         item.enName = item.enName + ' - ' + item.code
                         return item
@@ -1216,7 +1216,7 @@ import {regularFloating, regularInteger} from "@/util/regularJudgment";
             },
             // 目的地
             destinationBportsListfun(enName){
-                bportsList(1,10,{enName}).then(res=>{
+                bportsList(1,10,{enName,status: 0}).then(res=>{
                     this.destinationData = res.data.data.records.map(item=>{
                         item.enName = item.enName + ' - ' + item.code
                         return item
@@ -1225,14 +1225,14 @@ import {regularFloating, regularInteger} from "@/util/regularJudgment";
             },
             // 包装数据
             packingUnitBpackagesListfun(cnName) {
-                bpackagesList(1,10,{cnName}).then(res=>{
+                bpackagesList(1,10,{cnName,status: 0}).then(res=>{
                     this.packingUnitData = res.data.data.records
                 })
             },
             // 获取船公司数据
             carrierBcorpslistByTypefun(cnName){
-                let corpType = '1712286570540703745'
-                getBcorpslistByType(1,10,{cnName,corpType}).then(res=>{
+                let corpTypeName = '船公司'
+                getBcorpslistByType(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                     this.carrierData = res.data.data.records.map(item=>{
                         item.cnName = item.cnName + ' - ' + item.code
                         return item
@@ -1241,7 +1241,7 @@ import {regularFloating, regularInteger} from "@/util/regularJudgment";
             },
             // 船名
             vesselBvesselsListfun(cnName){
-                getBvesselsList(1,10,{cnName}).then(res=>{
+                getBvesselsList(1,10,{cnName,status: 0}).then(res=>{
                     this.vesselData = res.data.data.records.map(item=>{
                         item.cnName = item.cnName + ' - ' + item.code
                         return item
@@ -1250,7 +1250,7 @@ import {regularFloating, regularInteger} from "@/util/regularJudgment";
             },
             // 航线数据
             lineBlinesListfun(cnName){
-                blinesList(1,10,{cnName}).then(res=>{
+                blinesList(1,10,{cnName,status: 0}).then(res=>{
                     this.lineData = res.data.data.records
                 })
             },

+ 3 - 3
src/views/iosBasicData/OceanFreightImport/bills/assembly/feecenter.vue

@@ -2012,7 +2012,7 @@
             },
             // 获取客户数据
             getBcorpsListfun(cnName){
-                getBcorpsList(1,10,{cnName}).then(res=>{
+                getBcorpsList(1,10,{cnName,status: 0}).then(res=>{
                     this.corpCnNameData = res.data.data.records
                     // this.corpCnNameData = res.data.data.records.map(item=>{
                     //     // 创建自定义参数暂存
@@ -2023,13 +2023,13 @@
             },
             // 获取费用数据
             bfeesListfun(cnName){
-                bfeesList(1,10,{cnName}).then(res=>{
+                bfeesList(1,10,{cnName,status: 0}).then(res=>{
                     this.feeCnNameData = res.data.data.records
                 })
             },
             // 获取费用信息 核算要素信息
             getBaccelementsListfun(cnName){
-                getBaccelementsList(1,10,{cnName}).then(res=>{
+                getBaccelementsList(1,10,{cnName,status: 0}).then(res=>{
                     this.elementsData = res.data.data.records
                 })
             },

+ 3 - 3
src/views/iosBasicData/OceanFreightImport/bills/assembly/formbottom.vue

@@ -571,8 +571,8 @@
             // 接口数据请求🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
             // 获取场站数据
             cyBcorpslistByType(cnName){
-                let corpType = '1712286771737272322'
-                getBcorpslistByType(1,10,{cnName,corpType}).then(res=>{
+                let corpTypeName = '场站'
+                getBcorpslistByType(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                     this.cyData = res.data.data.records
                 })
             },
@@ -584,7 +584,7 @@
             },
             // 获取客户数据
             inttraBcorpslistByType(cnName){
-                getBcorpslistByType(1,10,{cnName}).then(res=>{
+                getBcorpslistByType(1,10,{cnName,status: 0}).then(res=>{
                     this.inttraData = res.data.data.records
                 })
             },

+ 5 - 5
src/views/iosBasicData/OceanFreightImport/bills/billsDetails.vue

@@ -810,7 +810,7 @@ import {editypesList} from "@/api/iosBasicData/editypes";
             },
             // 获取客户名称数据 往来单位数据
             getBcorpsListfun(cnName){
-                getBcorpsList(1,10,{cnName}).then(res=>{
+                getBcorpsList(1,10,{cnName,status: 0}).then(res=>{
                     this.columnforfun('corpCnName').dicData = res.data.data.records.map(item=>{
                         item.cnName = item.cnName + ' - ' + item.shortName
                         return item
@@ -842,8 +842,8 @@ import {editypesList} from "@/api/iosBasicData/editypes";
             },
             // 获取业务来源代理数据
             agentBcorpsListfun(cnName){
-                let corpType = '1712285382575398914,1712285645314990082,1712285842321448962,1712286433378574338'
-                getBcorpslistByType(1,10,{cnName,corpType}).then(res=>{
+                let corpTypeName = '国内直接客户,国内同行及代理,国外直接客户,国外同行及代理'
+                getBcorpslistByType(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                     this.columnforfun('srcCnName').dicData = res.data.data.records
                 })
             },
@@ -1709,8 +1709,8 @@ import {editypesList} from "@/api/iosBasicData/editypes";
                 }
                 // 船公司
                 if (this.form.carrierCnName) {
-                    let corpType = '1712286570540703745'
-                    getBcorpslistByType(1,10,{cnName:this.form.carrierCnName,corpType}).then(res=>{
+                    let corpTypeName = '船公司'
+                    getBcorpslistByType(1,10,{cnName:this.form.carrierCnName,status: 0,corpTypeName}).then(res=>{
                         this.form.carrierCnName = this.form.carrierCnName + ' - ' + res.data.data.records[0].code
                     })
                     // this.form.carrierCnName = this.form.carrierCnName + ' - ' + this.form.carrierCode

+ 11 - 11
src/views/iosBasicData/OceanFreightImport/bills/index.vue

@@ -1431,59 +1431,59 @@ import { getDeptTree } from "@/api/system/dept";
           },
           // 获取委托人数据
           corpBcorpslistByType(cnName){
-              getBcorpslistByType(1,10,{cnName}).then(res=>{
+              getBcorpslistByType(1,10,{cnName,status: 0}).then(res=>{
                   this.corpData = res.data.data.records
                   this.findObject(this.option.column, "corpCnName").dicData = res.data.data.records
               })
           },
           // 获取收货人数据
           hConsigneeBcorpslistByType(cnName){
-              getBcorpslistByType(1,10,{cnName}).then(res=>{
+              getBcorpslistByType(1,10,{cnName,status: 0}).then(res=>{
                   this.hConsigneeData = res.data.data.records
                   this.findObject(this.option.column, "hConsigneeCnName").dicData = res.data.data.records
               })
           },
           // 获取船名
           vesselBvesselsListfun(enName){
-              getBvesselsList(1,10,{enName}).then(res=>{
+              getBvesselsList(1,10,{enName,status: 0}).then(res=>{
                   this.vesselData = res.data.data.records
                   this.findObject(this.option.column, "vesselCnName").dicData = res.data.data.records
               })
           },
           // 获取船公司数据
           carrierBcorpslistByTypefun(cnName){
-              let corpType = '1712286570540703745'
-              getBcorpslistByType(1,10,{cnName,corpType}).then(res=>{
+              let corpTypeName = '船公司'
+              getBcorpslistByType(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                   this.carrierData = res.data.data.records
                   this.findObject(this.option.column, "carrierCnName").dicData = res.data.data.records
               })
           },
           // 卸货港数据
           podBportsListfun(enName){
-              bportsList(1,10,{enName}).then(res=>{
+              bportsList(1,10,{enName,status: 0}).then(res=>{
                   this.podData = res.data.data.records
                   this.findObject(this.option.column, "podEnName").dicData = res.data.data.records
               })
           },
           // 航线数据
           lineBlinesListfun(cnName){
-              blinesList(1,10,{cnName}).then(res=>{
+              blinesList(1,10,{cnName,status: 0}).then(res=>{
                   this.lineData = res.data.data.records
                   this.findObject(this.option.column, "lineCnName").dicData = res.data.data.records
               })
           },
           // 获取场站数据
           cyBcorpslistByType(cnName){
-              let corpType = '1712286771737272322'
-              getBcorpslistByType(1,10,{cnName,corpType}).then(res=>{
+              let corpTypeName = '场站'
+              getBcorpslistByType(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                   this.cyData = res.data.data.records
                   this.findObject(this.option.column, "cyCnName").dicData = res.data.data.records
               })
           },
           // 订舱代理
           bookingAgentBcorpsListfun(cnName){
-              let corpType = '1712285382575398914,1712285645314990082,1712285842321448962,1712286433378574338'
-              getBcorpslistByType(1,10,{cnName,corpType}).then(res=>{
+              let corpTypeName = '国内直接客户,国内同行及代理,国外直接客户,国外同行及代理'
+              getBcorpslistByType(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                   this.bookingAgentData = res.data.data.records
                   this.findObject(this.option.column, "bookingAgentCnName").dicData = res.data.data.records
               })

+ 3 - 0
src/views/iosBasicData/SeafreightExportF/bills/assembly/DistributionBox/containers.vue

@@ -379,6 +379,9 @@ export default {
                let returnType = 0 // 判断是否需要合计
               // 把请求到的箱号和封号赋值
               this.luHaiTongData.containerCargoInfos.map((luHaiTongItem,luHaiTongIndex)=>{
+                  if (!this.assemblyForm.containersList[luHaiTongIndex].cyCntrCode) {
+                      return this.$message.warning('请先去基础资料集装箱里维护数据')
+                  }
                   if ((luHaiTongItem.size + '' + luHaiTongItem.property) == this.assemblyForm.containersList[luHaiTongIndex].cyCntrCode) {
                       this.assemblyForm.containersList[luHaiTongIndex].cntrNo = luHaiTongItem.containerNo
                       this.assemblyForm.containersList[luHaiTongIndex].sealNo = luHaiTongItem.sealNo

+ 3 - 3
src/views/iosBasicData/SeafreightExportF/bills/assembly/feecenter.vue

@@ -2023,7 +2023,7 @@
             },
             // 获取客户数据
             getBcorpsListfun(cnName){
-                getBcorpsList(1,10,{cnName}).then(res=>{
+                getBcorpsList(1,10,{cnName,status: 0}).then(res=>{
                     this.corpCnNameData = res.data.data.records
                     // this.corpCnNameData = res.data.data.records.map(item=>{
                     //     // 创建自定义参数暂存
@@ -2034,13 +2034,13 @@
             },
             // 获取费用数据
             bfeesListfun(cnName){
-                bfeesList(1,10,{cnName}).then(res=>{
+                bfeesList(1,10,{cnName,status: 0}).then(res=>{
                     this.feeCnNameData = res.data.data.records
                 })
             },
             // 获取费用信息 核算要素信息
             getBaccelementsListfun(cnName){
-                getBaccelementsList(1,10,{cnName}).then(res=>{
+                getBaccelementsList(1,10,{cnName,status: 0}).then(res=>{
                     this.elementsData = res.data.data.records
                 })
             },

+ 6 - 6
src/views/iosBasicData/SeafreightExportF/bills/assembly/formbottom.vue

@@ -705,8 +705,8 @@
             // 接口数据请求🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
             // 获取场站数据
             cyBcorpslistByType(cnName){
-                let corpType = '1712286771737272322'
-                getBcorpslistByType(1,10,{cnName,corpType}).then(res=>{
+                let corpTypeName = '场站'
+                getBcorpslistByType(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                     this.cyData = res.data.data.records
                 })
             },
@@ -718,7 +718,7 @@
             },
             // 获取客户数据
             inttraBcorpslistByType(cnName){
-                getBcorpslistByType(1,10,{cnName}).then(res=>{
+                getBcorpslistByType(1,10,{cnName,status: 0}).then(res=>{
                     this.inttraData = res.data.data.records
                 })
             },
@@ -742,19 +742,19 @@
             },
             // HB/L 付款地点
             hpayplaceBportsListfun(enName){
-                bportsList(1,10,{enName}).then(res=>{
+                bportsList(1,10,{enName,status: 0}).then(res=>{
                     this.hpayplaceData = res.data.data.records
                 })
             },
             // MB/L 付款地点
             mpayplaceBportsListfun(enName){
-                bportsList(1,10,{enName}).then(res=>{
+                bportsList(1,10,{enName,status: 0}).then(res=>{
                     this.mpayplaceData = res.data.data.records
                 })
             },
             // 签单地点
             issueAtBportsListfun(enName){
-                bportsList(1,10,{enName}).then(res=>{
+                bportsList(1,10,{enName,status: 0}).then(res=>{
                     this.issueAtData = res.data.data.records
                 })
             },

+ 14 - 14
src/views/iosBasicData/SeafreightExportF/bills/assembly/mbinformation.vue

@@ -441,56 +441,56 @@
             // 接口数据请求🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
             // 获取船名数据
             vesselBvesselsListfun(cnName){
-                getBvesselsList(1,10,{cnName}).then(res=>{
+                getBvesselsList(1,10,{cnName,status: 0}).then(res=>{
                     this.vesselData = res.data.data.records
                 })
             },
             // 获取船公司数据
             carrierBcorpsListfun(cnName){
-                let corpType = '1712286570540703745'
-                getBcorpsList(1,10,{cnName,corpType}).then(res=>{
+                let corpTypeName = '船公司'
+                getBcorpsList(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                     this.carrierData = res.data.data.records
                 })
             },
 
             // 获取航线数据
             lineblinesListfun(cnName){
-                blinesList(1,10,{cnName}).then(res=>{
+                blinesList(1,10,{cnName,status: 0}).then(res=>{
                     this.lineData = res.data.data.records
                 })
             },
             // 获取订舱代理数据
             bookingAgentBcorpsListfun(cnName){
-                let corpType = '1712285382575398914,1712285645314990082,1712285842321448962,1712286433378574338'
-                getBcorpslistByType(1,10,{cnName,corpType}).then(res=>{
+                let corpTypeName = '国内直接客户,国内同行及代理,国外直接客户,国外同行及代理'
+                getBcorpslistByType(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                     this.bookingAgentData = res.data.data.records
                 })
             },
             // 获取MB/L 发货人数据 (往来单位 前四个代理)
             mshipperBcorpsListfun(cnName){
-                let corpType = '1712285382575398914,1712285645314990082,1712285842321448962,1712286433378574338'
-                getBcorpslistByType(1,10,{cnName,corpType}).then(res=>{
+                let corpTypeName = '国内直接客户,国内同行及代理,国外直接客户,国外同行及代理'
+                getBcorpslistByType(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                     this.mshipperData = res.data.data.records
                 })
             },
             // 获取收货人数据 (往来单位 前四个代理)
             mconsigneeBcorpsListfun(cnName){
-                let corpType = '1712285382575398914,1712285645314990082,1712285842321448962,1712286433378574338'
-                getBcorpslistByType(1,10,{cnName,corpType}).then(res=>{
+                let corpTypeName = '国内直接客户,国内同行及代理,国外直接客户,国外同行及代理'
+                getBcorpslistByType(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                     this.mconsigneeData = res.data.data.records
                 })
             },
             // 获取通知人数据 (往来单位 前四个代理)
             mnotifyBcorpsListfun(cnName){
-                let corpType = '1712285382575398914,1712285645314990082,1712285842321448962,1712286433378574338'
-                getBcorpslistByType(1,10,{cnName,corpType}).then(res=>{
+                let corpTypeName = '国内直接客户,国内同行及代理,国外直接客户,国外同行及代理'
+                getBcorpslistByType(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                     this.mnotifyData = res.data.data.records
                 })
             },
             // 获取第二通知人数据 (往来单位 前四个代理)
             mnotify2BcorpsListfun(cnName){
-                let corpType = '1712285382575398914,1712285645314990082,1712285842321448962,1712286433378574338'
-                getBcorpslistByType(1,10,{cnName,corpType}).then(res=>{
+                let corpTypeName = '国内直接客户,国内同行及代理,国外直接客户,国外同行及代理'
+                getBcorpslistByType(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                     this.mnotify2Data = res.data.data.records
                 })
             },

+ 11 - 11
src/views/iosBasicData/SeafreightExportF/bills/index.vue

@@ -1432,59 +1432,59 @@ import { getDeptTree } from "@/api/system/dept";
           },
           // 获取委托人数据
           corpBcorpslistByType(cnName){
-              getBcorpslistByType(1,10,{cnName}).then(res=>{
+              getBcorpslistByType(1,10,{cnName,status: 0}).then(res=>{
                   this.corpData = res.data.data.records
                   this.findObject(this.option.column, "corpCnName").dicData = res.data.data.records
               })
           },
           // 获取收货人数据
           hConsigneeBcorpslistByType(cnName){
-              getBcorpslistByType(1,10,{cnName}).then(res=>{
+              getBcorpslistByType(1,10,{cnName,status: 0}).then(res=>{
                   this.hConsigneeData = res.data.data.records
                   this.findObject(this.option.column, "hConsigneeCnName").dicData = res.data.data.records
               })
           },
           // 获取船名
           vesselBvesselsListfun(enName){
-              getBvesselsList(1,10,{enName}).then(res=>{
+              getBvesselsList(1,10,{enName,status: 0}).then(res=>{
                   this.vesselData = res.data.data.records
                   this.findObject(this.option.column, "vesselCnName").dicData = res.data.data.records
               })
           },
           // 获取船公司数据
           carrierBcorpslistByTypefun(cnName){
-              let corpType = '1712286570540703745'
-              getBcorpslistByType(1,10,{cnName,corpType}).then(res=>{
+              let corpTypeName = '船公司'
+              getBcorpslistByType(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                   this.carrierData = res.data.data.records
                   this.findObject(this.option.column, "carrierCnName").dicData = res.data.data.records
               })
           },
           // 卸货港数据
           podBportsListfun(enName){
-              bportsList(1,10,{enName}).then(res=>{
+              bportsList(1,10,{enName,status: 0}).then(res=>{
                   this.podData = res.data.data.records
                   this.findObject(this.option.column, "podEnName").dicData = res.data.data.records
               })
           },
           // 航线数据
           lineBlinesListfun(cnName){
-              blinesList(1,10,{cnName}).then(res=>{
+              blinesList(1,10,{cnName,status: 0}).then(res=>{
                   this.lineData = res.data.data.records
                   this.findObject(this.option.column, "lineCnName").dicData = res.data.data.records
               })
           },
           // 获取场站数据
           cyBcorpslistByType(cnName){
-              let corpType = '1712286771737272322'
-              getBcorpslistByType(1,10,{cnName,corpType}).then(res=>{
+              let corpTypeName = '场站'
+              getBcorpslistByType(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                   this.cyData = res.data.data.records
                   this.findObject(this.option.column, "cyCnName").dicData = res.data.data.records
               })
           },
           // 订舱代理
           bookingAgentBcorpsListfun(cnName){
-              let corpType = '1712285382575398914,1712285645314990082,1712285842321448962,1712286433378574338'
-              getBcorpslistByType(1,10,{cnName,corpType}).then(res=>{
+              let corpTypeName = '国内直接客户,国内同行及代理,国外直接客户,国外同行及代理'
+              getBcorpslistByType(1,10,{cnName,status: 0,corpTypeName}).then(res=>{
                   this.bookingAgentData = res.data.data.records
                   this.findObject(this.option.column, "bookingAgentCnName").dicData = res.data.data.records
               })