Commit 353587a6 by huangxin

getopn,gitpop页面修改

parent bd69c91d
......@@ -105,7 +105,7 @@
model.gitp.covgodsrvmodflg == '' ||
model.gitp.swiftflg == 'N'
"
rows="6"
rows="7"
type="textarea"
v-model="model.gidgrp.blk.covgodsrv"
maxlength="350"
......@@ -118,13 +118,13 @@
<c-checkbox
v-if="model.gitp.swiftflg == 'Y'"
v-model="model.gitp.covgodsrvmodflg"
style="margin: 0 0 0 10px"
style="margin: 0 0 0 10px;float:left"
>修改文本</c-checkbox
>
<c-checkbox
v-if="model.gitp.swiftflg == 'Y'"
v-model="model.gitp.covgod.chkast"
style="margin: 0 0 0 10px"
style="margin: 0 0 0 10px;float:left"
>允许</c-checkbox
>
<c-button
......@@ -264,7 +264,7 @@
</c-select>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<c-col :span="12">
<el-form-item
v-if="model.gitp.swiftflg == 'Y'"
label-width="5px"
......
<template>
<div class="eibs">
<!-- ============左边================= -->
<!-- ============左边================= -->
<c-col :span="12" style="padding-right: 20px;">
<c-col :span="24">
<el-form-item
v-if="model.gitp.gidtxtmodflg == ''"
label="保函文本可变因素"
label="保函文本的可变因素"
prop="gidgrp.blk.gidtxt"
v-if="model.gitp.gidtxtmodflg==''"
>
<i-stream-input
:disabled="model.gitp.gidtxtmodflg == ''"
type="textarea"
rows="15"
<c-input-xml
disabled
resize="none"
:maxRows="14"
:model="model.gidgrp.blk.gidtxt"
maxlength="32500"
show-word-limit
placeholder="请输入保函文本可变因素"
></i-stream-input>
placeholder="请输入保函文本的可变因素"
></c-input-xml>
<!-- <c-input :disabled="model.gitp.gidtxtmodflg == ''" type="textarea" rows="15" v-model="model.gidgrp.blk.gidtxt" maxlength="65" show-word-limit placeholder="请输入Guarantee Text with Variables" ></c-input> -->
</el-form-item>
<el-form-item
v-if="model.gitp.gidtxtmodflg == 'X'"
label="保函文本可变因素"
label="保函文本的可变因素"
prop="gidgrp.blk.gtxgidtxt"
v-if="model.gitp.gidtxtmodflg=='X'"
>
<i-stream-input
type="textarea"
<c-input-xml
resize="none"
:maxRows="10"
:model="model.gidgrp.blk.gtxgidtxt"
rows="15"
maxlength="32500"
show-word-limit
placeholder="请输入保函文本可变因素"
></i-stream-input>
placeholder="请输入保函文本的可变因素"
></c-input-xml>
<!-- <c-input :disabled="model.gitp.gidtxtmodflg == ''" type="textarea" rows="15" v-model="model.gidgrp.blk.gidtxt" maxlength="65" show-word-limit placeholder="请输入Guarantee Text with Variables" ></c-input> -->
</el-form-item>
</c-col>
</c-col>
<!-- ============右边================= -->
<c-col :span="12" style="padding-left: 20px;">
<c-col :span="24">
<c-checkbox
style="margin: 0 0 0 10px;float:left;"
v-model="model.gitp.gidtxtmodflg"
style="margin: 0 0 0 10px"
@change = "modflgChange"
>修改保函文本</c-checkbox
>
</c-col>
<c-col :span="24">
<c-checkbox
v-model="model.gitp.chkgidtxt"
style="margin: 0 0 0 10px"
style="margin: 0 0 0 10px;float:left;"
>允许</c-checkbox
>
</c-col>
......@@ -93,13 +96,13 @@
style="margin: 5px 0 0 10px; width: 50%"
v-model="model.gidgrp.rec.ownref"
maxlength="16"
placeholder="请输入保函编号"
placeholder="请输入"
></c-input>
</c-col>
<c-col :span="24">
<c-button
disabled
style="margin: 5px 0 0 10px"
style="margin: 5px 0 0 10px; width: 50%"
size="small"
type="primary"
@click="onGitpButgetref"
......@@ -109,7 +112,7 @@
</c-col>
<c-col :span="24">
<c-button
:disabled="model.gitp.gidtxtmodflg == ''"
disabled
size="small"
type="primary"
style="margin: 5px 0 0 10px; width: 50%"
......@@ -124,9 +127,9 @@
<script>
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Getopn/Event";
import IStreamInput from "~/components/IStreamInput";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Gitpop/Event";
export default {
components: { IStreamInput },
......@@ -136,14 +139,7 @@ export default {
data() {
return {};
},
methods: { ...Event ,
async modflgChange() {
const rtnmsg = await this.executeRule("gitp.gidtxtmodflg");
if (rtnmsg.respCode == SUCCESS) {
Utils.copyValueFromVO(this.model, rtnmsg.data);
}
},
},
methods: { ...Event },
created: function () {},
};
</script>
......
......@@ -45,11 +45,11 @@
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
<i class="el-icon-info" style="font-size:15px"></i>
<i class="el-icon-info" ></i>
</c-button>
</template>
</c-fullbox>
......@@ -57,7 +57,7 @@
</c-col>
<c-col :span="24">
<c-col :span="12">
<c-col :span="10">
<el-form-item label="保函币种和金额" prop="gidgrp.cbs.max.cur">
<c-select
v-model="model.gidgrp.cbs.max.cur"
......@@ -75,11 +75,10 @@
</el-form-item>
</c-col>
<c-col :span="8">
<c-col :span="9">
<el-form-item label-width="5px" prop="gidgrp.cbs.max.amt">
<c-input
v-model="model.gidgrp.cbs.max.amt"
style="margin: 0 0 0 10px; width: 80%"
placeholder="请输入保函金额"
@blur="amtBlur"
@keyup.enter.native="
......@@ -92,7 +91,7 @@
</el-form-item>
</c-col>
<c-col
:span="4"
:span="5"
v-if="model.gitp.swiftflg != 'Y'"
class="centerLable"
>
......@@ -101,7 +100,7 @@
</c-col>
<c-col :span="24">
<c-col :span="12">
<c-col :span="10">
<el-form-item label="保函余额" prop="gidgrp.cbs.opn1.cur">
<c-input
disabled
......@@ -111,18 +110,17 @@
></c-input>
</el-form-item>
</c-col>
<c-col :span="8">
<c-col :span="9">
<el-form-item label-width="5px" prop="gidgrp.cbs.opn1.amt">
<c-input
disabled
v-model="model.gidgrp.cbs.opn1.amt"
style="margin: 0 0 0 10px; width: 80%"
placeholder="请输入"
></c-input>
</el-form-item>
</c-col>
<c-col
:span="4"
:span="5"
v-if="model.gitp.swiftflg == 'Y'"
class="centerLable"
>
......@@ -937,7 +935,7 @@
</el-form-item>
</c-col>
<c-col
:span="7"
:span="6"
v-if="model.gitp.swiftflg != 'Y'"
class="centerLable"
>
......@@ -946,7 +944,7 @@
>
</c-col>
<c-col
:span="3"
:span="4"
v-if="model.gitp.swiftflg != 'Y'"
class="centerLable"
>
......@@ -955,7 +953,7 @@
type="primary"
@click="onGitpWbxs"
disabled
style="color: white"
style="float:right"
>
显示文本
</c-button>
......@@ -981,7 +979,7 @@
</el-form-item>
</c-col>
<c-col
:span="7"
:span="6"
v-if="model.gitp.swiftflg != 'Y'"
class="centerLable"
>
......@@ -995,7 +993,7 @@
>
</c-col>
<c-col
:span="3"
:span="4"
v-if="model.gitp.swiftflg != 'Y'"
class="centerLable"
>
......@@ -1003,6 +1001,7 @@
size="small"
type="primary"
@click="onGitpYptxy"
style="float:right"
disabled
>
协议签署
......@@ -1025,7 +1024,7 @@
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="20">
<c-col :span="18">
<el-form-item
v-if="model.gitp.swiftflg != 'Y'"
label="抵押标志"
......@@ -1047,11 +1046,11 @@
</el-form-item>
</c-col>
<c-col
:span="4"
:span="6"
v-if="model.gitp.swiftflg != 'Y'"
class="centerLable"
>
<c-checkbox v-model="model.gidgrp.rec.teskeyunc">
<c-checkbox v-model="model.gidgrp.rec.teskeyunc" style="float:right">
Test Key Unconfirmity
</c-checkbox>
</c-col>
......@@ -1333,7 +1332,7 @@
</c-col>
<c-col :span="24">
<c-col :span="20">
<c-col :span="18">
<el-form-item
v-if="model.gitp.swiftflg != 'Y'"
label="对外担保类型"
......@@ -1356,13 +1355,14 @@
</el-form-item>
</c-col>
<c-col
:span="4"
:span="6"
v-if="
model.gidgrp.cbs.max.cur == 'CNY' && model.gitp.swiftflg != 'Y'
"
class="centerLable"
>
<c-checkbox
style="float:right"
label="跨境人民币保函"
v-model="model.gidgrp.rec.cmtflg"
>跨境人民币保函</c-checkbox
......@@ -1454,7 +1454,7 @@
</c-col>
<c-col :span="24">
<c-col :span="20">
<c-col :span="18">
<el-form-item
v-if="model.gitp.swiftflg == 'Y'"
label="到期条件"
......@@ -1462,7 +1462,7 @@
>
<c-input
type="textarea"
rows="4"
rows="6"
:disabled="model.gitp.exptxtmodflg == ''"
v-model="model.gidgrp.blk.exptxt"
maxlength="780"
......@@ -1471,7 +1471,7 @@
></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
<c-col :span="6">
<c-checkbox
v-if="model.gitp.swiftflg == 'Y'"
v-model="model.gitp.exptxtmodflg"
......@@ -1480,7 +1480,7 @@
model.gidgrp.rec.exptyp == 'OPEN' ||
model.gidgrp.rec.exptyp == ''
"
style="margin: 0 0 0 10px"
style="margin: 0 0 0 10px;float:left"
>修改文本</c-checkbox
>
<c-button
......@@ -1565,7 +1565,7 @@
</c-col>
<c-col :span="24">
<c-col :span="20">
<c-col :span="18">
<el-form-item
v-if="model.gitp.swiftflg == 'Y'"
label="责任条件"
......@@ -1574,7 +1574,7 @@
<c-input
type="textarea"
:disabled="model.gitp.liatxtcmodflg == ''"
rows="4"
rows="6"
v-model="model.gidgrp.blk.liatxtc"
maxlength="65"
show-word-limit
......@@ -1582,7 +1582,7 @@
></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
<c-col :span="6">
<c-checkbox
v-if="model.gitp.swiftflg == 'Y'"
:disabled="
......@@ -1591,7 +1591,7 @@
model.gidgrp.rec.liatypc == ''
"
v-model="model.gitp.liatxtcmodflg"
style="margin: 0 0 0 10px"
style="margin: 0 0 0 10px;float:left"
>修改文本</c-checkbox
>
<c-button
......
......@@ -222,7 +222,7 @@
</c-col>
<c-col :span="24">
<el-form-item label="可录入保函项下其他关联方">
<el-form-item label="可录入保函项下其他关联方" label-width="165px">
<c-edit-table
:model="model"
v-bind="ptsaddg"
......
......@@ -44,7 +44,7 @@
model.gitp.covgodsrvmodflg == '' ||
model.gitp.swiftflg == 'N'
"
rows="5"
rows="7"
type="textarea"
v-model="model.gidgrp.blk.covgodsrv"
maxlength="350"
......@@ -57,13 +57,13 @@
<c-checkbox
v-if="model.gitp.swiftflg == 'Y'"
v-model="model.gitp.covgodsrvmodflg"
style="margin: 0 0 0 10px"
style="margin: 0 0 0 10px;float:left"
>是否手工修改保函文本</c-checkbox
>
<c-checkbox
v-if="model.gitp.swiftflg == 'Y'"
v-model="model.gitp.covgod.chkast"
style="margin: 0 0 0 10px"
style="margin: 0 0 0 10px;float:left"
>允许</c-checkbox
>
<c-button
......@@ -71,7 +71,7 @@
v-if="model.gitp.swiftflg == 'Y'"
size="small"
type="primary"
style="margin: 5px 0 0 10px; width: 100px"
style="margin: 5px 0 0 10px"
@click="onGitpButdifcovgodsrv"
>
查看系统文本
......@@ -81,7 +81,7 @@
v-if="model.gitp.swiftflg == 'Y'"
size="small"
type="primary"
style="margin: 5px 0 0 10px; width: 100px"
style="margin: 5px 0 0 10px"
@click="onGitpButdifhiscovgodsrv"
>
查看历史文本
......
......@@ -11,7 +11,7 @@
<c-input-xml
disabled
resize="none"
:maxRows="10"
:maxRows="14"
:model="model.gidgrp.blk.gidtxt"
maxlength="32500"
show-word-limit
......
......@@ -81,7 +81,6 @@
<el-form-item label-width="5px" prop="gidgrp.cbs.max.amt">
<c-input
v-model="model.gidgrp.cbs.max.amt"
style="margin: 0 0 0 10px; width: 80%"
placeholder="请输入保函金额"
@blur="defaultFunction('gidgrp.cbs.opn1.amt')"
@keyup.enter.native="
......@@ -118,7 +117,6 @@
<c-input
disabled
v-model="model.gidgrp.cbs.opn1.amt"
style="margin: 0 0 0 10px; width: 80%"
placeholder="请输入保函余额"
></c-input>
</el-form-item>
......@@ -1313,7 +1311,7 @@
>
<c-input
type="textarea"
rows="4"
rows="6"
disabled
v-model="model.gidgrp.blk.exptxt"
maxlength="780"
......@@ -1330,7 +1328,7 @@
>
<c-input
type="textarea"
rows="4"
rows="6"
v-model="model.gidgrp.blk.atxexptxt"
maxlength="780"
@blur="atxexpBlur"
......@@ -1348,7 +1346,7 @@
model.gidgrp.rec.exptyp == 'OPEN' ||
model.gidgrp.rec.exptyp == ''
"
style="margin: 0 0 0 10px"
style="margin: 0 0 0 10px;float:left"
>是否手工修改保函文本</c-checkbox
>
<c-button
......@@ -1440,7 +1438,7 @@
<c-input
type="textarea"
disabled
rows="4"
rows="6"
v-model="model.gidgrp.blk.liatxtc"
maxlength="780"
show-word-limit
......@@ -1471,7 +1469,7 @@
model.gidgrp.rec.liatypc == ''
"
v-model="model.gitp.liatxtcmodflg"
style="margin: 0 0 0 10px"
style="margin: 0 0 0 10px;float:left"
>是否手工修改保函文本</c-checkbox
>
<c-button
......
......@@ -173,7 +173,7 @@
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="16">
<c-col :span="18">
<el-form-item
label="演示说明"
prop="gidgrp.blk.preper"
......@@ -182,7 +182,7 @@
<c-input
disabled
type="textarea"
:rows="5"
:rows="7"
v-model="model.gidgrp.blk.preper"
maxlength="6500"
show-word-limit
......@@ -196,7 +196,7 @@
>
<c-input
type="textarea"
:rows="5"
:rows="7"
v-model="model.gidgrp.blk.atxpreper"
maxlength="6500"
show-word-limit
......@@ -204,22 +204,22 @@
></c-input>
</el-form-item>
</c-col>
<c-col :span="8">
<c-col :span="6">
<c-checkbox
v-model="model.gitp.prepermodflg"
style="margin: 0 0 0 10px"
style="margin: 0 0 0 10px;float:left"
>是否手工修改保函文本</c-checkbox
>
<c-checkbox
v-model="model.gitp.chkpreper"
style="margin: 0 0 0 10px"
style="margin: 0 0 0 10px;float:left"
>允许</c-checkbox
>
<c-button
disabled
size="small"
type="primary"
style="margin: 5px 0 0 10px; width: 100px"
style="margin: 5px 0 0 10px"
@click="onGitpButdifpreper"
>
查看系统文本
......@@ -227,7 +227,7 @@
<c-button
disabled
size="small"
style="margin: 5px 0 0 10px; width: 100px"
style="margin: 5px 0 0 10px;"
type="primary"
@click="onGitpButdifhispreper"
>
......
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