Commit 428f4ab8 by 潘际乾

cpdgrp.orc.pts.extkey收款人

parent d33fcb8f
......@@ -288,6 +288,9 @@ export default {
}
})
},
onSeainf() {
},
onFippDet(){
this.root.$refs.modelForm.validate(async valid => {
if(!valid)
......
......@@ -624,12 +624,12 @@
<c-col :span="24">
<c-col :span="17">
<el-form-item label="收款人" prop="cptp.pyebchkey">
<el-form-item label="收款人" prop="cpdgrp.orc.pts.extkey">
<c-input
v-model="model.cptp.pyebchkey"
v-model="model.cpdgrp.orc.pts.extkey"
maxlength="14"
placeholder="请输入收款人"
@keyup.enter.native="showGridPromptDialog('cptp.pyebchkey')"
@keyup.enter.native="showGridPromptDialog('cpdgrp.orc.pts.extkey')"
></c-input>
</el-form-item>
</c-col>
......@@ -1517,8 +1517,10 @@
<c-col :span="24">
<c-col :span="17">
<el-form-item label="收款人">
<c-input placeholder=""></c-input>
<el-form-item label="收款人" prop="cpdgrp.orc.pts.extkey">
<c-input placeholder=""
v-model="model.cpdgrp.orc.pts.extkey"
@keyup.enter.native="showGridPromptDialog('cpdgrp.orc.pts.extkey')"></c-input>
</el-form-item>
</c-col>
<c-col :span="7">
......
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