Commit d9f732ee authored by youjie's avatar youjie

no message

parent 0937d3f8
......@@ -106,7 +106,7 @@
<div class="cmci_cen">
<p class="_t _cup" @click="item.PeopleNum!=0?goUrl('AccountPageList',item.ID):''">
<span>{{$t('fnc.glzhangu')}}</span>
<span class="PingFangSC _underline" v-if='item.PeopleNum!=0'>{{item.PeopleNum}}</span>
<span class="PingFangSC _underline" v-if='item.PeopleNum!=0'>{{item.PeopleNum}}{{$t('objFill.ge')}}</span>
<span class="PingFangSC" v-else>-</span>
</p>
<p class="_t"><span>{{$t('fnc.xnleixing')}}</span><span v-if="item.IsVirtual==0">{{$t('fnc.fou')}}</span><span v-if="item.IsVirtual==1">{{$t('fnc.yes')}}</span></p>
......
......@@ -132,7 +132,7 @@
</el-col>
<el-col :span="4" :gutter="35">
<el-form-item :label="$t('fnc.shangjileixing')">
<el-select v-model="msg.ParentId">
<el-select v-model="msg.ParentId" :placeholder="$t('objFill.qingxuanzhe')">
<el-option v-for="(item,index) in CostTypeList2" :label='item.Name' :key="item.ID" :value='item.ID' ></el-option>
</el-select>
</el-form-item>
......@@ -178,7 +178,7 @@
</p>
<div class="_bumen" >
<p>{{$t('fnc.tanzhang')}}{{item.IsShareAccount===0?$t('fnc.feitanzhang'): $t('fnc.tanzhang')}}</p>
<p v-if="item.PrioritySort>0">审核优先级{{item.PrioritySort}}</p>
<p v-if="item.PrioritySort>0">{{$t('objFill.shenheyouxianji')}}{{item.PrioritySort}}</p>
<p v-else>{{$t('fnc.ysbaobiao')}}{{item.Is_Report===0? $t('fnc.bujinru') : $t('fnc.jinru')}}</p>
<p class="_b_edit">
<!-- <button type="button" class="el-button el-tooltip item el-button--danger is-circle" aria-describedby="el-tooltip-694" tabindex="0" @click="financeinfoRemove(item.ID,item.Name)"><i class="el-icon-delete"></i></button> -->
......@@ -436,14 +436,14 @@
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="机密费用:">
<el-form-item :label="$t('objFill.jimifeiyong') + ':'">
<el-radio v-model="addMsg.IsSecret" :label="1">{{$t('fnc.yes')}}</el-radio>
<el-radio v-model="addMsg.IsSecret" :label="0">{{$t('fnc.fou')}}</el-radio>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="审核优先级:">
<el-input v-model="addMsg.PrioritySort"></el-input><span>*数值越大越靠前</span>
<el-form-item :label="$t('objFill.shenheyouxianji') + ':'">
<el-input v-model="addMsg.PrioritySort"></el-input><span>*{{$t('objFill.shuzidakq')}}</span>
</el-form-item>
</el-col>
</el-row>
......@@ -812,7 +812,7 @@
},
//导出费用类型明细报表
method5: function() {
this.GetLocalFile("financeinfo_post_OutToCostTypeExcel", this.msg,"费用类型明细报表.xls");
this.GetLocalFile("financeinfo_post_OutToCostTypeExcel", this.msg,`${this.$t('objFill.feiyonglxmxbb')}.xls`);
} ,
editCurency(id){ // 修改信息
this.apipost('financeinfo_post_GetCostType',{ID:id}, res => {
......@@ -1014,7 +1014,7 @@
if(this.addMsg.Tier===1){
this.addMsg.ParentId=0;
}else if(this.addMsg.Tier!=1&&this.addMsg.ParentId==''){
return this.$message.error('请选择上级类型')
return this.$message.error(this.$t('objFill.qingxuazhesjlx'))
}
if(this.addMsg.BranchId!=null&&this.addMsg.BranchId!=-1){
let obj = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment