Commit d4ecd468 by gechengyang

提交查询查复前端页面

parent 007d0b17
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-col :span="12"> <!-- <c-col :span="12">
<el-form-item :label="$t('msgp.LT000077')" prop="msgp.msgtyp"> <el-form-item :label="$t('msgp.LT000077')" prop="msgp.msgtyp">
<c-select v-model="model.msgp.msgtyp" style="width:100%" :placeholder="$t('other.please_enter')+$t('msgp.LT000077')"> <c-select v-model="model.msgp.msgtyp" style="width:100%"
</c-select> :placeholder="$t('other.please_enter')+$t('msgp.LT000077')">
</el-form-item> </c-select>
</c-col> </el-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.msgp.isbnk">{{$t('msgp.FD000178')}}</c-checkbox> <c-col :span="12">
</c-col> <c-checkbox v-model="model.msgp.isbnk">{{ $t('msgp.FD000178') }}</c-checkbox>
</c-col>
<c-col :span="12">
<c-form-item :label="$t('msgp.LT000078')" prop="msgp.rcvbnk.pty.extkey"> <c-col :span="12">
<c-input v-model="model.msgp.rcvbnk.pty.extkey" maxlength="24" :placeholder="$t('other.please_enter')+$t('msgp.LT000078')"></c-input> <c-form-item :label="$t('msgp.LT000078')" prop="msgp.rcvbnk.pty.extkey">
</c-form-item> <c-input v-model="model.msgp.rcvbnk.pty.extkey" maxlength="24"
</c-col> :placeholder="$t('other.please_enter')+$t('msgp.LT000078')"></c-input>
</c-form-item>
<c-col :span="12"> </c-col>
<c-button size="small" type="primary" icon="el-icon-search" @click="onRcvbnkSel">
{{$t('msgp.BT000079')}} <c-col :span="12">
</c-button> <c-button size="small" type="primary" icon="el-icon-search" @click="onRcvbnkSel">
</c-col> {{ $t('msgp.BT000079') }}
<!-- LT000092 : 报文标准: --> </c-button>
</c-col>-->
<c-col :span="12"> <!-- LT000092 : 报文标准: -->
<el-form-item :label="$t('msgp.LT000092')" prop="msgp.typ">
<c-select v-model="model.msgp.typ" style="width:100%" :placeholder="$t('other.please_enter')+$t('msgp.LT000092')"> <c-col :span="12">
</c-select> <el-form-item label="报文标准" prop="msgp.typ">
</el-form-item> <c-select v-model="model.msgp.typ" style="width:100%"
</c-col> placeholder="请选择报文标准(mt/iso/cips/fxps)">
<!-- LT000077 : 报文类型: --> </c-select>
<!-- LT000078 : 收报行: --> </el-form-item>
</c-col>
<c-col :span="12"> <!-- LT000077 : 报文类型: -->
<span v-text="model.msgp.msginfo" data-path=".msgp.msginfo" > </span> <!-- LT000078 : 收报行: -->
</c-col> <!--
<c-col :span="12"> <c-col :span="12">
<c-button size="small" type="primary" @click="onMsgpNxtstp"> <span v-text="model.msgp.msginfo" data-path=".msgp.msginfo"> </span>
{{$t('msgp.BT000087')}} </c-col>
</c-button>
</c-col> <c-col :span="12">
<c-button size="small" type="primary" @click="onMsgpNxtstp">
{{ $t('msgp.BT000087') }}
</c-button>
</c-col>
-->
</div> </div>
</template> </template>
<script> <script>
...@@ -54,18 +59,16 @@ import CodeTable from "~/config/CodeTable" ...@@ -54,18 +59,16 @@ import CodeTable from "~/config/CodeTable"
import Event from "../model/Event" import Event from "../model/Event"
export default { export default {
inject: ['root'], inject: ['root'],
props:["model","codes"], props: ["model", "codes"],
mixins: [commonProcess], mixins: [commonProcess],
data(){ data() {
return { return {}
},
} methods: {...Event},
}, created: function () {
methods:{...Event},
created:function(){
} }
} }
</script> </script>
<style> <style>
......
import Api from "~/service/Api";
import moment from "moment";
export default {
methods: {
async handleSearch() {
},
async handleReset() {
},
// pageSize改变
handleSizeChange(val) {
this.pagination.pageNum = 1;
this.pagination.pageSize = val;
this.handleSearch();
},
// 页码改变
handleCurrentChange(val) {
this.pagination.pageNum = val;
this.handleSearch();
},
handleSelectionChange(val){
this.multipleSelection = val;
}
},
};
...@@ -114,17 +114,17 @@ ...@@ -114,17 +114,17 @@
</div> </div>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="8">
<el-form-item :label="$t('qrtp.LT000326')" prop="qrtp.settimsta"> <el-form-item label="起始时间" prop="qrtp.settimsta">
<c-date-picker type="date" v-model="model.qrtp.settimsta" style="width:100%" :placeholder="$t('other.please_enter')+$t('qrtp.LT000326')"></c-date-picker> <c-date-picker type="date" v-model="model.qrtp.settimsta" style="width:100%" placeholder="请选择起始时间"></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- LT000023 : 起始时间 --> <!-- LT000023 : 起始时间 -->
<!-- LT000326 : --> <!-- LT000326 : 记录类型 -->
<c-col :span="12"> <c-col :span="8">
<el-form-item :label="$t('qrtp.LT000328')" prop="qrtp.settimend"> <el-form-item label="截至日期" prop="qrtp.settimend">
<c-date-picker type="date" v-model="model.qrtp.settimend" style="width:100%" :placeholder="$t('other.please_enter')+$t('qrtp.LT000328')"></c-date-picker> <c-date-picker type="date" v-model="model.qrtp.settimend" style="width:100%" placeholder="请输入截至日期"></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- LT000024 : 截止时间 --> <!-- LT000024 : 截止时间 -->
...@@ -132,9 +132,9 @@ ...@@ -132,9 +132,9 @@
<!-- LT002442 : 报文类型 --> <!-- LT002442 : 报文类型 -->
<!-- LT002443 : : --> <!-- LT002443 : : -->
<c-col :span="12"> <c-col :span="8">
<el-form-item :label="$t('qrtp.LT002442')" prop="qrdgrp.rec.msgtyp"> <el-form-item label="报文类型" prop="qrdgrp.rec.msgtyp">
<c-select v-model="model.qrdgrp.rec.msgtyp" style="width:100%" :placeholder="$t('other.please_enter')+$t('qrtp.LT002442')"> <c-select v-model="model.qrdgrp.rec.msgtyp" style="width:100%" placeholder="请选择报文类型">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -142,8 +142,8 @@ ...@@ -142,8 +142,8 @@
<!-- LT000329 : : --> <!-- LT000329 : : -->
<c-col :span="12"> <c-col :span="12">
<el-form-item :label="$t('qrtp.LT000329')" prop="qrtp.cassta"> <el-form-item label="CASE状态" prop="qrtp.cassta">
<c-select v-model="model.qrtp.cassta" style="width:100%" :placeholder="$t('other.please_enter')+$t('qrtp.LT000329')"> <c-select v-model="model.qrtp.cassta" style="width:100%" placeholder="请选择CASE状态">
<el-option <el-option
v-for="item in codes.cassta" v-for="item in codes.cassta"
:key="item.value" :key="item.value"
...@@ -157,38 +157,38 @@ ...@@ -157,38 +157,38 @@
<!-- LT000330 : : --> <!-- LT000330 : : -->
<c-col :span="12"> <c-col :span="12">
<c-form-item :label="$t('qrtp.LT000330')" prop="qrtp.casnum"> <c-form-item label="CASE编号" prop="qrtp.casnum">
<c-input v-model="model.qrtp.casnum" maxlength="16" :placeholder="$t('other.please_enter')+$t('qrtp.LT000330')"></c-input> <c-input v-model="model.qrtp.casnum" maxlength="16" placeholder="请输入CASE编号"></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
<!-- LT000021 : 汇票号码 --> <!-- LT000021 : 汇票号码 -->
<!-- LT000331 : : --> <!-- LT000331 : : -->
<c-col :span="12"> <c-col :span="12">
<c-form-item :label="$t('qrtp.LT000331')" prop="qrtp.drfnum"> <c-form-item label="汇票号码" prop="qrtp.drfnum">
<c-input v-model="model.qrtp.drfnum" maxlength="20" :placeholder="$t('other.please_enter')+$t('qrtp.LT000331')"></c-input> <c-input v-model="model.qrtp.drfnum" maxlength="20" placeholder="请输入汇票号码"></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
<!-- LT000180 : 20域编号(发) --> <!-- LT000180 : 20域编号(发) -->
<!-- LT000332 : : --> <!-- LT000332 : : -->
<c-col :span="12"> <c-col :span="12">
<c-form-item :label="$t('qrtp.LT000332')" prop="qrtp.ownrel"> <c-form-item label="20域编号(发)" prop="qrtp.ownrel">
<c-input v-model="model.qrtp.ownrel" maxlength="20" :placeholder="$t('other.please_enter')+$t('qrtp.LT000332')"></c-input> <c-input v-model="model.qrtp.ownrel" maxlength="20" placeholder="请输入20域编号(发)"></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
<!-- LT000181 : 20域编号(收) --> <!-- LT000181 : 20域编号(收) -->
<!-- LT000333 : : --> <!-- LT000333 : : -->
<c-col :span="12"> <c-col :span="12">
<c-form-item :label="$t('qrtp.LT000333')" prop="qrtp.opsref"> <c-form-item label=" 20域编号(收)" prop="qrtp.opsref">
<c-input v-model="model.qrtp.opsref" maxlength="20" :placeholder="$t('other.please_enter')+$t('qrtp.LT000333')"></c-input> <c-input v-model="model.qrtp.opsref" maxlength="20" placeholder="请输入20域编号(收)"></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<c-form-item :label="$t('qrtp.LT000336')" prop="qrtp.uetr"> <c-form-item label="UETR" prop="qrtp.uetr">
<c-input v-model="model.qrtp.uetr" maxlength="40" :placeholder="$t('other.please_enter')+$t('qrtp.LT000336')"></c-input> <c-input v-model="model.qrtp.uetr" maxlength="40" placeholder="请输入UETR"></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
<!-- LT004599 : UETR --> <!-- LT004599 : UETR -->
...@@ -197,42 +197,42 @@ ...@@ -197,42 +197,42 @@
<!-- LT000334 : : --> <!-- LT000334 : : -->
<c-col :span="12"> <c-col :span="12">
<c-form-item :label="$t('qrtp.LT000334')" prop="qrtp.sedbak"> <c-form-item label="发报行BIC" prop="qrtp.sedbak">
<c-input v-model="model.qrtp.sedbak" maxlength="11" :placeholder="$t('other.please_enter')+$t('qrtp.LT000334')"></c-input> <c-input v-model="model.qrtp.sedbak" maxlength="11" placeholder="请输入发报行BIC"></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
<!-- LT000183 : 收报行BIC --> <!-- LT000183 : 收报行BIC -->
<!-- LT000335 : : --> <!-- LT000335 : : -->
<c-col :span="12"> <c-col :span="12">
<c-form-item :label="$t('qrtp.LT000335')" prop="qrtp.revbak"> <c-form-item label="收报行BIC" prop="qrtp.revbak">
<c-input v-model="model.qrtp.revbak" maxlength="11" :placeholder="$t('other.please_enter')+$t('qrtp.LT000335')"></c-input> <c-input v-model="model.qrtp.revbak" maxlength="11" placeholder="请输入收报行BIC"></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
<!-- LT000184 : 账户行BIC --> <!-- LT000184 : 账户行BIC -->
<!-- LT000336 : : --> <!-- LT000336 : : -->
<c-col :span="12"> <c-col :span="12">
<c-form-item :label="$t('qrtp.LT000336')" prop="qrtp.actbak"> <c-form-item label="账户行BIC" prop="qrtp.actbak">
<c-input v-model="model.qrtp.actbak" maxlength="11" :placeholder="$t('other.please_enter')+$t('qrtp.LT000336')"></c-input> <c-input v-model="model.qrtp.actbak" maxlength="11" placeholder="请输入账户行BIC"></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<c-button size="small" type="primary" icon="el-icon-search" @click="onQrtpCassel"> <c-button size="small" type="primary" icon="el-icon-search" @click="onQrtpCassel">
{{$t('qrtp.BT000027')}} 查询
</c-button> </c-button>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<c-button size="small" type="primary" @click="onQrtpCasclr"> <c-button size="small" type="primary" @click="onQrtpCasclr">
{{$t('qrtp.BT000028')}} 清空
</c-button> </c-button>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<c-button size="small" type="primary" @click="onQrtpCrecas"> <c-button size="small" type="primary" @click="onQrtpCrecas">
{{$t('qrtp.BT000130')}} 新建CASE
</c-button> </c-button>
</c-col> </c-col>
......
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