|
|
@@ -22,11 +22,11 @@
|
|
|
:class="{ 'li-selected': selectedItem === 'qsxx' }" @click="selectItem('qsxx')">欠税信息</li>
|
|
|
<li :class="{ 'li-selected': selectedItem === 'yxzl' }" @click="selectItem('yxzl')"
|
|
|
v-if="Object.keys(obj).length != 0">影像资料</li>
|
|
|
- <!-- <li v-if="orderInfo.orderFeeResult && orderInfo.orderFeeResult.length > 0"
|
|
|
- :class="{ 'li-selected': selectedItem === 'fymx' }" @click="selectItem('fymx')">费用明细</li> -->
|
|
|
+ <li
|
|
|
+ :class="{ 'li-selected': selectedItem === 'fymx' }" @click="selectItem('fymx')">费用明细</li>
|
|
|
<li v-if="isAuditing && orderInfo.feeOrderNewVo && orderInfo.feeOrderNewVo.deptManagerFee.length > 0"
|
|
|
:class="{ 'li-selected': selectedItem === 'jgglf' }" @click="selectItem('jgglf')">机构管理费</li>
|
|
|
- <li v-if="orderInfo.distributionLevelVoList && orderInfo.distributionLevelVoList.length > 0 && isAuditing"
|
|
|
+ <li v-if="orderInfo.distributionLevelVoList && orderInfo.distributionLevelVoList.length > 0 "
|
|
|
:class="{ 'li-selected': selectedItem === 'fxmx1' }" @click="selectItem('fxmx1')">分销明细</li>
|
|
|
<li v-if="orderInfo && orderInfo.orderstatus == 4 && orderInfo.auditopinion"
|
|
|
:class="{ 'li-selected': selectedItem === 'shyj' }" @click="selectItem('shyj')">审核意见</li>
|
|
|
@@ -327,69 +327,7 @@
|
|
|
</el-row>
|
|
|
</div>
|
|
|
</OpenCloseBox>
|
|
|
- <OpenCloseBox id="fymx" v-if="isAuditing && isAuditing.feeOrderNewVo">
|
|
|
- <span slot="title">费用明细</span>
|
|
|
- <div slot="boby" style="font-size:12px;width: 100%" class="FeeEnclosure">
|
|
|
- <el-table :data="isAuditing.feeOrderNewVo" :border="true" width="100%" :stripe="true" size="mini"
|
|
|
- :header-cell-style="{
|
|
|
- background: '#F7F7F9',
|
|
|
- fontWeight: '700',
|
|
|
- color: '#606266',
|
|
|
- }">
|
|
|
- <el-table-column label="入口费用">
|
|
|
- <el-table-column prop="insuranceType" label="险种">
|
|
|
- </el-table-column>
|
|
|
- <el-table-column prop="otherCostsProportion" label="跟单比例">
|
|
|
- <template slot-scope="scope">
|
|
|
- <span v-if="!isAuditing.adjustFeeFlag">{{ scope.row.otherCostsProportion }} </span>
|
|
|
- <el-input v-else v-model="scope.row.otherCostsProportion" size="mini"></el-input>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column prop="superviseCosts" label="手续费比例">
|
|
|
- <template slot-scope="scope">
|
|
|
- <span v-if="!isAuditing.adjustFeeFlag">{{ scope.row.superviseCosts }} </span>
|
|
|
- <el-input v-else v-model="scope.row.superviseCosts" size="mini"></el-input>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column prop="totalProportion" label="总比例">
|
|
|
- <template slot-scope="scope">
|
|
|
- <span v-if="!isAuditing.adjustFeeFlag">{{ scope.row.totalProportion }} </span>
|
|
|
- <el-input v-else v-model="scope.row.totalProportion" size="mini"></el-input>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column prop="premium" label="保费"></el-table-column>
|
|
|
- <el-table-column prop="otherCostsPremiums" label="跟单费"></el-table-column>
|
|
|
- <el-table-column prop="sySuperviseCostsPremiums" label="手续费"></el-table-column>
|
|
|
- <el-table-column prop="totalAmount" label="总费用"></el-table-column>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column label="出口费用">
|
|
|
- <el-table-column prop="exportInsuranceType" label="险种">
|
|
|
- </el-table-column>
|
|
|
- <el-table-column prop="exportOtherCostsProportion" label="跟单比例">
|
|
|
- <template slot-scope="scope">
|
|
|
- <span v-if="!isAuditing.adjustFeeFlag">{{ scope.row.exportOtherCostsProportion }} </span>
|
|
|
- <el-input v-else v-model="scope.row.exportOtherCostsProportion" size="mini"></el-input>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column prop="exportSuperviseCosts" label="手续费比例">
|
|
|
- <template slot-scope="scope">
|
|
|
- <span v-if="!isAuditing.adjustFeeFlag">{{ scope.row.exportSuperviseCosts }} </span>
|
|
|
- <el-input v-else v-model="scope.row.exportSuperviseCosts" size="mini"></el-input>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column prop="exportTotalProportion" label="总比例">
|
|
|
- <template slot-scope="scope">
|
|
|
- <span v-if="!isAuditing.adjustFeeFlag">{{ scope.row.exportTotalProportion }} </span>
|
|
|
- <el-input v-else v-model="scope.row.exportTotalProportion" size="mini"></el-input>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column prop="exportOtherCostsPremiums" label="跟单费"></el-table-column>
|
|
|
- <el-table-column prop="exportSuperviseCostsPremiums" label="手续费"></el-table-column>
|
|
|
- <el-table-column prop="exportTotalAmount" label="总费用"></el-table-column>
|
|
|
- </el-table-column>
|
|
|
- </el-table>
|
|
|
- </div>
|
|
|
- </OpenCloseBox>
|
|
|
+
|
|
|
<OpenCloseBox id="jgglf"
|
|
|
v-if="isAuditing && isAuditing.feeOrderNewVo && orderInfo.feeOrderNewVo && orderInfo.feeOrderNewVo.deptManagerFee">
|
|
|
<span slot="title">机构管理费</span>
|
|
|
@@ -444,22 +382,7 @@
|
|
|
</el-table>
|
|
|
</div>
|
|
|
</OpenCloseBox>
|
|
|
- <OpenCloseBox id="fxmx1" v-if="isAuditing && isAuditing.feeOrderNewVo && orderInfo.distributionLevelVoList">
|
|
|
- <span slot="title">分销明细</span>
|
|
|
- <div slot="boby" style="font-size:12px;width: 100%" class="FeeEnclosure">
|
|
|
- <el-table :data="orderInfo.distributionLevelVoList" :border="true" width="100%" :stripe="true" size="mini"
|
|
|
- :header-cell-style="{
|
|
|
- background: '#F7F7F9',
|
|
|
- fontWeight: '700',
|
|
|
- color: '#606266',
|
|
|
- }">
|
|
|
- <el-table-column prop="distributionLevel" label="等级"></el-table-column>
|
|
|
- <el-table-column prop="userName" label="接收人"></el-table-column>
|
|
|
- <el-table-column prop="distributionRatio" label="比例"></el-table-column>
|
|
|
- <el-table-column prop="amount" label="金额"></el-table-column>
|
|
|
- </el-table>
|
|
|
- </div>
|
|
|
- </OpenCloseBox>
|
|
|
+
|
|
|
<OpenCloseBox id="shyj" v-if="orderInfo && orderInfo.orderstatus == 4 && orderInfo.auditopinion">
|
|
|
<span slot="title">审核意见</span>
|
|
|
<div slot="boby">
|
|
|
@@ -497,6 +420,58 @@
|
|
|
</el-row>
|
|
|
</div>
|
|
|
</OpenCloseBox>
|
|
|
+ <OpenCloseBox id="fymx" v-if="orderInfo.feeOrderNewVo && orderInfo.feeOrderNewVo.exportFee">
|
|
|
+ <span slot="title">费用明细</span>
|
|
|
+ <div slot="boby" style="font-size:12px;width: 100%" class="FeeEnclosure">
|
|
|
+ <el-table :data="orderInfo.feeOrderNewVo.exportFee" :span-method="feeOrderNewVomergeRows" :border="true" width="100%"
|
|
|
+ :stripe="true" size="mini" :header-cell-style="{
|
|
|
+ background: '#F7F7F9',
|
|
|
+ fontWeight: '700',
|
|
|
+ color: '#606266',
|
|
|
+ }">
|
|
|
+ <el-table-column prop="insuranceType" label="险种">
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column prop="otherCostsProportion" label="跟单比例">
|
|
|
+ <template slot-scope="scope" >
|
|
|
+ <span v-if="!isAuditing || scope.row.type !== '入口费用'">{{ scope.row.otherCostsProportion }} </span>
|
|
|
+ <el-input v-else v-model="scope.row.otherCostsProportion" size="mini"></el-input>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column prop="superviseCosts" label="手续费比例">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span v-if="!isAuditing || scope.row.type !== '入口费用'">{{ scope.row.superviseCosts }} </span>
|
|
|
+ <el-input v-else v-model="scope.row.superviseCosts" size="mini"></el-input>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column prop="totalProportion" label="总比例">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span v-if="!isAuditing || scope.row.type !== '入口费用'">{{ scope.row.totalProportion }} </span>
|
|
|
+ <el-input v-else v-model="scope.row.totalProportion" size="mini"></el-input>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column prop="premium" label="保费"></el-table-column>
|
|
|
+ <el-table-column prop="otherCostsPremiums" label="跟单费"></el-table-column>
|
|
|
+ <el-table-column prop="superviseCostsPremiums" label="手续费"></el-table-column>
|
|
|
+ <el-table-column prop="totalAmount" label="总费用"></el-table-column>
|
|
|
+ </el-table>
|
|
|
+ </div>
|
|
|
+ </OpenCloseBox>
|
|
|
+ <OpenCloseBox id="fxmx1" v-if=" orderInfo.feeOrderNewVo && orderInfo.distributionLevelVoList">
|
|
|
+ <span slot="title">分销明细</span>
|
|
|
+ <div slot="boby" style="font-size:12px;width: 100%" class="FeeEnclosure">
|
|
|
+ <el-table :data="orderInfo.distributionLevelVoList" :border="true" width="100%" :stripe="true" size="mini"
|
|
|
+ :header-cell-style="{
|
|
|
+ background: '#F7F7F9',
|
|
|
+ fontWeight: '700',
|
|
|
+ color: '#606266',
|
|
|
+ }">
|
|
|
+ <el-table-column prop="distributionLevel" label="等级"></el-table-column>
|
|
|
+ <el-table-column prop="userName" label="接收人"></el-table-column>
|
|
|
+ <el-table-column prop="distributionRatio" label="比例"></el-table-column>
|
|
|
+ <el-table-column prop="amount" label="金额"></el-table-column>
|
|
|
+ </el-table>
|
|
|
+ </div>
|
|
|
+ </OpenCloseBox>
|
|
|
</div>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|