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
4afbf691
Commit
4afbf691
authored
Oct 23, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:inftrd,brtset
parent
6a3cfe11
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
16 deletions
+18
-16
buildCommons.js
src/business/brtset/event/buildCommons.js
+0
-2
check.js
src/business/brtset/model/check.js
+0
-0
index.js
src/business/brtset/model/index.js
+4
-1
Trtcrep.vue
src/business/brtset/views/Trtcrep.vue
+1
-0
index.js
src/business/inftrd/model/index.js
+2
-2
Infsea.vue
src/business/inftrd/views/Infsea.vue
+11
-11
No files found.
src/business/brtset/event/buildCommons.js
View file @
4afbf691
...
...
@@ -56,9 +56,7 @@ export default {
cur
:
model
.
brdgrp
.
cbs
.
opn1
.
cur
,
ptytyp
:
model
.
brdgrp
.
prb
.
ptytyp
,
frepayflg
:
model
.
brdgrp
.
rec
.
frepayflg
,
payrol
:
model
.
brdgrp
.
rec
.
payrol
,
dscbckamt
:
model
.
brdgrp
.
rec
.
dscbckamt
,
pclbckamt
:
model
.
brdgrp
.
rec
.
pclbckamt
,
totdat
:
model
.
brdgrp
.
rec
.
totdat
,
// negate:model.brdgrp.rec.dscbckamt.negate,
pclbckamt
:
model
.
brdgrp
.
rec
.
pclbckamt
,
...
...
src/business/brtset/model/check.js
View file @
4afbf691
This diff is collapsed.
Click to expand it.
src/business/brtset/model/index.js
View file @
4afbf691
...
...
@@ -192,11 +192,14 @@ export default class Bctset {
trntyp
:
''
,
trdgrp
:
{
rec
:
{
fincod
:
''
,
ovdflg
:
''
,
ownusr
:
window
.
sessionStorage
.
userId
?
window
.
sessionStorage
.
userId
:
'ZL'
,
stttendat
:
new
Date
(),
recaccount
:
''
,
pctfin
:
'100'
,
recdistrictcode
:
''
,
ownref
:
'
12121212222
'
,
ownref
:
''
,
intrat
:
'0.000000'
,
pntnam
:
''
,
invtyp
:
'1'
,
...
...
src/business/brtset/views/Trtcrep.vue
View file @
4afbf691
...
...
@@ -842,6 +842,7 @@ export default {
computed
:{
trtcretrdgrprecpntref
(){
this
.
model
.
trtcre
.
trtmod
.
finmod
.
fincod
=
this
.
model
.
brdgrp
.
rec
.
ownref
this
.
model
.
trtcre
.
trdgrp
.
rec
.
fincod
=
this
.
model
.
brdgrp
.
rec
.
ownref
this
.
model
.
trtcre
.
trdgrp
.
rec
.
pntref
=
this
.
model
.
brdgrp
.
rec
.
ownref
return
this
.
model
.
trtcre
.
trdgrp
.
rec
.
pntref
},
...
...
src/business/inftrd/model/index.js
View file @
4afbf691
...
...
@@ -13,8 +13,8 @@ export default class Inftrd {
},
infcon
:
{
chksubcon
:
''
,
opndatfrom
:
''
,
opndatto
:
''
,
opndatfrom
:
new
Date
()
,
opndatto
:
new
Date
()
,
seaownref
:
''
,
seaamtfr
:
''
,
seasta
:
''
,
...
...
src/business/inftrd/views/Infsea.vue
View file @
4afbf691
...
...
@@ -307,17 +307,17 @@
</
template
>
</c-list-search>
<c-col
:span=
"24"
style=
"margin-top: 10px"
>
<c-button
class=
"medium_bcs"
size=
"medium"
type=
"primary"
style=
"margin-left: 0px"
@
click=
"toTrtopn"
>
进口融资开立
</c-button
>
</c-col
>
<!-- <c-col :span="24" style="margin-top: 10px">--
>
<!-- <c-button-->
<!-- class="medium_bcs"-->
<!-- size="medium"-->
<!-- type="primary"-->
<!-- style="margin-left: 0px"-->
<!-- @click="toTrtopn"-->
<!-- >进口融资开立-->
<!-- </c-button-->
<!-- >--
>
<!-- </c-col>--
>
<div
style=
"height: 90%"
>
<c-col
:span=
"24"
>
<el-table
...
...
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