Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蔡永松
/
fontweb-dc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
09f51600
authored
2020-08-05 16:22:01 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
提交代码
1 parent
c8ef675e
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
12 deletions
src/main/webapp/js/projecttask/dealingproject.js
src/main/webapp/view/PHJG/AJCC/daiban/js/widget.js
src/main/webapp/view/PHJG/AJCC/daiban/widget.html
src/main/webapp/view/PHJG/AJCC/duban/js/widget.js
src/main/webapp/view/PHJG/AJCC/yiban/js/widget.js
src/main/webapp/view/PHJG/PHGL/daiban/js/widget.js
src/main/webapp/view/PHJG/PHGL/yiban/js/widget.js
src/main/webapp/view/projecttask/detailproject.jsp
src/main/webapp/js/projecttask/dealingproject.js
View file @
09f5160
...
...
@@ -455,6 +455,12 @@ function getApproveList(pageIndex, condition, starttimecondition,
// debugger
},
success
:
function
(
res
)
{
debugger
if
(
res
.
code
===
500
){
$
(
'#msg'
).
css
(
"display"
,
"block"
);
$
(
'#nvaTab'
).
css
(
"visibility"
,
"hidden"
);
return
false
}
var
result
=
res
.
data
;
var
totalre
=
result
[
"total"
];
// layuiPage(totalre);
...
...
src/main/webapp/view/PHJG/AJCC/daiban/js/widget.js
View file @
09f5160
...
...
@@ -3,7 +3,7 @@ var self = new Vue({
data
()
{
return
{
search
:
''
,
flowid
:
't1001_8a8610de737b99270173937337e00133'
,
flowid
:
[
't1001_8a8610de737b99270173937337e00133'
]
,
userName
:
'案件查处'
,
pageNum
:
1
,
pageSize
:
10
,
...
...
@@ -43,7 +43,7 @@ var self = new Vue({
getData
()
{
axios
.
post
(
CONF_NEWGHSC_SERVERURL
+
'/dblb/list/workings'
,
null
,{
params
:
{
flowid
:
this
.
flowid
,
flowid
s
:
this
.
flowid
.
toString
()
,
userName
:
this
.
userName
,
pageIndex
:
this
.
pageNum
,
pageSize
:
this
.
pageSize
,
...
...
src/main/webapp/view/PHJG/AJCC/daiban/widget.html
View file @
09f5160
...
...
@@ -111,7 +111,7 @@
<el-button
v-show=
"isActive == 3"
type =
"primary"
size=
"mini"
>
删除
</el-button>
<el-button
v-show=
"isActive == 5"
type =
"primary"
size=
"mini"
@
click=
"openHandleJumpUrl('t1001_8a8610d86125b9a801612600a4c60003','1')"
>
添加
</el-button>
<el-button
v-show=
"isActive == 5"
type =
"primary"
size=
"mini"
>
删除
</el-button>
<el-button
v-show=
"isActive == 2"
type =
"primary"
size=
"mini"
@
click=
"openHandleJumpUrl('t1001_
8a8610d86125b9a801612600a4c60003
','1')"
>
添加
</el-button>
<el-button
v-show=
"isActive == 2"
type =
"primary"
size=
"mini"
@
click=
"openHandleJumpUrl('t1001_
402885c973b703220173b73ed4e6004d
','1')"
>
添加
</el-button>
<el-button
v-show=
"isActive == 2"
type =
"primary"
size=
"mini"
>
删除
</el-button>
</div>
<div
style=
"float: right"
class=
"div-search"
>
...
...
src/main/webapp/view/PHJG/AJCC/duban/js/widget.js
View file @
09f5160
...
...
@@ -77,7 +77,7 @@ var self = new Vue({
},
methods
:{
getData
()
{
axios
.
ge
t
(
CONF_NEWGHSC_SERVERURL
+
'/dblb/list/worked'
,
{
axios
.
pos
t
(
CONF_NEWGHSC_SERVERURL
+
'/dblb/list/worked'
,
{
params
:
{
pageIndex
:
this
.
pageNum
,
pageSize
:
this
.
pageSize
,
...
...
src/main/webapp/view/PHJG/AJCC/yiban/js/widget.js
View file @
09f5160
...
...
@@ -42,7 +42,7 @@ var self = new Vue({
},
methods
:{
getData
()
{
axios
.
get
(
CONF_NEWGHSC_SERVERURL
+
'/dblb/list/worked'
,
{
axios
.
post
(
CONF_NEWGHSC_SERVERURL
+
'/dblb/list/worked'
,
null
,
{
params
:
{
pageIndex
:
this
.
pageNum
,
pageSize
:
this
.
pageSize
,
...
...
@@ -74,7 +74,6 @@ var self = new Vue({
this
.
getData
()
},
handleCurrentChange
(
pageNum
){
alert
(
pageNum
)
this
.
pageNum
=
pageNum
this
.
getData
()
},
...
...
src/main/webapp/view/PHJG/PHGL/daiban/js/widget.js
View file @
09f5160
...
...
@@ -5,7 +5,7 @@ var self = new Vue({
search
:
''
,
projectId
:
null
,
userId
:
null
,
flowid
:
't1001_8a8610d86117e3b401611848a8690000'
,
flowid
:
[
't1001_8a8610d86117e3b401611848a8690000'
]
,
userName
:
'案件查处'
,
pageNum
:
1
,
pageSize
:
2
,
...
...
@@ -64,7 +64,7 @@ var self = new Vue({
params
:
{
pageIndex
:
this
.
pageNum
,
pageSize
:
this
.
pageSize
,
flowId
:
this
.
flowid
,
flowId
s
:
this
.
flowid
.
toString
()
,
userName
:
this
.
userName
,
}
}).
then
(
res
=>
{
...
...
src/main/webapp/view/PHJG/PHGL/yiban/js/widget.js
View file @
09f5160
...
...
@@ -5,7 +5,7 @@ var self = new Vue({
search
:
''
,
projectId
:
null
,
userId
:
null
,
flowid
:
't1001_8a8610d86117e3b401611848a8690000'
,
flowid
:
[
't1001_8a8610d86117e3b401611848a8690000'
]
,
userName
:
'案件查处'
,
pageNum
:
1
,
pageSize
:
2
,
...
...
@@ -42,11 +42,11 @@ var self = new Vue({
},
methods
:{
getData
()
{
axios
.
ge
t
(
CONF_NEWGHSC_SERVERURL
+
'/dblb/list/worked'
,
{
axios
.
pos
t
(
CONF_NEWGHSC_SERVERURL
+
'/dblb/list/worked'
,
{
params
:
{
pageIndex
:
this
.
pageNum
,
pageSize
:
this
.
pageSize
,
flowId
:
this
.
flowid
,
flowId
s
:
this
.
flowid
.
toString
()
,
userName
:
this
.
userName
,
}
}).
then
(
res
=>
{
...
...
src/main/webapp/view/projecttask/detailproject.jsp
View file @
09f5160
...
...
@@ -807,7 +807,7 @@
<!-- GIS服务 -->
<div
id=
"browsingGrp"
class=
"div-right-content-item"
style=
"display:
none
;text-overflow: ellipsis;width: 100%;margin-left: 0;padding: 0px;"
>
style=
"display:
inline-block
;text-overflow: ellipsis;width: 100%;margin-left: 0;padding: 0px;"
>
<div
style=
"margin:33px 0 15px 0;"
>
<img
src=
"../../image/projecttask/dt.png"
style=
"width: 25px;height:25px;margin-top: -5px;margin-right: 5px;"
>
...
...
Please
register
or
sign in
to post a comment