Commit c296f7c3 authored by youjie's avatar youjie

no message

parent 27c015d1
......@@ -777,9 +777,10 @@
@click="Handwithfee">{{$t('objFill.handdistributionfeeincome')}}</button>
<button class="hollowFixedBtn" @click="ZhiDanChongDi"> {{$t('objFill.precharge')}}</button>
<button v-if="(active==1 && ActionMenuCode.indexOf('Finance_Inner')!=-1)
<button class="hollowFixedBtn"
v-if="(active==1 && ActionMenuCode.indexOf('Finance_Inner')!=-1)
||(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)"
@click="openPICPayDialog">今日应付款</button>
<button v-if="this.userId==2739 || this.userId==3038 || this.userId==2604" class="hollowFixedBtn" @click="openMarkDialog">
......@@ -1971,7 +1972,7 @@
</div>
</el-dialog>
<el-dialog title="今日付款查询" width="1060px" height="600px" :visible.sync="picPayState" center>
<el-dialog title="今日付款查询" width="1100px" height="700px" :visible.sync="picPayState" center>
<el-form class="cdForm" label-width="80px">
<el-form-item label="付款日期" prop="picPayDate">
<el-date-picker class="h34" v-model="picPayDate" type="daterange"
......@@ -1981,13 +1982,13 @@
<el-form-item label="" prop="picPayDate">
<el-checkbox v-model="picMsg.IsSelectAduiting" true-label="1" false-label="0">只看待付款</el-checkbox>
</el-form-item>
<el-form-item label="" prop="picPayDate">
<el-form-item label="" prop="picPayDate" label-width="0">
<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 label="只看车行" value="1"></el-option>
</el-select>
</el-form-item>
<el-form-item>
<el-form-item label-width="0">
<input type="button" :value="$t('pub.searchBtn')" class="hollowFixedBtn" @click="getPICPayList()">
<input type="button" :value="$t('visa.v_daochu')" class="hollowFixedBtn" @click="downloadPICPayData()">
</el-form-item>
......
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