|
@@ -1642,7 +1642,7 @@ li.chouzhen.first:before {
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
</a-row>
|
|
</a-row>
|
|
- <a-row :gutter="16" v-if="channelData && channelData.channel.isHaveItem">
|
|
|
|
|
|
+ <a-row :gutter="16" v-if="channelData && channelData.channel.isHaveItem>-1">
|
|
<a-col :span="16">
|
|
<a-col :span="16">
|
|
<a-form-item>
|
|
<a-form-item>
|
|
<span slot="label">
|
|
<span slot="label">
|
|
@@ -2684,7 +2684,7 @@ li.chouzhen.first:before {
|
|
</a-select>
|
|
</a-select>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-modal>
|
|
</a-modal>
|
|
- <a-modal v-model="lookChannelVisible" :footer="null" :width="1000">
|
|
|
|
|
|
+ <a-modal v-model="lookChannelVisible" :footer="null" :width="1000" :zIndex="1000000">
|
|
<a-table
|
|
<a-table
|
|
:columns="TTcolumns"
|
|
:columns="TTcolumns"
|
|
:dataSource="lookChannelList"
|
|
:dataSource="lookChannelList"
|
|
@@ -2692,11 +2692,11 @@ li.chouzhen.first:before {
|
|
:loading="lookChannelLoading"
|
|
:loading="lookChannelLoading"
|
|
bordered
|
|
bordered
|
|
size="middle"
|
|
size="middle"
|
|
- style="word-break: break-all;font-size:16px;font-weight:600"
|
|
|
|
|
|
+ style="word-break: break-all;font-size:16px;font-weight:600;margin-top: 20px;"
|
|
id="outTable"
|
|
id="outTable"
|
|
ref="accountTable"
|
|
ref="accountTable"
|
|
rowKey="id"
|
|
rowKey="id"
|
|
- :scroll="{ x: 1500 }"
|
|
|
|
|
|
+ :scroll="{x:1400}"
|
|
>
|
|
>
|
|
</a-table>
|
|
</a-table>
|
|
</a-modal>
|
|
</a-modal>
|
|
@@ -3688,10 +3688,13 @@ export default {
|
|
if (res.success) {
|
|
if (res.success) {
|
|
Promise.all([formProjectData, formOptimizeData, formMaterialData])
|
|
Promise.all([formProjectData, formOptimizeData, formMaterialData])
|
|
.then(res => {
|
|
.then(res => {
|
|
|
|
+ console.log(res, this.formInformaData)
|
|
if (
|
|
if (
|
|
!this.showCreativeData ||
|
|
!this.showCreativeData ||
|
|
this.showCheckPerson.length === 0 ||
|
|
this.showCheckPerson.length === 0 ||
|
|
- this.multipleBidData.length === 0
|
|
|
|
|
|
+ this.multipleBidData.length === 0 ||
|
|
|
|
+ !this.formInformaData.campaignName ||
|
|
|
|
+ !this.formInformaData.groupName
|
|
) {
|
|
) {
|
|
this.$message.error('请填写完整')
|
|
this.$message.error('请填写完整')
|
|
return
|
|
return
|
|
@@ -4084,7 +4087,7 @@ export default {
|
|
if (this.appDetail.schemaUri) {
|
|
if (this.appDetail.schemaUri) {
|
|
this.uriCheck = true
|
|
this.uriCheck = true
|
|
}
|
|
}
|
|
- if (this.channelData && this.channelData.channel.isHaveItem) {
|
|
|
|
|
|
+ if (this.channelData && this.channelData.channel.isHaveItem>-1) {
|
|
this.useChannel = true
|
|
this.useChannel = true
|
|
}
|
|
}
|
|
this.appDetailMiddle = JSON.parse(JSON.stringify(this.appDetail))
|
|
this.appDetailMiddle = JSON.parse(JSON.stringify(this.appDetail))
|