Commit 353587a6 by huangxin

getopn,gitpop页面修改

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