Przeglądaj źródła

合同详情页调整

qymljy 8 miesięcy temu
rodzic
commit
a1b1fd3aeb

+ 3 - 3
src/HDrpManagement/contractManage/components/priceDifference/addPriceDiff.vue

@@ -88,9 +88,9 @@
     </el-drawer>
     <el-dialog  :visible.sync="dialogTableVisible" append-to-body center width="70%">
       <template slot="title">
-        <span style="float: left" >{{$t('居间费调整确认')}}</span>
+        <span style="float: left" >{{$t('备用金调整确认')}}</span>
       </template>
-      <p style="color: red" class="mt-10">{{$t('以下是居间费调整前后情况,若确认调整,系统自动将业务员提成重新计算并生成新的收入凭证')}}</p>
+      <p style="color: red" class="mt-10">{{$t('以下是备用金调整前后情况,若确认调整,系统自动将业务员提成重新计算并生成新的收入凭证')}}</p>
       <div class="mt-10">
         <span>合计</span>
         <span style="margin-left: 20px">{{$t('调整前提成')}}:<span style="color: red;margin-left: 10px">{{totalrewardamount == 0?'¥ '+tool.formatAmount(0,2):'¥ '+tool.formatAmount(totalrewardamount,2)}}</span></span>
@@ -207,7 +207,7 @@ export default {
   methods:{
     addBtn(){
       this.title = '新建居间协议'
-      this.form.title = this.$route.query.type == '经销项目' || this.$route.query.type == '直销项目'?this.data.projectname + '_居间费': this.data.enterprisename + '_居间费'
+      this.form.title = this.$route.query.type == '经销项目' || this.$route.query.type == '直销项目'?this.data.projectname + '_备用金': this.data.enterprisename + '_备用金'
       this.form.ascription_contractid = this.data.sa_contractid
       this.form.sa_projectid = this.data.sa_projectid
       this.form.saler_hrid = this.data.saler_hrid

+ 4 - 4
src/HDrpManagement/contractManage/modules/detail.vue

@@ -232,7 +232,7 @@
           </taskTarget>
         </div>
         <div v-if="mainData.type == '项目'">
-          <!--   差价     -->
+          <!--   备用金     -->
           <priceDifference v-if="siteid == 'HY' && tool.checkAuth($route.name,'brokerageFeeEntrySet')" :data="mainData"></priceDifference>
           <!--   详细信息     -->
           <BaseInfo v-else :detailInfo="detailInfo"/>
@@ -389,16 +389,16 @@ export default {
     tabsSet(){
       switch (this.mainData.type) {
         case '项目':
-          this.tabs = this.siteid == 'HY'?this.tool.checkAuth(this.$route.name,'brokerageFeeEntrySet')?['产品明细折扣','产品类别折扣','差价','详细信息']:['产品明细折扣','产品类别折扣','详细信息']:['产品明细折扣','产品类别折扣','详细信息']
+          this.tabs = this.siteid == 'HY'?this.tool.checkAuth(this.$route.name,'brokerageFeeEntrySet')?['产品明细折扣','产品类别折扣','备用金','详细信息']:['产品明细折扣','产品类别折扣','详细信息']:['产品明细折扣','产品类别折扣','详细信息']
               break
         case '框架':
-          this.tabs = this.siteid == 'HY'?this.tool.checkAuth(this.$route.name,'brokerageFeeEntrySet')?['产品明细折扣','产品类别折扣','业绩目标','差价','详细信息']:['产品明细折扣','产品类别折扣','业绩目标','详细信息']:['产品明细折扣','产品类别折扣','业绩目标','详细信息']
+          this.tabs = this.siteid == 'HY'?this.tool.checkAuth(this.$route.name,'brokerageFeeEntrySet')?['产品明细折扣','产品类别折扣','业绩目标','备用金','详细信息']:['产品明细折扣','产品类别折扣','业绩目标','详细信息']:['产品明细折扣','产品类别折扣','业绩目标','详细信息']
               break
         case '居间':
           this.tabs = this.siteid == 'HY'?this.tool.checkAuth(this.$route.name,'contact')?['详细信息','联系人']:['详细信息']:this.tool.checkAuth(this.$route.name,'contact')?['产品明细折扣','产品类别折扣','详细信息','联系人']:['产品明细折扣','产品类别折扣','详细信息']
               break
         case '直销':
-          this.tabs = this.siteid == 'HY'?this.tool.checkAuth(this.$route.name,'brokerageFeeEntrySet')?['产品明细折扣','产品类别折扣','业绩目标','差价','详细信息']:['产品明细折扣','产品类别折扣','业绩目标','详细信息']:['产品明细折扣','产品类别折扣','业绩目标','详细信息']
+          this.tabs = this.siteid == 'HY'?this.tool.checkAuth(this.$route.name,'brokerageFeeEntrySet')?['产品明细折扣','产品类别折扣','业绩目标','备用金','详细信息']:['产品明细折扣','产品类别折扣','业绩目标','详细信息']:['产品明细折扣','产品类别折扣','业绩目标','详细信息']
               break
         default:
           this.tabs = ['工具清单','详细信息']

+ 1 - 1
src/SDrpManagement/salerAccount/index.vue

@@ -9,7 +9,7 @@
         :autoQuery="false"
     >
       <template #titleLight>
-        <exportFile :param="param" :columns="tablecols" fileName="业务员账户"></exportFile>
+        <exportFile class="inline-16" :param="param" :columns="tablecols" fileName="业务员账户"></exportFile>
       </template>
       <template #custom >
         <div class="mt-10 inline-16">