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
1120e0a9
Commit
1120e0a9
authored
Jun 05, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtdcr,infbrd,litdav前端代码缺陷修复
parent
b40c4ca3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
+10
-6
index.js
src/business/brtdcr/event/index.js
+1
-1
index.js
src/business/infbrd/model/index.js
+1
-1
Infsea.vue
src/business/infbrd/views/Infsea.vue
+3
-3
index.js
src/business/litdav/model/index.js
+5
-1
No files found.
src/business/brtdcr/event/index.js
View file @
1120e0a9
...
...
@@ -119,7 +119,7 @@ export default {
let
params
=
{
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
ptytyp
:
ptytyp
,
extkey
:
this
.
model
.
gi
dgrp
[
type
.
toLowerCase
()].
pts
.
extkey
,
extkey
:
this
.
model
.
br
dgrp
[
type
.
toLowerCase
()].
pts
.
extkey
,
};
let
res
=
await
Api
.
post
(
'/service/ptspta/list'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
...
...
src/business/infbrd/model/index.js
View file @
1120e0a9
...
...
@@ -14,7 +14,7 @@ export default class Infbrd {
chksubcon
:
''
,
opndatfrom
:
new
Date
(),
opndatto
:
new
Date
(),
sea
ownref
:
''
,
ownref
:
''
,
seashgref
:
''
,
seaamtfr
:
''
,
seasta
:
''
,
...
...
src/business/infbrd/views/Infsea.vue
View file @
1120e0a9
...
...
@@ -13,11 +13,11 @@
<c-col
:span=
"8"
>
<el-form-item
label=
"单据编号"
prop=
"infcon.
sea
ownref"
prop=
"infcon.ownref"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.
sea
ownref"
v-model=
"model.infcon.ownref"
maxlength=
"16"
placeholder=
"请输入单据编号"
></c-input>
...
...
@@ -419,7 +419,7 @@ export default {
prop
:
"inr"
,
},
{
label
:
"
保函
编号"
,
label
:
"
单据
编号"
,
prop
:
"ownref"
,
},
{
...
...
src/business/litdav/model/index.js
View file @
1120e0a9
...
...
@@ -71,6 +71,7 @@ export default class Litdav {
pts
:
new
Pts
().
data
,
},
rec
:
{
inr
:
''
,
cur
:
''
,
totcur
:
''
,
advtyp
:
''
,
...
...
@@ -84,13 +85,15 @@ export default class Litdav {
},
cbs
:
{
opn2
:
{
cur
:
''
cur
:
''
,
amt
:
''
},
max
:
{
cur
:
''
,
amt
:
''
},
max2
:
{
cur
:
''
,
amt
:
''
}
},
...
...
@@ -114,6 +117,7 @@ export default class Litdav {
},
lidgrp
:
{
rec
:
{
inr
:
''
,
branchinr
:
'00000047'
,
revflg
:
''
,
expdat
:
''
,
...
...
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