Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
5180698c
Commit
5180698c
authored
Dec 29, 2022
by
LiRui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitcrq、getcrq回填问题修正
parent
b39e05d9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
17 deletions
+16
-17
index.js
src/model/Getcrq/index.js
+1
-1
index.js
src/model/Gitcrq/index.js
+1
-1
Gitdetp.vue
src/views/Business/Getcrq/Gitdetp.vue
+5
-6
Gitdetp.vue
src/views/Business/Gitcrq/Gitdetp.vue
+5
-5
index.vue
src/views/Business/Gitcrq/index.vue
+4
-4
No files found.
src/model/Getcrq/index.js
View file @
5180698c
...
...
@@ -125,7 +125,7 @@ export default class Getcrq{
addamtinf
:
""
,
// Add. Amt. Information .gcdgrp.blk.addamtinf
presentdet
:
""
,
// Present. Compl. Det. .gcdgrp.blk.presentdet
},
int
:{
tmp
int
:{
pts
:
new
Pts
().
data
,
},
awi
:{
...
...
src/model/Gitcrq/index.js
View file @
5180698c
...
...
@@ -127,7 +127,7 @@ export default class Gitcrq{
addamtinf
:
""
,
// Add. Amt. Information .gcdgrp.blk.addamtinf
presentdet
:
""
,
// Present. Compl. Det. .gcdgrp.blk.presentdet
},
int
:{
tmp
int
:{
pts
:
new
Pts
().
data
,
},
awi
:{
...
...
src/views/Business/Getcrq/Gitdetp.vue
View file @
5180698c
...
...
@@ -56,16 +56,15 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"中间行"
prop=
"gcdgrp.int.pts.extkey"
>
<el-form-item
label=
"中间行"
prop=
"gcdgrp.
tmp
int.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gcdgrp.int.pts.extkey"
v-model=
"model.gcdgrp.
tmp
int.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(
'gcdgrp.int.pts.extkey',
model.gcdgrp.int.pts.extkey
'gcdgrp.tmpint.pts.extkey'
)
"
></c-input>
...
...
@@ -87,10 +86,10 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"gcdgrp.int.pts.nam"
>
<el-form-item
label=
""
prop=
"gcdgrp.
tmp
int.pts.nam"
>
<c-input
type=
"textarea"
v-model=
"model.gcdgrp.int.pts.nam"
v-model=
"model.gcdgrp.
tmp
int.pts.nam"
rows=
"4"
maxlength=
"100"
show-word-limit
...
...
src/views/Business/Gitcrq/Gitdetp.vue
View file @
5180698c
...
...
@@ -35,10 +35,10 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"中间行"
prop=
"gcdgrp.int.pts.extkey"
>
<el-form-item
label=
"中间行"
prop=
"gcdgrp.
tmp
int.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gcdgrp.int.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gcdgrp.int.pts.extkey`)
<c-input
v-model=
"model.gcdgrp.
tmp
int.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gcdgrp.
tmp
int.pts.extkey`)
"
></c-input>
<template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
@
click=
"onSeainf"
>
...
...
@@ -53,8 +53,8 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"gcdgrp.int.pts.nam"
>
<c-input
type=
"textarea"
v-model=
"model.gcdgrp.int.pts.nam"
rows=
"4"
maxlength=
"100"
show-word-limit
<el-form-item
label=
""
prop=
"gcdgrp.
tmp
int.pts.nam"
>
<c-input
type=
"textarea"
v-model=
"model.gcdgrp.
tmp
int.pts.nam"
rows=
"4"
maxlength=
"100"
show-word-limit
placeholder=
"请输入"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Gitcrq/index.vue
View file @
5180698c
<
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"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
...
...
@@ -66,8 +66,8 @@
<el-button
size=
"small"
>
制裁信息
</el-button>
<el-button
size=
"small"
>
智能提示
</el-button>
-->
</c-function-btn>
</
div
>
</
c-page
>
</
c-page
>
</
div
>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment