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
f753d41b
Commit
f753d41b
authored
Jan 22, 2024
by
swl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: gx
parent
0bdfab8e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
63 additions
and
3 deletions
+63
-3
house.vue
src/views/Commercialdeedtax/house.vue
+21
-1
house.vue
src/views/Deedtax/house.vue
+21
-1
house.vue
src/views/Housedeedtax/house.vue
+21
-1
No files found.
src/views/Commercialdeedtax/house.vue
View file @
f753d41b
...
@@ -805,6 +805,8 @@ export default {
...
@@ -805,6 +805,8 @@ export default {
],
],
},
},
refundForm
:
{},
refundForm
:
{},
fileDownload
:
false
,
row
:
null
,
};
};
},
},
watch
:
{
watch
:
{
...
@@ -866,6 +868,14 @@ export default {
...
@@ -866,6 +868,14 @@ export default {
}
else
{
}
else
{
this
.
tableData
=
[];
this
.
tableData
=
[];
}
}
if
(
this
.
fileDownload
&&
this
.
row
)
{
const
url
=
this
.
tableData
.
filter
((
item
)
=>
{
return
item
.
code
===
this
.
row
.
code
;
})[
0
]?.
fileUrl
;
window
.
location
.
href
=
url
;
this
.
fileDownload
=
false
;
this
.
row
=
null
;
}
}
}
});
});
},
},
...
@@ -900,6 +910,14 @@ export default {
...
@@ -900,6 +910,14 @@ export default {
}
else
{
}
else
{
this
.
tableData
=
[];
this
.
tableData
=
[];
}
}
if
(
this
.
fileDownload
&&
this
.
row
)
{
const
url
=
this
.
tableData
.
filter
((
item
)
=>
{
return
item
.
code
===
this
.
row
.
code
;
})[
0
]?.
fileUrl
;
window
.
location
.
href
=
url
;
this
.
fileDownload
=
false
;
this
.
row
=
null
;
}
}
}
});
});
});
});
...
@@ -1276,8 +1294,10 @@ export default {
...
@@ -1276,8 +1294,10 @@ export default {
break
;
break
;
default
:
default
:
this
.
row
=
row
;
this
.
fileDownload
=
true
;
await
this
.
resetHandle
(
row
);
// await this.resetHandle(row);
// await this.resetHandle(row);
window
.
location
.
href
=
row
.
fileUrl
;
break
;
break
;
}
}
},
},
...
...
src/views/Deedtax/house.vue
View file @
f753d41b
...
@@ -790,6 +790,8 @@ export default {
...
@@ -790,6 +790,8 @@ export default {
],
],
},
},
refundForm
:
{},
refundForm
:
{},
fileDownload
:
false
,
row
:
null
,
};
};
},
},
watch
:
{
watch
:
{
...
@@ -851,6 +853,14 @@ export default {
...
@@ -851,6 +853,14 @@ export default {
}
else
{
}
else
{
this
.
tableData
=
[];
this
.
tableData
=
[];
}
}
if
(
this
.
fileDownload
&&
this
.
row
)
{
const
url
=
this
.
tableData
.
filter
((
item
)
=>
{
return
item
.
code
===
this
.
row
.
code
;
})[
0
]?.
fileUrl
;
window
.
location
.
href
=
url
;
this
.
fileDownload
=
false
;
this
.
row
=
null
;
}
}
}
});
});
},
},
...
@@ -885,6 +895,14 @@ export default {
...
@@ -885,6 +895,14 @@ export default {
}
else
{
}
else
{
this
.
tableData
=
[];
this
.
tableData
=
[];
}
}
if
(
this
.
fileDownload
&&
this
.
row
)
{
const
url
=
this
.
tableData
.
filter
((
item
)
=>
{
return
item
.
code
===
this
.
row
.
code
;
})[
0
]?.
fileUrl
;
window
.
location
.
href
=
url
;
this
.
fileDownload
=
false
;
this
.
row
=
null
;
}
}
}
});
});
});
});
...
@@ -1262,8 +1280,10 @@ export default {
...
@@ -1262,8 +1280,10 @@ export default {
default
:
default
:
// await this.resetHandle(row);
// await this.resetHandle(row);
this
.
row
=
row
;
this
.
fileDownload
=
true
;
await
this
.
resetHandle
(
row
);
window
.
location
.
href
=
row
.
fileUrl
;
break
;
break
;
}
}
},
},
...
...
src/views/Housedeedtax/house.vue
View file @
f753d41b
...
@@ -806,6 +806,8 @@ export default {
...
@@ -806,6 +806,8 @@ export default {
],
],
},
},
refundForm
:
{},
refundForm
:
{},
fileDownload
:
false
,
row
:
null
,
};
};
},
},
watch
:
{
watch
:
{
...
@@ -867,6 +869,14 @@ export default {
...
@@ -867,6 +869,14 @@ export default {
}
else
{
}
else
{
this
.
tableData
=
[];
this
.
tableData
=
[];
}
}
if
(
this
.
fileDownload
&&
this
.
row
)
{
const
url
=
this
.
tableData
.
filter
((
item
)
=>
{
return
item
.
code
===
this
.
row
.
code
;
})[
0
]?.
fileUrl
;
window
.
location
.
href
=
url
;
this
.
fileDownload
=
false
;
this
.
row
=
null
;
}
}
}
});
});
},
},
...
@@ -901,6 +911,14 @@ export default {
...
@@ -901,6 +911,14 @@ export default {
}
else
{
}
else
{
this
.
tableData
=
[];
this
.
tableData
=
[];
}
}
if
(
this
.
fileDownload
&&
this
.
row
)
{
const
url
=
this
.
tableData
.
filter
((
item
)
=>
{
return
item
.
code
===
this
.
row
.
code
;
})[
0
]?.
fileUrl
;
window
.
location
.
href
=
url
;
this
.
fileDownload
=
false
;
this
.
row
=
null
;
}
}
}
});
});
});
});
...
@@ -1275,8 +1293,10 @@ export default {
...
@@ -1275,8 +1293,10 @@ export default {
break
;
break
;
default
:
default
:
this
.
row
=
row
;
this
.
fileDownload
=
true
;
await
this
.
resetHandle
(
row
);
// await this.resetHandle(row);
// await this.resetHandle(row);
window
.
location
.
href
=
row
.
fileUrl
;
break
;
break
;
}
}
},
},
...
...
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