Commit 55f44055 by zhengxiaokui
parents 12af9a58 7b48bd9e
...@@ -80,9 +80,10 @@ export default { ...@@ -80,9 +80,10 @@ export default {
margin-top: 15px; margin-top: 15px;
} }
.m-table-search-operation-top { .m-table-search-operation-top {
position: absolute; /* position: absolute; */
right: 20px; right: 20px;
top: 20px; top: 20px;
text-align: right;
} }
.m-table-search-operation-bottom { .m-table-search-operation-bottom {
position: absolute; position: absolute;
......
...@@ -164,6 +164,7 @@ export default class Ditsel{ ...@@ -164,6 +164,7 @@ export default class Ditsel{
mattxtlab:"", // Label for MATTXT .matp.mattxtlab mattxtlab:"", // Label for MATTXT .matp.mattxtlab
}, },
cfgfil:{ cfgfil:{
btnstm:"", //按钮数据
bitmap:"", // Bitmap for folder .cfgfil.bitmap bitmap:"", // Bitmap for folder .cfgfil.bitmap
regside1:"", // Regside .cfgfil.regside1 regside1:"", // Regside .cfgfil.regside1
regside2:"", // Regside .cfgfil.regside2 regside2:"", // Regside .cfgfil.regside2
......
...@@ -26,77 +26,77 @@ ...@@ -26,77 +26,77 @@
<c-col :span="12"> <c-col :span="12">
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Document Amount" prop="bcdgrp.cbs.max.cur"> <el-form-item label="Document Amount" prop="bcdgrp.cbs.max.cur">
<c-select v-model="model.bcdgrp.cbs.max.cur" style="width:95%" placeholder="请选择Document Amount" <c-input v-model="model.bcdgrp.cbs.max.cur" style="width:90%" placeholder="请选择Document Amount"
disabled> disabled>
</c-select> </c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item style="text-align: left" label-width="0" prop="bcdgrp.cbs.max.amt"> <el-form-item style="text-align: left" label-width="0" prop="bcdgrp.cbs.max.amt">
<c-input v-model="model.bcdgrp.cbs.max.amt" style="text-align: left; width: 100%" <c-input v-model="model.bcdgrp.cbs.max.amt" style="text-align: left; width: 90%"
placeholder="请输入Document Amount" disabled></c-input> disabled></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Open Amount" prop="bcdgrp.cbs.opn1.cur"> <el-form-item label="Open Amount" prop="bcdgrp.cbs.opn1.cur">
<c-select v-model="model.bcdgrp.cbs.opn1.cur" style="width:95%" placeholder="请选择Open Amount" <c-input v-model="model.bcdgrp.cbs.opn1.cur" style="width:90%" placeholder="请选择Open Amount"
disabled> disabled>
</c-select> </c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item style="text-align: left" label-width="0" prop="bcdgrp.cbs.opn1.amt"> <el-form-item style="text-align: left" label-width="0" prop="bcdgrp.cbs.opn1.amt">
<c-input v-model="model.bcdgrp.cbs.opn1.amt" style="text-align: left; width: 100%" <c-input v-model="model.bcdgrp.cbs.opn1.amt" style="text-align: left; width: 90%"
placeholder="请输入Open Amount" disabled></c-input> disabled></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Docs Received on" prop="bcdgrp.rec.rcvdat"> <el-form-item label="Docs Received on" prop="bcdgrp.rec.rcvdat">
<c-date-picker type="date" v-model="model.bcdgrp.rec.rcvdat" style="width:95%" <c-date-picker type="date" v-model="model.bcdgrp.rec.rcvdat" style="width:80%"
value-format="yyyy-MM-dd" placeholder="请选择Docs Received on" disabled></c-date-picker> value-format="yyyy-MM-dd" placeholder="请选择Docs Received on" disabled></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Advised on" prop="bcdgrp.rec.advdat"> <el-form-item label="Advised on" prop="bcdgrp.rec.advdat">
<c-date-picker type="date" v-model="model.bcdgrp.rec.advdat" style="width:100%" <c-date-picker type="date" v-model="model.bcdgrp.rec.advdat" style="width:80%"
value-format="yyyy-MM-dd" placeholder="请选择Advised on" disabled></c-date-picker> value-format="yyyy-MM-dd" placeholder="请选择Advised on" disabled></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Maturity Date" prop="bcdgrp.rec.matdat"> <el-form-item label="Maturity Date" prop="bcdgrp.rec.matdat">
<c-date-picker type="date" v-model="model.bcdgrp.rec.matdat" style="width:95%" <c-date-picker type="date" v-model="model.bcdgrp.rec.matdat" style="width:80%"
value-format="yyyy-MM-dd" placeholder="请选择Maturity Date" disabled></c-date-picker> value-format="yyyy-MM-dd" placeholder="请选择Maturity Date" disabled></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Remitted on" prop="bcdgrp.rec.predat"> <el-form-item label="Remitted on" prop="bcdgrp.rec.predat">
<c-date-picker type="date" v-model="model.bcdgrp.rec.predat" style="width:100%" <c-date-picker type="date" v-model="model.bcdgrp.rec.predat" style="width:80%"
value-format="yyyy-MM-dd" placeholder="请选择Remitted on" disabled></c-date-picker> value-format="yyyy-MM-dd" placeholder="请选择Remitted on" disabled></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Payment Condition" prop="bcdgrp.rec.doctypcod"> <el-form-item label="Payment Condition" prop="bcdgrp.rec.doctypcod">
<c-select v-model="model.bcdgrp.rec.doctypcod" style="width:100%" placeholder="请选择Payment Condition" <c-input v-model="model.bcdgrp.rec.doctypcod" style="width:93%" placeholder="请选择Payment Condition"
disabled> disabled>
</c-select> </c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Document Set Status" prop="bcdgrp.rec.docsta"> <el-form-item label="Document Set Status" prop="bcdgrp.rec.docsta">
<c-select v-model="model.bcdgrp.rec.docsta" style="width:100%" placeholder="请输入Document Set Status" <c-input v-model="model.bcdgrp.rec.docsta" style="width:93%" placeholder="请输入Document Set Status"
disabled> disabled>
</c-select> </c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Amount Accepted" prop="setmod.doccur"> <el-form-item label="Amount Accepted" prop="setmod.doccur">
<c-select v-model="model.setmod.doccur" style="width:95%" placeholder="Amount Accepted" disabled> <c-input v-model="model.setmod.doccur" style="width:90%" placeholder="Amount Accepted" disabled>
</c-select> </c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item style="text-align: left" label-width="0" prop="setmod.docamt"> <el-form-item style="text-align: left" label-width="0" prop="setmod.docamt">
<c-input v-model="model.setmod.docamt" style="text-align: left; width: 100%" <c-input v-model="model.setmod.docamt" style="text-align: left; width: 90%"
placeholder="请输入document amount"></c-input> placeholder="请输入document amount"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -105,17 +105,11 @@ ...@@ -105,17 +105,11 @@
</c-edit-table> </c-edit-table>
</c-col> </c-col>
</c-col> </c-col>
</c-col>
<!-- ====================右边======================= --> <!-- ====================右边======================= -->
<c-col :span="12"> <c-col :span="12">
<c-col :span="13"> <c-col :span="24">
<el-form-item label="Drawee" prop="bcdgrp.dre.pts.ref"> <el-form-item style="text-align: right" label="Drawee Ref." prop="bcdgrp.dre.pts.ref">
</el-form-item> <c-input v-model="model.bcdgrp.dre.pts.ref" maxlength="16" style="width: 50%" disabled></c-input>
</c-col>
<c-col :span="11">
<el-form-item label="Ref." prop="bcdgrp.dre.pts.ref">
<c-input v-model="model.bcdgrp.dre.pts.ref" maxlength="16" style="width: 100%" disabled></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
...@@ -123,13 +117,9 @@ ...@@ -123,13 +117,9 @@
<c-input v-model="model.bcdgrp.dre.pts.nam" maxlength="40" style="width: 100%" disabled></c-input> <c-input v-model="model.bcdgrp.dre.pts.nam" maxlength="40" style="width: 100%" disabled></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="13"> <c-col :span="24">
<el-form-item label="Remitting Bank" prop="bcdgrp.rmi.pts.ref"> <el-form-item style="text-align: right" label="Remitting Bank Ref." prop="bcdgrp.rmi.pts.ref">
</el-form-item> <c-input v-model="model.bcdgrp.rmi.pts.ref" maxlength="16" style="width: 50%" disabled>
</c-col>
<c-col :span="11">
<el-form-item label="Ref." prop="bcdgrp.rmi.pts.ref">
<c-input v-model="model.bcdgrp.rmi.pts.ref" maxlength="16" style="width: 100%" disabled>
</c-input> </c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -138,13 +128,9 @@ ...@@ -138,13 +128,9 @@
<c-input v-model="model.bcdgrp.rmi.pts.nam" maxlength="40" style="width: 100%" disabled></c-input> <c-input v-model="model.bcdgrp.rmi.pts.nam" maxlength="40" style="width: 100%" disabled></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="13"> <c-col :span="24">
<el-form-item label="Drawer" prop="bcdgrp.drr.pts.ref"> <el-form-item style="text-align: right" label="Drawer Ref." prop="bcdgrp.drr.pts.ref">
</el-form-item> <c-input v-model="model.bcdgrp.drr.pts.ref" maxlength="16" style="width: 50%" disabled>
</c-col>
<c-col :span="11">
<el-form-item label="Ref." prop="bcdgrp.drr.pts.ref">
<c-input v-model="model.bcdgrp.drr.pts.ref" maxlength="16" style="width: 100%" disabled>
</c-input> </c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -159,7 +145,7 @@ ...@@ -159,7 +145,7 @@
value-format="yyyy-MM-dd" placeholder="请选择Accepted on"></c-date-picker> value-format="yyyy-MM-dd" placeholder="请选择Accepted on"></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col"> </c-col>
</c-row> </c-row>
</template> </template>
<script> <script>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<el-button size="small">拆分报文</el-button> <el-button size="small">拆分报文</el-button>
<el-button size="small">智能提示</el-button> <el-button size="small">智能提示</el-button>
</c-function-btn> </c-function-btn>
<el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="right" <el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="left"
size="small" :validate-on-rule-change="false"> size="small" :validate-on-rule-change="false">
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick">
......
...@@ -13,42 +13,16 @@ ...@@ -13,42 +13,16 @@
<el-row> <el-row>
<c-col :span="23"> <c-col :span="23">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="申报类型" prop="bopquep.boptyp" style="width: 100%"> <el-form-item label="业务编号" prop="bopquep.ownref" style="width: 100%">
<c-select <c-input
v-model="model.bopquep.boptyp" v-model="model.bopquep.ownref"
style="width: 100%" maxlength="16"
placeholder="请选择申报类型" placeholder="请输入业务编号"
> ></c-input>
<el-option
v-for="item in codes.boptyp"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="查询日期类型" prop="bopquep.dattyp" style="width: 100%">
<c-select
v-model="model.bopquep.dattyp"
style="width: 100%"
placeholder="请选择查询日期类型"
>
<el-option
v-for="item in codes.dattyp"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8">
<c-col :span="8" v-show="searchSlot.searchToggle">
<el-form-item label="起止日期" style="width: 100%"> <el-form-item label="起止日期" style="width: 100%">
<c-col :span="11"> <c-col :span="11">
<el-date-picker <el-date-picker
...@@ -73,6 +47,24 @@ ...@@ -73,6 +47,24 @@
</c-col> </c-col>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8">
<el-form-item label="查询日期类型" prop="bopquep.dattyp" style="width: 100%">
<c-select
v-model="model.bopquep.dattyp"
style="width: 100%"
placeholder="请选择查询日期类型"
>
<el-option
v-for="item in codes.dattyp"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
</c-col> </c-col>
...@@ -148,14 +140,23 @@ ...@@ -148,14 +140,23 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="业务编号" prop="bopquep.ownref" style="width: 100%"> <el-form-item label="申报类型" prop="bopquep.boptyp" style="width: 100%">
<c-input <c-select
v-model="model.bopquep.ownref" v-model="model.bopquep.boptyp"
maxlength="16" style="width: 100%"
placeholder="请输入业务编号" placeholder="请选择申报类型"
></c-input> >
<el-option
v-for="item in codes.boptyp"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="23"> <c-col :span="23">
......
...@@ -69,18 +69,17 @@ export default { ...@@ -69,18 +69,17 @@ export default {
//请求按钮数据 //请求按钮数据
this.model.didgrp.rec.ownref = this.ownref this.model.didgrp.rec.ownref = this.ownref
console.log("ownref:" + this.ownref ); console.log("ownref:" + this.ownref );
let rtnmsg = await this.executeRule("didgrp.rec.ownref")//didgrp_rec_ownref let rtnmsg = await this.executeRule("didgrp.rec.ownref");//didgrp_rec_ownref
if(rtnmsg.respCode = SUCCESS){ if(rtnmsg.respCode = SUCCESS){
//重置数组 //重置数组
this.navcode.length = 0 this.navcode = []
this.model.cfgfil.btnstm = rtnmsg.data.cfgfil_btnstm.rows this.updateModel(rtnmsg.data)
//this.model.cfgfil.btnstm = rtnmsg.data.cfgfil_btnstm.rows
//给inr赋值,后面弹窗里面的按钮请求会用到 //给inr赋值,后面弹窗里面的按钮请求会用到
this.model.didgrp.rec.inr = rtnmsg.data.didgrp_rec_inr //this.model.didgrp.rec.inr = rtnmsg.data.didgrp_rec_inr
const idx = this.model.cfgfil.btnstm.length const length = this.model.cfgfil.btnstm.rows.length
let btnStr = this.model.cfgfil.btnstm let btnStr = this.model.cfgfil.btnstm.rows
// console.log("btnstmStr:"+btnStr); for(let i=0; i < length; i++){
for(let i=0; i < idx; i++){
//获取数组中每行的数据 //获取数组中每行的数据
let arr = btnStr[i].split("\t"); let arr = btnStr[i].split("\t");
let newList = { let newList = {
......
...@@ -316,6 +316,14 @@ ...@@ -316,6 +316,14 @@
> >
处理 处理
</c-button> </c-button>
<c-button
style="margin-left: 0"
size="small"
type="primary"
@click="getDitSelInfo(scope.row['Reference'])"
>
info
</c-button>
...@@ -568,7 +576,13 @@ export default { ...@@ -568,7 +576,13 @@ export default {
//跳转交易 //跳转交易
this.$router.history.push("/business/" + code) this.$router.history.push("/business/" + code)
this.initdialog = false this.initdialog = false
} }, } ,
async getDitSelInfo(code){
//跳转交易
this.$router.history.push("/business/" + code)
this.initdialog = false
}
},
created: function () {}, created: function () {},
}; };
</script> </script>
......
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-list-search @form-reset="handleReset" @form-search="handleSearch"> <!-- <c-list-search @form-reset="handleReset" @form-search="handleSearch"> -->
<template v-slot="searchSlot"> <!-- <template v-slot="searchSlot"> -->
<el-form <el-form
class="m-table-search-form" class="m-table-search-form"
ref="paramsForm" ref="paramsForm"
...@@ -71,15 +71,30 @@ ...@@ -71,15 +71,30 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="业务描述" prop="seltxt" style="width: 100%"> <el-form-item label="创建时间" style="width: 100%">
<c-input <c-col :span="11">
v-model="model.seltxt" <el-date-picker
maxlength="32" type="date"
placeholder="请输入Selection Name" v-model="model.inidatfro"
></c-input> style="width: 100%"
placeholder="请选择Date of entry of Transaction"
></el-date-picker>
</c-col>
<c-col :span="2" style="text-align: center">
<label style="display: inline-block; width: 100%">-</label>
</c-col>
<c-col :span="11">
<el-date-picker
type="date"
v-model="model.inidattil"
style="width: 100%"
placeholder="请选择Date of entry of Transaction until"
></el-date-picker>
</c-col>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8" v-if="searchSlot.searchToggle">
<c-col :span="8">
<el-form-item label="来源" style="width: 100%" prop="sourceModel"> <el-form-item label="来源" style="width: 100%" prop="sourceModel">
<el-select <el-select
clearable clearable
...@@ -102,7 +117,7 @@ ...@@ -102,7 +117,7 @@
</c-col> </c-col>
</el-row> </el-row>
<el-row v-show="searchSlot.searchToggle"> <el-row>
<c-col :span="23"> <c-col :span="23">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
...@@ -139,26 +154,12 @@ ...@@ -139,26 +154,12 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="创建时间" style="width: 100%"> <el-form-item label="业务描述" prop="seltxt" style="width: 100%">
<c-col :span="11"> <c-input
<el-date-picker v-model="model.seltxt"
type="date" maxlength="32"
v-model="model.inidatfro" placeholder="请输入Selection Name"
style="width: 100%" ></c-input>
placeholder="请选择Date of entry of Transaction"
></el-date-picker>
</c-col>
<c-col :span="2" style="text-align: center">
<label style="display: inline-block; width: 100%">-</label>
</c-col>
<c-col :span="11">
<el-date-picker
type="date"
v-model="model.inidattil"
style="width: 100%"
placeholder="请选择Date of entry of Transaction until"
></el-date-picker>
</c-col>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -198,6 +199,10 @@ ...@@ -198,6 +199,10 @@
<el-form-item label="" style="width:100%;height: 36.8px;margin:0 0 0 0"> <el-form-item label="" style="width:100%;height: 36.8px;margin:0 0 0 0">
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="16" style="text-align:right">
<el-button size="small" @click="handleReset">重置</el-button>
<el-button type="primary" icon="el-icon-search" size="small" @click="handleSearch">查询</el-button>
</c-col>
<!-- <c-col :span="12" style="text-align:center" > <!-- <c-col :span="12" style="text-align:center" >
<c-checkbox v-model="model.chkypt">云平台</c-checkbox> <c-checkbox v-model="model.chkypt">云平台</c-checkbox>
...@@ -220,8 +225,8 @@ ...@@ -220,8 +225,8 @@
</c-col> </c-col>
</el-row> </el-row>
</el-form> </el-form>
</template> <!-- </template> -->
</c-list-search> <!-- </c-list-search> -->
<!-- <div style="margin-top:20px;"> <!-- <div style="margin-top:20px;">
<c-button size="small" type="primary" disabled="disabled" @click="onButypt"> <c-button size="small" type="primary" disabled="disabled" @click="onButypt">
......
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-list-search @form-reset="sptfndHandleReset" @form-search="sptfndHandleSearch"> <!-- <c-list-search @form-reset="sptfndHandleReset" @form-search="sptfndHandleSearch"> -->
<template v-slot="searchSlot"> <!-- <template v-slot="searchSlot"> -->
<el-form <el-form
class="m-table-search-form" class="m-table-search-form"
ref="paramsForm" ref="paramsForm"
...@@ -71,16 +71,30 @@ ...@@ -71,16 +71,30 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="业务描述" prop="seltxt" style="width: 100%"> <el-form-item label="创建时间" style="width: 100%">
<c-input <c-col :span="11">
v-model="model.seltxt" <el-date-picker
maxlength="32" type="date"
placeholder="请输入Selection Name" v-model="model.inidatfro"
></c-input> style="width: 100%"
placeholder="请选择Date of entry of Transaction"
></el-date-picker>
</c-col>
<c-col :span="2" style="text-align: center">
<label style="display: inline-block; width: 100%">-</label>
</c-col>
<c-col :span="11">
<el-date-picker
type="date"
v-model="model.inidattil"
style="width: 100%"
placeholder="请选择Date of entry of Transaction until"
></el-date-picker>
</c-col>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8" v-show="searchSlot.searchToggle"> <c-col :span="8">
<el-form-item <el-form-item
label="选择用户" label="选择用户"
prop="usfmod.flt" prop="usfmod.flt"
...@@ -113,44 +127,23 @@ ...@@ -113,44 +127,23 @@
</c-col> --> </c-col> -->
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
</el-row> </el-row>
<el-row v-show="searchSlot.searchToggle"> <el-row>
<c-col :span="23"> <c-col :span="23">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="创建时间" style="width: 100%"> <el-form-item label="业务描述" prop="seltxt" style="width: 100%">
<c-col :span="11"> <c-input
<el-date-picker v-model="model.seltxt"
type="date" maxlength="32"
v-model="model.inidatfro" placeholder="请输入Selection Name"
style="width: 100%" ></c-input>
placeholder="请选择Date of entry of Transaction"
></el-date-picker>
</c-col>
<c-col :span="2" style="text-align: center">
<label style="display: inline-block; width: 100%">-</label>
</c-col>
<c-col :span="11">
<el-date-picker
type="date"
v-model="model.inidattil"
style="width: 100%"
placeholder="请选择Date of entry of Transaction until"
></el-date-picker>
</c-col>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item label="业务标志" prop="dflg" style="width: 100%">
label="业务标志"
prop="dflg"
style="width: 100%"
>
<c-select <c-select
v-model="model.dflg" v-model="model.dflg"
style="width: 100%" style="width: 100%"
...@@ -162,28 +155,47 @@ ...@@ -162,28 +155,47 @@
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8" v-if="model.usfmod.flt==='<SELU>'"> <c-col :span="8" v-if="model.usfmod.flt === '<SELU>'">
<el-form-item label="经办柜员" style="width:100%"> <el-form-item label="经办柜员" style="width: 100%">
<c-input></c-input> <c-input></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8" v-else-if="model.usfmod.flt==='<SELB>'"> <c-col :span="8" v-else-if="model.usfmod.flt === '<SELB>'">
<el-form-item label="归属机构" style="width:100%"> <el-form-item label="归属机构" style="width: 100%">
<c-input></c-input> <c-input></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8" v-else> <!-- <c-col :span="8" v-else>
<el-form-item label="" style="width:100%;height: 36.8px;margin:0 0 0 0"> <el-form-item
label=""
style="width: 100%; height: 36.8px; margin: 0 0 0 0"
>
</el-form-item> </el-form-item>
</c-col> </c-col> -->
<c-col :span="8" style="text-align: right" v-else>
<el-button size="small" @click="handleReset">重置</el-button>
<el-button
type="primary"
icon="el-icon-search"
size="small"
@click="handleSearch"
>查询</el-button
>
</c-col>
</c-col>
<c-col :span="23" style="text-align: right" v-if="model.usfmod.flt === '<SELU>'||model.usfmod.flt === '<SELB>'">
<el-button size="small" @click="handleReset">重置</el-button>
<el-button
type="primary"
icon="el-icon-search"
size="small"
@click="handleSearch"
>查询</el-button
>
</c-col> </c-col>
<c-col :span="23"> <c-col :span="23">
<!-- <c-col :span="12" style="text-align:center" > <!-- <c-col :span="12" style="text-align:center" >
<c-checkbox v-model="model.chkypt">云平台</c-checkbox> <c-checkbox v-model="model.chkypt">云平台</c-checkbox>
</c-col> --> </c-col> -->
...@@ -205,8 +217,8 @@ ...@@ -205,8 +217,8 @@
</c-col> </c-col>
</el-row> </el-row>
</el-form> </el-form>
</template> <!-- </template> -->
</c-list-search> <!-- </c-list-search> -->
<!-- <div style="margin-top:20px;"> <!-- <div style="margin-top:20px;">
<c-button size="small" type="primary" disabled="disabled" @click="onButypt"> <c-button size="small" type="primary" disabled="disabled" @click="onButypt">
...@@ -384,9 +396,7 @@ export default { ...@@ -384,9 +396,7 @@ export default {
}, },
}; };
}, },
mounted() { mounted() {},
},
computed: { computed: {
chkinc: { chkinc: {
get() { get() {
...@@ -476,8 +486,7 @@ export default { ...@@ -476,8 +486,7 @@ export default {
}, },
methods: { ...Event }, methods: { ...Event },
created: function () { created: function () {},
},
}; };
</script> </script>
<style> <style>
......
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-list-search @form-reset="handleReset" @form-search="handleSearch"> <!-- <c-list-search @form-reset="handleReset" @form-search="handleSearch"> -->
<template v-slot="searchSlot"> <!-- <template v-slot="searchSlot"> -->
<el-form <el-form
class="m-table-search-form" class="m-table-search-form"
ref="paramsForm" ref="paramsForm"
...@@ -14,28 +14,6 @@ ...@@ -14,28 +14,6 @@
<c-col :span="23"> <c-col :span="23">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="业务机构"
prop="bchcon"
style="width: 100%"
>
<c-select
v-model="model.bchcon"
style="width: 100%"
placeholder="请选择Branch"
>
<el-option
v-for="item in codes.bchtyp"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item
label="业务编号" label="业务编号"
prop="trncorco.ownref" prop="trncorco.ownref"
style="width: 100%" style="width: 100%"
...@@ -48,7 +26,31 @@ ...@@ -48,7 +26,31 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8" v-show="searchSlot.searchToggle"> <c-col :span="8">
<el-form-item label="创建时间" style="width: 100%">
<c-col :span="11">
<el-date-picker
type="date"
v-model="model.trncorco.inidatfro"
style="width: 100%"
placeholder="请选择Date of entry of Transaction"
></el-date-picker>
</c-col>
<c-col :span="2" style="text-align: center">
<label style="display: inline-block; width: 100%">-</label>
</c-col>
<c-col :span="11">
<el-date-picker
type="date"
v-model="model.trncorco.inidattil"
style="width: 100%"
placeholder="请选择Date of entry of Transaction until"
></el-date-picker>
</c-col>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item <el-form-item
label="经办柜员" label="经办柜员"
prop="usrcon" prop="usrcon"
...@@ -78,7 +80,7 @@ ...@@ -78,7 +80,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
--> -->
<el-row v-show="searchSlot.searchToggle"> <el-row>
<c-col :span="23"> <c-col :span="23">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
...@@ -101,31 +103,29 @@ ...@@ -101,31 +103,29 @@
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="创建时间" style="width: 100%"> <el-form-item
<c-col :span="11"> label="业务机构"
<el-date-picker prop="bchcon"
type="date"
v-model="model.trncorco.inidatfro"
style="width: 100%" style="width: 100%"
placeholder="请选择Date of entry of Transaction" >
></el-date-picker> <c-select
</c-col> v-model="model.bchcon"
<c-col :span="2" style="text-align: center">
<label style="display: inline-block; width: 100%">-</label>
</c-col>
<c-col :span="11">
<el-date-picker
type="date"
v-model="model.trncorco.inidattil"
style="width: 100%" style="width: 100%"
placeholder="请选择Date of entry of Transaction until" placeholder="请选择Branch"
></el-date-picker> >
</c-col> <el-option
v-for="item in codes.bchtyp"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- <!--
<c-col :span="12"> <c-col :span="12">
<el-form-item label="and"> <el-form-item label="and">
...@@ -199,11 +199,15 @@ ...@@ -199,11 +199,15 @@
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8" style="text-align:right">
<el-button size="small" @click="handleReset">重置</el-button>
<el-button type="primary" icon="el-icon-search" size="small" @click="handleSearch">查询</el-button>
</c-col>
</c-col> </c-col>
</el-row> </el-row>
</el-form> </el-form>
</template> <!-- </template> -->
</c-list-search> <!-- </c-list-search> -->
<!-- <!--
<c-col :span="12"> <c-col :span="12">
......
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-list-search @form-reset="handleReset" @form-search="handleSearch"> <!-- <c-list-search @form-reset="handleReset" @form-search="handleSearch"> -->
<template v-slot="searchSlot"> <!-- <template v-slot="searchSlot"> -->
<el-form <el-form
class="m-table-search-form" class="m-table-search-form"
ref="paramsForm" ref="paramsForm"
...@@ -14,28 +14,6 @@ ...@@ -14,28 +14,6 @@
<c-col :span="23"> <c-col :span="23">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="业务机构"
prop="bchcon"
style="width: 100%"
>
<c-select
v-model="model.bchcon"
style="width: 100%"
placeholder="请选择Branch"
>
<el-option
v-for="item in codes.bchtyp"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item
label="业务编号" label="业务编号"
prop="trncorco.ownref" prop="trncorco.ownref"
style="width: 100%" style="width: 100%"
...@@ -47,13 +25,32 @@ ...@@ -47,13 +25,32 @@
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8">
<c-col :span="8" v-show="searchSlot.searchToggle"> <el-form-item label="创建时间" style="width: 100%">
<el-form-item <c-col :span="11">
label="经办柜员" <el-date-picker
prop="usrcon" type="date"
v-model="model.trncorco.inidatfro"
style="width: 100%" style="width: 100%"
> placeholder="请选择Date of entry of Transaction"
></el-date-picker>
</c-col>
<c-col :span="2" style="text-align: center">
<label style="display: inline-block; width: 100%">-</label>
</c-col>
<c-col :span="11">
<el-date-picker
type="date"
v-model="model.trncorco.inidattil"
style="width: 100%"
placeholder="请选择Date of entry of Transaction until"
></el-date-picker>
</c-col>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="经办柜员" prop="usrcon" style="width: 100%">
<c-select <c-select
v-model="model.usrcon" v-model="model.usrcon"
style="width: 100%" style="width: 100%"
...@@ -78,7 +75,7 @@ ...@@ -78,7 +75,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
--> -->
<el-row v-show="searchSlot.searchToggle"> <el-row>
<c-col :span="23"> <c-col :span="23">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
...@@ -103,26 +100,20 @@ ...@@ -103,26 +100,20 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="创建时间" style="width: 100%"> <el-form-item label="业务机构" prop="bchcon" style="width: 100%">
<c-col :span="11"> <c-select
<el-date-picker v-model="model.bchcon"
type="date"
v-model="model.trncorco.inidatfro"
style="width: 100%"
placeholder="请选择Date of entry of Transaction"
></el-date-picker>
</c-col>
<c-col :span="2" style="text-align: center">
<label style="display: inline-block; width: 100%">-</label>
</c-col>
<c-col :span="11">
<el-date-picker
type="date"
v-model="model.trncorco.inidattil"
style="width: 100%" style="width: 100%"
placeholder="请选择Date of entry of Transaction until" placeholder="请选择Branch"
></el-date-picker> >
</c-col> <el-option
v-for="item in codes.bchtyp"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -134,11 +125,7 @@ ...@@ -134,11 +125,7 @@
</c-col> --> </c-col> -->
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item label="交易代码" prop="atp.cod" style="width: 100%">
label="交易代码"
prop="atp.cod"
style="width: 100%"
>
<c-col :span="24"> <c-col :span="24">
<c-col :span="20"> <c-col :span="20">
<c-input <c-input
...@@ -153,7 +140,7 @@ ...@@ -153,7 +140,7 @@
<c-col :span="4"> <c-col :span="4">
<c-button <c-button
size="small" size="small"
style="width: 100%;margin-left:0" style="width: 100%; margin-left: 0"
type="primary" type="primary"
@click="onSeainf" @click="onSeainf"
icon="el-icon-search" icon="el-icon-search"
...@@ -187,11 +174,7 @@ ...@@ -187,11 +174,7 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item label="交易名称" prop="atptxt" style="width: 100%">
label="交易名称"
prop="atptxt"
style="width: 100%"
>
<c-input <c-input
v-model="model.atptxt" v-model="model.atptxt"
maxlength="37" maxlength="37"
...@@ -199,11 +182,21 @@ ...@@ -199,11 +182,21 @@
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8" style="text-align: right">
<el-button size="small" @click="handleReset">重置</el-button>
<el-button
type="primary"
icon="el-icon-search"
size="small"
@click="handleSearch"
>查询</el-button
>
</c-col>
</c-col> </c-col>
</el-row> </el-row>
</el-form> </el-form>
</template> <!-- </template> -->
</c-list-search> <!-- </c-list-search> -->
<!-- <!--
<c-col :span="12"> <c-col :span="12">
...@@ -403,28 +396,13 @@ ...@@ -403,28 +396,13 @@
>显示快照</a >显示快照</a
> --> > -->
<c-button <c-button style="margin-left: 0" size="small" type="primary">
style="margin-left: 0"
size="small"
type="primary"
>
详情 详情
</c-button> </c-button>
<c-button <c-button style="margin-left: 0" size="small" type="primary">
style="margin-left: 0"
size="small"
type="primary"
>
快照 快照
</c-button> </c-button>
<c-button <c-button style="margin-left: 0" size="small" type="primary">
style="margin-left: 0"
size="small"
type="primary"
>
冲正 冲正
</c-button> </c-button>
</template> </template>
...@@ -533,7 +511,7 @@ export default { ...@@ -533,7 +511,7 @@ export default {
data: [], data: [],
}, },
relrowDisabled: true, relrowDisabled: true,
relflgCodes:[], relflgCodes: [],
// multipleSelection: [], // multipleSelection: [],
}; };
}, },
...@@ -550,7 +528,6 @@ export default { ...@@ -550,7 +528,6 @@ export default {
}, },
created: function () {}, created: function () {},
mounted() { mounted() {
this.relflgCodes = [ this.relflgCodes = [
{ label: "Final", value: "F" }, { label: "Final", value: "F" },
{ label: "Released", value: "R" }, { label: "Released", value: "R" },
......
<template>
<div class="eibs-tab">
<c-col :span="20">
<el-form-item
:label="`${argadr.title}`"
:prop="`${argadr.grp}.${argadr.rol}.pts.extkey`"
style="width: 100%"
>
<c-input
style="width: 95%"
v-model="model[argadr.grp][argadr.rol].pts.extkey"
:placeholder="'请输入' + argadr.title + 'Extkey'"
@keyup.enter.native="
showGridPromptDialog(`${argadr.grp}.${argadr.rol}.pts.extkey`)
"
></c-input>
</el-form-item>
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button
style="margin:0 10px 0 0;padding: 0 10px;"
class="searchButton"
size="small"
type="primary"
icon="el-icon-search"
@click="onSeainf(`${argadr.grp}.${argadr.rol}.pts.extkey`)"
></c-button>
</c-col>
<c-col :span="3" style="text-align: right">
<c-button
style="margin:0 0"
class="detailsButton"
size="small"
type="primary"
@click="onAplpDet"
>
{{ $t('buttons.details') }}
</c-button>
<!-- </el-form-item> -->
</c-col>
<c-col :span="24">
<el-form-item
label=""
:prop="`${argadr.grp}.${argadr.rol}.pts.adrblk`"
>
<c-input
type="textarea"
:rows="4"
v-model="model[argadr.grp][argadr.rol].pts.adrblk"
maxlength="35"
show-word-limit
placeholder="请输入"
:disabled="disabled"
></c-input>
</el-form-item>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api";
import CommonProcess from "~/mixin/CommonProcess";
// 机构信息模块
export default {
inject: ["root"],
mixins: [CommonProcess],
props: {
model: {
type: Object,
default: undefined,
},
argadr: {
type: Object,
default: function () {
return {
title: "", //角色名称
rol: "", //角色
grp: "", //所属模块
};
},
},
disabled: {
type: Boolean,
default: false,
},
},
data() {
return {
data: [],
};
},
watch: {},
methods: {
onSeainf(data) {
this.$emit("onSeainf", data);
},
onAplpDet() {
this.$emit("onAplpDet");
},
},
created: function () {},
};
</script>
<style>
.searchButton {
text-align: center;
/* margin: 0 10px; */
margin-right: 10px;
padding: 0 10px;
}
.detailsButton {
margin-left: 10px;
}
</style>
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