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
1070165f
Commit
1070165f
authored
Aug 09, 2022
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
botdav 跨境人民币事件增加、字段增加、页面引用
parent
cd39a669
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
5 deletions
+21
-5
Default.js
src/model/Botdav/Default.js
+1
-1
index.js
src/model/Botdav/index.js
+0
-0
Inst.vue
src/views/Business/Botdav/Inst.vue
+1
-1
Ovwp.vue
src/views/Business/Botdav/Ovwp.vue
+8
-1
index.vue
src/views/Business/Botdav/index.vue
+11
-2
No files found.
src/model/Botdav/Default.js
View file @
1070165f
...
...
@@ -35,7 +35,7 @@ export default {
"bodgrp.drr.pts.adrblk"
:
Utils
.
defaultFunction
,
"bodgrp.cbs.max.amt"
:
Utils
.
defaultFunction
,
"bodgrp.rec.doctypcod"
:
Utils
.
defaultFunction
,
"bodgrp.cbs.max.cur"
:
Utils
.
defaultFunction
,
//
"bodgrp.cbs.max.cur" :Utils.defaultFunction,
"bodgrp.rec.shpdat"
:
Utils
.
defaultFunction
,
"bodgrp.rec.matpercnt"
:
Utils
.
defaultFunction
,
"bodgrp.rec.matperbeg"
:
Utils
.
defaultFunction
,
...
...
src/model/Botdav/index.js
View file @
1070165f
This diff is collapsed.
Click to expand it.
src/views/Business/Botdav/Inst.vue
View file @
1070165f
...
...
@@ -50,7 +50,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"bodgrp.blk.colinsflg"
>
<c-checkbox
v-model=
"colinsflg"
>
Collection i
nstructions modified
</c-checkbox>
<c-checkbox
v-model=
"colinsflg"
>
Delivery of Documents I
nstructions modified
</c-checkbox>
</el-form-item>
</c-col>
...
...
src/views/Business/Botdav/Ovwp.vue
View file @
1070165f
...
...
@@ -50,7 +50,7 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Document Amount"
prop=
"bodgrp.cbs.max.cur"
>
<c-select
v-model=
"model.bodgrp.cbs.max.cur"
style=
"width: 100%"
placeholder=
"请选择Currency"
>
<c-select
v-model=
"model.bodgrp.cbs.max.cur"
style=
"width: 100%"
placeholder=
"请选择Currency"
@
change=
"changeCur"
>
<el-option
v-for=
"item in codes.currencycode"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
...
...
@@ -322,6 +322,13 @@
},
methods
:
{
...
Event
,
changeCur
(){
this
.
executeDefault
(
"bodgrp.cbs.max.cur"
).
then
((
res
)
=>
{
if
((
res
.
respCode
==
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
},
addTableValue
(
index
)
{
var
newTableValue
=
Object
.
assign
({},
this
.
newValue
);
const
serial
=
Utils
.
generateUUID
();
...
...
src/views/Business/Botdav/index.vue
View file @
1070165f
...
...
@@ -31,7 +31,7 @@
<!--Parties -->
<el-tab-pane
label=
"Parties"
name=
"ptyp"
>
<c-content>
<m-ptyp
:model=
"model"
/>
<m-ptyp
:model=
"model"
/>
</c-content>
</el-tab-pane>
...
...
@@ -77,10 +77,17 @@
</el-tab-pane>
<!--跨境人民币申报 -->
<el-tab-pane
label=
"跨境人民币申报"
name=
"cnyp"
>
<el-tab-pane
label=
"跨境人民币申报"
name=
"cnyp"
>
<m-cnyp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
label=
"2106银行跟单结算及表外融资"
name=
"libp"
v-if=
"model.cnybop.libflg ==='1'"
>
<c-content>
<m-libp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--货权单据 -->
<el-tab-pane
label=
"货权单据"
name=
"srmp"
>
<m-srmp
:model=
"model"
:codes=
"codes"
/>
...
...
@@ -117,6 +124,7 @@
import
Engp
from
"~/views/Public/Engp"
import
Glepan
from
"~/views/Public/Glepan"
import
Doctre
from
"~/views/Public/Doctre"
import
Libp
from
'../Betsnd/Libp'
export
default
{
...
...
@@ -133,6 +141,7 @@
"m-cnyp"
:
Cnyp
,
"m-srmp"
:
Srmp
,
"m-engp"
:
Engp
,
'm-libp'
:
Libp
,
"m-glepan"
:
Glepan
,
},
...
...
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