|
|
@ -56,7 +56,7 @@ |
|
|
|
</el-select> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
<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> |
|
|
@ -138,29 +138,35 @@ export default{ |
|
|
|
myTable: { |
|
|
|
myTable: { |
|
|
|
195: { |
|
|
|
195: { |
|
|
|
prop: 'certificateType',//证件类型 |
|
|
|
prop: 'certificateType',//证件类型 |
|
|
|
type: '1' |
|
|
|
type: '1', |
|
|
|
|
|
|
|
"subjectId": 19, |
|
|
|
}, |
|
|
|
}, |
|
|
|
197: { |
|
|
|
197: { |
|
|
|
prop: 'clientNumber',//客户号 |
|
|
|
prop: 'clientNumber',//客户号 |
|
|
|
type: '3' |
|
|
|
type: '3', |
|
|
|
|
|
|
|
"subjectId": 6, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
myTable2: { |
|
|
|
myTable2: { |
|
|
|
198: { |
|
|
|
198: { |
|
|
|
prop: 'customerName',//客户姓名 |
|
|
|
prop: 'customerName',//客户姓名 |
|
|
|
type: '3' |
|
|
|
type: '3', |
|
|
|
|
|
|
|
"subjectId": 7, |
|
|
|
}, |
|
|
|
}, |
|
|
|
199: { |
|
|
|
199: { |
|
|
|
prop: 'currency',//币种 |
|
|
|
prop: 'currency',//币种 |
|
|
|
type: '1' |
|
|
|
type: '1', |
|
|
|
|
|
|
|
"subjectId": 8, |
|
|
|
}, |
|
|
|
}, |
|
|
|
200: { |
|
|
|
200: { |
|
|
|
prop: 'currencyMark',//钞汇标识 |
|
|
|
prop: 'currencyMark',//钞汇标识 |
|
|
|
type: '1' |
|
|
|
type: '1', |
|
|
|
|
|
|
|
"subjectId": 9, |
|
|
|
}, |
|
|
|
}, |
|
|
|
201: { |
|
|
|
201: { |
|
|
|
prop: 'voucherType',//凭证类型 |
|
|
|
prop: 'voucherType',//凭证类型 |
|
|
|
type: '1' |
|
|
|
type: '1', |
|
|
|
|
|
|
|
"subjectId": 11, |
|
|
|
}, |
|
|
|
}, |
|
|
|
127: { |
|
|
|
127: { |
|
|
|
prop: 'depositType',//存款类型 |
|
|
|
prop: 'depositType',//存款类型 |
|
|
@ -201,22 +207,31 @@ export default{ |
|
|
|
getFormData(){ |
|
|
|
getFormData(){ |
|
|
|
const parentId = '0,5,26,60,193' |
|
|
|
const parentId = '0,5,26,60,193' |
|
|
|
const cards = { |
|
|
|
const cards = { |
|
|
|
202: 'nomCallDepositOpen2' |
|
|
|
202: 'nomCallDepositOpen2', |
|
|
|
|
|
|
|
203: 'nomCallDepositOpenPassword' |
|
|
|
} |
|
|
|
} |
|
|
|
autoPlay2(parentId, this.form, this.myTable2, this.myTable, cards) |
|
|
|
autoPlay2(parentId, this.form, this.myTable2, this.myTable, cards) |
|
|
|
}, |
|
|
|
}, |
|
|
|
popUp(text) { |
|
|
|
popUp(text) { |
|
|
|
this.$store.commit('system/changePop',{show:true,text, id:'193,1'}) |
|
|
|
this.$store.commit('system/changePop',{show:true,text, id:'193,1'}) |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
popUp2(text) { |
|
|
|
|
|
|
|
this.$store.commit('system/changePop',{show:true,text, id:'203'}) |
|
|
|
|
|
|
|
}, |
|
|
|
submitForm() { |
|
|
|
submitForm() { |
|
|
|
this.$refs.form.validate(myValidate(() => { |
|
|
|
this.$refs.form.validate(myValidate(() => { |
|
|
|
// 验证通过逻辑写在这 |
|
|
|
// 验证通过逻辑写在这 |
|
|
|
this.visible = true; |
|
|
|
this.visible = true; |
|
|
|
const parentId = '0,5,26,60,193' |
|
|
|
const parentId = '0,5,26,60,193' |
|
|
|
const nomCallDepositOpen2 = sessionStorage.getItem('nomCallDepositOpen2') |
|
|
|
const nomCallDepositOpen2 = sessionStorage.getItem('nomCallDepositOpen2') |
|
|
|
|
|
|
|
const nomCallDepositOpenPassword = sessionStorage.getItem('nomCallDepositOpenPassword') |
|
|
|
const cards = [ |
|
|
|
const cards = [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
202: nomCallDepositOpen2 |
|
|
|
202: nomCallDepositOpen2, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
203: nomCallDepositOpenPassword, |
|
|
|
|
|
|
|
"subjectId": 17, |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
] |
|
|
|
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) |
|
|
|
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) |
|
|
|