<el-cardv-for="(itemOuter,index) in form.packagingCreateReqVOList":key="index">
<el-cardstyle="margin-bottom: 10px"v-for="(itemOuter,index) in form.channelList":key="index">
<template#header>
<el-row:gutter="20"type="flex"align="middle">
<el-col:span="1">渠道{{index+1}}
</el-col>
<el-col:span="3">
<el-selectmultiple>
<el-optionv-for="item in channelList":value="item.channelId":key="item.channelId"
<el-selectmultiplev-model="itemOuter.channelIds">
<el-option:disabled="channelIdBlackList.includes(item.channelId.toString()) && (!itemOuter.channelIds.includes(item.channelId.toString()))"v-for="item in channelList":value="item.channelId.toString()":key="item.channelId"
<el-optionv-for="item in getDictDatas(DICT_TYPE.ECW_PACKAGING_TYPE)":value="item.value":key="item.value"
<el-option:disabled="deletePackagingTypes.includes(item.value) && (!itemm.packagingTypes.includes(item.value))"v-for="item in getDictDatas(DICT_TYPE.ECW_PACKAGING_TYPE)":value="item.value":key="item.value"