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
e6806ccd
Commit
e6806ccd
authored
Jan 12, 2023
by
LiRui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GITADD转换页面完善
parent
c4814471
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
43 additions
and
8 deletions
+43
-8
Aacp.vue
src/views/Business/Gitadd/Aacp.vue
+6
-1
Confp.vue
src/views/Business/Gitadd/Confp.vue
+1
-0
Gidtxtpc.vue
src/views/Business/Gitadd/Gidtxtpc.vue
+12
-4
Opnp.vue
src/views/Business/Gitadd/Opnp.vue
+2
-3
ReviewGitadd.vue
src/views/Review/Business/ReviewGitadd.vue
+20
-0
ReviewRouter.js
src/views/Review/ReviewRouter.js
+2
-0
No files found.
src/views/Business/Gitadd/Aacp.vue
View file @
e6806ccd
...
...
@@ -18,10 +18,14 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"5px"
prop=
"gidgrp.cbs.
op
c2.amt"
>
<el-form-item
label-width=
"5px"
prop=
"gidgrp.cbs.
ma
c2.amt"
>
<c-input
class=
"m-input-currency"
v-model=
"model.gidgrp.cbs.mac2.amt"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
defaultFunction('gidgrp.cbs.mac2.amt', model.gidgrp.cbs.mac2.amt)
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -42,6 +46,7 @@
<el-form-item
label-width=
"5px"
prop=
"gidgrp.cbs.opc2.amt"
>
<c-input
disabled
class=
"m-input-currency"
v-model=
"model.gidgrp.cbs.opc2.amt"
placeholder=
"请输入"
></c-input>
...
...
src/views/Business/Gitadd/Confp.vue
View file @
e6806ccd
...
...
@@ -95,6 +95,7 @@
v-model=
"model.gidgrp.rec.cnfdet"
style=
"width: 100%"
placeholder=
"请选择确认指示"
disabled
>
<el-option
v-for=
"item in codes.cnfdet"
...
...
src/views/Business/Gitadd/Gidtxtpc.vue
View file @
e6806ccd
...
...
@@ -7,13 +7,13 @@
<el-form-item
v-if=
"model.gitp.gidtxtmodflgc == ''"
label=
"保函文本可变因素"
prop=
"gidgrp.blk.g
txgidtxt
"
prop=
"gidgrp.blk.g
idtxtc
"
>
<c-input-xml
:disabled=
"model.gitp.gidtxtmodflgc == ''"
type=
"textarea"
:maxRows=
"14"
:model=
"model.gidgrp.blk.g
txg
idtxtc"
:model=
"model.gidgrp.blk.gidtxtc"
maxlength=
"32500"
show-word-limit
placeholder=
"请输入保函文本可变因素"
...
...
@@ -24,14 +24,22 @@
label=
"保函文本可变因素 - 抵消保函文本"
prop=
"gidgrp.blk.gtxgidtxtc"
>
<c-input-xml
<
!--
<
c-input-xml
type=
"textarea"
:modle=
"model.gidgrp.blk.gtxgidtxtc"
:maxRows=
"16"
maxlength=
"32500"
show-word-limit
placeholder=
"请输入保函文本可变因素 - 抵消保函文本"
></c-input-xml>
></c-input-xml>
-->
<c-xml-format-editor
:model=
"model.gidgrp.blk.gtxgidtxtc"
:maxRows=
"16"
maxlength=
"32500"
show-word-limit
placeholder=
"请输入保函文本可变因素 - 抵消保函文本"
@
blur=
"setTxt2"
></c-xml-format-editor>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Gitadd/Opnp.vue
View file @
e6806ccd
...
...
@@ -18,9 +18,7 @@
<c-col
:span=
"model.gidgrp.cbs.max.cur == 'CNY'? 20 : 24"
>
<el-form-item
label=
"对外担保类型"
prop=
"gidgrp.rec.cfaguatyp"
>
<c-select
:disabled=
"
model.gidgrp.rec.fingua == 'N' || model.gidgrp.rec.fingua == ''
"
disabled
v-model=
"model.gidgrp.rec.cfaguatyp"
:style=
"model.gidgrp.cbs.max.cur == 'CNY'? 'width: 90%' :'width: 100%'"
placeholder=
"请选择对外担保类型"
...
...
@@ -47,6 +45,7 @@
placeholder=
"请选择是否对外担保"
:code=
"codes.fingua"
@
change=
"eventFunction('gidgrp.rec.fingua')"
disabled
>
</c-select>
</el-form-item>
...
...
src/views/Review/Business/ReviewGitadd.vue
0 → 100644
View file @
e6806ccd
<
template
>
<ReviewWrapper>
<Gitadd></Gitadd>
</ReviewWrapper>
</
template
>
<
script
>
import
Gitadd
from
"~/views/Business/Gitadd"
;
import
{
ReviewWrapper
}
from
"~/components/gj-common.min.js"
;
export
default
{
name
:
"ReviewGitadd"
,
components
:
{
ReviewWrapper
,
Gitadd
},
created
()
{},
mounted
()
{},
};
</
script
>
<
style
></
style
>
\ No newline at end of file
src/views/Review/ReviewRouter.js
View file @
e6806ccd
...
...
@@ -120,6 +120,7 @@ import ReviewGitcrj from "./Business/ReviewGitcrj.vue";
import
ReviewGitset
from
"./Business/ReviewGitset.vue"
;
import
ReviewGctcan
from
"./Business/ReviewGctcan.vue"
;
import
ReviewGiteng
from
"./Business/ReviewGiteng.vue"
;
import
ReviewGitadd
from
"./Business/ReviewGitadd.vue"
;
import
ReviewBttrcl
from
"./Business/ReviewBttrcl.vue"
;
import
ReviewBttset
from
"./Business/ReviewBttset.vue"
;
...
...
@@ -263,6 +264,7 @@ const ReviewRouter = [
{
path
:
"gctcan"
,
component
:
ReviewGctcan
,
name
:
"ReviewGctcan"
,
meta
:
{
title
:
"复核-Gctcan"
}
},
{
path
:
"giteng"
,
component
:
ReviewGiteng
,
name
:
"ReviewGiteng"
,
meta
:
{
title
:
"复核-Giteng"
}
},
{
path
:
"gitfre"
,
component
:
ReviewGitfre
,
name
:
"ReviewGitfre"
,
meta
:
{
title
:
"复核-Gitfre"
}
},
{
path
:
"gitadd"
,
component
:
ReviewGitadd
,
name
:
"ReviewGitadd"
,
meta
:
{
title
:
"复核-Gitadd"
}
},
{
path
:
"bttrcl"
,
component
:
ReviewBttrcl
,
name
:
"ReviewBttrcl"
,
meta
:
{
title
:
"复核-Bttrcl"
}
},
{
path
:
"bttset"
,
component
:
ReviewBttset
,
name
:
"ReviewBttset"
,
meta
:
{
title
:
"复核-Bttset"
}
},
...
...
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