ota管理 按钮顺序调整
This commit is contained in:
@@ -101,92 +101,96 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 全部导出-->
|
<div class="table-operator" style='margin-bottom: 19px;margin-top: 20px;overflow:hidden;'>
|
||||||
<div class="table-operator" style='margin-bottom: 19px;text-align: left;margin-top: 20px;'>
|
<div style='float: left'>
|
||||||
<div v-show="vehicleTypeCode === $t('whole')" class="operator-text" @click="handleExportManage('all')"
|
<!-- 全部导出-->
|
||||||
v-has="'otadetail:export'">
|
<div v-show="vehicleTypeCode === $t('whole')" class="operator-text" @click="handleExportManage('all')"
|
||||||
<a-icon type="export" :rotate="-90" />
|
v-has="'otadetail:export'">
|
||||||
{{ $t('export') }}
|
<a-icon type="export" :rotate="-90" />
|
||||||
</div>
|
{{ $t('export') }}
|
||||||
<!-- 全部下发通知-->
|
|
||||||
<div v-show="vehicleTypeCode === $t('whole')" class="operator-text" @click="issuenotice"
|
|
||||||
v-has="'otadetail:Issuenotice'">
|
|
||||||
<a-icon type="sound" />
|
|
||||||
{{ $t('issuenotice') }}
|
|
||||||
</div>
|
|
||||||
<!-- studio导出-->
|
|
||||||
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="handleExportManage('studio')"
|
|
||||||
v-has="'otad:export'">
|
|
||||||
<a-icon type="export" :rotate="-90"/>
|
|
||||||
{{ $t('export') }}
|
|
||||||
</div>
|
|
||||||
<!-- studio批量设置-->
|
|
||||||
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="BatchSetting"
|
|
||||||
v-has="'otad:batchsetting'">
|
|
||||||
<a-icon type="setting" />
|
|
||||||
{{ $t('BatchSetting') }}
|
|
||||||
</div>
|
|
||||||
<!-- studio申请重新匹配-->
|
|
||||||
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="applyforrematch"
|
|
||||||
v-has="'otad:rematch'">
|
|
||||||
<a-icon type="rollback" />
|
|
||||||
{{ $t('applyforrematch') }}
|
|
||||||
</div>
|
|
||||||
<!-- studio保存-->
|
|
||||||
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="preservation"
|
|
||||||
v-has="'otad:save'">
|
|
||||||
<a-icon type="check-circle" />
|
|
||||||
{{ $t('preservation') }}
|
|
||||||
</div>
|
|
||||||
<!-- studio提交-->
|
|
||||||
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="submit"
|
|
||||||
v-has="'otad-submit'">
|
|
||||||
<a-icon type="check-circle" />
|
|
||||||
{{ $t('submit') }}
|
|
||||||
</div>
|
|
||||||
<!-- manger确认-->
|
|
||||||
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="confirm"
|
|
||||||
v-has="'otaman:confirm'">
|
|
||||||
<a-icon type="check-circle" />
|
|
||||||
{{ $t('confirm') }}
|
|
||||||
</div>
|
|
||||||
<!-- manger退回-->
|
|
||||||
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="sendBack"
|
|
||||||
v-has="'otaman:return'">
|
|
||||||
<a-icon type="rollback" />
|
|
||||||
{{ $t('sendBack') }}
|
|
||||||
</div>
|
|
||||||
<!-- 列表设置-->
|
|
||||||
<!-- v-if="!this.$route.query.it"-->
|
|
||||||
<a-popconfirm :visible="customizevisible" overlayClassName="popconfirmClassName" :getPopupContainer="triggerNode => { return triggerNode.parentNode; }"
|
|
||||||
placement="bottomRight" >
|
|
||||||
<template slot="title" id="popconfirmmize">
|
|
||||||
<div style="max-height:360px;overflow:scroll;overflow-x: auto;width: 216px">
|
|
||||||
<a-checkbox
|
|
||||||
style="margin-bottom: 22px;"
|
|
||||||
v-if="cuList && cuList.length"
|
|
||||||
v-model="checkAll"
|
|
||||||
:indeterminate="indeterminate"
|
|
||||||
@change="onCheckAllChange"
|
|
||||||
>{{ $t('selectAll') }}
|
|
||||||
</a-checkbox>
|
|
||||||
<a-checkbox-group @change="Change" v-model="checkedList" class="customize-text">
|
|
||||||
<a-checkbox class="customize-text-title" :disabled="item.disabled" v-for="(item, key) in cuList"
|
|
||||||
:key="key" :value="item.field">{{ item.name }}
|
|
||||||
</a-checkbox>
|
|
||||||
</a-checkbox-group>
|
|
||||||
<div class="drawer-bootom-button">
|
|
||||||
<a-button @click="cancel" style="margin-right: 16px">{{ $t('cancel') }}</a-button>
|
|
||||||
<a-button @click="handleSubmitcustomize" type="primary" :loading="confirmLoading">{{ $t('determine') }}
|
|
||||||
</a-button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
<div class="operator-text" style="position: relative" @click="getcustomize">
|
|
||||||
<a-icon type="setting"/>
|
|
||||||
{{ $t('customize') }}
|
|
||||||
</div>
|
</div>
|
||||||
</a-popconfirm>
|
<!-- 全部下发通知-->
|
||||||
|
<div v-show="vehicleTypeCode === $t('whole')" class="operator-text" @click="issuenotice"
|
||||||
|
v-has="'otadetail:Issuenotice'">
|
||||||
|
<a-icon type="sound" />
|
||||||
|
{{ $t('issuenotice') }}
|
||||||
|
</div>
|
||||||
|
<!-- studio导出-->
|
||||||
|
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="handleExportManage('studio')"
|
||||||
|
v-has="'otad:export'">
|
||||||
|
<a-icon type="export" :rotate="-90"/>
|
||||||
|
{{ $t('export') }}
|
||||||
|
</div>
|
||||||
|
<!-- studio批量设置-->
|
||||||
|
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="BatchSetting"
|
||||||
|
v-has="'otad:batchsetting'">
|
||||||
|
<a-icon type="setting" />
|
||||||
|
{{ $t('BatchSetting') }}
|
||||||
|
</div>
|
||||||
|
<!-- 列表设置-->
|
||||||
|
<!-- v-if="!this.$route.query.it"-->
|
||||||
|
<a-popconfirm :visible="customizevisible" overlayClassName="popconfirmClassName" :getPopupContainer="triggerNode => { return triggerNode.parentNode; }"
|
||||||
|
placement="bottomRight" >
|
||||||
|
<template slot="title" id="popconfirmmize">
|
||||||
|
<div style="max-height:360px;overflow:scroll;overflow-x: auto;width: 216px">
|
||||||
|
<a-checkbox
|
||||||
|
style="margin-bottom: 22px;"
|
||||||
|
v-if="cuList && cuList.length"
|
||||||
|
v-model="checkAll"
|
||||||
|
:indeterminate="indeterminate"
|
||||||
|
@change="onCheckAllChange"
|
||||||
|
>{{ $t('selectAll') }}
|
||||||
|
</a-checkbox>
|
||||||
|
<a-checkbox-group @change="Change" v-model="checkedList" class="customize-text">
|
||||||
|
<a-checkbox class="customize-text-title" :disabled="item.disabled" v-for="(item, key) in cuList"
|
||||||
|
:key="key" :value="item.field">{{ item.name }}
|
||||||
|
</a-checkbox>
|
||||||
|
</a-checkbox-group>
|
||||||
|
<div class="drawer-bootom-button">
|
||||||
|
<a-button @click="cancel" style="margin-right: 16px">{{ $t('cancel') }}</a-button>
|
||||||
|
<a-button @click="handleSubmitcustomize" type="primary" :loading="confirmLoading">{{ $t('determine') }}
|
||||||
|
</a-button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<div class="operator-text" style="position: relative" @click="getcustomize">
|
||||||
|
<a-icon type="setting"/>
|
||||||
|
{{ $t('customize') }}
|
||||||
|
</div>
|
||||||
|
</a-popconfirm>
|
||||||
|
</div>
|
||||||
|
<div style='float: right'>
|
||||||
|
<!-- studio保存-->
|
||||||
|
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="preservation"
|
||||||
|
v-has="'otad:save'">
|
||||||
|
<a-icon type="check-circle" />
|
||||||
|
{{ $t('preservation') }}
|
||||||
|
</div>
|
||||||
|
<!-- studio提交-->
|
||||||
|
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="submit"
|
||||||
|
v-has="'otad-submit'">
|
||||||
|
<a-icon type="check-circle" />
|
||||||
|
{{ $t('submit') }}
|
||||||
|
</div>
|
||||||
|
<!-- manger确认-->
|
||||||
|
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="confirm"
|
||||||
|
v-has="'otaman:confirm'">
|
||||||
|
<a-icon type="check-circle" />
|
||||||
|
{{ $t('confirm') }}
|
||||||
|
</div>
|
||||||
|
<!-- manger退回-->
|
||||||
|
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="sendBack"
|
||||||
|
v-has="'otaman:return'">
|
||||||
|
<a-icon type="rollback" />
|
||||||
|
{{ $t('sendBack') }}
|
||||||
|
</div>
|
||||||
|
<!-- studio申请重新匹配-->
|
||||||
|
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="applyforrematch"
|
||||||
|
v-has="'otad:rematch'">
|
||||||
|
<a-icon type="rollback" />
|
||||||
|
{{ $t('applyforrematch') }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a-table ref="table" size="middle"
|
<a-table ref="table" size="middle"
|
||||||
:components="drag(columnsAll, 'columnsAll')"
|
:components="drag(columnsAll, 'columnsAll')"
|
||||||
|
|||||||
Reference in New Issue
Block a user