Commit 5ef7e9ac by panziyi

交易修改

parent bac366a9
...@@ -14,6 +14,9 @@ export default { ...@@ -14,6 +14,9 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onSeainf(){
},
async onLiaallButmissig(){ async onLiaallButmissig(){
let rtnmsg = await this.executeRule("liaall.butmissig") let rtnmsg = await this.executeRule("liaall.butmissig")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
......
...@@ -14,6 +14,9 @@ export default { ...@@ -14,6 +14,9 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onSeainf(){
},
async onLiaallButmissig(){ async onLiaallButmissig(){
let rtnmsg = await this.executeRule("liaall.butmissig") let rtnmsg = await this.executeRule("liaall.butmissig")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
......
...@@ -14,6 +14,9 @@ export default { ...@@ -14,6 +14,9 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onSeainf(){
},
// async onSetmodSetpan(){ // async onSetmodSetpan(){
// let rtnmsg = await this.executeRule("setmod.setpan") // let rtnmsg = await this.executeRule("setmod.setpan")
// if (rtnmsg.respCode == SUCCESS) { // if (rtnmsg.respCode == SUCCESS) {
......
...@@ -14,6 +14,9 @@ export default { ...@@ -14,6 +14,9 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onSeainf(){
},
async onLiaallButmisamt(){ async onLiaallButmisamt(){
let rtnmsg = await this.executeRule("liaall.butmisamt") let rtnmsg = await this.executeRule("liaall.butmisamt")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
......
...@@ -195,4 +195,8 @@ export default { ...@@ -195,4 +195,8 @@ export default {
} }
}, },
async onSeainf(){
},
} }
\ No newline at end of file
...@@ -14,6 +14,9 @@ export default { ...@@ -14,6 +14,9 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onSeainf(){
},
async onPrbpDet(){ async onPrbpDet(){
let rtnmsg = await this.executeRule("prbp.det") let rtnmsg = await this.executeRule("prbp.det")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
......
...@@ -14,6 +14,9 @@ export default { ...@@ -14,6 +14,9 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onSeainf(){
},
async onPrbpDet(){ async onPrbpDet(){
let rtnmsg = await this.executeRule("prbp.det") let rtnmsg = await this.executeRule("prbp.det")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
......
...@@ -14,6 +14,9 @@ export default { ...@@ -14,6 +14,9 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onSeainf(){
},
async onPrbpDet(){ async onPrbpDet(){
let rtnmsg = await this.executeRule("prbp.det") let rtnmsg = await this.executeRule("prbp.det")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
......
...@@ -13,9 +13,9 @@ export default class Liaall { ...@@ -13,9 +13,9 @@ export default class Liaall {
liaallg: [], // Total booking amount external assinged .liaall.exttotamt liaallg: [], // Total booking amount external assinged .liaall.exttotamt
limmod: { limmod: {
limpfp:{ limpfp:{
clmcbe:"", clmcbe:[],
clmcbb:"", clmcbb:[],
clmpty:"", clmpty:[],
}, },
limgrd: [], limgrd: [],
lmegrd: [], lmegrd: [],
......
...@@ -177,7 +177,7 @@ ...@@ -177,7 +177,7 @@
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="11" offset="1"> <c-col :span="11" :offset="1">
<c-col :span="12"> <c-col :span="12">
<c-form-item <c-form-item
label="Open Guar.Amt" label="Open Guar.Amt"
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</c-col> --> </c-col> -->
</c-col> </c-col>
<c-col :span="11" offset="1"> <c-col :span="11" :offset="1">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Name" prop="gidgrp.rec.nam"> <el-form-item label="Name" prop="gidgrp.rec.nam">
<c-input <c-input
...@@ -299,7 +299,7 @@ ...@@ -299,7 +299,7 @@
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24" offset="6"> <c-col :span="24" :offset="6">
<c-checkbox <c-checkbox
style="margin-left: 15px;height: 32px; style="margin-left: 15px;height: 32px;
line-height: 32px; line-height: 32px;
......
...@@ -53,14 +53,14 @@ ...@@ -53,14 +53,14 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="12" offset="1"> <c-col :span="12" :offset="1">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Intermediary" prop="gcdgrp.int.pts.extkey"> <el-form-item label="Intermediary" prop="gcdgrp.int.pts.extkey">
<c-fullbox> <c-fullbox>
<c-input v-model="model.gcdgrp.int.pts.extkey" maxlength="16" <c-input v-model="model.gcdgrp.int.pts.extkey" maxlength="16"
placeholder="请输入External Key of Address" placeholder="请输入External Key of Address"
@keyup.enter.native="showGridPromptDialog('gcdgrp.int.pts.extkey',model.gcdgrp.int.pts.extkey)" @keyup.enter.native="showGridPromptDialog('gcdgrp.int.pts.extkey',model.gcdgrp.int.pts.extkey)"
@change="valueChange"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
<c-input v-model="model.gcdgrp.awi.pts.extkey" maxlength="16" <c-input v-model="model.gcdgrp.awi.pts.extkey" maxlength="16"
placeholder="请输入External Key of Address" placeholder="请输入External Key of Address"
@keyup.enter.native="showGridPromptDialog('gcdgrp.awi.pts.extkey')" @keyup.enter.native="showGridPromptDialog('gcdgrp.awi.pts.extkey')"
@change="valueChange"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
......
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="11" offset="1"> <c-col :span="11" :offset="1">
<c-col :span="12"> <c-col :span="12">
<c-form-item <c-form-item
label="Open Amount" label="Open Amount"
...@@ -406,7 +406,7 @@ ...@@ -406,7 +406,7 @@
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24" offset="19"> <c-col :span="24" :offset="19">
<c-checkbox <c-checkbox
v-model="model.extpay" v-model="model.extpay"
key="item.value" key="item.value"
...@@ -429,7 +429,7 @@ ...@@ -429,7 +429,7 @@
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="11" offset="1" style="margin-top: 15px"> <c-col :span="11" :offset="1" style="margin-top: 15px">
<!-- <c-col :span="12"> <!-- <c-col :span="12">
<el-form-item label="Open Amount" prop="gcdgrp.cbs.opn1.cur"> <el-form-item label="Open Amount" prop="gcdgrp.cbs.opn1.cur">
<c-input v-model="model.gcdgrp.cbs.opn1.cur" maxlength="3" placeholder="请输入Open Amount"></c-input> <c-input v-model="model.gcdgrp.cbs.opn1.cur" maxlength="3" placeholder="请输入Open Amount"></c-input>
...@@ -492,7 +492,7 @@ ...@@ -492,7 +492,7 @@
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog('gcdgrp.prb.pts.extkey') showGridPromptDialog('gcdgrp.prb.pts.extkey')
" "
@change="valueChange"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
...@@ -530,7 +530,7 @@ ...@@ -530,7 +530,7 @@
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog('gcdgrp.prb.pts.extkey') showGridPromptDialog('gcdgrp.prb.pts.extkey')
" "
@change="valueChange"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
...@@ -641,7 +641,7 @@ ...@@ -641,7 +641,7 @@
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog('gcdgrp.oth.pts.extkey') showGridPromptDialog('gcdgrp.oth.pts.extkey')
" "
@change="valueChange"
> >
</c-input> </c-input>
<template slot="footer"> <template slot="footer">
...@@ -657,7 +657,7 @@ ...@@ -657,7 +657,7 @@
style="margin: 0 0" style="margin: 0 0"
size="small" size="small"
type="primary" type="primary"
@click="onAplpDet"
> >
Details Details
</c-button> </c-button>
......
...@@ -237,7 +237,7 @@ ...@@ -237,7 +237,7 @@
</c-col> --> </c-col> -->
</c-col> </c-col>
<c-col :span="11" offset="1"> <c-col :span="11" :offset="1">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Name" prop="gidgrp.rec.nam"> <el-form-item label="Name" prop="gidgrp.rec.nam">
<c-input <c-input
...@@ -304,7 +304,7 @@ ...@@ -304,7 +304,7 @@
</c-col> </c-col>
<!-- :indeterminate="model.gidgrp.rec.purcan != 'RR'" --> <!-- :indeterminate="model.gidgrp.rec.purcan != 'RR'" -->
<c-col :span="24" offset="6"> <c-col :span="24" :offset="6">
<c-checkbox <c-checkbox
:disabled="model.gidgrp.rec.purcan != 'RR'" :disabled="model.gidgrp.rec.purcan != 'RR'"
v-model="model.mtabut.clsflg" v-model="model.mtabut.clsflg"
...@@ -459,7 +459,8 @@ ...@@ -459,7 +459,8 @@
import Api from "~/service/Api"; import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess"; import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"; import CodeTable from "~/config/CodeTable";
import Event from "~/model/Getcan/Event"; import Event from "~/model/Gitcan/Event";
export default { export default {
inject: ["root"], inject: ["root"],
......
...@@ -92,10 +92,10 @@ ...@@ -92,10 +92,10 @@
width="100"> width="100">
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-pagination <!-- <el-pagination
layout="prev, pager, next" layout="prev, pager, next"
:total="pager.liaall_limmod_limpfp_clmcbe.total"> :total="pager.liaall_limmod_limpfp_clmcbe.total">
</el-pagination> </el-pagination> -->
</div> </div>
</c-col> </c-col>
...@@ -160,10 +160,10 @@ ...@@ -160,10 +160,10 @@
width="100"> width="100">
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-pagination <!-- <el-pagination
layout="prev, pager, next" layout="prev, pager, next"
:total="pager.liaall_limmod_limpfp_clmcbb.total"> :total="pager.liaall_limmod_limpfp_clmcbb.total">
</el-pagination> </el-pagination> -->
</div> </div>
</c-col> </c-col>
...@@ -252,10 +252,10 @@ ...@@ -252,10 +252,10 @@
width="100"> width="100">
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-pagination <!-- <el-pagination
layout="prev, pager, next" layout="prev, pager, next"
:total="pager.liaall_limmod_limpfp_clmpty.total"> :total="pager.liaall_limmod_limpfp_clmpty.total">
</el-pagination> </el-pagination> -->
</div> </div>
</c-col> </c-col>
</div> </div>
......
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="11" offset="1"> <c-col :span="11" :offset="1">
<c-col :span="12"> <c-col :span="12">
<c-form-item <c-form-item
label="Open Amount" label="Open Amount"
...@@ -381,7 +381,7 @@ ...@@ -381,7 +381,7 @@
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> --> </c-col> -->
<c-col :span="11" offset="1" style="margin-top:15px"> <c-col :span="11" :offset="1" style="margin-top:15px">
<c-col :span="24"> <c-col :span="24">
<c-form-item label="Presented by" prop="gcdgrp.rec.docprbrol"> <c-form-item label="Presented by" prop="gcdgrp.rec.docprbrol">
<c-select <c-select
...@@ -425,7 +425,7 @@ ...@@ -425,7 +425,7 @@
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog('gcdgrp.prb.pts.extkey') showGridPromptDialog('gcdgrp.prb.pts.extkey')
" "
@change="valueChange"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
...@@ -528,7 +528,7 @@ ...@@ -528,7 +528,7 @@
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog('gcdgrp.oth.pts.extkey') showGridPromptDialog('gcdgrp.oth.pts.extkey')
" "
@change="valueChange"
> >
</c-input> </c-input>
<template slot="footer"> <template slot="footer">
...@@ -544,7 +544,7 @@ ...@@ -544,7 +544,7 @@
style="margin: 0 0" style="margin: 0 0"
size="small" size="small"
type="primary" type="primary"
@click="onAplpDet"
> >
Details Details
</c-button> </c-button>
...@@ -893,7 +893,19 @@ export default { ...@@ -893,7 +893,19 @@ export default {
props: ["model", "codes"], props: ["model", "codes"],
mixins: [commonProcess], mixins: [commonProcess],
data() { data() {
return {}; return {
docprbrol2: [
// { label: "2nd Advising Bank", value: "A2B" },
// { label: "Advising Bank", value: "ADV" },
{ label: "Beneficiary", value: "BEN" },
{ label: "Presenter(PRP)", value: "PRB" },
],
payrol2: [
{ label: "Applicant", value: "1" },
{ label: "Issuing Bank", value: "2" },
{ label: "other paying party", value: "3" },
],
};
}, },
methods: { ...Event }, methods: { ...Event },
created: function () {}, created: function () {},
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="12" offset="1"> <c-col :span="12" :offset="1">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Intermediary" prop="gcdgrp.int.pts.extkey"> <el-form-item label="Intermediary" prop="gcdgrp.int.pts.extkey">
<c-fullbox> <c-fullbox>
......
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
--> -->
<c-col :span="11" offset="1"> <c-col :span="11" :offset="1">
<c-col :span="12"> <c-col :span="12">
<c-form-item <c-form-item
label="Open Amount" label="Open Amount"
...@@ -434,7 +434,7 @@ ...@@ -434,7 +434,7 @@
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> --> </c-col> -->
<c-col :span="11" offset="1" style="margin-top: 15px"> <c-col :span="11" :offset="1" style="margin-top: 15px">
<c-col :span="24"> <c-col :span="24">
<c-form-item label="Presented by" prop="gcdgrp.rec.docprbrol"> <c-form-item label="Presented by" prop="gcdgrp.rec.docprbrol">
<c-select <c-select
...@@ -630,7 +630,7 @@ ...@@ -630,7 +630,7 @@
style="margin: 0 0" style="margin: 0 0"
size="small" size="small"
type="primary" type="primary"
@click="onAplpDet"
> >
Details Details
</c-button> </c-button>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog('gcdgrp.prb.pts.extkey') showGridPromptDialog('gcdgrp.prb.pts.extkey')
" "
@change="valueChange"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog('gcdgrp.prb.pts.extkey') showGridPromptDialog('gcdgrp.prb.pts.extkey')
" "
@change="valueChange"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="11" offset="1"> <c-col :span="11" :offset="1">
<c-col :span="24"> <c-col :span="24">
<el-form-item <el-form-item
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog('gcdgrp.prb.pts.extkey') showGridPromptDialog('gcdgrp.prb.pts.extkey')
" "
@change="valueChange"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
...@@ -274,7 +274,7 @@ ...@@ -274,7 +274,7 @@
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog('gcdgrp.prb.pts.extkey') showGridPromptDialog('gcdgrp.prb.pts.extkey')
" "
@change="valueChange"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog('gcdgrp.prb.pts.extkey') showGridPromptDialog('gcdgrp.prb.pts.extkey')
" "
@change="valueChange"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog('gcdgrp.prb.pts.extkey') showGridPromptDialog('gcdgrp.prb.pts.extkey')
" "
@change="valueChange"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog('gcdgrp.prb.pts.extkey') showGridPromptDialog('gcdgrp.prb.pts.extkey')
" "
@change="valueChange"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
......
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="11" offset="1"> <c-col :span="11" :offset="1">
<c-col :span="12"> <c-col :span="12">
<c-form-item <c-form-item
label="Open Amount" label="Open Amount"
...@@ -393,7 +393,7 @@ ...@@ -393,7 +393,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="11" offset="1" style="margin-top: 15px"> <c-col :span="11" :offset="1" style="margin-top: 15px">
<c-col :span="24"> <c-col :span="24">
<c-form-item label="Presented by" prop="gcdgrp.rec.docprbrol"> <c-form-item label="Presented by" prop="gcdgrp.rec.docprbrol">
<c-select <c-select
...@@ -437,7 +437,7 @@ ...@@ -437,7 +437,7 @@
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog('gcdgrp.prb.pts.extkey') showGridPromptDialog('gcdgrp.prb.pts.extkey')
" "
@change="valueChange"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
...@@ -508,7 +508,7 @@ ...@@ -508,7 +508,7 @@
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog('gcdgrp.oth.pts.extkey') showGridPromptDialog('gcdgrp.oth.pts.extkey')
" "
@change="valueChange"
> >
</c-input> </c-input>
<template slot="footer"> <template slot="footer">
...@@ -526,7 +526,7 @@ ...@@ -526,7 +526,7 @@
style="margin: 0 0" style="margin: 0 0"
size="small" size="small"
type="primary" type="primary"
@click="onAplpDet"
> >
Details Details
</c-button> </c-button>
......
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="11" offset="1"> <c-col :span="11" :offset="1">
<c-col :span="12"> <c-col :span="12">
<c-form-item <c-form-item
label="Open Amount" label="Open Amount"
...@@ -372,12 +372,12 @@ ...@@ -372,12 +372,12 @@
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24" offset="19"> <c-col :span="24" :offset="19">
<c-checkbox v-model="model.Gitsetp1" disabled style="margin-left:15px">Creat MT 732</c-checkbox> <c-checkbox v-model="model.Gitsetp1" disabled style="margin-left:15px">Creat MT 732</c-checkbox>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="11" offset="1" style="margin-top: 15px"> <c-col :span="11" :offset="1" style="margin-top: 15px">
<!-- <c-col :span="24"> <!-- <c-col :span="24">
<el-form-item label="Presented by" prop="gcdgrp.rec.docprbrol"> <el-form-item label="Presented by" prop="gcdgrp.rec.docprbrol">
<c-select v-model="model.gcdgrp.rec.docprbrol" style="width:100%" placeholder="请选择Presented by" <c-select v-model="model.gcdgrp.rec.docprbrol" style="width:100%" placeholder="请选择Presented by"
...@@ -429,7 +429,7 @@ ...@@ -429,7 +429,7 @@
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog('gcdgrp.prb.pts.extkey') showGridPromptDialog('gcdgrp.prb.pts.extkey')
" "
@change="valueChange"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
...@@ -500,7 +500,7 @@ ...@@ -500,7 +500,7 @@
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog('gcdgrp.oth.pts.extkey') showGridPromptDialog('gcdgrp.oth.pts.extkey')
" "
@change="valueChange"
> >
</c-input> </c-input>
<template slot="footer"> <template slot="footer">
...@@ -518,7 +518,7 @@ ...@@ -518,7 +518,7 @@
style="margin: 0 0" style="margin: 0 0"
size="small" size="small"
type="primary" type="primary"
@click="onAplpDet"
> >
Details Details
</c-button> </c-button>
......
...@@ -92,10 +92,10 @@ ...@@ -92,10 +92,10 @@
width="100"> width="100">
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-pagination <!-- <el-pagination
layout="prev, pager, next" layout="prev, pager, next"
:total="pager.liaall_limmod_limpfp_clmcbe.total"> :total="pager.liaall_limmod_limpfp_clmcbe.total">
</el-pagination> </el-pagination> -->
</div> </div>
</c-col> </c-col>
...@@ -160,10 +160,10 @@ ...@@ -160,10 +160,10 @@
width="100"> width="100">
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-pagination <!-- <el-pagination
layout="prev, pager, next" layout="prev, pager, next"
:total="pager.liaall_limmod_limpfp_clmcbb.total"> :total="pager.liaall_limmod_limpfp_clmcbb.total">
</el-pagination> </el-pagination> -->
</div> </div>
</c-col> </c-col>
...@@ -252,10 +252,10 @@ ...@@ -252,10 +252,10 @@
width="100"> width="100">
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-pagination <!-- <el-pagination
layout="prev, pager, next" layout="prev, pager, next"
:total="pager.liaall_limmod_limpfp_clmpty.total"> :total="pager.liaall_limmod_limpfp_clmpty.total">
</el-pagination> </el-pagination> -->
</div> </div>
</c-col> </c-col>
</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