Commit 26ee32af by nanrui

汇款汉化

parent 318c00e4
......@@ -50,7 +50,7 @@
<c-col :span="11" :offset="1">
<c-row>
<c-col :span="20">
<el-form-item label="收费与结算" prop="mtabut.coninf.oitset.oit.inftxt">
<el-form-item label="结算" prop="mtabut.coninf.oitset.oit.inftxt">
<c-input type="textarea" :rows="4" v-model="model.mtabut.coninf.oitset.oit.inftxt"
maxlength="60" show-word-limit placeholder="请输入Infotext"></c-input>
</el-form-item>
......
......@@ -25,7 +25,7 @@
<c-input
v-model="model.cpdgrp.rec.ownref"
maxlength="16"
placeholder="请输入Our Reference"
placeholder="请输入业务编号"
>
</c-input>
<template slot="footer">
......@@ -93,7 +93,7 @@
@click="onRecpanGetinf"
style="padding: 0 12px"
>
Get
获取
</c-button>
</template>
</c-fullbox>
......@@ -255,7 +255,7 @@
type="primary"
@click="onRecpanGetuetr"
>
Get
获取
</c-button>
</template>
</c-fullbox>
......
......@@ -15,14 +15,14 @@
<c-col :span="24">
<c-col :span="8">
<el-form-item
label="Own Reference"
label="业务编号"
prop="infcon.seaownref"
style="width: 100%"
>
<c-input
v-model="model.infcon.seaownref"
maxlength="16"
placeholder="请输入Own Reference"
placeholder="请输入业务编号"
></c-input>
</el-form-item>
</c-col>
......
<template>
<!-- 顶部按钮区 -->
<!-- <div class="topBtnGroup">
<c-button size="small" type="primary" v-show="showflg == true" icon="el-icon-arrow-right"
@click="showflg=false">收起</c-button>
<c-button size="small" type="primary" v-show="showflg == false" icon="el-icon-arrow-left"
@click="showflg=true">展开</c-button>
<div class="btnGroup" v-show="showflg == true && tabVal == 'infsea'">
<c-button size="small" type="primary">导Excel</c-button>
<c-button size="small" type="primary" icon="el-icon-search">Search</c-button>
<c-button size="small" type="primary">Display</c-button>
<c-button size="small" type="primary">Use</c-button>
<c-button size="small" type="primary">Clear</c-button>
<c-button size="small" type="primary">Exit</c-button>
</div>
<div class="btnGroup" v-show="showflg == true && (tabVal != 'infsea')">
<c-button size="small" type="primary" icon="el-icon-search">Search</c-button>
<el-button-group>
<c-button size="small" type="primary" icon="el-icon-arrow-left"></c-button>
<c-button size="small" type="primary" icon="el-icon-arrow-right"></c-button>
</el-button-group>
<c-button size="small" type="primary">Print</c-button>
<c-button size="small" type="primary">Use</c-button>
<c-button size="small" type="primary">Loginfo</c-button>
<c-button size="small" type="primary">Exit</c-button>
</div>
</div> -->
<div class="eContainer">
<el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="right" size="small"
:validate-on-rule-change="false">
......@@ -41,13 +11,13 @@
</c-content>
</el-tab-pane> -->
<el-tab-pane label="汇款信息" name="infconp">
<el-tab-pane label="概要" name="infconp">
<c-content>
<m-infconp :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<el-tab-pane label="附言" name="coninfp">
<el-tab-pane label="提示信息" name="coninfp">
<m-coninfp :model="model" :codes="codes" />
</el-tab-pane>
......@@ -73,7 +43,7 @@
<m-sepinfp :model="model" :codes="codes" />
</el-tab-pane>
<el-tab-pane label="分录信息" name="gleinfp">
<el-tab-pane label="提示信息" name="gleinfp">
<m-gleinfp :model="model" :codes="codes" />
</el-tab-pane>
......
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