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
39d1b1f4
Commit
39d1b1f4
authored
Oct 24, 2022
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitopn修改
parent
76b286ec
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
23 additions
and
13 deletions
+23
-13
Sel.vue
src/views/Business/Cltdav/Sel.vue
+2
-2
Gitsetp1.vue
src/views/Business/Gitcom/Gitsetp1.vue
+2
-2
index.vue
src/views/Business/Gitcrq/index.vue
+6
-1
Ovwp.vue
src/views/Business/Gitopn/Ovwp.vue
+1
-1
Ovwp1.vue
src/views/Business/Gitopn/Ovwp1.vue
+6
-1
Ptyp.vue
src/views/Business/Gitopn/Ptyp.vue
+1
-1
Tskmgr.vue
src/views/Business/Switsk/Tskmgr.vue
+5
-5
No files found.
src/views/Business/Cltdav/Sel.vue
View file @
39d1b1f4
...
@@ -99,9 +99,9 @@
...
@@ -99,9 +99,9 @@
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-col
:span=
"20"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"托收行"
prop=
"colbnk"
style=
"width:100%"
>
<el-form-item
label=
"托收行"
prop=
"colbnk"
style=
"width:100%"
>
<c-select
v-model=
"model.colbnk"
style=
"width: 100%"
placeholder=
"请选择托收行"
>
<c-select
v-model=
"model.colbnk"
style=
"width: 100%"
placeholder=
"请选择托收行"
:disabled=
"model.cldgrp.rec.colflg == 'G'"
>
<el-option
v-for=
"item in codes.colbnk"
:key=
"item.value"
:label=
"item.label"
<el-option
v-for=
"item in codes.colbnk"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
:disabled=
"model.cldgrp.rec.colflg == 'G'"
>
:value=
"item.value"
>
</el-option>
</el-option>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
...
...
src/views/Business/Gitcom/Gitsetp1.vue
View file @
39d1b1f4
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
>
附加金额
</c-checkbox
>
附加金额
</c-checkbox
>
>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"保函余额"
prop=
"gidgrp.cbs.opn1.cur"
>
<el-form-item
label=
"保函余额"
prop=
"gidgrp.cbs.opn1.cur"
>
<c-select
<c-select
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,7 @@
></c-input-currency>
></c-input-currency>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"接收目的"
prop=
"gidgrp.rec.purposin"
>
<el-form-item
label=
"接收目的"
prop=
"gidgrp.rec.purposin"
>
<c-select
<c-select
...
...
src/views/Business/Gitcrq/index.vue
View file @
39d1b1f4
...
@@ -65,6 +65,11 @@
...
@@ -65,6 +65,11 @@
</el-form>
</el-form>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
>
</c-grid-ety-prompt-dialog>
</c-grid-ety-prompt-dialog>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
</c-function-btn>
</div>
</div>
</c-page>
</c-page>
</
template
>
</
template
>
...
@@ -109,7 +114,7 @@ export default {
...
@@ -109,7 +114,7 @@ export default {
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
()
{
data
()
{
return
{
return
{
tabVal
:
"
gitsetp1
"
,
tabVal
:
"
ovwp
"
,
activeNames
:
[
"engp"
],
activeNames
:
[
"engp"
],
trnName
:
"gitcrq"
,
trnName
:
"gitcrq"
,
model
:
new
Gitcrq
().
data
,
model
:
new
Gitcrq
().
data
,
...
...
src/views/Business/Gitopn/Ovwp.vue
View file @
39d1b1f4
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<m-opnp
:model=
"model"
:codes=
"codes"
/>
<m-opnp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse-item>
<el-collapse-item
title=
"基本信息"
name=
"ovwp1"
>
<el-collapse-item
title=
"基本信息"
name=
"ovwp1"
>
<m-
detp
:model=
"model"
:codes=
"codes"
/>
<m-
ovwp1
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse-item>
<el-collapse-item
title=
"当事人描述"
name=
"ptyp"
>
<el-collapse-item
title=
"当事人描述"
name=
"ptyp"
>
<m-ptyp
:model=
"model"
:codes=
"codes"
/>
<m-ptyp
:model=
"model"
:codes=
"codes"
/>
...
...
src/views/Business/Gitopn/Ovwp1.vue
View file @
39d1b1f4
...
@@ -1079,7 +1079,7 @@
...
@@ -1079,7 +1079,7 @@
v-if=
"model.gitp.swiftflg == 'N'"
v-if=
"model.gitp.swiftflg == 'N'"
class=
"centerLable"
class=
"centerLable"
>
>
<c-checkbox
v-model=
"model.gidgrp.rec.expflg"
<c-checkbox
v-model=
"model.gidgrp.rec.expflg"
>
无限额保函
</c-checkbox
>
无限额保函
</c-checkbox
>
>
</c-col>
</c-col>
...
@@ -1985,6 +1985,11 @@ export default {
...
@@ -1985,6 +1985,11 @@ export default {
if
(
this
.
model
.
gidgrp
.
rec
.
gartyp
==
'1'
){
if
(
this
.
model
.
gidgrp
.
rec
.
gartyp
==
'1'
){
this
.
model
.
gidgrp
.
rec
.
gtxinr
=
"<NILTXT>"
this
.
model
.
gidgrp
.
rec
.
gtxinr
=
"<NILTXT>"
}
}
},
"model.gitp.swiftflg"
:
function
(){
if
(
this
.
model
.
gitp
.
swiftflg
==
"N"
){
this
.
model
.
gidgrp
.
rec
.
expflg
=
""
;
}
}
}
},
},
methods
:
{
methods
:
{
...
...
src/views/Business/Gitopn/Ptyp.vue
View file @
39d1b1f4
...
@@ -131,7 +131,7 @@
...
@@ -131,7 +131,7 @@
prop=
"gidgrp.con.pts.adrblk"
prop=
"gidgrp.con.pts.adrblk"
>
>
<c-input
<c-input
:disabled=
"model.gidgrp.con.pts.adrblk != ''"
disabled
type=
"textarea"
type=
"textarea"
rows=
"4"
rows=
"4"
v-model=
"model.gidgrp.con.pts.adrblk"
v-model=
"model.gidgrp.con.pts.adrblk"
...
...
src/views/Business/Switsk/Tskmgr.vue
View file @
39d1b1f4
...
@@ -7,10 +7,10 @@
...
@@ -7,10 +7,10 @@
<el-form-item
label=
"Service Types to be handled:"
>
<el-form-item
label=
"Service Types to be handled:"
>
<c-fullbox>
<c-fullbox>
<c-col
:span=
"6"
>
<c-col
:span=
"6"
>
<c-checkbox
v-model=
"model.srvswi.exeflg"
>
Incoming SWIFT
</c-checkbox>
<c-checkbox
v-model=
"model.srvswi.exeflg"
checked
>
Incoming SWIFT
</c-checkbox>
</c-col>
</c-col>
<c-col
:span=
"6"
>
<c-col
:span=
"6"
>
<c-checkbox
v-model=
"model.srvtli.exeflg"
>
Incoming Telex
</c-checkbox>
<c-checkbox
v-model=
"model.srvtli.exeflg"
>
Incoming Telex
</c-checkbox>
</c-col>
</c-col>
<c-col
:span=
"6"
>
<c-col
:span=
"6"
>
<c-checkbox
v-model=
"model.srvdta.exeflg"
>
DTA Import L/C
</c-checkbox>
<c-checkbox
v-model=
"model.srvdta.exeflg"
>
DTA Import L/C
</c-checkbox>
...
@@ -27,13 +27,13 @@
...
@@ -27,13 +27,13 @@
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-fullbox>
<c-fullbox>
<c-col
:span=
"6"
>
<c-col
:span=
"6"
>
<c-checkbox
v-model=
"model.srvemi.exeflg"
>
Incoming Email
</c-checkbox>
<c-checkbox
v-model=
"model.srvemi.exeflg"
checked
>
Incoming Email
</c-checkbox>
</c-col>
</c-col>
<c-col
:span=
"6"
>
<c-col
:span=
"6"
>
<c-checkbox
v-model=
"model.srvdte.exeflg"
>
DTA Export L/C
</c-checkbox>
<c-checkbox
v-model=
"model.srvdte.exeflg"
>
DTA Export L/C
</c-checkbox>
</c-col>
</c-col>
<c-col
:span=
"6"
>
<c-col
:span=
"6"
>
<c-checkbox
v-model=
"model.srveli.exeflg"
>
ECL Import L/C
</c-checkbox>
<c-checkbox
v-model=
"model.srveli.exeflg"
checked
>
ECL Import L/C
</c-checkbox>
</c-col>
</c-col>
</c-fullbox>
</c-fullbox>
...
...
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