|
|
|
@ -12,8 +12,8 @@ |
|
|
|
|
<el-input @blur="getDataBlur" ref="voucherNumber" disabled :value="form.voucherNumber" @input="(val) => inputListen(val, form, 'voucherNumber')"></el-input> |
|
|
|
|
</div> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="币种" prop="currencyType"> |
|
|
|
|
<el-select v-model="form.currencyType" placeholder="请选择" ref="currencyType"> |
|
|
|
|
<el-form-item label="币种" prop="currency"> |
|
|
|
|
<el-select v-model="form.currency" placeholder="请选择" ref="currency"> |
|
|
|
|
<el-option v-for="item in getSelectList.currencySelectList" :label="item.options" :value="item.itemId" :key="item.itemId"> </el-option> |
|
|
|
|
</el-select> |
|
|
|
|
</el-form-item> |
|
|
|
@ -36,8 +36,8 @@ |
|
|
|
|
<el-form-item label="客户姓名" prop="customerName"> |
|
|
|
|
<el-input :value="form.customerName" disabled @input="(val) => checkName(val, form, 'customerName')" ref="customerName"></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="钞汇标识" prop="currencyMark"> |
|
|
|
|
<el-select v-model="form.currencyMark" placeholder="请选择" ref="currencyMark"> |
|
|
|
|
<el-form-item label="钞汇标识" prop="goldLogo"> |
|
|
|
|
<el-select v-model="form.goldLogo" placeholder="请选择" ref="goldLogo"> |
|
|
|
|
<el-option v-for="item in getSelectList.goldLogoSelectList" :label="item.options" :value="item.itemId" :key="item.itemId"> </el-option> |
|
|
|
|
</el-select> |
|
|
|
|
</el-form-item> |
|
|
|
@ -96,8 +96,8 @@ export default{ |
|
|
|
|
const { userName, currency, goldLogo, interest, depositNumber, capital, withdrawType, voucherNumber } = this.dataFlow |
|
|
|
|
this.form.voucherNumber = voucherNumber |
|
|
|
|
this.form.customerName = userName |
|
|
|
|
this.form.currencyType = currency |
|
|
|
|
this.form.currencyMark = goldLogo |
|
|
|
|
this.form.currency = currency |
|
|
|
|
this.form.goldLogo = goldLogo |
|
|
|
|
this.form.interest = interest |
|
|
|
|
this.form.depositNumber = depositNumber |
|
|
|
|
this.form.capital = capital |
|
|
|
@ -116,8 +116,8 @@ export default{ |
|
|
|
|
const { userName, currency, goldLogo, interest, depositNumber, capital, withdrawType, voucherNumber } = this.dataFlow |
|
|
|
|
this.form.voucherNumber = voucherNumber |
|
|
|
|
this.form.customerName = userName |
|
|
|
|
this.form.currencyType = currency |
|
|
|
|
this.form.currencyMark = goldLogo |
|
|
|
|
this.form.currency = currency |
|
|
|
|
this.form.goldLogo = goldLogo |
|
|
|
|
this.form.interest = interest |
|
|
|
|
this.form.depositNumber = depositNumber |
|
|
|
|
this.form.capital = capital |
|
|
|
@ -159,7 +159,7 @@ export default{ |
|
|
|
|
// 必填项 |
|
|
|
|
drawPassword: '', // 凭证密码 |
|
|
|
|
cardNumber: '', // 凭证号码 |
|
|
|
|
currencyMark: '', // 钞汇标识 |
|
|
|
|
goldLogo: '', // 钞汇标识 |
|
|
|
|
capital: '', // 本金 |
|
|
|
|
interest: '', // 利息 |
|
|
|
|
withdrawAmount: '', // 支取金额 |
|
|
|
@ -169,7 +169,7 @@ export default{ |
|
|
|
|
// 非必填项 |
|
|
|
|
customerName: '', // 客户姓名 |
|
|
|
|
depositNumber: '', // 定存编号 |
|
|
|
|
currencyType: '', // 币种 |
|
|
|
|
currency: '', // 币种 |
|
|
|
|
|
|
|
|
|
// userName, 这是vuex里的 |
|
|
|
|
// currency:'CNY人民币', |
|
|
|
@ -184,7 +184,7 @@ export default{ |
|
|
|
|
// 必填项 |
|
|
|
|
drawPassword: '凭证密码', // |
|
|
|
|
cardNumber: '凭证号码', // |
|
|
|
|
currencyMark: '钞汇标识', // |
|
|
|
|
goldLogo: '钞汇标识', // |
|
|
|
|
capital: '本金', // |
|
|
|
|
interest: '利息', // |
|
|
|
|
withdrawAmount: '支取金额', // |
|
|
|
@ -194,7 +194,7 @@ export default{ |
|
|
|
|
// 非必填项 |
|
|
|
|
customerName: '客户姓名', // |
|
|
|
|
depositNumber: '定存编号', // |
|
|
|
|
currencyType: '币种', // |
|
|
|
|
currency: '币种', // |
|
|
|
|
}, |
|
|
|
|
rules: { |
|
|
|
|
customerName: vercustomer, |
|
|
|
@ -231,12 +231,12 @@ export default{ |
|
|
|
|
type: '3' |
|
|
|
|
}, |
|
|
|
|
146: { |
|
|
|
|
prop: 'currencyType',//币种 |
|
|
|
|
prop: 'currency',//币种 |
|
|
|
|
type: '1', |
|
|
|
|
"subjectId": 8, |
|
|
|
|
}, |
|
|
|
|
147: { |
|
|
|
|
prop: 'currencyMark',//钞汇标识 |
|
|
|
|
prop: 'goldLogo',//钞汇标识 |
|
|
|
|
type: '1', |
|
|
|
|
"subjectId": 9, |
|
|
|
|
}, |
|
|
|
@ -322,8 +322,8 @@ export default{ |
|
|
|
|
const { userName, currency, goldLogo, interest, depositNumber, capital, withdrawType, voucherNumber } = this.dataFlow |
|
|
|
|
this.form.voucherNumber = voucherNumber |
|
|
|
|
this.form.customerName = userName |
|
|
|
|
this.form.currencyType = currency |
|
|
|
|
this.form.currencyMark = goldLogo |
|
|
|
|
this.form.currency = currency |
|
|
|
|
this.form.goldLogo = goldLogo |
|
|
|
|
this.form.interest = interest |
|
|
|
|
this.form.depositNumber = depositNumber |
|
|
|
|
this.form.capital = capital |
|
|
|
@ -342,8 +342,8 @@ export default{ |
|
|
|
|
const { userName, currency, goldLogo, interest, depositNumber, capital, withdrawType, voucherNumber } = this.dataFlow |
|
|
|
|
this.form.voucherNumber = voucherNumber |
|
|
|
|
this.form.customerName = userName |
|
|
|
|
this.form.currencyType = currency |
|
|
|
|
this.form.currencyMark = goldLogo |
|
|
|
|
this.form.currency = currency |
|
|
|
|
this.form.goldLogo = goldLogo |
|
|
|
|
this.form.interest = interest |
|
|
|
|
this.form.depositNumber = depositNumber |
|
|
|
|
this.form.capital = capital |
|
|
|
|