Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
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
王衍超
rbc-demo
Commits
c7c5b787
Commit
c7c5b787
authored
May 20, 2022
by
乔延琦
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop-raojiaguan' into 'develop'
林草参数提交 See merge request GFP/RBC/rbc-frontend!205
parents
674cbac4
8b58dcd7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
lincaoAddView.js
...p/@gms/gms-plugin-billexpand/src/actions/lincaoAddView.js
+13
-2
No files found.
develop/@gms/gms-plugin-billexpand/src/actions/lincaoAddView.js
View file @
c7c5b787
...
@@ -4,10 +4,21 @@ export default {
...
@@ -4,10 +4,21 @@ export default {
let
name
=
GMS
.
$hideContainer
.
addComponent
(
lincaoView
,
{},
function
(
c
)
{
let
name
=
GMS
.
$hideContainer
.
addComponent
(
lincaoView
,
{},
function
(
c
)
{
const
year
=
nros
.
getUser
().
loginDate
.
substring
(
0
,
4
)
const
year
=
nros
.
getUser
().
loginDate
.
substring
(
0
,
4
)
const
unitCode
=
nros
.
getUser
().
loginUnit
const
unitCode
=
nros
.
getUser
().
loginUnit
let
orgParam
=
{
orgCodes
:[
unitCode
],
pagination
:
true
,
queryDataStructure
:
'ALL'
,
}
let
sjcode
;
GMS
.
$http
.
post
(
'/org/data/get'
,
orgParam
)
.
then
((
res
)
=>
{
sjcode
=
res
.
data
.
sjcode
})
c
.
bill
=
bill
.
dom
c
.
bill
=
bill
.
dom
const
projectNum
=
bill
.
dom
.
getMasterData
().
getData
().
billCode
.
value
const
projectNum
=
bill
.
dom
.
getMasterData
().
getData
().
billCode
.
value
// c.url =`http://${param.param.ipAddress}/jq/addAssociateDatas.do?unitCode=${unitC
ode}&type=${param.param.type}&projectNum=${projectNum}&year=${year}`
c
.
url
=
`http://
${
param
.
param
.
ipAddress
}
/jq/addAssociateDatas.do?unitCode=
${
sjc
ode
}
&type=
${
param
.
param
.
type
}
&projectNum=
${
projectNum
}
&year=
${
year
}
`
c
.
url
=
`http://
${
param
.
param
.
ipAddress
}
/jq/addAssociateDatas.do?unitCode=130324&type=jhltlx&projectNum=1&year=2021`
//
c.url =`http://${param.param.ipAddress}/jq/addAssociateDatas.do?unitCode=130324&type=jhltlx&projectNum=1&year=2021`
c
.
name
=
name
c
.
name
=
name
c
.
modalShow
=
true
;
c
.
modalShow
=
true
;
})
})
...
...
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