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
3f585128
Commit
3f585128
authored
May 11, 2023
by
huxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litdck 修改
parent
21d4f132
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
34 deletions
+3
-34
index.js
src/business/litdck/event/index.js
+2
-2
index.js
src/business/litdck/model/index.js
+1
-23
Docpre.vue
src/business/litdck/views/Docpre.vue
+0
-2
index.vue
src/business/litdck/views/index.vue
+0
-7
No files found.
src/business/litdck/event/index.js
View file @
3f585128
...
...
@@ -24,7 +24,7 @@ export default {
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
))
}
const
res
=
await
Api
.
post
(
'/service/lit
ame
/init'
,
{
const
res
=
await
Api
.
post
(
'/service/lit
dck
/init'
,
{
...
params
,
transName
:
this
.
trnName
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
...
...
@@ -103,7 +103,7 @@ export default {
tbl
:
'LC'
,
};
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
'/service/lit
ame
/getOwnRef'
,
params
);
let
res
=
await
Api
.
post
(
'/service/lit
dck
/getOwnRef'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
loading
.
close
();
this
.
model
.
gidgrp
.
rec
.
ownref
=
res
.
data
;
...
...
src/business/litdck/model/index.js
View file @
3f585128
...
...
@@ -115,29 +115,7 @@ export default class Litdck {
pts
:
new
Pts
().
data
,
},
},
liaall
:
{
limmod
:
{
ownref
:
''
,
dggrd
:
''
,
limpts
:
{
wrk
:
{
pts
:
new
Pts
().
data
,
},
oth
:
{
pts
:
new
Pts
().
data
,
},
pfcod1
:
''
,
pfcod2
:
''
,
nonrevflg1
:
''
,
nonrevflg2
:
''
},
comamt
:
''
,
ccvamt
:
''
,
limgrd
:
''
,
lmegrd
:
''
,
tygrd
:
''
,
}
},
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
...
...
src/business/litdck/views/Docpre.vue
View file @
3f585128
...
...
@@ -18,7 +18,6 @@
size=
"small"
type=
"primary"
icon=
"el-icon-more"
@
click=
"showGridPromptDialog('brtp.docdis.buttxmsel', null, null,
{TXT: 'brdgrp.blk.docdis'}, {TXT: false},'doxpDialog')"
:disabled=
"this.typ1"
>
...
...
@@ -57,7 +56,6 @@
size=
"small"
type=
"primary"
icon=
"el-icon-more"
@
click=
"showGridPromptDialog('brtp.setinstxm.buttxmsel', null, null,
{TXT: 'brdgrp.blk.setinsbr'}, {TXT: false},'doxpDialog')"
>
</c-button>
...
...
src/business/litdck/views/index.vue
View file @
3f585128
...
...
@@ -104,13 +104,6 @@
@
select-ety=
"selectGridEtyPromptData"
>
</c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
@
select-ety=
"selectGridEtyPromptData"
>
</c-grid-ety-prompt-dialog>
</c-page>
</div>
</
template
>
...
...
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