Commit 8d49de2a authored by zhengke's avatar zhengke

修改

parent 9955fb1d
......@@ -226,6 +226,7 @@
CatetoryType:Type
}
this.Data.CategoryId='';
this.Data.EnterpriseName='';
queryCustomerCategoryList(msg).then(res => {
if (res.Code == 1) {
this.customList = res.Data;
......
......@@ -230,7 +230,15 @@
this.initAuth();
this.getEmployeeList();
},
mounted() {},
mounted() {
if(this.dataList&&this.dataList.length>0){
this.dataList.forEach(x=>{
if(x.CustomerType==4){
x.CategoryName = x.EnterpriseName
}
})
}
},
methods: {
//初始化权限
initAuth() {
......
......@@ -207,7 +207,6 @@
var tempData = res.Data;
this.objOption = tempData;
this.AuditMsg.CustomerId = tempData.CustomerId;
this.AuditMsg.ApproveState = tempData.ApproveState;
this.AuditMsg.ApproveContent = tempData.ApproveContent;
})
}
......
......@@ -603,6 +603,7 @@
</span>
<button class="hollowFixedBtn" @click="resetPageIndex(),getPageList()">{{$t('pub.searchBtn')}}</button>
<button class="normalBtn" @click="goUrlWeituo('ChoiceAddFinancialDocuments')">{{$t('pub.addBtn')}}</button>
<button class="normalBtn" @click="goUrlWeituo('ChoiceAddFinancialDocuments')">批量制单</button>
<button class="normalBtn" v-if="checkboxShow" @click="Financial_post_SetBatch">{{$t('fnc.piltijiao')}}</button>
<button class="normalBtn" @click="method5()">{{$t('visa.v_daochu')}}</button>
<button class="hollowFixedBtn" @click="goUrlWeituo('WorkEntrustmentMy')">{{$t('fnc.gzweituo')}}</button>
......@@ -857,7 +858,7 @@
<th v-if="hbState || checkboxShow || BOSSBtn || BOSSBtn2"><input type="checkbox" v-model="isCkedAll"
@click='checkedAll()'></th>
<th width="90">{{$t('system.query_company')}}</th>
<th width="64">{{$t('fnc.danhao')}}</th>
<th width="70">{{$t('fnc.danhao')}}</th>
<th width="90">{{$t('fnc.djleixing')}}</th>
<th>{{$t('hotel.hotel_corrlelatition')}}</th>
<th>{{$t('fnc.feiyongleixing')}}</th>
......
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