|
|
@ -10,9 +10,12 @@ |
|
|
|
</el-select> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="凭证号码" prop="voucherNumber"> |
|
|
|
<el-form-item label="凭证号码" prop="voucherNumber"> |
|
|
|
<el-select v-model="form.voucherNumber" placeholder="请选择" ref="voucherNumber"> |
|
|
|
<div class="idCard" @click="popUp('银行卡扫描器')"> |
|
|
|
|
|
|
|
<p>请刷银行卡</p> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- <el-select v-model="form.voucherNumber" placeholder="请选择" ref="voucherNumber"> |
|
|
|
<el-option label="存单" value="存单"> </el-option> |
|
|
|
<el-option label="存单" value="存单"> </el-option> |
|
|
|
</el-select> |
|
|
|
</el-select> --> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="币种" prop="currency"> |
|
|
|
<el-form-item label="币种" prop="currency"> |
|
|
|
<el-select v-model="form.currency" placeholder="请选择" ref="currency"> |
|
|
|
<el-select v-model="form.currency" placeholder="请选择" ref="currency"> |
|
|
@ -28,16 +31,14 @@ |
|
|
|
<el-form-item label="利息" prop="interest"> |
|
|
|
<el-form-item label="利息" prop="interest"> |
|
|
|
<el-input :value="form.interest" @input="val => ismoney(val, form, 'interest')" ref="interest"></el-input> |
|
|
|
<el-input :value="form.interest" @input="val => ismoney(val, form, 'interest')" ref="interest"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="起息日期" required> |
|
|
|
<el-form-item label="起息日期" prop="breathDate"> |
|
|
|
<div class="idCard" @click="popUp('密码器')"> |
|
|
|
<el-input v-model="breathDate"></el-input> |
|
|
|
<p>请输入密码</p> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
<el-col :span="10" :offset="1"> |
|
|
|
<el-col :span="10" :offset="1"> |
|
|
|
<el-form-item label="身份证" required> |
|
|
|
<el-form-item label="身份证" required> |
|
|
|
<div class="idCard" @click="popUp('身份证扫描器')"> |
|
|
|
<div class="idCard" @click="popUp2('身份证扫描器')"> |
|
|
|
<p>请刷身份证</p> |
|
|
|
<p>请刷身份证</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
@ -63,7 +64,7 @@ |
|
|
|
<el-input :value="form.totalMoney" @input="val => ismoney(val, form, 'totalMoney')" ref="totalMoney" ></el-input> |
|
|
|
<el-input :value="form.totalMoney" @input="val => ismoney(val, form, 'totalMoney')" ref="totalMoney" ></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="支取密码" required> |
|
|
|
<el-form-item label="支取密码" required> |
|
|
|
<div class="idCard" @click="popUp2('密码器')"> |
|
|
|
<div class="idCard" @click="popUp3('密码器')"> |
|
|
|
<p>请填凭证号码</p> |
|
|
|
<p>请填凭证号码</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
@ -138,95 +139,114 @@ export default{ |
|
|
|
// depositDate: '', // 存期 |
|
|
|
// depositDate: '', // 存期 |
|
|
|
// interest: '', // 利息 |
|
|
|
// interest: '', // 利息 |
|
|
|
// totalMoney: '', // 总金额 |
|
|
|
// totalMoney: '', // 总金额 |
|
|
|
|
|
|
|
// certificateType: '', //证件类型 |
|
|
|
|
|
|
|
// breathDate: '', // 起息日期 |
|
|
|
|
|
|
|
|
|
|
|
210: { |
|
|
|
302: { |
|
|
|
prop: 'clientName',//证件类型 |
|
|
|
prop: 'certificateType', |
|
|
|
type: '1', |
|
|
|
type: '1', |
|
|
|
|
|
|
|
"subjectId": 19, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
305: { |
|
|
|
|
|
|
|
prop: 'clientName', |
|
|
|
|
|
|
|
type: '3', |
|
|
|
"subjectId": 7, |
|
|
|
"subjectId": 7, |
|
|
|
}, |
|
|
|
}, |
|
|
|
212: { |
|
|
|
307: { |
|
|
|
prop: 'currencyMark',//钞汇标识 |
|
|
|
prop: 'currencyMark',//钞汇标识 |
|
|
|
type: '1', |
|
|
|
type: '1', |
|
|
|
"subjectId": 9, |
|
|
|
"subjectId": 9, |
|
|
|
}, |
|
|
|
}, |
|
|
|
213: { |
|
|
|
308: { |
|
|
|
prop: 'depositNumber',//定存编号 |
|
|
|
prop: 'depositNumber',//定存编号 |
|
|
|
type: '3', |
|
|
|
type: '3', |
|
|
|
"subjectId": 33, |
|
|
|
"subjectId": 33, |
|
|
|
}, |
|
|
|
}, |
|
|
|
214: { |
|
|
|
309: { |
|
|
|
prop: 'capital',//本金 |
|
|
|
prop: 'capital',//本金 |
|
|
|
type: '3', |
|
|
|
type: '3', |
|
|
|
"subjectId": 34, |
|
|
|
"subjectId": 34, |
|
|
|
}, |
|
|
|
}, |
|
|
|
215: { |
|
|
|
310: { |
|
|
|
prop: 'interestRate',//利率 |
|
|
|
prop: 'interestRate',//利率 |
|
|
|
type: '3', |
|
|
|
type: '3', |
|
|
|
"subjectId": 29, |
|
|
|
"subjectId": 29, |
|
|
|
}, |
|
|
|
}, |
|
|
|
216: { |
|
|
|
311: { |
|
|
|
prop: 'depositDate',//存期 |
|
|
|
prop: 'depositDate',//存期 |
|
|
|
type: '1', |
|
|
|
type: '1', |
|
|
|
"subjectId": 27, |
|
|
|
"subjectId": 27, |
|
|
|
}, |
|
|
|
}, |
|
|
|
217: { |
|
|
|
312: { |
|
|
|
prop: 'interest',//利息 |
|
|
|
prop: 'interest',//利息 |
|
|
|
type: '3', |
|
|
|
type: '3', |
|
|
|
"subjectId": 26, |
|
|
|
"subjectId": 26, |
|
|
|
}, |
|
|
|
}, |
|
|
|
218: { |
|
|
|
313: { |
|
|
|
prop: 'totalMoney',//总金额 |
|
|
|
prop: 'totalMoney',//总金额 |
|
|
|
type: '3', |
|
|
|
type: '3', |
|
|
|
"subjectId": 45, |
|
|
|
"subjectId": 45, |
|
|
|
}, |
|
|
|
}, |
|
|
|
219: { |
|
|
|
314: { |
|
|
|
prop: 'breathDate',//起息日期 |
|
|
|
prop: 'breathDate',//起息日期 |
|
|
|
type: '3', |
|
|
|
type: '3', |
|
|
|
"subjectId": 32, |
|
|
|
"subjectId": 32, |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
myTable2: { |
|
|
|
myTable2: { |
|
|
|
209: { |
|
|
|
// voucherNumber: '', // 凭证号码 |
|
|
|
prop: 'voucherNumber', |
|
|
|
// currency: 'CYN人民币', // 币种 |
|
|
|
type: '3' |
|
|
|
|
|
|
|
}, |
|
|
|
// 304: { |
|
|
|
211: { |
|
|
|
// prop: 'voucherNumber', |
|
|
|
|
|
|
|
// type: '3', |
|
|
|
|
|
|
|
// "subjectId": 44, |
|
|
|
|
|
|
|
// }, |
|
|
|
|
|
|
|
306: { |
|
|
|
prop: 'currency',//币种 |
|
|
|
prop: 'currency',//币种 |
|
|
|
type: '1', |
|
|
|
type: '1', |
|
|
|
"subjectId": 8, |
|
|
|
"subjectId": 8, |
|
|
|
}, |
|
|
|
|
|
|
|
207: { |
|
|
|
|
|
|
|
prop: 'certificateType', |
|
|
|
|
|
|
|
type: '1', |
|
|
|
|
|
|
|
"subjectId": 19, |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
mounted() { |
|
|
|
this.$refs.clientName.focus() |
|
|
|
this.$refs.clientName.focus() |
|
|
|
const parentId = '0,5,26,60,194' |
|
|
|
const parentId = '0,5,26,38,289' |
|
|
|
const cards = { |
|
|
|
const cards = { |
|
|
|
220: 'nomCallDepositClosedPassword' |
|
|
|
303: 'nomCallDepositCard', |
|
|
|
|
|
|
|
304: 'nomCallDepositCard2', |
|
|
|
|
|
|
|
315: 'nomCallDepositClosedPassword' |
|
|
|
} |
|
|
|
} |
|
|
|
autoPlay2(parentId, this.form, this.myTable2, this.myTable, cards) |
|
|
|
autoPlay2(parentId, this.form, this.myTable2, this.myTable, cards) |
|
|
|
}, |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
popUp(text) { |
|
|
|
popUp(text) { |
|
|
|
this.$store.commit('system/changePop',{show:true,text}) |
|
|
|
this.$store.commit('system/changePop',{show:true,text, id: '303'}) |
|
|
|
}, |
|
|
|
}, |
|
|
|
popUp2(text) { |
|
|
|
popUp2(text) { |
|
|
|
this.$store.commit('system/changePop',{show:true,text, id: '220'}) |
|
|
|
this.$store.commit('system/changePop',{show:true,text, id: '304'}) |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
popUp3(text) { |
|
|
|
|
|
|
|
this.$store.commit('system/changePop',{show:true,text, id: '315'}) |
|
|
|
}, |
|
|
|
}, |
|
|
|
submitForm() { |
|
|
|
submitForm() { |
|
|
|
this.$refs.form.validate(myValidate(() => { |
|
|
|
this.$refs.form.validate(myValidate(() => { |
|
|
|
// 验证通过逻辑写在这 |
|
|
|
// 验证通过逻辑写在这 |
|
|
|
this.visible = true; |
|
|
|
this.visible = true; |
|
|
|
const parentId = '0,5,26,60,194' |
|
|
|
const parentId = '0,5,26,38,289' |
|
|
|
|
|
|
|
const nomCallDepositCard = sessionStorage.getItem('nomCallDepositCard') |
|
|
|
|
|
|
|
const nomCallDepositCard2 = sessionStorage.getItem('nomCallDepositCard2') |
|
|
|
const nomCallDepositClosedPassword = sessionStorage.getItem('nomCallDepositClosedPassword') |
|
|
|
const nomCallDepositClosedPassword = sessionStorage.getItem('nomCallDepositClosedPassword') |
|
|
|
const cards = [ |
|
|
|
const cards = [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
220: nomCallDepositClosedPassword, |
|
|
|
303: nomCallDepositCard |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
304: nomCallDepositCard2 |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
315: nomCallDepositClosedPassword, |
|
|
|
"subjectId": 17, |
|
|
|
"subjectId": 17, |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
] |
|
|
|