Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zj-manage
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
new-zhengjiang
zj-manage
Commits
28187334
Commit
28187334
authored
Oct 08, 2022
by
@zhang-bin-1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx
parent
7121cc0f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
40 additions
and
16 deletions
+40
-16
house.vue
src/views/Deedtax/house.vue
+14
-7
index.vue
src/views/Deedtax/index.vue
+5
-2
house.vue
src/views/Policy/house.vue
+0
-0
housemain.vue
src/views/Policy/housemain.vue
+1
-1
index.vue
src/views/Policy/index.vue
+1
-1
talentwindow.vue
src/views/Policy/talentwindow.vue
+1
-1
details.vue
src/views/Purchase/details.vue
+4
-1
index.vue
src/views/Purchase/index.vue
+4
-1
windows.vue
src/views/Purchase/windows.vue
+1
-1
index.vue
src/views/Talents/index.vue
+9
-1
No files found.
src/views/Deedtax/house.vue
View file @
28187334
...
...
@@ -500,6 +500,9 @@ export default {
this
.
realEstateArea
=
this
.
$route
.
query
.
realEstateArea
?
this
.
$route
.
query
.
realEstateArea
:
null
// departmentName: 审核部门名称(左侧列表)
this
.
departmentName
=
this
.
$route
.
query
.
departmentName
this
.
searchForm
.
name
=
''
this
.
searchForm
.
phone
=
''
this
.
searchForm
.
state
=
''
this
.
init
();
}
}
...
...
@@ -522,13 +525,17 @@ export default {
this
.
loading
=
false
;
if
(
res
.
success
)
{
this
.
pagination
.
total
=
res
.
data
.
total
;
this
.
tableData
=
res
.
data
.
list
.
map
(
item
=>
{
item
.
stateName
=
this
.
getSatusArr
(
item
.
state
).
stateName
;
item
.
type
=
this
.
getSatusArr
(
item
.
state
).
type
;
return
item
;
});
if
(
localStorage
.
getItem
(
'userName'
)
==
'admin'
)
{
this
.
tableData
=
changeList
(
this
.
tableData
)
if
(
res
.
data
.
total
)
{
this
.
tableData
=
res
.
data
.
list
.
map
(
item
=>
{
item
.
stateName
=
this
.
getSatusArr
(
item
.
state
).
stateName
;
item
.
type
=
this
.
getSatusArr
(
item
.
state
).
type
;
return
item
;
});
if
(
localStorage
.
getItem
(
'userName'
)
==
'admin'
)
{
this
.
tableData
=
changeList
(
this
.
tableData
)
}
}
else
{
this
.
tableData
=
[]
}
}
});
...
...
src/views/Deedtax/index.vue
View file @
28187334
...
...
@@ -579,6 +579,9 @@ export default {
:
null
;
// departmentName: 审核部门名称(左侧列表)
this
.
departmentName
=
this
.
$route
.
query
.
departmentName
;
this
.
searchForm
.
name
=
''
this
.
searchForm
.
phone
=
''
this
.
searchForm
.
state
=
''
this
.
init
();
}
}
...
...
@@ -602,7 +605,7 @@ export default {
console
.
log
(
res
.
data
)
if
(
res
.
success
)
{
this
.
pagination
.
total
=
res
.
data
.
total
;
if
(
res
.
data
.
total
!=
0
)
{
if
(
res
.
data
.
total
)
{
this
.
tableData
=
res
.
data
.
list
.
map
((
item
)
=>
{
item
.
stateName
=
this
.
getSatusArr
(
item
.
reviewerState
).
stateName
;
item
.
type
=
this
.
getSatusArr
(
item
.
reviewerState
).
type
;
...
...
@@ -887,7 +890,7 @@ export default {
};
initDepartmentRevocation
(
params
).
then
((
res
)
=>
{
console
.
log
(
res
);
that
.
init
();
that
.
init
();
});
}
})
...
...
src/views/Policy/house.vue
View file @
28187334
This diff is collapsed.
Click to expand it.
src/views/Policy/housemain.vue
View file @
28187334
...
...
@@ -396,7 +396,7 @@ export default {
this
.
loading
=
false
;
if
(
res
.
success
)
{
this
.
pagination
.
total
=
res
.
data
.
total
;
if
(
res
.
data
.
total
!=
0
)
{
if
(
res
.
data
.
total
)
{
this
.
tableData
=
res
.
data
.
list
.
map
((
item
)
=>
{
this
.
state
=
item
.
state
;
item
.
stateName
=
this
.
getSatusArr
(
item
.
state
).
stateName
;
...
...
src/views/Policy/index.vue
View file @
28187334
...
...
@@ -395,7 +395,7 @@ export default {
this
.
loading
=
false
;
if
(
res
.
success
)
{
this
.
pagination
.
total
=
res
.
data
.
total
;
if
(
res
.
data
.
total
!=
0
)
{
if
(
res
.
data
.
total
)
{
this
.
tableData
=
res
.
data
.
list
.
map
(
item
=>
{
// console.log("item----", item);
item
.
stateName
=
this
.
getSatusArr
(
item
.
state
).
stateName
;
...
...
src/views/Policy/talentwindow.vue
View file @
28187334
...
...
@@ -470,7 +470,7 @@ export default {
this
.
loading
=
false
;
if
(
res
.
success
)
{
this
.
pagination
.
total
=
res
.
data
.
total
;
if
(
res
.
data
.
total
!=
0
)
{
if
(
res
.
data
.
total
)
{
this
.
tableData
=
res
.
data
.
list
.
map
(
item
=>
{
item
.
stateName
=
this
.
getSatusArr
(
item
.
state
).
stateName
;
item
.
type
=
this
.
getSatusArr
(
item
.
state
).
type
;
...
...
src/views/Purchase/details.vue
View file @
28187334
...
...
@@ -509,6 +509,9 @@ export default {
if
(
this
.
$route
)
{
this
.
userName
=
localStorage
.
getItem
(
'userName'
);
this
.
searchForm
.
departmentCode
=
this
.
$route
.
query
.
departmentCode
this
.
searchForm
.
name
=
''
this
.
searchForm
.
phone
=
''
this
.
searchForm
.
state
=
''
this
.
init
();
}
}
...
...
@@ -532,7 +535,7 @@ export default {
this
.
loading
=
false
;
if
(
res
.
success
)
{
this
.
pagination
.
total
=
res
.
data
.
total
;
if
(
res
.
data
.
total
!=
0
)
{
if
(
res
.
data
.
total
)
{
this
.
tableData
=
res
.
data
.
list
.
map
((
item
)
=>
{
console
.
log
(
"item------"
,
item
);
if
(
item
.
stateName
&&
item
.
type
)
{
...
...
src/views/Purchase/index.vue
View file @
28187334
...
...
@@ -530,6 +530,9 @@ export default {
this
.
searchForm
.
payTaxesArea
=
this
.
$route
.
query
.
payTaxesArea
?
this
.
$route
.
query
.
payTaxesArea
:
null
;
this
.
searchForm
.
name
=
''
this
.
searchForm
.
phone
=
''
this
.
searchForm
.
state
=
''
this
.
init
();
}
}
...
...
@@ -553,7 +556,7 @@ export default {
console
.
log
(
res
);
if
(
res
.
success
)
{
this
.
pagination
.
total
=
res
.
data
.
total
;
if
(
res
.
data
.
total
!=
0
)
{
if
(
res
.
data
.
total
)
{
this
.
tableData
=
res
.
data
.
list
.
map
((
item
)
=>
{
this
.
state
=
item
.
state
;
item
.
stateName
=
this
.
getSatusArr
(
item
.
state
).
stateName
;
...
...
src/views/Purchase/windows.vue
View file @
28187334
...
...
@@ -497,7 +497,7 @@ export default {
console
.
log
(
res
);
if
(
res
.
success
)
{
this
.
pagination
.
total
=
res
.
data
.
total
;
if
(
res
.
data
.
total
!=
0
)
{
if
(
res
.
data
.
total
)
{
this
.
tableData
=
res
.
data
.
list
.
map
((
item
)
=>
{
this
.
state
=
item
.
state
;
item
.
stateName
=
this
.
getSatusArr
(
item
.
state
).
stateName
;
...
...
src/views/Talents/index.vue
View file @
28187334
...
...
@@ -487,6 +487,8 @@ export default {
searchForm
:
{
name
:
""
,
// 姓名
phone
:
""
,
// 联系方式
unitName
:
""
,
recordName
:
""
,
state
:
""
,
// 状态
typeCode
:
""
,
// 认定类型
branchCode
:
""
,
// 责任部门
...
...
@@ -627,6 +629,12 @@ export default {
this
.
userName
=
localStorage
.
getItem
(
'userName'
);
this
.
branchCode
=
this
.
$route
.
query
.
branchCode
?
this
.
$route
.
query
.
branchCode
:
''
this
.
code
=
this
.
$route
.
query
.
code
?
this
.
$route
.
query
.
code
:
''
this
.
searchForm
.
name
=
''
this
.
searchForm
.
phone
=
''
this
.
searchForm
.
typeCode
=
''
this
.
searchForm
.
state
=
''
this
.
searchForm
.
recordName
=
''
this
.
searchForm
.
unitName
=
''
this
.
init
();
this
.
initType
();
if
(
!
this
.
branchCode
)
{
...
...
@@ -671,7 +679,7 @@ export default {
this
.
loading
=
false
;
if
(
res
.
success
)
{
this
.
pagination
.
total
=
res
.
data
.
total
;
if
(
res
.
data
.
total
!=
0
)
{
if
(
res
.
data
.
total
)
{
this
.
tableData
=
res
.
data
.
list
.
map
((
item
)
=>
{
// console.log("人才码列表----", item);
item
.
updateTime
=
item
.
updateTime
.
substring
(
0
,
10
);
...
...
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