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
67cc2a1a
Commit
67cc2a1a
authored
Dec 06, 2023
by
swl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx
parent
ea6c20f7
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
41 additions
and
11 deletions
+41
-11
deedTax2.docx
public/static/deedTax2.docx
+0
-0
multiDeedTax1.docx
public/static/multiDeedTax1.docx
+0
-0
multiDeedTax2.docx
public/static/multiDeedTax2.docx
+0
-0
main.js
src/main.js
+0
-1
index.vue
src/views/Commercialdeedtax/index.vue
+8
-2
house.vue
src/views/Deedtax/house.vue
+9
-2
index.vue
src/views/Deedtax/index.vue
+8
-2
index.vue
src/views/Housedeedtax/index.vue
+8
-2
house.vue
src/views/Multipledeedtax/house.vue
+8
-2
No files found.
public/static/deedTax2.docx
View file @
67cc2a1a
No preview for this file type
public/static/multiDeedTax1.docx
View file @
67cc2a1a
No preview for this file type
public/static/multiDeedTax2.docx
View file @
67cc2a1a
No preview for this file type
src/main.js
View file @
67cc2a1a
...
@@ -31,6 +31,5 @@ new Vue({
...
@@ -31,6 +31,5 @@ new Vue({
el
:
"#app"
,
el
:
"#app"
,
router
,
router
,
store
,
store
,
render
:
(
h
)
=>
h
(
App
),
render
:
(
h
)
=>
h
(
App
),
});
});
src/views/Commercialdeedtax/index.vue
View file @
67cc2a1a
...
@@ -966,10 +966,16 @@ export default {
...
@@ -966,10 +966,16 @@ export default {
let
promiseText
=
that
.
$store
.
state
.
utils
.
promiseText
;
let
promiseText
=
that
.
$store
.
state
.
utils
.
promiseText
;
let
text
=
""
;
let
text
=
""
;
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
key1
==
"1"
)
{
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
commitmentType
==
"1"
)
{
// 单独所有、共同共有
// 单独所有、共同共有
text
=
promiseText
.
alone
;
text
=
promiseText
.
alone
;
}
else
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
key1
==
"1"
)
{
}
else
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
commitmentType
==
"1"
)
{
// 按份共有
// 按份共有
text
=
promiseText
.
together
;
text
=
promiseText
.
together
;
...
...
src/views/Deedtax/house.vue
View file @
67cc2a1a
...
@@ -1113,10 +1113,16 @@ export default {
...
@@ -1113,10 +1113,16 @@ export default {
let
promiseText
=
that
.
$store
.
state
.
utils
.
promiseText
;
let
promiseText
=
that
.
$store
.
state
.
utils
.
promiseText
;
let
text
=
""
;
let
text
=
""
;
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
key1
==
"1"
)
{
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
commitmentType
==
"1"
)
{
// 单独所有、共同共有
// 单独所有、共同共有
text
=
promiseText
.
alone
;
text
=
promiseText
.
alone
;
}
else
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
key1
==
"1"
)
{
}
else
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
commitmentType
==
"1"
)
{
// 按份共有
// 按份共有
text
=
promiseText
.
together
;
text
=
promiseText
.
together
;
...
@@ -1125,6 +1131,7 @@ export default {
...
@@ -1125,6 +1131,7 @@ export default {
}
}
let
arr
=
{};
let
arr
=
{};
arr
.
promiseText
=
text
;
arr
.
promiseText
=
text
;
console
.
log
(
"--->"
,
arr
.
promiseText
);
arr
.
name
=
that
.
detail
.
name
;
arr
.
name
=
that
.
detail
.
name
;
arr
.
idCard
=
that
.
detail
.
idCard
;
arr
.
idCard
=
that
.
detail
.
idCard
;
arr
.
title
=
"用首套商品住房"
;
arr
.
title
=
"用首套商品住房"
;
...
...
src/views/Deedtax/index.vue
View file @
67cc2a1a
...
@@ -964,10 +964,16 @@ export default {
...
@@ -964,10 +964,16 @@ export default {
let
promiseText
=
that
.
$store
.
state
.
utils
.
promiseText
;
let
promiseText
=
that
.
$store
.
state
.
utils
.
promiseText
;
let
text
=
""
;
let
text
=
""
;
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
key1
==
"1"
)
{
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
commitmentType
==
"1"
)
{
// 单独所有、共同共有
// 单独所有、共同共有
text
=
promiseText
.
alone
;
text
=
promiseText
.
alone
;
}
else
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
key1
==
"1"
)
{
}
else
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
commitmentType
==
"1"
)
{
// 按份共有
// 按份共有
text
=
promiseText
.
together
;
text
=
promiseText
.
together
;
...
...
src/views/Housedeedtax/index.vue
View file @
67cc2a1a
...
@@ -974,10 +974,16 @@ export default {
...
@@ -974,10 +974,16 @@ export default {
let
promiseText
=
that
.
$store
.
state
.
utils
.
promiseText
;
let
promiseText
=
that
.
$store
.
state
.
utils
.
promiseText
;
let
text
=
""
;
let
text
=
""
;
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
key1
==
"1"
)
{
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
commitmentType
==
"1"
)
{
// 单独所有、共同共有
// 单独所有、共同共有
text
=
promiseText
.
alone
;
text
=
promiseText
.
alone
;
}
else
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
key1
==
"1"
)
{
}
else
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
commitmentType
==
"1"
)
{
// 按份共有
// 按份共有
text
=
promiseText
.
together
;
text
=
promiseText
.
together
;
...
...
src/views/Multipledeedtax/house.vue
View file @
67cc2a1a
...
@@ -1133,10 +1133,16 @@ export default {
...
@@ -1133,10 +1133,16 @@ export default {
let
promiseText
=
that
.
$store
.
state
.
utils
.
promiseText
;
let
promiseText
=
that
.
$store
.
state
.
utils
.
promiseText
;
let
text
=
""
;
let
text
=
""
;
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
key1
==
"1"
)
{
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
commitmentType
==
"1"
)
{
// 单独所有、共同共有
// 单独所有、共同共有
text
=
promiseText
.
alone
;
text
=
promiseText
.
alone
;
}
else
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
key1
==
"1"
)
{
}
else
if
(
this
.
realEstateArea
==
"丹阳市"
&&
that
.
detail
.
commitmentType
==
"1"
)
{
// 按份共有
// 按份共有
text
=
promiseText
.
together
;
text
=
promiseText
.
together
;
...
...
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