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
175b3dbc
authored
2020-08-13 14:38:20 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改页面报错导致加载不出数据
1 parent
8273052a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
14 deletions
src/main/webapp/js/projecttask/correctionproject.js
src/main/webapp/js/projecttask/dealingproject.js
src/main/webapp/js/projecttask/detailproject.js
src/main/webapp/js/projecttask/correctionproject.js
View file @
175b3db
...
...
@@ -49,7 +49,7 @@ $(function () {
//TODO 先注释lhy
setListHeight
();
getUnhandledProjectCount
();
//
getUnhandledProjectCount();
});
...
...
@@ -1953,7 +1953,7 @@ function WaitingToStart() {
}
function
getUnhandledProjectCount
()
{
/*
function getUnhandledProjectCount() {
$.ajax({
url: CONF_DOCKINGSYSTEM_SERVERURL + '/xiangj/resource/getUnhandledItemCount',
data: {roleid: roleIds},
...
...
@@ -1968,7 +1968,7 @@ function getUnhandledProjectCount() {
}
})
}
}
*/
function
uuid
()
{
function
S4
()
{
...
...
src/main/webapp/js/projecttask/dealingproject.js
View file @
175b3db
...
...
@@ -100,7 +100,7 @@ $(function () {
//TODO 先注释lhy
setListHeight
();
getUnhandledProjectCount
();
//
getUnhandledProjectCount();
});
...
...
@@ -1541,7 +1541,17 @@ function dynamicWorkingTable(result, tbodyid, searchtext) {
// createdFlag = false;
// };
var
_url
=
'/xm/getLcList'
;
var
user
=
JSON
.
parse
(
parent
.
userCookies
).
user
;
// var user = JSON.parse(parent.userCookies).user;
var
user
=
{
id
:
"t0101_8a8610de737b99270173941e5c50017e"
,
loginname
:
"案件查处"
,
realname
:
"案件查处"
,
nameinitial
:
"A"
,
sex
:
1
,
state
:
1
,
token
:
0
,
registertime
:
1595917884480
}
var
_obj
=
{
userId
:
user
.
id
,
userName
:
user
.
realname
,
...
...
@@ -1580,7 +1590,17 @@ function dynamicWorkingTable(result, tbodyid, searchtext) {
var
htmlTableBodyTr
=
""
;
//归类项目内容
var
_url
=
'/xm/getLcList'
;
var
user
=
JSON
.
parse
(
parent
.
userCookies
).
user
;
// var user = JSON.parse(parent.userCookies).user;
var
user
=
{
id
:
"t0101_8a8610de737b99270173941e5c50017e"
,
loginname
:
"案件查处"
,
realname
:
"案件查处"
,
nameinitial
:
"A"
,
sex
:
1
,
state
:
1
,
token
:
0
,
registertime
:
1595917884480
}
var
_obj
=
{
userId
:
user
.
id
,
userName
:
user
.
realname
,
...
...
@@ -2493,7 +2513,7 @@ function WaitingToStart() {
}
function
getUnhandledProjectCount
()
{
/*
function getUnhandledProjectCount() {
$.ajax({
url: CONF_DOCKINGSYSTEM_SERVERURL + '/xiangj/resource/getUnhandledItemCount',
data: {roleid: roleIds},
...
...
@@ -2508,7 +2528,7 @@ function getUnhandledProjectCount() {
}
})
}
}
*/
function
uuid
()
{
function
S4
()
{
...
...
src/main/webapp/js/projecttask/detailproject.js
View file @
175b3db
...
...
@@ -1043,9 +1043,9 @@ function creatingProject() {
if
(
_dockingid
)
{
loadDockinglSystemData
(
_flowid
,
_dockingid
);
}
if
(
create
==
'1'
&&
_projectId
!=
null
)
{
/*
if (create == '1' && _projectId != null) {
getSxbmByProjectid(_projectId);
}
}
*/
}
});
...
...
@@ -4940,7 +4940,7 @@ function returned() {
}
function
loadDockinglSystemData
(
flowid
,
_dockingid
)
{
/*
function loadDockinglSystemData(flowid, _dockingid) {
$.ajax({
type: "POST",
url: CONF_DOCKINGSYSTEM_SERVERURL + '/xiangj/resource/get',
...
...
@@ -4959,9 +4959,9 @@ function loadDockinglSystemData(flowid, _dockingid) {
_dockingid = 'error';
}
});
}
}
*/
function
getSxbmByProjectid
(
projectid
)
{
/*
function getSxbmByProjectid(projectid) {
var thisfm = this;
$.ajax({
type: "POST",
...
...
@@ -4980,7 +4980,7 @@ function getSxbmByProjectid(projectid) {
_dockingid = 'error';
}
});
}
}
*/
function
validateMaterialRequired
()
{
var
isRe
=
{
flag
:
false
,
message
:
'效验成功'
};
...
...
Please
register
or
sign in
to post a comment