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
630b06c5
Commit
630b06c5
authored
Dec 07, 2023
by
swl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx
parent
0808fe2b
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
23 additions
and
55 deletions
+23
-55
index.js
src/store/index.js
+0
-0
utils.js
src/store/models/utils.js
+0
-0
dy_house.vue
src/views/Commercialdeedtax/dy_house.vue
+3
-11
house.vue
src/views/Commercialdeedtax/house.vue
+1
-1
dy_house.vue
src/views/Deedtax/dy_house.vue
+10
-18
house.vue
src/views/Deedtax/house.vue
+1
-1
dy_house.vue
src/views/Housedeedtax/dy_house.vue
+3
-11
house.vue
src/views/Housedeedtax/house.vue
+1
-1
dy_house.vue
src/views/Multipledeedtax/dy_house.vue
+3
-11
house.vue
src/views/Multipledeedtax/house.vue
+1
-1
No files found.
store/index.js
→
s
rc/s
tore/index.js
View file @
630b06c5
File moved
store/models/utils.js
→
s
rc/s
tore/models/utils.js
View file @
630b06c5
File moved
src/views/Commercialdeedtax/dy_house.vue
View file @
630b06c5
...
...
@@ -1039,7 +1039,7 @@ export default {
this
.
arrList
=
res
[
1
].
data
;
this
.
detail
.
recordVos
.
forEach
((
item
)
=>
{
item
.
departmentName
.
search
(
"
收件
"
)
!=
-
1
item
.
departmentName
.
search
(
"
财政复审
"
)
!=
-
1
?
(
this
.
arr1
=
item
.
reason
)
:
""
;
item
.
departmentName
.
search
(
"不动产"
)
!=
-
1
...
...
@@ -1100,21 +1100,13 @@ export default {
arr
.
arr1
=
that
.
arr1
||
""
;
// 财政
arr
.
arr2
=
that
.
arr2
||
""
;
// 不动产
arr
.
arr3
=
that
.
arr3
||
""
;
// 税务
if
(
this
.
$route
.
query
.
realEstateArea
!=
"句容市"
)
{
arr
.
arr1
=
that
.
arr1
||
""
;
// 财政
arr
.
arr2
=
that
.
arr2
||
""
;
// 不动产
arr
.
arr3
=
that
.
arr3
||
""
;
// 税务
this
.
docxsrc
=
"./static/deedTax1.docx"
;
//模板文件的位置
}
if
(
this
.
templateType
==
"danYang"
)
{
if
(
that
.
detail
.
realEstateArea
==
"丹阳市"
)
{
arr
.
arr1
=
that
.
arr1
||
""
;
// 财政
arr
.
arr2
=
that
.
arr2
||
""
;
// 不动产
arr
.
arr3
=
that
.
arr3
||
""
;
// 税务
arr
.
arr4
=
that
.
arr4
||
""
;
// 住建
this
.
docxsrc
=
"./static/deedTax1_danYang.docx"
;
//模板文件的位置
}
else
{
arr
.
arr3
=
that
.
arr3
||
""
;
// 税务
this
.
docxsrc
=
"./static/deedTax2.docx"
;
//模板文件的位置
}
console
.
log
(
this
.
docxsrc
,
"docxsrc"
);
...
...
src/views/Commercialdeedtax/house.vue
View file @
630b06c5
...
...
@@ -1274,7 +1274,7 @@ export default {
});
}
else
if
(
this
.
templateType
==
"danYang"
)
{
this
.
detail
.
recordVos
.
forEach
((
item
)
=>
{
item
.
departmentName
.
search
(
"
收件
"
)
!=
-
1
item
.
departmentName
.
search
(
"
财政复审
"
)
!=
-
1
?
(
this
.
arr1
=
item
.
reason
)
:
""
;
item
.
departmentName
.
search
(
"不动产"
)
!=
-
1
...
...
src/views/Deedtax/dy_house.vue
View file @
630b06c5
...
...
@@ -1039,7 +1039,7 @@ export default {
this
.
arrList
=
res
[
1
].
data
;
this
.
detail
.
recordVos
.
forEach
((
item
)
=>
{
item
.
departmentName
.
search
(
"
收件
"
)
!=
-
1
item
.
departmentName
.
search
(
"
财政复审
"
)
!=
-
1
?
(
this
.
arr1
=
item
.
reason
)
:
""
;
item
.
departmentName
.
search
(
"不动产"
)
!=
-
1
...
...
@@ -1097,26 +1097,18 @@ export default {
arr
.
square
=
that
.
detail
.
square
;
arr
.
bank
=
that
.
detail
.
bank
;
arr
.
bankCard
=
that
.
detail
.
bankCard
;
// arr.arr1 = that.arr1 || ""; // 财政
// arr.arr2 = that.arr2 || ""; // 不动产
// arr.arr3 = that.arr3 || ""; // 税务
console
.
log
(
that
.
detail
.
realEstateArea
,
"that.detail.realEstateArea"
);
// if (that.detail.realEstateArea == "丹阳市") {
arr
.
arr1
=
that
.
arr1
||
""
;
// 财政
arr
.
arr2
=
that
.
arr2
||
""
;
// 不动产
arr
.
arr3
=
that
.
arr3
||
""
;
// 税务
if
(
this
.
$route
.
query
.
realEstateArea
!=
"句容市"
)
{
arr
.
arr1
=
that
.
arr1
||
""
;
// 财政
arr
.
arr2
=
that
.
arr2
||
""
;
// 不动产
arr
.
arr3
=
that
.
arr3
||
""
;
// 税务
this
.
docxsrc
=
"./static/deedTax1.docx"
;
//模板文件的位置
}
if
(
this
.
templateType
==
"danYang"
)
{
arr
.
arr1
=
that
.
arr1
||
""
;
// 财政
arr
.
arr2
=
that
.
arr2
||
""
;
// 不动产
arr
.
arr3
=
that
.
arr3
||
""
;
// 税务
arr
.
arr4
=
that
.
arr4
||
""
;
// 住建
this
.
docxsrc
=
"./static/deedTax1_danYang.docx"
;
//模板文件的位置
}
else
{
arr
.
arr3
=
that
.
arr3
||
""
;
// 税务
this
.
docxsrc
=
"./static/deedTax2.docx"
;
//模板文件的位置
}
console
.
log
(
this
.
docxsrc
,
"docxsrc"
);
arr
.
arr4
=
that
.
arr4
||
""
;
// 住建
this
.
docxsrc
=
"./static/deedTax1_danYang.docx"
;
//模板文件的位置
// }
// let docxname = '购房契税补贴申请表'; //导出文件的名字
// 读取并获得模板文件的二进制内容
...
...
src/views/Deedtax/house.vue
View file @
630b06c5
...
...
@@ -1259,7 +1259,7 @@ export default {
});
}
else
if
(
this
.
templateType
==
"danYang"
)
{
this
.
detail
.
recordVos
.
forEach
((
item
)
=>
{
item
.
departmentName
.
search
(
"
收件
"
)
!=
-
1
item
.
departmentName
.
search
(
"
财政复审
"
)
!=
-
1
?
(
this
.
arr1
=
item
.
reason
)
:
""
;
item
.
departmentName
.
search
(
"不动产"
)
!=
-
1
...
...
src/views/Housedeedtax/dy_house.vue
View file @
630b06c5
...
...
@@ -1039,7 +1039,7 @@ export default {
this
.
arrList
=
res
[
1
].
data
;
this
.
detail
.
recordVos
.
forEach
((
item
)
=>
{
item
.
departmentName
.
search
(
"
收件
"
)
!=
-
1
item
.
departmentName
.
search
(
"
财政复审
"
)
!=
-
1
?
(
this
.
arr1
=
item
.
reason
)
:
""
;
item
.
departmentName
.
search
(
"不动产"
)
!=
-
1
...
...
@@ -1100,21 +1100,13 @@ export default {
arr
.
arr1
=
that
.
arr1
||
""
;
// 财政
arr
.
arr2
=
that
.
arr2
||
""
;
// 不动产
arr
.
arr3
=
that
.
arr3
||
""
;
// 税务
if
(
this
.
$route
.
query
.
realEstateArea
!=
"句容市"
)
{
arr
.
arr1
=
that
.
arr1
||
""
;
// 财政
arr
.
arr2
=
that
.
arr2
||
""
;
// 不动产
arr
.
arr3
=
that
.
arr3
||
""
;
// 税务
this
.
docxsrc
=
"./static/deedTax1.docx"
;
//模板文件的位置
}
if
(
this
.
templateType
==
"danYang"
)
{
if
(
this
.
detail
.
realEstateArea
==
"丹阳市"
)
{
arr
.
arr1
=
that
.
arr1
||
""
;
// 财政
arr
.
arr2
=
that
.
arr2
||
""
;
// 不动产
arr
.
arr3
=
that
.
arr3
||
""
;
// 税务
arr
.
arr4
=
that
.
arr4
||
""
;
// 住建
this
.
docxsrc
=
"./static/deedTax1_danYang.docx"
;
//模板文件的位置
}
else
{
arr
.
arr3
=
that
.
arr3
||
""
;
// 税务
this
.
docxsrc
=
"./static/deedTax2.docx"
;
//模板文件的位置
}
console
.
log
(
this
.
docxsrc
,
"docxsrc"
);
...
...
src/views/Housedeedtax/house.vue
View file @
630b06c5
...
...
@@ -1270,7 +1270,7 @@ export default {
});
}
else
if
(
this
.
templateType
==
"danYang"
)
{
this
.
detail
.
recordVos
.
forEach
((
item
)
=>
{
item
.
departmentName
.
search
(
"
收件
"
)
!=
-
1
item
.
departmentName
.
search
(
"
财政复审
"
)
!=
-
1
?
(
this
.
arr1
=
item
.
reason
)
:
""
;
item
.
departmentName
.
search
(
"不动产"
)
!=
-
1
...
...
src/views/Multipledeedtax/dy_house.vue
View file @
630b06c5
...
...
@@ -1039,7 +1039,7 @@ export default {
this
.
arrList
=
res
[
1
].
data
;
this
.
detail
.
recordVos
.
forEach
((
item
)
=>
{
item
.
departmentName
.
search
(
"
收件
"
)
!=
-
1
item
.
departmentName
.
search
(
"
财政复审
"
)
!=
-
1
?
(
this
.
arr1
=
item
.
reason
)
:
""
;
item
.
departmentName
.
search
(
"不动产"
)
!=
-
1
...
...
@@ -1100,21 +1100,13 @@ export default {
arr
.
arr1
=
that
.
arr1
||
""
;
// 财政
arr
.
arr2
=
that
.
arr2
||
""
;
// 不动产
arr
.
arr3
=
that
.
arr3
||
""
;
// 税务
if
(
this
.
$route
.
query
.
realEstateArea
!=
"句容市"
)
{
arr
.
arr1
=
that
.
arr1
||
""
;
// 财政
arr
.
arr2
=
that
.
arr2
||
""
;
// 不动产
arr
.
arr3
=
that
.
arr3
||
""
;
// 税务
this
.
docxsrc
=
"./static/deedTax1.docx"
;
//模板文件的位置
}
if
(
this
.
templateType
==
"danYang"
)
{
if
(
this
.
detail
.
realEstateArea
==
"丹阳市"
)
{
arr
.
arr1
=
that
.
arr1
||
""
;
// 财政
arr
.
arr2
=
that
.
arr2
||
""
;
// 不动产
arr
.
arr3
=
that
.
arr3
||
""
;
// 税务
arr
.
arr4
=
that
.
arr4
||
""
;
// 住建
this
.
docxsrc
=
"./static/deedTax1_danYang.docx"
;
//模板文件的位置
}
else
{
arr
.
arr3
=
that
.
arr3
||
""
;
// 税务
this
.
docxsrc
=
"./static/deedTax2.docx"
;
//模板文件的位置
}
console
.
log
(
this
.
docxsrc
,
"docxsrc"
);
...
...
src/views/Multipledeedtax/house.vue
View file @
630b06c5
...
...
@@ -1275,7 +1275,7 @@ export default {
});
}
else
if
(
this
.
templateType
==
"danYang"
)
{
this
.
detail
.
recordVos
.
forEach
((
item
)
=>
{
item
.
departmentName
.
search
(
"
收件
"
)
!=
-
1
item
.
departmentName
.
search
(
"
财政复审
"
)
!=
-
1
?
(
this
.
arr1
=
item
.
reason
)
:
""
;
item
.
departmentName
.
search
(
"不动产"
)
!=
-
1
...
...
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