|
|
@ -52,61 +52,61 @@ |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="4"> |
|
|
|
<span>银行网点</span> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item prop="bankingOutlets"> |
|
|
|
<el-input v-model="bankInfo.bankingOutlets" maxlength="125" placeholder="" class="addinputw" clearable/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="4"> |
|
|
|
<span>开户行地址</span> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item prop="bankAddress"> |
|
|
|
<el-input v-model="bankInfo.bankAddress" maxlength="125" placeholder="" class="addinputw" clearable/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="4"> |
|
|
|
<span>联行号</span> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item prop="paymentLines"> |
|
|
|
<el-input v-model="bankInfo.paymentLines" maxlength="125" placeholder="" class="addinputw" clearable |
|
|
|
onkeyup="value=value.replace(/[^\d]/g,'')"/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="4"> |
|
|
|
<span>Swiftcode(银行代码)</span> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item prop="swiftCode"> |
|
|
|
<el-input v-model="bankInfo.swiftCode" maxlength="125" placeholder="" class="addinputw" clearable/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="4"> |
|
|
|
<span>币种</span> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item prop="currency"> |
|
|
|
<el-input v-model="bankInfo.currency" maxlength="125" placeholder="" class="addinputw" clearable/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="4"> |
|
|
|
<span>描述</span> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item> |
|
|
|
<el-input v-model="bankInfo.remarks" maxlength="125" placeholder="" class="addinputw" clearable/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<!-- <el-row>--> |
|
|
|
<!-- <el-col :span="4">--> |
|
|
|
<!-- <span>银行网点</span>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- <el-col :span="8">--> |
|
|
|
<!-- <el-form-item prop="bankingOutlets">--> |
|
|
|
<!-- <el-input v-model="bankInfo.bankingOutlets" maxlength="125" placeholder="" class="addinputw" clearable/>--> |
|
|
|
<!-- </el-form-item>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- <el-col :span="4">--> |
|
|
|
<!-- <span>开户行地址</span>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- <el-col :span="8">--> |
|
|
|
<!-- <el-form-item prop="bankAddress">--> |
|
|
|
<!-- <el-input v-model="bankInfo.bankAddress" maxlength="125" placeholder="" class="addinputw" clearable/>--> |
|
|
|
<!-- </el-form-item>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- </el-row>--> |
|
|
|
<!-- <el-row>--> |
|
|
|
<!-- <el-col :span="4">--> |
|
|
|
<!-- <span>联行号</span>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- <el-col :span="8">--> |
|
|
|
<!-- <el-form-item prop="paymentLines">--> |
|
|
|
<!-- <el-input v-model="bankInfo.paymentLines" maxlength="125" placeholder="" class="addinputw" clearable--> |
|
|
|
<!-- onkeyup="value=value.replace(/[^\d]/g,'')"/>--> |
|
|
|
<!-- </el-form-item>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- <el-col :span="4">--> |
|
|
|
<!-- <span>Swiftcode(银行代码)</span>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- <el-col :span="8">--> |
|
|
|
<!-- <el-form-item prop="swiftCode">--> |
|
|
|
<!-- <el-input v-model="bankInfo.swiftCode" maxlength="125" placeholder="" class="addinputw" clearable/>--> |
|
|
|
<!-- </el-form-item>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- </el-row>--> |
|
|
|
<!-- <el-row>--> |
|
|
|
<!-- <el-col :span="4">--> |
|
|
|
<!-- <span>币种</span>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- <el-col :span="8">--> |
|
|
|
<!-- <el-form-item prop="currency">--> |
|
|
|
<!-- <el-input v-model="bankInfo.currency" maxlength="125" placeholder="" class="addinputw" clearable/>--> |
|
|
|
<!-- </el-form-item>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- <el-col :span="4">--> |
|
|
|
<!-- <span>描述</span>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- <el-col :span="8">--> |
|
|
|
<!-- <el-form-item>--> |
|
|
|
<!-- <el-input v-model="bankInfo.remarks" maxlength="125" placeholder="" class="addinputw" clearable/>--> |
|
|
|
<!-- </el-form-item>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- </el-row>--> |
|
|
|
<!-- <el-row>--> |
|
|
|
<!-- <el-col :span="12"/>--> |
|
|
|
<!-- </el-row>--> |
|
|
@ -128,6 +128,7 @@ export default { |
|
|
|
dialogStatus: '', |
|
|
|
receiptBank_list: [], |
|
|
|
bankInfo: { |
|
|
|
country: '中国', |
|
|
|
dueBankValue: '', |
|
|
|
depositBank: '', |
|
|
|
bankAccount: '', |
|
|
@ -193,6 +194,7 @@ export default { |
|
|
|
handleReturn() { |
|
|
|
this.dialogStatus = '' |
|
|
|
this.bankInfo = { |
|
|
|
country: '中国', |
|
|
|
dueBankValue: '', |
|
|
|
depositBank: '', |
|
|
|
bankAccount: '', |
|
|
|