Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zj-app(废弃)
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-app(废弃)
Commits
5ff95dd6
Commit
5ff95dd6
authored
Oct 31, 2022
by
@zhang-bin-1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx
parent
4415d467
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
291 additions
and
188 deletions
+291
-188
App.vue
src/App.vue
+2
-2
policy.js
src/api/policy.js
+44
-44
request.js
src/utils/request.js
+1
-1
declare.vue
src/views/deedtax/declare.vue
+3
-8
handling.vue
src/views/deedtax/handling.vue
+2
-5
index.vue
src/views/deedtax/index.vue
+5
-3
careAED.vue
src/views/policy/care/careAED.vue
+5
-5
detail.vue
src/views/policy/detail.vue
+22
-44
housepurchase.vue
src/views/policy/housepurchase.vue
+167
-28
index.vue
src/views/policy/index.vue
+1
-0
list.vue
src/views/policy/list.vue
+10
-10
myreport.vue
src/views/policy/myreport.vue
+4
-4
myreportTwo.vue
src/views/policy/myreportTwo.vue
+23
-32
online.vue
src/views/policy/online.vue
+1
-1
reportform.vue
src/views/talents/reportform.vue
+1
-1
No files found.
src/App.vue
View file @
5ff95dd6
...
...
@@ -32,8 +32,8 @@ export default {
userId
:
37393
,
name
:
"124晚6565"
,
realName
:
"梁中全"
,
// idCardNo: "32092219930813831X
",
idCardNo
:
"321111198502254219"
,
idCardNo
:
"342601199503121817
"
,
//
idCardNo: "321111198502254219",
// idCardNo: "321183199610151344",
// idCardNo: "DDfCYHcrBMRhvRt4AQKt+WfGq6l2uT5G",
// mobileNo: 13776475181,
...
...
src/api/policy.js
View file @
5ff95dd6
...
...
@@ -6,8 +6,8 @@ import { request2, config2 } from '@/utils/axios'
* @param {Object} data
*/
export
function
departmentList
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent/departmentList`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/
talent/departmentList`
,
method
:
'POST'
,
data
:
data
})
...
...
@@ -31,8 +31,8 @@ export function mattersList(data) {
* @returns
*/
export
function
mattersGuideList
(
data
){
return
request
({
url
:
`
${
config
.
baseUrl
}
talent/mattersGuideList`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/
talent/mattersGuideList`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -66,8 +66,8 @@ export function mattersGuideGet(data) {
* 查询报名条件
*/
export
function
mattersByUserId
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersByUserId`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/healthy
/mattersByUserId`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -77,8 +77,8 @@ export function mattersByUserId(data) {
* 健康管理指南申报
*/
export
function
mattersHealthyAdd
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersHealthyAdd`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/healthy
/mattersHealthyAdd`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -88,8 +88,8 @@ export function mattersHealthyAdd(data) {
* 健康管理指南申报修改
*/
export
function
mattersHealthyUpdate
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersHealthyUpdate`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/healthy
/mattersHealthyUpdate`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -99,8 +99,8 @@ export function mattersHealthyUpdate(data) {
* 健康体检申报
*/
export
function
mattersInspectAdd
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersInspectAdd`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/healthy
/mattersInspectAdd`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -110,8 +110,8 @@ export function mattersInspectAdd(data) {
* 健康体检修改
*/
export
function
mattersInspectUpdate
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersInspectUpdate`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/healthy
/mattersInspectUpdate`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -122,8 +122,8 @@ export function mattersInspectAdd(data) {
* 绿色就医通道申报
*/
export
function
mattersGreenAdd
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersGreenAdd`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/healthy
/mattersGreenAdd`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -133,8 +133,8 @@ export function mattersInspectAdd(data) {
* 绿色就医通道修改
*/
export
function
mattersGreenUpdate
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersGreenUpdate`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/healthy
/mattersGreenUpdate`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -144,8 +144,8 @@ export function mattersInspectAdd(data) {
* 我的申报列表
*/
export
function
mattersByUserIdList
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersByUserIdList`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/healthy
/mattersByUserIdList`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -155,8 +155,8 @@ export function mattersByUserIdList(data) {
* 申报详情
*/
export
function
mattersGet
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersGet`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/healthy
/mattersGet`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -166,8 +166,8 @@ export function mattersGet(data) {
* 修改申报单状态
*/
export
function
mattersUpdateState
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersUpdateState`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/healthy
/mattersUpdateState`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -177,8 +177,8 @@ export function mattersGet(data) {
* 预约医院列表
*/
export
function
mattersHospitalList
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersHospitalList`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/healthy
/mattersHospitalList`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -190,8 +190,8 @@ export function mattersGet(data) {
* @returns
*/
export
function
mattersParentAdd
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersParentAdd`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/healthy
/mattersParentAdd`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -203,8 +203,8 @@ export function mattersParentAdd(data) {
* @returns
*/
export
function
mattersParentUpdate
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersParentUpdate`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/healthy
/mattersParentUpdate`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -216,8 +216,8 @@ export function mattersParentAdd(data) {
* @returns
*/
export
function
mattersHousingAdd
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersHousingAdd`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/housing
/mattersHousingAdd`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -227,8 +227,8 @@ export function mattersParentAdd(data) {
* 住房契税补贴我的申报列表
*/
export
function
mattersHousingList
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersHousingList`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/housing
/mattersHousingList`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -239,8 +239,8 @@ export function mattersParentAdd(data) {
* 住房契税补贴申报详情
*/
export
function
mattersHousingGet
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersHousingGet`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/housing
/mattersHousingGet`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -250,8 +250,8 @@ export function mattersParentAdd(data) {
* 住房契税补贴申报更新
*/
export
function
mattersHousingUpdate
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersHousingUpdate`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/housing
/mattersHousingUpdate`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -261,8 +261,8 @@ export function mattersParentAdd(data) {
* 住房契税补贴申报状态修改
*/
export
function
mattersHousingUpdateState
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersHousingUpdateState`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/housing
/mattersHousingUpdateState`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -277,8 +277,8 @@ export function mattersArea(data) {
}
// 判断是否满足惠老关怀追加
export
function
isParentState
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersSuperAdditionParentState`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/healthy
/mattersSuperAdditionParentState`
,
method
:
'post'
,
data
:
data
})
...
...
@@ -286,8 +286,8 @@ export function isParentState(data) {
// 父母惠老关怀追加
export
function
mattersSuperAdditionParent
(
data
)
{
return
request
({
url
:
`
${
config
.
baseUrl
}
talent
/mattersSuperAdditionParent`
,
return
request
2
({
url
:
`
${
config
2
.
baseUrl
}
app-api/healthy
/mattersSuperAdditionParent`
,
method
:
'post'
,
data
:
data
})
...
...
src/utils/request.js
View file @
5ff95dd6
...
...
@@ -8,7 +8,7 @@ const env = process.env.NODE_ENV === "development" ? "dev" : "prod";
const
baseUrl
=
{
// dev: "http://192.168.3.144:9090/",
dev
:
"http://81.69.231.72:
1001
0/"
,
dev
:
"http://81.69.231.72:
909
0/"
,
// dev: "https://www.smart-zj.cn:55901/cert/",
// prod: 'http://81.69.231.72:9090/',
...
...
src/views/deedtax/declare.vue
View file @
5ff95dd6
...
...
@@ -208,13 +208,6 @@
class=
"add-o"
color=
"#29A400"
/>
<!--
<div
style=
"display: flex"
>
<div>
NO.
</div>
<van-field
v-model=
"form.secondDeedBillCode"
placeholder=
"输入契税发票号码"
input-align=
"center"
:disabled=
"view"
type=
"digit"
:rules=
"[
{ required: true, message: '' }]" class="megic megic3">
</van-field>
</div>
-->
</div>
</
template
>
</van-field>
...
...
@@ -705,10 +698,12 @@ export default {
});
uploadFile
(
param
)
.
then
((
res
)
=>
{
// alert(JSON.stringify(res.data))
this
.
$toast
.
clear
();
file
.
status
=
"done"
;
file
.
message
=
"上传成功"
;
file
.
url
=
res
;
file
.
url
=
res
.
data
;
})
.
catch
((
err
)
=>
{
console
.
log
(
err
);
...
...
src/views/deedtax/handling.vue
View file @
5ff95dd6
...
...
@@ -540,7 +540,6 @@ import {
idCardVerification
}
from
"@/api/deedtax.js"
;
// import { decryptByDES, encryptByDES } from "@/utils/utils";
import
{
decryptByDES
}
from
"@/utils/utils"
;
Vue
.
use
(
Button
)
.
use
(
Tab
)
...
...
@@ -753,10 +752,8 @@ export default {
jump
()
{
idCardVerification
({
idCard
:
this
.
userInfo
.
idCardNo
}).
then
((
res
)
=>
{
if
(
res
.
data
)
{
let
newCard
=
decryptByDES
(
this
.
userInfo
.
idCardNo
,
"MnuYbhGv"
);
console
.
log
(
newCard
);
let
params
=
{
idCard
:
newCard
,
idCard
:
this
.
userInfo
.
idCardNo
,
};
queryUserApplyForRecord
(
params
).
then
((
res
)
=>
{
console
.
log
(
res
);
...
...
@@ -781,7 +778,7 @@ export default {
}).
then
(()
=>
{
queryApplyingDeedTaxInfo
({
code
:
""
,
idCard
:
decryptByDES
(
this
.
userInfo
.
idCardNo
,
"MnuYbhGv"
)
,
idCard
:
this
.
userInfo
.
idCardNo
,
name
:
""
,
pageNum
:
1
,
pageSize
:
10
,
...
...
src/views/deedtax/index.vue
View file @
5ff95dd6
...
...
@@ -144,7 +144,6 @@ import {
queryApplyingDeedTaxInfo
,
idCardVerification
}
from
"@/api/deedtax.js"
;
import
{
decryptByDES
,
encryptByDES
}
from
"@/utils/utils"
;
Vue
.
use
(
Step
)
.
use
(
Steps
)
.
use
(
Tab
)
...
...
@@ -174,9 +173,10 @@ export default {
idCardVerification
({
idCard
:
this
.
userInfo
.
idCardNo
}).
then
((
res
)
=>
{
if
(
res
.
data
)
{
let
params
=
{
idCard
:
encryptByDES
(
this
.
userInfo
.
idCardNo
,
"MnuYbhGv"
)
,
idCard
:
this
.
userInfo
.
idCardNo
,
};
queryUserApplyForRecord
(
params
).
then
((
res
)
=>
{
// alert(JSON.stringify(res))
if
(
res
.
code
==
200
)
{
if
(
res
.
data
.
state
==
0
)
{
this
.
$router
.
push
({
name
:
"DeedtaxDeclare"
});
...
...
@@ -194,7 +194,7 @@ export default {
}).
then
(()
=>
{
queryApplyingDeedTaxInfo
({
code
:
""
,
idCard
:
decryptByDES
(
this
.
userInfo
.
idCardNo
,
"MnuYbhGv"
)
,
idCard
:
this
.
userInfo
.
idCardNo
,
name
:
""
,
pageNum
:
1
,
pageSize
:
10
,
...
...
@@ -230,6 +230,8 @@ export default {
message
:
"经系统查询,您已享受过相关政策补贴 ,不能再次申报契税补贴政策。如有异议请联系市财政窗口,地址:镇江市政务服务中心(冠城路8号工人大厦)二楼市财政局窗口,联系电话:0511-89881850"
,
})
}
}).
catch
((
res
)
=>
{
alert
(
JSON
.
stringify
(
res
))
})
},
change
(
val
)
{
...
...
src/views/policy/care/careAED.vue
View file @
5ff95dd6
...
...
@@ -754,12 +754,12 @@ export default {
code
:
this
.
$route
.
query
.
code
,
matterType
:
4
,
}).
then
((
res
)
=>
{
res
.
registration
=
[{
url
:
res
.
registration
}];
res
.
parentList
.
map
((
item
)
=>
{
res
.
data
.
registration
=
[{
url
:
res
.
data
.
registration
}];
res
.
data
.
parentList
.
map
((
item
)
=>
{
if
(
this
.
type
==
"continue"
)
{
item
.
isShow
=
false
;
}
else
{
if
(
res
.
code
==
item
.
basicCode
)
{
if
(
res
.
data
.
code
==
item
.
basicCode
)
{
item
.
isShow
=
true
;
}
else
{
item
.
isShow
=
false
;
...
...
@@ -776,8 +776,8 @@ export default {
item
.
pickerParentType
=
false
;
item
.
pickerParentDiscount
=
false
;
});
res
.
jurisdiction
=
res
.
areaName
+
"/"
+
res
.
streetName
;
this
.
form
=
res
;
res
.
data
.
jurisdiction
=
res
.
data
.
areaName
+
"/"
+
res
.
data
.
streetName
;
this
.
form
=
res
.
data
;
console
.
log
(
this
.
form
);
if
(
this
.
type
==
"continue"
)
{
this
.
form
.
registration
=
[];
...
...
src/views/policy/detail.vue
View file @
5ff95dd6
<
template
>
<div
class=
"wrapper"
>
<NavHeader
color=
"#0687D2"
title=
"人才事项详情"
@
back=
"$router.go(-1)"
/>
<!--
<div
:class=
"[detail.handlingMethod === '1' ? 'contentBu' : 'content']"
v-html=
"detail.notice"
>
{{
detail
.
notice
}}
</div>
-->
<img
:src=
"imgUrl"
style=
"width: 100%"
/>
<div
class=
"title"
>
...
...
@@ -33,7 +28,7 @@ import {
mattersGuideGet
}
from
"@/api/policy"
;
import
{
queryUserApplyForRecord
,
queryApplyingDeedTaxInfo
,
idCardVerification
}
from
'@/api/deedtax'
import
{
decryptByDES
}
from
"@/utils/utils"
;
//
import { decryptByDES } from "@/utils/utils";
import
imgUrl
from
"@/assets/policy/banner.png"
;
Vue
.
use
(
Button
).
use
(
Dialog
);
...
...
@@ -68,9 +63,13 @@ export default {
message
:
"加载中..."
});
mattersGuideGet
({
appId
:
1234
,
id
:
this
.
id
}).
then
(
res
=>
{
console
.
log
(
"详情的res---"
,
res
);
this
.
$toast
.
clear
();
this
.
detail
=
res
;
if
(
res
.
code
==
200
)
{
console
.
log
(
"详情的res---"
,
res
);
this
.
$toast
.
clear
();
this
.
detail
=
res
.
data
;
}
});
},
report
()
{
...
...
@@ -86,11 +85,11 @@ export default {
mattersByUserId
({
appId
:
1234
,
guideId
:
this
.
detail
.
id
,
userId
:
this
.
userInfo
.
userId
//
userId: this.userInfo.userId
}).
then
(
res
=>
{
console
.
log
(
"人才吗的code----"
,
res
);
sessionStorage
.
setItem
(
"talentCode"
,
res
.
talentCode
);
this
.
talentCode
=
res
.
talentCode
sessionStorage
.
setItem
(
"talentCode"
,
res
.
data
.
talentCode
);
this
.
talentCode
=
res
.
data
.
talentCode
this
.
$toast
.
clear
();
// console.log(res)
if
(
this
.
detail
.
matterType
===
7
)
{
...
...
@@ -100,13 +99,13 @@ export default {
query
:
{
departmentCode
:
this
.
detail
.
departmentCode
,
guideId
:
this
.
detail
.
id
,
talentCode
:
res
.
talentCode
,
talentCode
:
res
.
data
.
talentCode
,
matterType
:
this
.
detail
.
matterType
,
type
:
"add"
}
});
}
else
{
if
(
!
res
.
mark
)
{
if
(
!
res
.
data
.
mark
)
{
this
.
$dialog
.
confirm
({
message
:
"您现在还不具备申报该政策的资格,请先申请人才码!"
,
...
...
@@ -118,7 +117,7 @@ export default {
}
else
{
// 已申请人才码
// 已申请该事项类型
if
(
!
res
.
recordMark
)
{
if
(
!
res
.
data
.
recordMark
)
{
if
(
this
.
detail
.
matterType
===
5
||
this
.
detail
.
matterType
===
6
)
{
this
.
$router
.
push
({
name
:
"PolicyReportTwo"
});
}
...
...
@@ -128,7 +127,7 @@ export default {
query
:
{
departmentCode
:
this
.
detail
.
departmentCode
,
guideId
:
this
.
detail
.
id
,
talentCode
:
res
.
talentCode
,
talentCode
:
res
.
data
.
talentCode
,
type
:
"add"
}
});
...
...
@@ -144,7 +143,7 @@ export default {
query
:
{
departmentCode
:
this
.
detail
.
departmentCode
,
guideId
:
this
.
detail
.
id
,
talentCode
:
res
.
talentCode
,
talentCode
:
res
.
data
.
talentCode
,
type
:
"add"
}
});
...
...
@@ -155,7 +154,7 @@ export default {
query
:
{
departmentCode
:
this
.
detail
.
departmentCode
,
guideId
:
this
.
detail
.
id
,
talentCode
:
res
.
talentCode
,
talentCode
:
res
.
data
.
talentCode
,
type
:
"add"
}
});
...
...
@@ -166,7 +165,7 @@ export default {
query
:
{
departmentCode
:
this
.
detail
.
departmentCode
,
guideId
:
this
.
detail
.
id
,
talentCode
:
res
.
talentCode
,
talentCode
:
res
.
data
.
talentCode
,
type
:
"add"
}
});
...
...
@@ -177,7 +176,7 @@ export default {
query
:
{
departmentCode
:
this
.
detail
.
departmentCode
,
guideId
:
this
.
detail
.
id
,
talentCode
:
res
.
talentCode
,
talentCode
:
res
.
data
.
talentCode
,
type
:
"add"
}
});
...
...
@@ -190,12 +189,10 @@ export default {
let
params
=
{
// userId: this.userInfo.userId,
// idCard: this.userInfo.idCardNo
idCard
:
decryptByDES
(
this
.
userInfo
.
idCardNo
,
"MnuYbhGv"
)
idCard
:
this
.
userInfo
.
idCardNo
}
// alert(JSON.stringify(params))
queryUserApplyForRecord
(
params
).
then
((
res
)
=>
{
console
.
log
(
res
)
// alert(JSON.stringify(res))
if
(
res
.
code
==
200
)
{
if
(
res
.
data
.
state
==
0
)
{
// 人才“镇兴”行动购住房契税补贴(住宅)||人才“镇兴”行动购住房契税补贴(商办)
...
...
@@ -216,7 +213,7 @@ export default {
}).
then
(()
=>
{
queryApplyingDeedTaxInfo
({
code
:
""
,
idCard
:
decryptByDES
(
this
.
userInfo
.
idCardNo
,
"MnuYbhGv"
)
,
idCard
:
this
.
userInfo
.
idCardNo
,
name
:
""
,
pageNum
:
1
,
pageSize
:
10
,
...
...
@@ -249,7 +246,6 @@ export default {
}
}
}
});
}
},
...
...
@@ -291,24 +287,6 @@ export default {
padding-bottom
:
500px
;
}
.contentBu
{
height
:
calc
(
100vh
-
193px
);
padding
:
10px
;
overflow
:
auto
;
}
.content
{
height
:
calc
(
100vh
-
108px
);
padding
:
10px
;
overflow
:
auto
;
}
.buttonWrapper
{
display
:
flex
;
align-items
:
center
;
margin-bottom
:
100px
;
}
.bottom-fixed
{
position
:
fixed
;
left
:
0
;
...
...
src/views/policy/housepurchase.vue
View file @
5ff95dd6
This diff is collapsed.
Click to expand it.
src/views/policy/index.vue
View file @
5ff95dd6
...
...
@@ -59,6 +59,7 @@ export default {
}
sessionStorage
.
setItem
(
"ZJCD-UserInfo"
,
res
);
this
.
userInfo
=
userInfo
;
sessionStorage
.
setItem
(
'token'
,
this
.
userInfo
.
token
)
},
jumpOne
()
{
this
.
$router
.
push
({
name
:
"PolicyList"
});
...
...
src/views/policy/list.vue
View file @
5ff95dd6
...
...
@@ -79,10 +79,10 @@ export default {
departmentList
({
appId
:
"1234"
}).
then
(
res
=>
{
console
.
log
(
"列表的res---"
,
res
);
this
.
option1
=
this
.
option1
.
concat
(
res
.
map
(
item
=>
{
res
.
data
.
map
(
item
=>
{
return
{
text
:
item
.
departmentN
ame
,
value
:
item
.
departmentC
ode
text
:
item
.
n
ame
,
value
:
item
.
c
ode
};
})
);
...
...
@@ -103,20 +103,20 @@ export default {
appId
:
1234
,
departmentCode
:
this
.
departmentCode
,
handlingMethod
:
this
.
handlingMethod
,
pageN
um
:
1
,
pageN
o
:
1
,
pageSize
:
10
}).
then
(
res
=>
{
this
.
$toast
.
clear
();
this
.
refresh
=
false
;
this
.
pageNum
=
1
;
const
records
=
res
.
list
;
const
records
=
res
.
data
.
list
;
if
(
records
.
length
<=
0
)
{
this
.
list
=
[];
this
.
finished
=
this
.
nodata
=
true
;
}
else
{
this
.
list
=
records
;
this
.
nodata
=
false
;
this
.
finished
=
!
res
.
hasNextPage
;
this
.
finished
=
!
res
.
data
.
hasNextPage
;
}
});
},
...
...
@@ -130,18 +130,18 @@ export default {
appId
:
1234
,
departmentCode
:
this
.
departmentCode
,
handlingMethod
:
this
.
handlingMethod
,
pageN
um
:
this
.
pageNum
+
1
,
pageN
o
:
this
.
pageNum
+
1
,
pageSize
:
10
}).
then
(
res
=>
{
this
.
$toast
.
clear
();
this
.
loading
=
false
;
this
.
pageNum
=
this
.
pageNum
+
1
;
const
records
=
res
.
list
;
const
records
=
res
.
data
.
list
;
if
(
records
.
length
<=
0
)
{
this
.
finished
=
true
;
this
.
finished
=
t
his
.
nodata
=
t
rue
;
}
else
{
this
.
list
=
this
.
list
.
concat
(
records
);
this
.
finished
=
!
res
.
hasNextPage
;
this
.
finished
=
this
.
nodata
=
!
res
.
data
.
hasNextPage
;
}
});
},
...
...
src/views/policy/myreport.vue
View file @
5ff95dd6
...
...
@@ -132,7 +132,7 @@ export default {
appId
:
1234
,
guideName
:
this
.
guideName
,
state
:
this
.
list
[
index
].
state
,
pageN
um
:
pageN
o
:
type
===
"refresh"
?
1
:
parseInt
(
this
.
list
[
index
].
pageNum
)
+
1
,
pageSize
:
20
,
userId
:
encryptByDES
(
this
.
userInfo
.
userId
,
"MnuYbhGv"
)
...
...
@@ -146,8 +146,8 @@ export default {
this
.
$toast
.
clear
();
this
.
refreshing
=
false
;
this
.
loading
=
false
;
const
current
=
res
.
pageNum
;
const
records
=
res
.
list
.
map
((
item
)
=>
{
const
current
=
res
.
data
.
pageNum
;
const
records
=
res
.
data
.
list
.
map
((
item
)
=>
{
let
Obj
=
policyEnume
(
item
.
state
);
item
.
stateName
=
Obj
.
text
;
item
.
color
=
Obj
.
color
;
...
...
@@ -160,7 +160,7 @@ export default {
item
.
pageNum
=
1
;
}
else
{
item
.
pageNum
=
current
;
item
.
finished
=
!
res
.
hasNextPage
;
item
.
finished
=
!
res
.
data
.
hasNextPage
;
if
(
type
===
"refresh"
)
item
.
content
=
records
;
else
item
.
content
=
item
.
content
.
concat
(
records
);
}
...
...
src/views/policy/myreportTwo.vue
View file @
5ff95dd6
...
...
@@ -76,7 +76,7 @@ import { Tab, Tabs, PullRefresh, List, Search, Button,Dialog } from "vant";
import
{
mattersHousingList
,
mattersHousingUpdateState
}
from
"@/api/policy"
;
import
{
policyEnume
}
from
"@/utils/utils"
;
import
{
queryUserApplyForRecord
,
queryApplyingDeedTaxInfo
,
idCardVerification
}
from
'@/api/deedtax'
import
{
decryptByDES
,
encryptByDES
}
from
"@/utils/utils"
;
//
import { decryptByDES,encryptByDES } from "@/utils/utils";
Vue
.
use
(
Tab
)
.
use
(
Tabs
)
...
...
@@ -103,9 +103,9 @@ export default {
init
(
type
)
{
let
params
=
{
appId
:
1234
,
pageN
um
:
type
===
"refresh"
?
1
:
parseInt
(
this
.
pageNum
)
+
1
,
pageN
o
:
type
===
"refresh"
?
1
:
parseInt
(
this
.
pageNum
)
+
1
,
pageSize
:
20
,
userId
:
encryptByDES
(
this
.
userInfo
.
userId
,
"MnuYbhGv"
)
// userId: this.userInfo.userId
};
this
.
$toast
.
loading
({
duration
:
0
,
// 持续展示 toast
...
...
@@ -117,8 +117,8 @@ export default {
this
.
$toast
.
clear
();
this
.
refreshing
=
false
;
this
.
loading
=
false
;
const
current
=
res
.
pageNum
;
const
records
=
res
.
list
.
map
(
item
=>
{
const
current
=
res
.
data
.
pageNum
;
const
records
=
res
.
data
.
list
.
map
(
item
=>
{
// this.code = item.code;
let
Obj
=
policyEnume
(
item
.
state
);
item
.
stateName
=
Obj
.
text
;
...
...
@@ -131,11 +131,11 @@ export default {
this
.
pageNum
=
1
;
}
else
{
this
.
pageNum
=
current
;
this
.
finished
=
!
res
.
hasNextPage
;
this
.
finished
=
!
res
.
data
.
hasNextPage
;
if
(
type
===
"refresh"
)
this
.
list
=
records
;
else
this
.
list
=
this
.
list
.
concat
(
records
);
}
})
;
})
},
onRefresh
()
{
this
.
init
(
"refresh"
);
...
...
@@ -196,12 +196,10 @@ export default {
let
params
=
{
// userId: this.userInfo.userId,
// idCard: this.userInfo.idCardNo
idCard
:
decryptByDES
(
this
.
userInfo
.
idCardNo
,
"MnuYbhGv"
)
idCard
:
this
.
userInfo
.
idCardNo
}
// alert(JSON.stringify(params))
queryUserApplyForRecord
(
params
).
then
((
res
)
=>
{
console
.
log
(
res
)
// alert(JSON.stringify(res))
if
(
res
.
code
==
200
)
{
if
(
res
.
data
.
state
==
0
)
{
// 人才“镇兴”行动购住房契税补贴(住宅)||人才“镇兴”行动购住房契税补贴(商办)
...
...
@@ -213,16 +211,6 @@ export default {
type
:
"edit"
}
});
// this.$router.push({
// name: "HousePurchase",
// query: {
// departmentCode: this.detail.departmentCode,
// guideId: this.detail.id,
// talentCode: this.talentCode,
// matterType: this.detail.matterType,
// type: "add"
// }
// });
}
else
if
(
res
.
data
.
state
==
1
)
{
Dialog
.
confirm
({
confirmButtonText
:
'查看'
,
...
...
@@ -230,7 +218,7 @@ export default {
}).
then
(()
=>
{
queryApplyingDeedTaxInfo
({
code
:
""
,
idCard
:
decryptByDES
(
this
.
userInfo
.
idCardNo
,
"MnuYbhGv"
)
,
idCard
:
this
.
userInfo
.
idCardNo
,
name
:
""
,
pageNum
:
1
,
pageSize
:
10
,
...
...
@@ -244,18 +232,19 @@ export default {
}
else
if
(
res
.
data
.
state
==
11
)
{
console
.
log
(
111
)
Dialog
.
confirm
({
confirmButtonText
:
'查看'
,
// confirmButtonText: '查看',
showConfirmButton
:
false
,
message
:
res
.
data
.
msg
||
'您的申请已提交'
,
}).
then
(()
=>
{
// this.$router.push({ name: 'PolicyReportTwo', query: { code: res.data.code } })
this
.
$router
.
push
({
name
:
"HousePurchase"
,
query
:
{
code
:
record
.
code
,
matterType
:
record
.
housingType
===
2
?
5
:
6
,
type
:
"edit
"
}
});
//
}).then(() => {
//
// this.$router.push({ name: 'PolicyReportTwo', query: { code: res.data.code } })
//
this.$router.push({
//
name: "HousePurchase",
//
query: {
//
code: record.code,
//
matterType: record.housingType === 2 ? 5 : 6,
// type: "view
"
//
}
//
});
})
}
}
...
...
@@ -267,6 +256,8 @@ export default {
message
:
"经系统查询,您已享受过相关政策补贴 ,不能再次申报契税补贴政策。如有异议请联系市财政窗口,地址:镇江市政务服务中心(冠城路8号工人大厦)二楼市财政局窗口,联系电话:0511-89881850"
,
})
}
}).
catch
((
err
)
=>
{
console
.
log
(
err
)
})
},
handleChange
(
index
)
{
...
...
src/views/policy/online.vue
View file @
5ff95dd6
...
...
@@ -46,7 +46,7 @@ export default {
}).
then
((
res
)
=>
{
console
.
log
(
res
);
this
.
$toast
.
clear
();
this
.
list
=
res
.
list
;
this
.
list
=
res
.
data
.
list
;
if
(
this
.
list
&&
this
.
list
.
length
<=
0
)
{
this
.
nodata
=
true
;
}
else
{
...
...
src/views/talents/reportform.vue
View file @
5ff95dd6
...
...
@@ -527,7 +527,7 @@
@
click=
"
download(
'https://www.smart-zj.cn:55901/image/事业工资变动审批表',
'https://www.smart-zj.cn:55901/image/
事业工资变动审批表
.doc',
'https://www.smart-zj.cn:55901/image/
gongzibiandongshenpibiaoIos
.doc',
'工资变动审批表模板'
)
"
...
...
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