Commit 1aa2bbe6 authored by 吴春's avatar 吴春

出纳审核可以修改流水号

parent b548ea8a
......@@ -1692,6 +1692,15 @@ class="w135 _border_b_1">
<el-input type="text" v-model="AuditOrRefundMsg.PayReceiptNo" style="width: 364px;" clearable></el-input>
</div>
</div>
</div>
<div style="display: flex;align-items: center;margin-top:15px;">
<div style="display: flex;align-items: center;flex-grow: 1;">
<span style="font-size: 14px;">{{$t('fnc.jylshuihao')}}:</span>
<div style="display: flex;flex-grow: 1;">
<el-input type="text" v-model="AuditOrRefundMsg.AccountNumber" style="width: 600px;" clearable></el-input>
</div>
</div>
</div>
<textarea v-if="item.SpecialNode!=2||AuditOrRefundMsg.Status=='3'" class="_textarea"
v-model="AuditOrRefundMsg.Description" :placeholder="$t('pub.pleaseImport')+'...'"></textarea>
......@@ -2240,7 +2249,8 @@ class="w135 _border_b_1">
AutoFinanceType:'0',
FinanceMoney:0,
FCostTypeId:'1851',
BankAccountId:'40'
BankAccountId:'40',
AccountNumber:''
},
AuditListData: {
AuditList: []
......@@ -3817,6 +3827,7 @@ else if (Type==2) {
if (data.Type==2 || data.FTravelID){
this.isClientBankAccount=true;
}
this.AuditOrRefundMsg.AccountNumber=data.AccountNumber
this.clientBankAccountData={
AccountHolder:data.AccountHolder,
AccountNumber:data.AccountNumber,
......
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