|
@@ -289,7 +289,7 @@
|
|
|
</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-item :label="$t('Itheimport')" >
|
|
|
<!-- <div style="color:orange;">{{date}}</div> -->
|
|
@@ -297,6 +297,7 @@
|
|
|
</el-form-item>
|
|
|
<el-form-item prop="syncHistoryReport" >
|
|
|
<el-checkbox :label="$t('Recalculatereportedcostsforthemonth')" v-model="importParam.syncHistoryReport"></el-checkbox>
|
|
|
+ <span v-if="user.companyId == '936'"> [ 按每月 {{$t(user.timeType.monthDays)}} 天 * 每天 {{$t(user.timeType.allday)}} 小时计算时薪 ]</span>
|
|
|
</el-form-item>
|
|
|
<el-form-item prop="syncUserCost" >
|
|
|
<el-checkbox :label="$t('Synchronizeemployeemonthlycosttorganizationalstructure')" v-model="importParam.syncUserCost" ></el-checkbox>
|