Commit 7298ec74 by liushikai

调整

parent bea0a5dc
......@@ -27,6 +27,7 @@ export default {
let rtnmsg = await this.executeRule("del",params)
if (rtnmsg.respCode == SUCCESS) {
this.stmData.data = rtnmsg.data.sptstm.rows;
this.$store.commit("setTaskList", {key: "sptbrk", val: this.stmData.data.length});
this.$notify({ title: '成功', message: '删除成功!' });
}
else {
......
......@@ -228,7 +228,7 @@ export default {
},
immediate: true,
},
// "didgrp.rec.lcrtyp": {
// "model.didgrp.rec.lcrtyp": {
// handler(val, oldVal) {
// this.changeFormItemRequired("didgrp.cmb.pts.bankno", val == "IT");
// },
......
......@@ -34,7 +34,7 @@
<!-- ====================左边======================= -->
<c-col :span="11">
<c-col :span="20">
<c-col :span="19">
<el-form-item
label="国内信用证项下开证授信额度:"
prop="liaall.limmod.limpts.wrk.pts.extkey"
......@@ -45,15 +45,15 @@
disabled
maxlength="16"
placeholder="请输入External Key of Address"
style="width: 95%"
style="width: 100%"
></c-input>
</el-form-item>
</c-col>
<c-col :span="1">
<c-col :span="2">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button
style="margin:0 10px 0 0;padding: 0 10px;"
style="margin:0 5px 0 15px;padding: 0 12px;"
size="small"
type="primary"
icon="el-icon-search"
......@@ -74,26 +74,26 @@
<!-- </el-form-item> -->
</c-col>
<c-col :span="20">
<c-col :span="19">
<el-form-item label="" prop="liaall.limmod.limpts.wrk.pts.nam">
<c-input
v-model="model.liaall.limmod.limpts.wrk.pts.nam"
maxlength="16"
placeholder=""
:disabled="true"
style="width:95%"
style="width:100%"
></c-input>
</el-form-item>
</c-col>
<c-col :span="20">
<c-col :span="19">
<el-form-item
label="额度类型"
prop="liaall.limmod.limpts.nonrevflg1"
>
<c-select
v-model="model.liaall.limmod.limpts.nonrevflg1"
style="width: 95%"
style="width: 100%"
placeholder="请选择Flag to Mark Non-revolving Limits"
@change="nonrevflg1Change"
>
......@@ -108,14 +108,14 @@
</el-form-item>
</c-col>
<c-col :span="1">
<c-col :span="2">
<!-- <el-form-item label=""> -->
<c-button style="margin:0 10px 0 0;padding: 0 10px;" size="small" type="primary" icon="el-icon-search" @click="onLimptsGet1">
<c-button style="margin:0 10px 0 15px;padding: 0 12px;" size="small" type="primary" icon="el-icon-search" @click="onLimptsGet1">
</c-button>
<!-- </el-form-item> -->
</c-col>
<c-col :span="20">
<c-col :span="19">
<el-form-item
label="合同流水号"
prop="liaall.limmod.limpts.pfcod1"
......@@ -125,7 +125,7 @@
maxlength="14"
placeholder="请输入合同流水号"
:disabled="this.model.liaall.limmod.limpts.nonrevflg1 != '2'"
style="width: 95%"
style="width: 100%"
></c-input>
</el-form-item>
</c-col>
......
<template>
<div class="eibs-tab">
<div>
<c-col v-if="!noRef" :span="24">
<c-form-item
:label="`${argadr.title}参考号`"
......
<template>
<div class="eibs-tab">
<div>
<c-col :span="24" v-if="!isIss">
<el-form-item
:label="`${argadr.title}联行行号`"
......
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