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
9ce65691
Commit
9ce65691
authored
Apr 14, 2023
by
WF1020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitopn修改
parent
b692c87d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
5 deletions
+15
-5
index.js
src/business/infgid/event/index.js
+3
-0
index.vue
src/business/infgid/views/index.vue
+10
-2
index.js
src/business/sptsel/event/index.js
+0
-1
index.js
src/review/gitopn/event/index.js
+2
-2
No files found.
src/business/infgid/event/index.js
View file @
9ce65691
import
Api
from
'~/service/Api'
;
import
{
getTrnNameByInr
}
from
"~/service/business/common"
;
import
moment
from
'moment'
;
export
default
{
methods
:
{
async
handleSearch
()
{
...
...
@@ -23,6 +24,8 @@ export default {
fingua
:
this
.
model
.
fingua
,
pageIndex
:
this
.
pagination
.
pageIndex
,
pageSize
:
this
.
pagination
.
pageSize
,
opndatfrom
:
moment
(
opndatfrom
).
format
(
'YYYY-MM-DD'
),
opndatto
:
moment
(
opndatto
).
format
(
'YYYY-MM-DD'
),
};
let
rtnmsg
=
await
Api
.
post
(
'/service/infgid/getList'
,
params
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
...
...
src/business/infgid/views/index.vue
View file @
9ce65691
...
...
@@ -32,8 +32,16 @@ export default {
codes
:
{
...
CodeTable
},
};
},
methods
:
{},
created
()
{},
methods
:
{
getInidatfro
()
{
let
datetime
=
new
Date
();
datetime
=
datetime
.
setDate
(
datetime
.
getDate
()
-
10
);
this
.
model
.
infcon
.
opndatfrom
=
new
Date
(
datetime
);
}
},
mounted
()
{
this
.
getInidatfro
()
},
};
</
script
>
<
style
>
...
...
src/business/sptsel/event/index.js
View file @
9ce65691
import
Api
from
'~/service/Api'
;
import
moment
from
'moment'
;
export
default
{
methods
:
{
async
handleReset
()
{
...
...
src/review/gitopn/event/index.js
View file @
9ce65691
...
...
@@ -74,7 +74,7 @@ export default {
//处理-复核
async
handlePass
(
val
)
{
let
params
=
{
transName
:
this
.
trnName
,
transName
:
'trnrel'
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
selirn
:
[
this
.
$route
.
query
.
trn
]
}
...
...
@@ -132,7 +132,7 @@ export default {
async
handleRefuse
(
val
)
{
let
params
=
{
trninr
:
this
.
$route
.
query
.
trn
,
transName
:
'
TRNREL
'
,
transName
:
'
trnrel
'
,
userId
:
sessionStorage
.
getItem
(
'userId'
)
||
'ZL'
,
pageId
:
this
.
model
.
pageId
||
'1'
,
dflg
:
''
,
...
...
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