Commit 15b08a9c authored by liudong1993's avatar liudong1993

1

parent 3b03e5dc
...@@ -1977,6 +1977,9 @@ ...@@ -1977,6 +1977,9 @@
<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-checkbox v-model="picMsg.IsAirTicketSelect" true-label="1" false-label="0">只看车行</el-checkbox>
</el-form-item>
<el-form-item> <el-form-item>
<input type="button" :value="$t('pub.searchBtn')" class="hollowFixedBtn" @click="getPICPayList()"> <input type="button" :value="$t('pub.searchBtn')" class="hollowFixedBtn" @click="getPICPayList()">
<input type="button" :value="$t('visa.v_daochu')" class="hollowFixedBtn" @click="downloadPICPayData()"> <input type="button" :value="$t('visa.v_daochu')" class="hollowFixedBtn" @click="downloadPICPayData()">
......
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
<span>凭证编号:</span>{{GetDetail.AuditNumber}} <span>凭证编号:</span>{{GetDetail.AuditNumber}}
</div> </div>
</div> </div>
<div class="OrderReceivablesAccount-center" v-if="GetDetail.ClientAccountType==1&&IsExpensesMonthlyShare"> <div class="OrderReceivablesAccount-center" v-if="(GetDetail.ClientAccountType==1|| GetDetail.RB_Branch_Id==1248|| GetDetail.RB_Branch_Id==1256)&&IsExpensesMonthlyShare">
<div class="border-b"> <div class="border-b">
</div> </div>
<div v-if="IsEditPICPayDate==false"> <div v-if="IsEditPICPayDate==false">
......
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