Browse Source

针对威派格财务核算成本增加 时薪文字提示

Lijy 2 years ago
parent
commit
07d7bce9e8

+ 2 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/project/finance.vue

@@ -289,7 +289,7 @@
         </el-dialog>
         </el-dialog>
          
          
          <!--导入时的设置界面 -->
          <!--导入时的设置界面 -->
-         <el-dialog :title="$t('Financialdataimport')" v-if="importDialog" :visible.sync="importDialog" :close-on-click-modal="false" customClass="customWidth" width="500px">
+         <el-dialog :title="$t('Financialdataimport')" v-if="importDialog" :visible.sync="importDialog" :close-on-click-modal="false" customClass="customWidth" width="550px">
             <el-form ref="form3" :model="importParam" >
             <el-form ref="form3" :model="importParam" >
                 <el-form-item :label="$t('Itheimport')" >
                 <el-form-item :label="$t('Itheimport')" >
                     <!-- <div style="color:orange;">{{date}}</div> -->
                     <!-- <div style="color:orange;">{{date}}</div> -->
@@ -297,6 +297,7 @@
                 </el-form-item>
                 </el-form-item>
                 <el-form-item prop="syncHistoryReport"  >
                 <el-form-item prop="syncHistoryReport"  >
                     <el-checkbox :label="$t('Recalculatereportedcostsforthemonth')" v-model="importParam.syncHistoryReport"></el-checkbox>
                     <el-checkbox :label="$t('Recalculatereportedcostsforthemonth')" v-model="importParam.syncHistoryReport"></el-checkbox>
+                    <span v-if="user.companyId == '936'">&nbsp;[ 按每月 {{$t(user.timeType.monthDays)}} 天 * 每天 {{$t(user.timeType.allday)}} 小时计算时薪 ]</span>
                 </el-form-item>
                 </el-form-item>
                 <el-form-item prop="syncUserCost"  >
                 <el-form-item prop="syncUserCost"  >
                     <el-checkbox :label="$t('Synchronizeemployeemonthlycosttorganizationalstructure')" v-model="importParam.syncUserCost" ></el-checkbox>
                     <el-checkbox :label="$t('Synchronizeemployeemonthlycosttorganizationalstructure')" v-model="importParam.syncUserCost" ></el-checkbox>