Commit 5180698c by LiRui

gitcrq、getcrq回填问题修正

parent b39e05d9
...@@ -125,7 +125,7 @@ export default class Getcrq{ ...@@ -125,7 +125,7 @@ export default class Getcrq{
addamtinf:"", // Add. Amt. Information .gcdgrp.blk.addamtinf addamtinf:"", // Add. Amt. Information .gcdgrp.blk.addamtinf
presentdet:"", // Present. Compl. Det. .gcdgrp.blk.presentdet presentdet:"", // Present. Compl. Det. .gcdgrp.blk.presentdet
}, },
int:{ tmpint:{
pts:new Pts().data, pts:new Pts().data,
}, },
awi:{ awi:{
......
...@@ -127,7 +127,7 @@ export default class Gitcrq{ ...@@ -127,7 +127,7 @@ export default class Gitcrq{
addamtinf:"", // Add. Amt. Information .gcdgrp.blk.addamtinf addamtinf:"", // Add. Amt. Information .gcdgrp.blk.addamtinf
presentdet:"", // Present. Compl. Det. .gcdgrp.blk.presentdet presentdet:"", // Present. Compl. Det. .gcdgrp.blk.presentdet
}, },
int:{ tmpint:{
pts:new Pts().data, pts:new Pts().data,
}, },
awi:{ awi:{
......
...@@ -56,16 +56,15 @@ ...@@ -56,16 +56,15 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="中间行" prop="gcdgrp.int.pts.extkey"> <el-form-item label="中间行" prop="gcdgrp.tmpint.pts.extkey">
<c-fullbox> <c-fullbox>
<c-input <c-input
v-model="model.gcdgrp.int.pts.extkey" v-model="model.gcdgrp.tmpint.pts.extkey"
maxlength="16" maxlength="16"
placeholder="请输入" placeholder="请输入"
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog( showGridPromptDialog(
'gcdgrp.int.pts.extkey', 'gcdgrp.tmpint.pts.extkey'
model.gcdgrp.int.pts.extkey
) )
" "
></c-input> ></c-input>
...@@ -87,10 +86,10 @@ ...@@ -87,10 +86,10 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="" prop="gcdgrp.int.pts.nam"> <el-form-item label="" prop="gcdgrp.tmpint.pts.nam">
<c-input <c-input
type="textarea" type="textarea"
v-model="model.gcdgrp.int.pts.nam" v-model="model.gcdgrp.tmpint.pts.nam"
rows="4" rows="4"
maxlength="100" maxlength="100"
show-word-limit show-word-limit
......
...@@ -35,10 +35,10 @@ ...@@ -35,10 +35,10 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="中间行" prop="gcdgrp.int.pts.extkey"> <el-form-item label="中间行" prop="gcdgrp.tmpint.pts.extkey">
<c-fullbox> <c-fullbox>
<c-input v-model="model.gcdgrp.int.pts.extkey" maxlength="16" placeholder="请输入" @keyup.enter.native=" <c-input v-model="model.gcdgrp.tmpint.pts.extkey" maxlength="16" placeholder="请输入" @keyup.enter.native="
showGridPromptDialog(`gcdgrp.int.pts.extkey`) showGridPromptDialog(`gcdgrp.tmpint.pts.extkey`)
"></c-input> "></c-input>
<template slot="footer"> <template slot="footer">
<c-button style="margin: 0 10px 0 10px; padding: 0 12px" size="small" type="primary" @click="onSeainf"> <c-button style="margin: 0 10px 0 10px; padding: 0 12px" size="small" type="primary" @click="onSeainf">
...@@ -53,8 +53,8 @@ ...@@ -53,8 +53,8 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="" prop="gcdgrp.int.pts.nam"> <el-form-item label="" prop="gcdgrp.tmpint.pts.nam">
<c-input type="textarea" v-model="model.gcdgrp.int.pts.nam" rows="4" maxlength="100" show-word-limit <c-input type="textarea" v-model="model.gcdgrp.tmpint.pts.nam" rows="4" maxlength="100" show-word-limit
placeholder="请输入" disabled></c-input> placeholder="请输入" disabled></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
<template> <template>
<c-page title="进口保函索赔登记"> <div class="eContainer">
<div class="eContainer"> <c-page title="进口保函索赔登记">
<el-form :model="model" :rules="rules" ref="modelForm" label-width="120px" label-position="right" size="small" <el-form :model="model" :rules="rules" ref="modelForm" label-width="120px" label-position="right" size="small"
:validate-on-rule-change="false"> :validate-on-rule-change="false">
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
...@@ -66,8 +66,8 @@ ...@@ -66,8 +66,8 @@
<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>
</div> </c-page>
</c-page> </div>
</template> </template>
<script> <script>
import Api from "~/service/Api"; import Api from "~/service/Api";
......
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