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
0808fe2b
Commit
0808fe2b
authored
Dec 07, 2023
by
swl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx
parent
451d6331
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
5 deletions
+4
-5
house.vue
src/views/Commercialdeedtax/house.vue
+1
-1
house.vue
src/views/Deedtax/house.vue
+1
-1
index.vue
src/views/Deedtax/index.vue
+0
-1
house.vue
src/views/Housedeedtax/house.vue
+1
-1
house.vue
src/views/Multipledeedtax/house.vue
+1
-1
index.js
store/index.js
+0
-0
utils.js
store/models/utils.js
+0
-0
No files found.
src/views/Commercialdeedtax/house.vue
View file @
0808fe2b
...
...
@@ -215,7 +215,7 @@
<el-button
v-else-if=
"
realEstateArea == '丹阳市' &&
scope.row.state == 2
&&
(scope.row.state == 2 || scope.row.state == 6)
&&
searchForm.departmentCode == '10000031'
"
type=
"success"
...
...
src/views/Deedtax/house.vue
View file @
0808fe2b
...
...
@@ -199,7 +199,7 @@
<el-button
v-else-if=
"
realEstateArea == '丹阳市' &&
scope.row.state == 2
&&
(scope.row.state == 2 || scope.row.state == 6)
&&
searchForm.departmentCode == '10000031'
"
type=
"success"
...
...
src/views/Deedtax/index.vue
View file @
0808fe2b
...
...
@@ -929,7 +929,6 @@ export default {
]).
then
((
res
)
=>
{
console
.
log
(
res
);
if
(
res
[
0
].
data
.
state
==
1
)
{
console
.
log
(
111
);
this
.
detail
=
res
[
0
].
data
;
this
.
arrList
=
res
[
1
].
data
;
this
.
detail
.
recordVos
.
forEach
((
item
)
=>
{
...
...
src/views/Housedeedtax/house.vue
View file @
0808fe2b
...
...
@@ -212,7 +212,7 @@
<el-button
v-else-if=
"
realEstateArea == '丹阳市' &&
scope.row.state == 2
&&
(scope.row.state == 2 || scope.row.state == 6)
&&
searchForm.departmentCode == '10000031'
"
type=
"success"
...
...
src/views/Multipledeedtax/house.vue
View file @
0808fe2b
...
...
@@ -205,7 +205,7 @@
<el-button
v-else-if=
"
realEstateArea == '丹阳市' &&
scope.row.state == 2
&&
(scope.row.state == 2 || scope.row.state == 6)
&&
searchForm.departmentCode == '10000031'
"
type=
"success"
...
...
s
rc/s
tore/index.js
→
store/index.js
View file @
0808fe2b
File moved
s
rc/s
tore/models/utils.js
→
store/models/utils.js
View file @
0808fe2b
File moved
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