Commit 8b68d736 authored by youjie's avatar youjie

no message

parent 037fe736
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
<el-select filterable v-model="addMsg.ExpenseAccount" placeholder="选择费用类型" style="width: 100%;" <el-select filterable v-model="addMsg.ExpenseAccount" placeholder="选择费用类型" style="width: 100%;"
> >
<el-option v-for="(item,index) in CostTypeList" :key="index" :label="item.Name" :value='item.ID'></el-option> <el-option v-for="(item,index) in costType" :key="index" :label="item.Name" :value='item.ID'></el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -501,11 +501,11 @@ ...@@ -501,11 +501,11 @@
// 获取所有费用类型 // 获取所有费用类型
getTemplateCostTypeList(){ getTemplateCostTypeList(){
// 单项签证制单费用类型 // 单项签证制单费用类型
this.apipost('Financial_post_GetTemplateCostTypeList',{},res=>{ // this.apipost('Financial_post_GetTemplateCostTypeList',{},res=>{
if(res.data.resultCode==1){ // if(res.data.resultCode==1){
this.CostTypeList=res.data.data; // this.CostTypeList=res.data.data;
}else{} // }else{}
},err=>{}) // },err=>{})
// 手配费费用类型 // 手配费费用类型
this.apipost('financeinfo_post_GetCostTypeList',{Type:null},res=>{ this.apipost('financeinfo_post_GetCostTypeList',{Type:null},res=>{
if(res.data.resultCode==1){ if(res.data.resultCode==1){
......
...@@ -302,7 +302,7 @@ ...@@ -302,7 +302,7 @@
</template> </template>
<tr v-if="RollCallList.length===0"> <tr v-if="RollCallList.length===0">
<td class="noDataNotice" colspan="4"> <td class="noDataNotice" colspan="6">
<div> <div>
<p class="iconfont icon-kong"></p> <p class="iconfont icon-kong"></p>
<p class="text">{{`暂无数据`}}</p> <p class="text">{{`暂无数据`}}</p>
......
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