commit
This commit is contained in:
@@ -77,10 +77,10 @@ layout("/layouts/platform.html"){
|
||||
</el-button>
|
||||
<el-button type="primary" size="small" style="margin-left: 10px"
|
||||
@click="doExportReimbursementVoucher">导出报销凭证
|
||||
</el-button>-->
|
||||
</el-button>
|
||||
<el-button type="primary" size="small" style="margin-left: 10px"
|
||||
@click="doExportActivitySignUpUser">导出活动参加人员
|
||||
</el-button>
|
||||
</el-button>-->
|
||||
</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@@ -125,10 +125,10 @@ layout("/layouts/platform.html"){
|
||||
</el-form-item>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="收款人" prop="payeeId" width="200">
|
||||
<el-table-column label="收款人" prop="username" width="200">
|
||||
<template scope="{row,$index}">
|
||||
<el-form-item label-width="0"
|
||||
:prop="'budgets.'+$index+'.payeeId'">
|
||||
:prop="'budgets.'+$index+'.username'">
|
||||
<el-input v-model="row.username" maxlength="50"
|
||||
@input="getCardNumberByPayeeId(row)"
|
||||
placeholder="请输入收款人"></el-input>
|
||||
@@ -162,7 +162,7 @@ layout("/layouts/platform.html"){
|
||||
</el-table-column>
|
||||
<el-table-column label="报销卡号" prop="bankCardNum" width="250">
|
||||
<template scope="{row,$index}">
|
||||
<el-form-item label-width="0">
|
||||
<el-form-item label-width="0" :prop="'budgets.'+$index+'.bankCardNum'">
|
||||
<el-input type="number" v-model="row.bankCardNum"
|
||||
maxlength="50"
|
||||
placeholder="请输入报销卡号"></el-input>
|
||||
@@ -391,11 +391,11 @@ layout("/layouts/platform.html"){
|
||||
},
|
||||
//导出活动申请表
|
||||
doExportActivityApply() {
|
||||
window.open('/platform/jf/activity_bx/reimbursementview/doExport?id=' + this.formData.id)
|
||||
window.open('/platform/jf/activity_bx/reimbursementview/doExport?id=' + this.formData.activity_id)
|
||||
},
|
||||
//导出活动参加人员
|
||||
doExportActivitySignUpUser() {
|
||||
window.open('/platform/jf/reimbursement/mine/exportActivityJoinUser?id=' + this.formData.id)
|
||||
window.open('/platform/jf/reimbursement/mine/exportActivityJoinUser?id=' + this.formData.activity_id)
|
||||
},
|
||||
blur() {
|
||||
let num = 0
|
||||
|
||||
Reference in New Issue
Block a user