Commit 27c015d1 authored by youjie's avatar youjie

no message

parent 884018fe
...@@ -776,6 +776,7 @@ ...@@ -776,6 +776,7 @@
<button v-if="HandShow" class="hollowFixedBtn" <button v-if="HandShow" class="hollowFixedBtn"
@click="Handwithfee">{{$t('objFill.handdistributionfeeincome')}}</button> @click="Handwithfee">{{$t('objFill.handdistributionfeeincome')}}</button>
<button class="hollowFixedBtn" @click="ZhiDanChongDi"> {{$t('objFill.precharge')}}</button> <button class="hollowFixedBtn" @click="ZhiDanChongDi"> {{$t('objFill.precharge')}}</button>
<button v-if="(active==1 && ActionMenuCode.indexOf('Finance_Inner')!=-1) <button v-if="(active==1 && ActionMenuCode.indexOf('Finance_Inner')!=-1)
||(this.userId==2739 || this.userId==3038 || this.userId==2604) ||(this.userId==2739 || this.userId==3038 || this.userId==2604)
||(userInfo.RB_Branch_id==1248&&userInfo.RB_Post_Id==28)" class="hollowFixedBtn" ||(userInfo.RB_Branch_id==1248&&userInfo.RB_Post_Id==28)" class="hollowFixedBtn"
...@@ -1980,7 +1981,7 @@ ...@@ -1980,7 +1981,7 @@
<el-form-item label="" prop="picPayDate"> <el-form-item label="" prop="picPayDate">
<el-checkbox v-model="picMsg.IsSelectAduiting" true-label="1" false-label="0">只看待付款</el-checkbox> <el-checkbox v-model="picMsg.IsSelectAduiting" true-label="1" false-label="0">只看待付款</el-checkbox>
</el-form-item> </el-form-item>
<el-form-item label="查看类型" prop="picPayDate"> <el-form-item label="" prop="picPayDate">
<el-select v-model="picMsg.IsAirTicketSelect" placeholder="请选择"> <el-select v-model="picMsg.IsAirTicketSelect" placeholder="请选择">
<el-option v-if="!(userInfo.RB_Branch_id==1248&&userInfo.RB_Post_Id==28)" label="只看PIC" value="0"></el-option> <el-option v-if="!(userInfo.RB_Branch_id==1248&&userInfo.RB_Post_Id==28)" label="只看PIC" value="0"></el-option>
<el-option label="只看车行" value="1"></el-option> <el-option label="只看车行" value="1"></el-option>
...@@ -2386,7 +2387,8 @@ ...@@ -2386,7 +2387,8 @@
pageSize: 9999, pageSize: 9999,
QStartDate: "", QStartDate: "",
QEndDate: "", QEndDate: "",
IsSelectAduiting: '0', IsSelectAduiting: '1',
IsAirTicketSelect: '0',
EmployeeId:0 EmployeeId:0
}, },
picPayData:[], picPayData:[],
......
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