Commit c0fe83df by chenzhaole

重新调整adrblk的行数和大小 by czl

parent cfa97825
...@@ -242,5 +242,22 @@ export default { ...@@ -242,5 +242,22 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async handleReset() {
},
async handleSearch() {
let rtnmsg = await this.executeRule("infbut.searow")
if(rtnmsg.respCode == SUCCESS)
{
this.stmData.data = rtnmsg.data.infbut_dspstm.rows;
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
} }
\ No newline at end of file
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
style="margin:0 0" style="margin:0 0"
size="small" size="small"
type="primary" type="primary"
disabled :disabled="this.flag"
@click="onCptpGetref" @click="onCptpGetref"
> >
获取 获取
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<c-col :span="24"> <c-col :span="24">
<!-- ========================左边======================= --> <!-- ========================左边======================= -->
<c-col :span="11"> <c-col :span="11" style="margin-top: 10px">
<c-col :span="20"> <c-col :span="20">
<el-form-item label="清算编号" style="width:100%"> <el-form-item label="清算编号" style="width:100%">
<c-input <c-input
...@@ -104,10 +104,10 @@ ...@@ -104,10 +104,10 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="11"> <c-col :span="11">
<el-form-item label="汇款语种" label-width="110px"> <el-form-item label="汇款语种" label-width="100px">
<c-select <c-select
v-model="model.cptp.payuil" v-model="model.cptp.payuil"
style="width: 100%" style="width: 95%"
placeholder="请选择汇款语种" placeholder="请选择汇款语种"
> >
<el-option <el-option
...@@ -167,12 +167,12 @@ ...@@ -167,12 +167,12 @@
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="16">
<el-form-item label="ordering institution(52a)"> <el-form-item label="ordering institution(52a)">
<c-input <c-input
v-model="model.cpdgrp.ori.pts.ref" v-model="model.cpdgrp.ori.pts.ref"
maxlength="16" maxlength="16"
placeholder="请输入(52a)" placeholder="请输入ref"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="2"> <c-col :span="8">
<el-form-item label="" label-width="15px"> <el-form-item label="" label-width="15px">
<c-button <c-button
size="small" size="small"
...@@ -194,10 +194,6 @@ ...@@ -194,10 +194,6 @@
icon="el-icon-search" icon="el-icon-search"
@click="onSeainf" @click="onSeainf"
></c-button> ></c-button>
</el-form-item>
</c-col>
<c-col :span="4">
<el-form-item label="" label-width="15px">
<c-button size="small" type="primary" @click="onOripDet"> <c-button size="small" type="primary" @click="onOripDet">
详情 详情
</c-button> </c-button>
...@@ -208,8 +204,9 @@ ...@@ -208,8 +204,9 @@
<el-form-item label=""> <el-form-item label="">
<c-input <c-input
type="textarea" type="textarea"
:rows="4"
maxlength="140"
v-model="model.cpdgrp.ori.pts.adrblk" v-model="model.cpdgrp.ori.pts.adrblk"
maxlength="35"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入Address Block"
></c-input> ></c-input>
...@@ -233,12 +230,12 @@ ...@@ -233,12 +230,12 @@
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="16"> <c-col :span="12">
<el-form-item label=""> <el-form-item label="">
<c-input <c-input
v-model="model.cpdgrp.orc.pts.extkey" v-model="model.cpdgrp.orc.pts.extkey"
maxlength="16" maxlength="16"
placeholder="请输入External Key of Address" placeholder="请输入客户号"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -259,31 +256,19 @@ ...@@ -259,31 +256,19 @@
<el-form-item label=""> <el-form-item label="">
<c-input <c-input
type="textarea" type="textarea"
:rows="4"
maxlength="140"
v-model="model.cpdgrp.orc.pts.adrblk" v-model="model.cpdgrp.orc.pts.adrblk"
maxlength="35"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入Address Block"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-ptap
:model="model"
:argadr="{
title: '测试角色',
grp: 'cpdgrp',
rol: 'pye',
}"
:disabled="true"
@onSeainf="onSeainf"
@onAplpDet="onPyepDet"
>
</c-ptap>
</c-col> </c-col>
<!-- ========================右边======================= --> <!-- ========================右边======================= -->
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1" style="margin-top: 10px">
<c-col :span="12"> <c-col :span="12">
<el-form-item label="汇款性质"> <el-form-item label="汇款性质">
<c-select <c-select
...@@ -435,10 +420,9 @@ ...@@ -435,10 +420,9 @@
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="" label-width="20px" style="text-align: left"> <el-form-item label="" label-width="20px">
<c-input <c-input
v-model="model.cpdgrp.rec.feeamt" v-model="model.cpdgrp.rec.feeamt"
style="text-align: left; width: 150px"
placeholder="请输入国外费用金额" placeholder="请输入国外费用金额"
></c-input> ></c-input>
<c-checkbox v-model="model.cpdgrp.rec.tsnflg" <c-checkbox v-model="model.cpdgrp.rec.tsnflg"
...@@ -447,7 +431,7 @@ ...@@ -447,7 +431,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="16"> <c-col :span="12">
<el-form-item label="发报人"> <el-form-item label="发报人">
<c-input <c-input
v-model="model.cpdgrp.snd.pts.extkey" v-model="model.cpdgrp.snd.pts.extkey"
...@@ -456,7 +440,7 @@ ...@@ -456,7 +440,7 @@
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="18"> <c-col :span="8">
<el-form-item label="" label-width="15px"> <el-form-item label="" label-width="15px">
<c-button <c-button
size="small" size="small"
...@@ -605,8 +589,9 @@ ...@@ -605,8 +589,9 @@
<el-form-item label=""> <el-form-item label="">
<c-input <c-input
type="textarea" type="textarea"
:rows="4"
maxlength="140"
v-model="model.cpdgrp.pye.pts.adrblk" v-model="model.cpdgrp.pye.pts.adrblk"
maxlength="35"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入Address Block"
></c-input> ></c-input>
...@@ -1296,7 +1281,14 @@ export default { ...@@ -1296,7 +1281,14 @@ export default {
methods: { ...Event, methods: { ...Event,
onSeainf(){} onSeainf(){}
}, },
created: function () {}, created: function () {
console.log(this.root);
},
computed: {
flag() {
return this.model.cpdgrp.pye.pts.extkey == "" || this.model.cpdgrp.rec.ownref != "";
},
},
}; };
</script> </script>
<style> <style>
......
<template> <template>
<c-page title="汇出汇款"> <c-page title="汇出汇款">
<div class="eContainer"> <div class="eContainer">
<c-bus-button :$pntvm="this"></c-bus-button>
<el-form <el-form
:model="model" :model="model"
:rules="rules" :rules="rules"
...@@ -65,7 +66,6 @@ ...@@ -65,7 +66,6 @@
<m-outp :model="model" :codes="codes"></m-outp> <m-outp :model="model" :codes="codes"></m-outp>
</el-tab-pane> </el-tab-pane>
</el-tabs> </el-tabs>
<c-bus-button :$pntvm="this"></c-bus-button>
</el-form> </el-form>
</div> </div>
......
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