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
93b3c820
Commit
93b3c820
authored
Sep 14, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtudp、litame 修改
parent
dde8fb0c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
index.js
src/business/brtudp/model/index.js
+1
-1
index.js
src/business/litame/event/index.js
+2
-2
Detp.vue
src/business/litame/views/Detp.vue
+1
-1
No files found.
src/business/brtudp/model/index.js
View file @
93b3c820
...
@@ -41,7 +41,7 @@ export default class Brtudp {
...
@@ -41,7 +41,7 @@ export default class Brtudp {
rec
:
{
rec
:
{
tenmaxday
:
''
,
tenmaxday
:
''
,
predat
:
''
,
predat
:
''
,
relgodflg
:
''
,
relgodflg
:
'
A
'
,
totcur
:
''
,
totcur
:
''
,
advtyp
:
''
,
advtyp
:
''
,
docflg
:
''
,
docflg
:
''
,
...
...
src/business/litame/event/index.js
View file @
93b3c820
...
@@ -119,7 +119,7 @@ export default {
...
@@ -119,7 +119,7 @@ export default {
let
params
=
{
let
params
=
{
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
ptytyp
:
ptytyp
,
ptytyp
:
ptytyp
,
extkey
:
this
.
model
.
g
idgrp
[
type
.
toLowerCase
()].
pts
.
extkey
,
extkey
:
this
.
model
.
l
idgrp
[
type
.
toLowerCase
()].
pts
.
extkey
,
};
};
let
res
=
await
Api
.
post
(
'/service/ptspta/list'
,
params
);
let
res
=
await
Api
.
post
(
'/service/ptspta/list'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
if
(
res
.
respCode
==
SUCCESS
)
{
...
@@ -135,7 +135,7 @@ export default {
...
@@ -135,7 +135,7 @@ export default {
};
};
let
res
=
await
Api
.
post
(
'/service/ptspta/fetch'
,
params
);
let
res
=
await
Api
.
post
(
'/service/ptspta/fetch'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
$set
(
this
.
model
.
g
idgrp
,
row
.
role
.
toLowerCase
(),
res
.
data
);
this
.
$set
(
this
.
model
.
l
idgrp
,
row
.
role
.
toLowerCase
(),
res
.
data
);
}
}
},
},
// 业务信息=》基本信息=》支出目的
// 业务信息=》基本信息=》支出目的
...
...
src/business/litame/views/Detp.vue
View file @
93b3c820
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
maxlength=
"16"
maxlength=
"16"
placeholder=
""
placeholder=
""
@
keyup
.
enter
.
native=
"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('lidgrp.drw.pts.extkey
')
queryGridEtyPromptDialogData('DRW', 'B
')
"
"
:disabled=
"this.flag2"
:disabled=
"this.flag2"
></c-input>
></c-input>
...
...
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