Commit c0fe83df by chenzhaole

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

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