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
d5a03aef
Commit
d5a03aef
authored
Nov 22, 2024
by
swl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
多子女契税补贴
parent
80fd6feb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
41 additions
and
66 deletions
+41
-66
.DS_Store
.DS_Store
+0
-0
index.js
src/config/index.js
+2
-2
request.js
src/utils/request.js
+2
-2
house.vue
src/views/Multipledeedtax/house.vue
+24
-49
index.vue
src/views/Multipledeedtax/index.vue
+0
-0
details.vue
src/views/Purchase/details.vue
+4
-4
index.vue
src/views/Purchase/index.vue
+4
-4
windows.vue
src/views/Purchase/windows.vue
+3
-3
vue.config.js
vue.config.js
+2
-2
No files found.
.DS_Store
View file @
d5a03aef
No preview for this file type
src/config/index.js
View file @
d5a03aef
const
domain
=
{
const
domain
=
{
//
dev: "http://192.168.3.143:8881", // 姚镇接口
dev
:
"http://192.168.3.143:8881"
,
// 姚镇接口
// dev: "http://192.168.100.16:8881", // 姚镇接口
// dev: "http://192.168.100.16:8881", // 姚镇接口
// dev: "http://81.69.231.72:8881", // 姚镇接口
// dev: "http://81.69.231.72:8881", // 姚镇接口
// dev: "http://81.69.231.72:8881", // 测试接口
// dev: "http://81.69.231.72:8881", // 测试接口
dev
:
"https://exam.smart-zj.cn:9100/smartExam/"
,
// /新正式接口
//
dev: "https://exam.smart-zj.cn:9100/smartExam/", // /新正式接口
};
};
// 腾讯地图 key
// 腾讯地图 key
const
map
=
{
const
map
=
{
...
...
src/utils/request.js
View file @
d5a03aef
...
@@ -7,10 +7,10 @@ const config = {
...
@@ -7,10 +7,10 @@ const config = {
// proxy: "https://exam.smart-zj.cn:9100/exam/", // 新线上地址
// proxy: "https://exam.smart-zj.cn:9100/exam/", // 新线上地址
// proxy: "http://81.69.231.72:8881", // 测试地址
// proxy: "http://81.69.231.72:8881", // 测试地址
// 192.168.3.143
// 192.168.3.143
//
proxy: "http://192.168.3.143:8881", //本地
proxy
:
"http://192.168.3.143:8881"
,
//本地
// proxy: "http://192.168.100.16:8881", //本地//
// proxy: "http://192.168.100.16:8881", //本地//
proxy
:
"https://exam.smart-zj.cn:9100/smartExam"
,
// 新正式接口zs
//
proxy: "https://exam.smart-zj.cn:9100/smartExam", // 新正式接口zs
// proxy: "http://81.69.231.72:9089/", // 测试地址
// proxy: "http://81.69.231.72:9089/", // 测试地址
// proxy1: "http://81.69.231.72:8881/admin-api", // 测试地址
// proxy1: "http://81.69.231.72:8881/admin-api", // 测试地址
// proxy1: "https://exam.smart-zj.cn:9100/smartExam/admin-api", // 新正式接口
// proxy1: "https://exam.smart-zj.cn:9100/smartExam/admin-api", // 新正式接口
...
...
src/views/Multipledeedtax/house.vue
View file @
d5a03aef
...
@@ -22,14 +22,9 @@
...
@@ -22,14 +22,9 @@
<br
/>
<br
/>
<el-form-item
label=
"状态"
style=
"margin-top: 10px"
>
<el-form-item
label=
"状态"
style=
"margin-top: 10px"
>
<el-radio-group
v-model=
"searchForm.state"
@
change=
"onSubmit"
>
<el-radio-group
v-model=
"searchForm.state"
@
change=
"onSubmit"
>
<template
v-if=
"realEstateArea == '句容市' || realEstateArea == '丹阳市'"
>
<el-radio
:label=
"item.state"
v-for=
"item in stateList"
:key=
"item.state"
>
{{
item
.
stateName
}}
<el-radio
:label=
"item.state"
v-for=
"item in stateList"
:key=
"item.state"
>
{{
item
.
stateName
}}
</el-radio>
</el-radio>
</
template
>
<
template
v-else
>
<el-radio
:label=
"item.state"
v-for=
"item in signState"
:key=
"item.state"
>
{{
item
.
stateName
}}
</el-radio>
</
template
>
</el-radio-group>
</el-radio-group>
</el-form-item>
</el-form-item>
...
@@ -47,49 +42,33 @@
...
@@ -47,49 +42,33 @@
}}
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"状态"
width=
"180"
align=
"center"
v-if=
"realEstateArea != '句容市' && realEstateArea != '丹阳市'"
>
<
template
slot-scope=
"scope"
>
<el-tag
:type=
"signTag[scope.row.state].type"
>
{{
signTag
[
scope
.
row
.
state
].
name
}}
</el-tag>
</
template
>
</el-table-column>
<el-table-column
label=
"状态"
width=
"180"
align=
"center"
>
<el-table-column
label=
"状态"
width=
"180"
align=
"center"
v-else
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tag
:type=
"noSignTag[scope.row.state].type"
>
{{
noSignTag
[
scope
.
row
.
state
].
name
}}
</el-tag>
<el-tag
:type=
"noSignTag[scope.row.state].type"
>
{{
noSignTag
[
scope
.
row
.
state
].
name
}}
</el-tag>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"520"
align=
"center"
>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"520"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"primary"
size=
"mini"
round
@
click=
"view(scope.row)"
>
查看
</el-button>
<el-button
type=
"primary"
size=
"mini"
round
@
click=
"view(scope.row)"
>
查看
</el-button>
<el-button
type=
"primary"
size=
"mini"
round
@
click=
"record(scope.row)"
>
记录
</el-button>
<el-button
type=
"primary"
size=
"mini"
round
@
click=
"record(scope.row)"
>
记录
</el-button>
<!-- 收件窗口 -->
<!-- 申请的单子有通过拒绝-->
<!--除句容 丹阳外 state==3才可审批 -->
<el-button
v-if=
"
<template
v-if=
"searchForm.departmentCode == '10000027'"
>
scope.row.state == 1 && searchForm.departmentCode == '10000027'
<template
v-if=
"scope.row.checkArea !== '丹阳市' && scope.row.checkArea !== '句容市' && scope.row.state == 3"
>
"
type=
"success"
size=
"mini"
round
@
click=
"pass(scope.row, 'default')"
>
通过
<el-button
type=
"success"
size=
"mini"
round
@
click=
"pass(scope.row, 'default')"
>
通过
</el-button>
</el-button>
<el-button
type=
"danger"
size=
"mini"
round
@
click=
"deny(scope.row)"
>
拒绝
</el-button>
</
template
>
<!-- 句容市 -->
<
template
v-if=
"scope.row.checkArea == '句容市' && scope.row.state == 1"
>
<el-button
type=
"success"
size=
"mini"
round
@
click=
"pass(scope.row, 'default')"
>
通过
</el-button>
<el-button
type=
"danger"
size=
"mini"
round
@
click=
"deny(scope.row)"
>
拒绝
</el-button>
</
template
>
</template>
<!-- 丹阳 -->
<el-button
v-if=
"
<el-button
v-if=
"
scope.row.state == 2 &&
scope.row.state == 2 &&
searchForm.departmentCode == '10000031' &&
searchForm.departmentCode == '10000031' &&
realEstateArea == '丹阳市'
realEstateArea == '丹阳市'
"
type=
"success"
size=
"mini"
round
@
click=
"pass(scope.row, 'danYang')"
>
通过
"
type=
"success"
size=
"mini"
round
@
click=
"pass(scope.row, 'danYang')"
>
通过
</el-button>
</el-button>
<el-button
v-if=
"
scope.row.state == 1 && searchForm.departmentCode == '10000027'
"
type=
"danger"
size=
"mini"
round
@
click=
"deny(scope.row)"
>
拒绝
</el-button>
<!-- 退税办理丹阳拒绝 -->
<!-- 退税办理丹阳拒绝 -->
<el-button
v-if=
"
<el-button
v-if=
"
scope.row.state == 2 &&
scope.row.state == 2 &&
...
@@ -97,19 +76,10 @@
...
@@ -97,19 +76,10 @@
realEstateArea == '丹阳市'
realEstateArea == '丹阳市'
"
type=
"danger"
size=
"mini"
round
@
click=
"deny(scope.row)"
>
拒绝
"
type=
"danger"
size=
"mini"
round
@
click=
"deny(scope.row)"
>
拒绝
</el-button>
</el-button>
<!-- 丹阳市没有收件窗口--退税办理 -->
<
template
v-if=
"searchForm.departmentCode == '10000031'"
>
<el-button
v-if=
"
scope.row.state == 1 &&
realEstateArea !== '丹阳市'
"
type=
"success"
size=
"mini"
round
@
click=
"pass(scope.row, 'danYang')"
>
通过
</el-button>
<el-button
type=
"danger"
size=
"mini"
round
@
click=
"deny(scope.row)"
v-if=
"
scope.row.state == 1 &&
realEstateArea !== '丹阳市'
"
>
拒绝
</el-button>
</
template
>
<el-button
v-if=
"
<el-button
v-if=
"
scope.row.flag == true &&
scope.row.flag == true &&
searchForm.departmentCode == '10000027'
searchForm.departmentCode == '10000027'
...
@@ -238,6 +208,7 @@
...
@@ -238,6 +208,7 @@
</el-image>
</el-image>
</p>
</p>
</div>
</div>
<div
class=
"cell"
>
<div
class=
"cell"
>
<p
class=
"label"
>
所属银行
</p>
<p
class=
"label"
>
所属银行
</p>
<p
class=
"value"
>
{{ viewDetail.bank }}
</p>
<p
class=
"value"
>
{{ viewDetail.bank }}
</p>
...
@@ -285,6 +256,10 @@
...
@@ -285,6 +256,10 @@
<p
class=
"label"
>
不动产坐落辖市区
</p>
<p
class=
"label"
>
不动产坐落辖市区
</p>
<p
class=
"value"
>
{{ viewDetail.checkArea }}
</p>
<p
class=
"value"
>
{{ viewDetail.checkArea }}
</p>
</div>
</div>
<div
class=
"cell"
v-if=
"viewDetail.handlingType"
>
<p
class=
"label"
>
办理类型
</p>
<p
class=
"value"
>
{{ viewDetail.handlingType == 1 ? '网上办理' : '线下办理' }}
</p>
</div>
<div
class=
"cell"
>
<div
class=
"cell"
>
<p
class=
"label"
>
网签时间
</p>
<p
class=
"label"
>
网签时间
</p>
<p
class=
"value"
>
{{ viewDetail.netSignTime }}
</p>
<p
class=
"value"
>
{{ viewDetail.netSignTime }}
</p>
...
...
src/views/Multipledeedtax/index.vue
View file @
d5a03aef
This diff is collapsed.
Click to expand it.
src/views/Purchase/details.vue
View file @
d5a03aef
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"search-wrapper"
>
<div
class=
"search-wrapper"
>
<el-form
:inline=
"true"
:model=
"searchForm"
class=
"search_form"
style=
"text-align: left"
>
<el-form
:inline=
"true"
:model=
"searchForm"
class=
"search_form"
style=
"text-align: left"
>
<el-form-item
label=
"企业名称"
>
<el-form-item
label=
"企业名称"
>
<el-input
v-model=
"searchForm.
enterpriseName"
placeholder=
"请输入姓名
"
@
keyup
.
enter
.
native=
"onSubmit"
></el-input>
<el-input
v-model=
"searchForm.
name"
placeholder=
"请输入名称
"
@
keyup
.
enter
.
native=
"onSubmit"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"手机号码"
>
<el-form-item
label=
"手机号码"
>
<el-input
v-model=
"searchForm.phone"
placeholder=
"请输入手机号码"
@
keyup
.
enter
.
native=
"onSubmit"
></el-input>
<el-input
v-model=
"searchForm.phone"
placeholder=
"请输入手机号码"
@
keyup
.
enter
.
native=
"onSubmit"
></el-input>
...
@@ -451,7 +451,7 @@ export default {
...
@@ -451,7 +451,7 @@ export default {
input
:
""
,
input
:
""
,
userName
:
""
,
userName
:
""
,
searchForm
:
{
searchForm
:
{
enterpriseN
ame
:
""
,
n
ame
:
""
,
phone
:
""
,
phone
:
""
,
state
:
""
,
state
:
""
,
departmentCode
:
""
,
departmentCode
:
""
,
...
@@ -613,7 +613,7 @@ export default {
...
@@ -613,7 +613,7 @@ export default {
if
(
this
.
$route
)
{
if
(
this
.
$route
)
{
this
.
userName
=
localStorage
.
getItem
(
"userName"
);
this
.
userName
=
localStorage
.
getItem
(
"userName"
);
this
.
searchForm
.
departmentCode
=
this
.
$route
.
query
.
departmentCode
;
this
.
searchForm
.
departmentCode
=
this
.
$route
.
query
.
departmentCode
;
this
.
searchForm
.
enterpriseN
ame
=
""
;
this
.
searchForm
.
n
ame
=
""
;
this
.
searchForm
.
phone
=
""
;
this
.
searchForm
.
phone
=
""
;
this
.
searchForm
.
state
=
""
;
this
.
searchForm
.
state
=
""
;
this
.
init
();
this
.
init
();
...
@@ -661,7 +661,7 @@ export default {
...
@@ -661,7 +661,7 @@ export default {
this
.
tableData
=
[];
this
.
tableData
=
[];
this
.
loading
=
true
;
this
.
loading
=
true
;
let
parmas
=
{
let
parmas
=
{
enterpriseName
:
this
.
searchForm
.
enterpriseN
ame
,
name
:
this
.
searchForm
.
n
ame
,
phone
:
this
.
searchForm
.
phone
,
phone
:
this
.
searchForm
.
phone
,
state
:
this
.
searchForm
.
state
,
state
:
this
.
searchForm
.
state
,
departmentCode
:
this
.
searchForm
.
departmentCode
,
departmentCode
:
this
.
searchForm
.
departmentCode
,
...
...
src/views/Purchase/index.vue
View file @
d5a03aef
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"search-wrapper"
>
<div
class=
"search-wrapper"
>
<el-form
:inline=
"true"
:model=
"searchForm"
class=
"search_form"
style=
"text-align: left"
>
<el-form
:inline=
"true"
:model=
"searchForm"
class=
"search_form"
style=
"text-align: left"
>
<el-form-item
label=
"企业名称"
>
<el-form-item
label=
"企业名称"
>
<el-input
v-model=
"searchForm.
enterpriseName"
placeholder=
"请输入姓名
"
@
keyup
.
enter
.
native=
"onSubmit"
></el-input>
<el-input
v-model=
"searchForm.
name"
placeholder=
"请输入名称
"
@
keyup
.
enter
.
native=
"onSubmit"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"手机号码"
>
<el-form-item
label=
"手机号码"
>
<el-input
v-model=
"searchForm.phone"
placeholder=
"请输入手机号码"
@
keyup
.
enter
.
native=
"onSubmit"
></el-input>
<el-input
v-model=
"searchForm.phone"
placeholder=
"请输入手机号码"
@
keyup
.
enter
.
native=
"onSubmit"
></el-input>
...
@@ -443,7 +443,7 @@ export default {
...
@@ -443,7 +443,7 @@ export default {
input
:
""
,
input
:
""
,
userName
:
""
,
userName
:
""
,
searchForm
:
{
searchForm
:
{
enterpriseN
ame
:
""
,
n
ame
:
""
,
phone
:
""
,
phone
:
""
,
state
:
""
,
state
:
""
,
guideId
:
null
,
guideId
:
null
,
...
@@ -633,7 +633,7 @@ export default {
...
@@ -633,7 +633,7 @@ export default {
this
.
searchForm
.
payTaxesArea
=
this
.
$route
.
query
.
payTaxesArea
this
.
searchForm
.
payTaxesArea
=
this
.
$route
.
query
.
payTaxesArea
?
this
.
$route
.
query
.
payTaxesArea
?
this
.
$route
.
query
.
payTaxesArea
:
null
;
:
null
;
this
.
searchForm
.
enterpriseN
ame
=
""
;
this
.
searchForm
.
n
ame
=
""
;
this
.
searchForm
.
phone
=
""
;
this
.
searchForm
.
phone
=
""
;
this
.
searchForm
.
state
=
""
;
this
.
searchForm
.
state
=
""
;
this
.
init
();
this
.
init
();
...
@@ -681,7 +681,7 @@ export default {
...
@@ -681,7 +681,7 @@ export default {
this
.
tableData
=
[];
this
.
tableData
=
[];
this
.
loading
=
true
;
this
.
loading
=
true
;
let
parmas
=
{
let
parmas
=
{
enterpriseName
:
this
.
searchForm
.
enterpriseN
ame
,
name
:
this
.
searchForm
.
n
ame
,
phone
:
this
.
searchForm
.
phone
,
phone
:
this
.
searchForm
.
phone
,
state
:
this
.
searchForm
.
state
,
state
:
this
.
searchForm
.
state
,
guideId
:
this
.
searchForm
.
guideId
,
guideId
:
this
.
searchForm
.
guideId
,
...
...
src/views/Purchase/windows.vue
View file @
d5a03aef
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"search-wrapper"
>
<div
class=
"search-wrapper"
>
<el-form
:inline=
"true"
:model=
"searchForm"
class=
"search_form"
style=
"text-align: left"
>
<el-form
:inline=
"true"
:model=
"searchForm"
class=
"search_form"
style=
"text-align: left"
>
<el-form-item
label=
"企业名称"
>
<el-form-item
label=
"企业名称"
>
<el-input
v-model=
"searchForm.
enterpriseName"
placeholder=
"请输入姓名
"
@
keyup
.
enter
.
native=
"onSubmit"
></el-input>
<el-input
v-model=
"searchForm.
name"
placeholder=
"请输入名称
"
@
keyup
.
enter
.
native=
"onSubmit"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"手机号码"
>
<el-form-item
label=
"手机号码"
>
<el-input
v-model=
"searchForm.phone"
placeholder=
"请输入手机号码"
@
keyup
.
enter
.
native=
"onSubmit"
></el-input>
<el-input
v-model=
"searchForm.phone"
placeholder=
"请输入手机号码"
@
keyup
.
enter
.
native=
"onSubmit"
></el-input>
...
@@ -433,7 +433,7 @@ export default {
...
@@ -433,7 +433,7 @@ export default {
fileUrl1
:
[],
fileUrl1
:
[],
userName
:
""
,
userName
:
""
,
searchForm
:
{
searchForm
:
{
enterpriseN
ame
:
""
,
n
ame
:
""
,
phone
:
""
,
phone
:
""
,
state
:
""
,
state
:
""
,
departmentCode
:
""
,
departmentCode
:
""
,
...
@@ -694,7 +694,7 @@ export default {
...
@@ -694,7 +694,7 @@ export default {
init
()
{
init
()
{
this
.
loading
=
true
;
this
.
loading
=
true
;
let
parmas
=
{
let
parmas
=
{
enterpriseName
:
this
.
searchForm
.
enterpriseN
ame
,
name
:
this
.
searchForm
.
n
ame
,
phone
:
this
.
searchForm
.
phone
,
phone
:
this
.
searchForm
.
phone
,
state
:
this
.
searchForm
.
state
,
state
:
this
.
searchForm
.
state
,
departmentCode
:
this
.
searchForm
.
departmentCode
,
departmentCode
:
this
.
searchForm
.
departmentCode
,
...
...
vue.config.js
View file @
d5a03aef
const
env
=
process
.
env
.
NODE_ENV
===
"production"
;
const
env
=
process
.
env
.
NODE_ENV
===
"production"
;
const
publicPath
=
env
?
"/manage-h5/"
:
"/"
;
//正式
//
const publicPath = env ? "/manage-h5/" : "/"; //正式
//
const publicPath = env ? "/smartExam-h5/" : "/"; //测试
const
publicPath
=
env
?
"/smartExam-h5/"
:
"/"
;
//测试
module
.
exports
=
{
module
.
exports
=
{
publicPath
,
publicPath
,
...
...
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