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
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
117 additions
and
274 deletions
+117
-274
.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
+21
-46
index.vue
src/views/Multipledeedtax/index.vue
+79
-211
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
=
{
//
dev: "http://192.168.3.143:8881", // 姚镇接口
dev
:
"http://192.168.3.143:8881"
,
// 姚镇接口
// dev: "http://192.168.100.16: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
const
map
=
{
...
...
src/utils/request.js
View file @
d5a03aef
...
...
@@ -7,10 +7,10 @@ const config = {
// proxy: "https://exam.smart-zj.cn:9100/exam/", // 新线上地址
// proxy: "http://81.69.231.72:8881", // 测试地址
// 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
:
"https://exam.smart-zj.cn:9100/smartExam"
,
// 新正式接口zs
//
proxy: "https://exam.smart-zj.cn:9100/smartExam", // 新正式接口zs
// proxy: "http://81.69.231.72:9089/", // 测试地址
// proxy1: "http://81.69.231.72:8881/admin-api", // 测试地址
// proxy1: "https://exam.smart-zj.cn:9100/smartExam/admin-api", // 新正式接口
...
...
src/views/Multipledeedtax/house.vue
View file @
d5a03aef
...
...
@@ -22,14 +22,9 @@
<br
/>
<el-form-item
label=
"状态"
style=
"margin-top: 10px"
>
<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>
</
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-form-item>
...
...
@@ -47,49 +42,33 @@
}}
</
template
>
</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"
v-else
>
<el-table-column
label=
"状态"
width=
"180"
align=
"center"
>
<
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
>
</el-table-column>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"520"
align=
"center"
>
<
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=
"record(scope.row)"
>
记录
</el-button>
<!-- 收件窗口 -->
<!--除句容 丹阳外 state==3才可审批 -->
<template
v-if=
"searchForm.departmentCode == '10000027'"
>
<template
v-if=
"scope.row.checkArea !== '丹阳市' && scope.row.checkArea !== '句容市' && scope.row.state == 3"
>
<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
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
v-if=
"
scope.row.state == 1 && searchForm.departmentCode == '10000027'
"
type=
"success"
size=
"mini"
round
@
click=
"pass(scope.row, 'default')"
>
通过
</el-button>
</
template
>
</template>
<!-- 丹阳 -->
<el-button
v-if=
"
scope.row.state == 2 &&
searchForm.departmentCode == '10000031' &&
realEstateArea == '丹阳市'
"
type=
"success"
size=
"mini"
round
@
click=
"pass(scope.row, 'danYang')"
>
通过
</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=
"
scope.row.state == 2 &&
...
...
@@ -97,19 +76,10 @@
realEstateArea == '丹阳市'
"
type=
"danger"
size=
"mini"
round
@
click=
"deny(scope.row)"
>
拒绝
</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=
"
scope.row.flag == true &&
searchForm.departmentCode == '10000027'
...
...
@@ -238,6 +208,7 @@
</el-image>
</p>
</div>
<div
class=
"cell"
>
<p
class=
"label"
>
所属银行
</p>
<p
class=
"value"
>
{{ viewDetail.bank }}
</p>
...
...
@@ -285,6 +256,10 @@
<p
class=
"label"
>
不动产坐落辖市区
</p>
<p
class=
"value"
>
{{ viewDetail.checkArea }}
</p>
</div>
<div
class=
"cell"
v-if=
"viewDetail.handlingType"
>
<p
class=
"label"
>
办理类型
</p>
<p
class=
"value"
>
{{ viewDetail.handlingType == 1 ? '网上办理' : '线下办理' }}
</p>
</div>
<div
class=
"cell"
>
<p
class=
"label"
>
网签时间
</p>
<p
class=
"value"
>
{{ viewDetail.netSignTime }}
</p>
...
...
src/views/Multipledeedtax/index.vue
View file @
d5a03aef
<
template
>
<div
class=
"deedtax"
>
<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-input
v-model=
"searchForm.name"
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
label=
"手机号码"
>
<el-input
v-model=
"searchForm.phone"
placeholder=
"请输入手机号码"
@
keyup
.
enter
.
native=
"onSubmit"
>
<el-input
v-model=
"searchForm.phone"
placeholder=
"请输入手机号码"
@
keyup
.
enter
.
native=
"onSubmit"
>
</el-input>
</el-form-item>
<el-form-item
label=
"不动产坐落辖市区"
v-if=
"
<el-form-item
label=
"不动产坐落辖市区"
v-if=
"
this.realEstateArea == '市区' ||
(this.searchForm.departmentCode == '10000032' &&
this.realEstateArea != '句容市')
"
>
<el-select
v-model=
"searchForm.checkArealEstateArea"
placeholder=
"请选择不动产坐落辖市区"
@
change=
"onSubmit"
size=
"medium"
>
<el-option
v-for=
"item in areaList"
:key=
"item.id"
:label=
"item.label"
:value=
"item.id"
>
"
>
<el-select
v-model=
"searchForm.checkArealEstateArea"
placeholder=
"请选择不动产坐落辖市区"
@
change=
"onSubmit"
size=
"medium"
>
<el-option
v-for=
"item in areaList"
:key=
"item.id"
:label=
"item.label"
:value=
"item.id"
>
</el-option>
</el-select>
</el-form-item>
...
...
@@ -49,37 +24,24 @@
<el-button
type=
"primary"
@
click=
"onSubmit"
>
查询
</el-button>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
v-if=
"
<el-button
type=
"primary"
v-if=
"
this.searchForm.departmentCode == '10000033' ||
this.searchForm.departmentCode == '10000031'
"
@
click=
"downLoadShow = true"
>
导出
"
@
click=
"downLoadShow = true"
>
导出
</el-button>
</el-form-item>
<br
/>
<el-form-item
label=
"状态"
style=
"margin-top: 10px"
>
<el-radio-group
v-model=
"searchForm.state"
@
change=
"onSubmit"
>
<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-group>
</el-form-item>
</el-form>
</div>
<div
class=
"table-wrapper"
>
<table-template
:tableData=
"tableData"
:tableColumns=
"tableColumns"
:loading=
"loading"
:pagination=
"pagination"
@
Jump=
"jumpPage"
>
<table-template
:tableData=
"tableData"
:tableColumns=
"tableColumns"
:loading=
"loading"
:pagination=
"pagination"
@
Jump=
"jumpPage"
>
<el-table-column
slot=
"departmentName"
label=
"实施主体"
align=
"center"
>
<template>
{{
this
.
$route
.
query
.
departmentName
}}
...
...
@@ -87,18 +49,12 @@
</el-table-column>
<el-table-column
label=
"状态"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-tag
type=
"warning"
v-if=
"scope.row.reviewerState == 0"
>
待审核
</el-tag
>
<el-tag
type=
"success"
v-if=
"scope.row.reviewerState == 8"
>
初审通过
</el-tag
>
<el-tag
type=
"warning"
v-if=
"scope.row.reviewerState == 0"
>
待审核
</el-tag>
<el-tag
type=
"success"
v-if=
"scope.row.reviewerState == 8"
>
初审通过
</el-tag>
<!--
<el-tag
type=
"warning"
v-if=
"scope.row.state == 1"
>
待复审
</el-tag>
<el-tag
type=
"warning"
v-if=
"scope.row.state == 2"
>
待用户确认
</el-tag>
<el-tag
type=
"warning"
v-if=
"scope.row.state == 3"
>
待退税办理
</el-tag>
-->
<el-tag
type=
"danger"
v-if=
"scope.row.reviewerState == 9"
>
已驳回
</el-tag
>
<el-tag
type=
"danger"
v-if=
"scope.row.reviewerState == 9"
>
已驳回
</el-tag>
<!--
<el-tag
type=
"info"
v-if=
"scope.row.state == 5"
>
已撤销
</el-tag>
-->
<!--
<el-tag
type=
"warning"
v-if=
"scope.row.state == 6"
>
资料审核
</el-tag>
-->
<!--
<el-tag
type=
"success"
v-if=
"scope.row.state == 6"
>
已完成
</el-tag>
-->
...
...
@@ -106,63 +62,29 @@
</el-table-column>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"350"
align=
"center"
>
<
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=
"record(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
v-if=
"scope.row.reviewerState == 0 && scope.row.state == 0"
type=
"success"
size=
"mini"
round
@
click=
"pass(scope.row)"
>
通过
<el-button
v-if=
"scope.row.reviewerState == 0 && scope.row.state == 0"
type=
"success"
size=
"mini"
round
@
click=
"pass(scope.row)"
>
通过
</el-button>
<el-button
v-if=
"scope.row.reviewerState == 0 && scope.row.state == 0"
type=
"danger"
size=
"mini"
round
@
click=
"deny(scope.row)"
>
拒绝
<el-button
v-if=
"scope.row.reviewerState == 0 && scope.row.state == 0"
type=
"danger"
size=
"mini"
round
@
click=
"deny(scope.row)"
>
拒绝
</el-button>
<el-button
v-if=
"
<el-button
v-if=
"
(scope.row.reviewerState == 9 && scope.row.state == 4) ||
((scope.row.state == 0 || scope.row.state == 1) &&
scope.row.reviewerState == 8)
"
type=
"info"
size=
"mini"
round
@
click=
"drevokeeny(scope.row)"
>
撤销
"
type=
"info"
size=
"mini"
round
@
click=
"drevokeeny(scope.row)"
>
撤销
</el-button>
<el-button
v-if=
"scope.row.state == 0 && realEstateArea !== '丹阳市'"
type=
"warning"
size=
"mini"
round
@
click=
"reassignment(scope.row)"
>
改派
<el-button
v-if=
"scope.row.state == 0 && realEstateArea !== '丹阳市' && realEstateArea !== '句容市'"
type=
"warning"
size=
"mini"
round
@
click=
"reassignment(scope.row)"
>
改派
</el-button>
</
template
>
</el-table-column>
</table-template>
</div>
<el-dialog
title=
"申报详情"
:visible
.
sync=
"viewShow"
width=
"800px"
:close-on-press-escape=
"false"
>
<el-dialog
title=
"申报详情"
:visible
.
sync=
"viewShow"
width=
"800px"
:close-on-press-escape=
"false"
>
<div
class=
"content"
>
<!-- 新增功能start -->
<el-table
:data=
"totalList"
style=
"width: 100%"
>
...
...
@@ -176,12 +98,10 @@
</el-table>
<div
class=
"cell"
v-if=
"viewDetail.checkArea != '丹阳市'"
>
<p
class=
"label"
>
是否享受过相关政策
</p>
<p
:class=
"[
<p
:class=
"[
'value',
viewDetail.enjoyFlag == true ? 'value2' : 'value1',
]"
>
]"
>
{{ viewDetail.enjoyFlag ? "否" : "是" }}
</p>
</div>
...
...
@@ -217,14 +137,9 @@
<div
class=
"cell"
>
<p
class=
"label"
>
身份证照片
</p>
<p
class=
"value"
>
<el-image
v-for=
"(item, index) in viewDetail.idCardPicture"
:key=
"index"
style=
"width: 100px; height: 100px; margin-right: 10px"
:src=
"item.picture"
:z-index=
"7777777"
:preview-src-list=
"[item.picture]"
>
<el-image
v-for=
"(item, index) in viewDetail.idCardPicture"
:key=
"index"
style=
"width: 100px; height: 100px; margin-right: 10px"
:src=
"item.picture"
:z-index=
"7777777"
:preview-src-list=
"[item.picture]"
>
</el-image>
</p>
</div>
...
...
@@ -239,35 +154,21 @@
<div
class=
"cell"
>
<p
class=
"label"
>
银行卡照片
</p>
<p
class=
"value"
>
<el-image
v-for=
"(item, index) in viewDetail.bankCardPicture"
:key=
"index"
style=
"width: 100px; height: 100px; margin-right: 10px"
:src=
"item.picture"
:z-index=
"7777777"
:preview-src-list=
"[item.picture]"
>
<el-image
v-for=
"(item, index) in viewDetail.bankCardPicture"
:key=
"index"
style=
"width: 100px; height: 100px; margin-right: 10px"
:src=
"item.picture"
:z-index=
"7777777"
:preview-src-list=
"[item.picture]"
>
</el-image>
</p>
</div>
<div
class=
"cell"
>
<p
class=
"label"
>
契税发票号码
</p>
<p
class=
"value"
v-if=
"viewDetail.deedBillCode && !viewDetail.secondDeedBillCode"
>
<p
class=
"value"
v-if=
"viewDetail.deedBillCode && !viewDetail.secondDeedBillCode"
>
NO.{{ viewDetail.deedBillCode }}
</p>
<p
class=
"value"
v-if=
"!viewDetail.deedBillCode && viewDetail.secondDeedBillCode"
>
<p
class=
"value"
v-if=
"!viewDetail.deedBillCode && viewDetail.secondDeedBillCode"
>
NO.{{ viewDetail.secondDeedBillCode }}
</p>
<p
class=
"value"
v-if=
"viewDetail.deedBillCode && viewDetail.secondDeedBillCode"
>
<p
class=
"value"
v-if=
"viewDetail.deedBillCode && viewDetail.secondDeedBillCode"
>
NO.{{ viewDetail.deedBillCode }}、NO.{{
viewDetail.secondDeedBillCode
}}
...
...
@@ -289,6 +190,10 @@
<p
class=
"label"
>
不动产坐落辖市区
</p>
<p
class=
"value"
>
{{ viewDetail.checkArea }}
</p>
</div>
<div
class=
"cell"
v-if=
"viewDetail.handlingType"
>
<p
class=
"label"
>
办理类型
</p>
<p
class=
"value"
>
{{ viewDetail.handlingType == 1 ? '网上办理' : '线下办理' }}
</p>
</div>
<div
class=
"cell"
>
<p
class=
"label"
>
网签时间
</p>
<p
class=
"value"
>
{{ viewDetail.netSignTime }}
</p>
...
...
@@ -316,62 +221,50 @@
<div
class=
"cell"
>
<p
class=
"label"
>
不动产权证书
</p>
<p
class=
"value"
>
<el-image
v-for=
"(item, index) in viewDetail.certificate"
:key=
"index"
style=
"width: 100px; height: 100px; margin-right: 10px"
:src=
"item.picture"
:z-index=
"7777777"
:preview-src-list=
"[item.picture]"
>
<el-image
v-for=
"(item, index) in viewDetail.certificate"
:key=
"index"
style=
"width: 100px; height: 100px; margin-right: 10px"
:src=
"item.picture"
:z-index=
"7777777"
:preview-src-list=
"[item.picture]"
>
</el-image>
</p>
</div>
<div
class=
"cell"
>
<p
class=
"label"
>
商品房买卖合同3张
</p>
<p
class=
"value"
>
<el-image
v-for=
"(item, index) in viewDetail.contract"
:key=
"index"
style=
"width: 100px; height: 100px; margin-right: 10px"
:src=
"item.picture"
:z-index=
"7777777"
:preview-src-list=
"[item.picture]"
>
<el-image
v-for=
"(item, index) in viewDetail.contract"
:key=
"index"
style=
"width: 100px; height: 100px; margin-right: 10px"
:src=
"item.picture"
:z-index=
"7777777"
:preview-src-list=
"[item.picture]"
>
</el-image>
</p>
</div>
<div
class=
"cell"
>
<p
class=
"label"
>
契税完税凭证
</p>
<p
class=
"value"
>
<el-image
v-for=
"(item, index) in viewDetail.voucher"
:key=
"index"
style=
"width: 100px; height: 100px; margin-right: 10px"
:src=
"item.picture"
:z-index=
"7777777"
:preview-src-list=
"[item.picture]"
>
<el-image
v-for=
"(item, index) in viewDetail.voucher"
:key=
"index"
style=
"width: 100px; height: 100px; margin-right: 10px"
:src=
"item.picture"
:z-index=
"7777777"
:preview-src-list=
"[item.picture]"
>
</el-image>
</p>
</div>
<div
class=
"cell"
v-if=
"viewDetail.signatureFile && viewDetail.signatureFile.length > 0"
>
<p
class=
"label"
>
电子签名
</p>
<p
class=
"value"
>
<el-image
v-for=
"(item, index) in viewDetail.signatureFile"
:key=
"index"
style=
"width: 100px; height: 100px; margin-right: 10px"
:src=
"item.picture"
:z-index=
"7777777"
:preview-src-list=
"[item.picture]"
>
</el-image>
</p>
</div>
<div
class=
"cell"
v-if=
"viewDetail.commitmentType"
>
<p
class=
"label"
>
共有情况
</p>
<p
class=
"value"
>
<span
v-if=
"viewDetail.commitmentType == 1"
>
单独所有、共同共有
</span
>
<span
v-if=
"viewDetail.commitmentType == 1"
>
单独所有、共同共有
</span>
<span
v-if=
"viewDetail.commitmentType == 2"
>
按份共有
</span>
</p>
</div>
</div>
</el-dialog>
<el-dialog
title=
"操作记录"
:visible
.
sync=
"recordShow"
width=
"800px"
:close-on-press-escape=
"false"
>
<el-dialog
title=
"操作记录"
:visible
.
sync=
"recordShow"
width=
"800px"
:close-on-press-escape=
"false"
>
<div
class=
"content"
v-if=
"recordList[0]"
>
<div
class=
"cell"
v-for=
"(item, index) in recordList"
:key=
"index"
>
<p
class=
"label"
style=
"margin-right: 20px"
>
...
...
@@ -386,23 +279,13 @@
<p
v-if=
"record.length === 0"
>
暂无记录~
</p>
</div>
</el-dialog>
<el-dialog
title=
"改派部门"
:visible
.
sync=
"reassignmentShow"
width=
"600px"
:close-on-press-escape=
"false"
:before-close=
"closeDialog"
>
<el-dialog
title=
"改派部门"
:visible
.
sync=
"reassignmentShow"
width=
"600px"
:close-on-press-escape=
"false"
:before-close=
"closeDialog"
>
<el-form
label-width=
"120px"
:model=
"params"
>
<el-row>
<el-form-item
label=
"改派部门"
>
<el-cascader
v-model=
"params.checkArea"
placeholder=
"请选择部门"
:options=
"checkAreaList"
:show-all-levels=
"false"
@
change=
"handleChange"
>
<el-cascader
v-model=
"params.checkArea"
placeholder=
"请选择部门"
:options=
"checkAreaList"
:show-all-levels=
"false"
@
change=
"handleChange"
>
</el-cascader>
</el-form-item>
</el-row>
...
...
@@ -412,37 +295,19 @@
<el-button
type=
"primary"
@
click=
"determine"
>
确 定
</el-button>
</span>
</el-dialog>
<el-dialog
title=
"导出范围"
:visible
.
sync=
"downLoadShow"
width=
"600px"
:close-on-press-escape=
"false"
>
<el-dialog
title=
"导出范围"
:visible
.
sync=
"downLoadShow"
width=
"600px"
:close-on-press-escape=
"false"
>
<el-form
label-width=
"120px"
:model=
"params"
>
<el-row>
<el-form-item
label=
"状态"
>
<el-select
v-model=
"downLoadParams.state"
placeholder=
"请选择状态"
>
<el-option
v-for=
"item in downLoadList"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<el-option
v-for=
"item in downLoadList"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"日期"
>
<el-date-picker
v-model=
"date"
type=
"daterange"
range-separator=
"-"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:default-time=
"['00:00:00', '23:59:59']"
format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd HH:mm:ss"
@
change=
"time"
>
<el-date-picker
v-model=
"date"
type=
"daterange"
range-separator=
"-"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:default-time=
"['00:00:00', '23:59:59']"
format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd HH:mm:ss"
@
change=
"time"
>
</el-date-picker>
</el-form-item>
</el-row>
...
...
@@ -685,10 +550,10 @@ export default {
},
],
},
{
label
:
"句容市"
,
value
:
"句容市"
,
},
//
{
//
label: "句容市",
//
value: "句容市",
//
},
// {
// label: "丹阳市",
// value: "丹阳市",
...
...
@@ -872,6 +737,9 @@ export default {
);
this
.
viewDetail
.
voucher
=
res
.
data
.
pictures
.
filter
(
(
item
)
=>
item
.
pictureType
===
4
||
item
.
pictureType
===
6
)
this
.
viewDetail
.
signatureFile
=
res
.
data
.
pictures
.
filter
(
(
item
)
=>
item
.
pictureType
==
10
);
this
.
viewShow
=
true
;
// })
...
...
src/views/Purchase/details.vue
View file @
d5a03aef
...
...
@@ -3,7 +3,7 @@
<div
class=
"search-wrapper"
>
<el-form
:inline=
"true"
:model=
"searchForm"
class=
"search_form"
style=
"text-align: left"
>
<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
label=
"手机号码"
>
<el-input
v-model=
"searchForm.phone"
placeholder=
"请输入手机号码"
@
keyup
.
enter
.
native=
"onSubmit"
></el-input>
...
...
@@ -451,7 +451,7 @@ export default {
input
:
""
,
userName
:
""
,
searchForm
:
{
enterpriseN
ame
:
""
,
n
ame
:
""
,
phone
:
""
,
state
:
""
,
departmentCode
:
""
,
...
...
@@ -613,7 +613,7 @@ export default {
if
(
this
.
$route
)
{
this
.
userName
=
localStorage
.
getItem
(
"userName"
);
this
.
searchForm
.
departmentCode
=
this
.
$route
.
query
.
departmentCode
;
this
.
searchForm
.
enterpriseN
ame
=
""
;
this
.
searchForm
.
n
ame
=
""
;
this
.
searchForm
.
phone
=
""
;
this
.
searchForm
.
state
=
""
;
this
.
init
();
...
...
@@ -661,7 +661,7 @@ export default {
this
.
tableData
=
[];
this
.
loading
=
true
;
let
parmas
=
{
enterpriseName
:
this
.
searchForm
.
enterpriseN
ame
,
name
:
this
.
searchForm
.
n
ame
,
phone
:
this
.
searchForm
.
phone
,
state
:
this
.
searchForm
.
state
,
departmentCode
:
this
.
searchForm
.
departmentCode
,
...
...
src/views/Purchase/index.vue
View file @
d5a03aef
...
...
@@ -3,7 +3,7 @@
<div
class=
"search-wrapper"
>
<el-form
:inline=
"true"
:model=
"searchForm"
class=
"search_form"
style=
"text-align: left"
>
<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
label=
"手机号码"
>
<el-input
v-model=
"searchForm.phone"
placeholder=
"请输入手机号码"
@
keyup
.
enter
.
native=
"onSubmit"
></el-input>
...
...
@@ -443,7 +443,7 @@ export default {
input
:
""
,
userName
:
""
,
searchForm
:
{
enterpriseN
ame
:
""
,
n
ame
:
""
,
phone
:
""
,
state
:
""
,
guideId
:
null
,
...
...
@@ -633,7 +633,7 @@ export default {
this
.
searchForm
.
payTaxesArea
=
this
.
$route
.
query
.
payTaxesArea
?
this
.
$route
.
query
.
payTaxesArea
:
null
;
this
.
searchForm
.
enterpriseN
ame
=
""
;
this
.
searchForm
.
n
ame
=
""
;
this
.
searchForm
.
phone
=
""
;
this
.
searchForm
.
state
=
""
;
this
.
init
();
...
...
@@ -681,7 +681,7 @@ export default {
this
.
tableData
=
[];
this
.
loading
=
true
;
let
parmas
=
{
enterpriseName
:
this
.
searchForm
.
enterpriseN
ame
,
name
:
this
.
searchForm
.
n
ame
,
phone
:
this
.
searchForm
.
phone
,
state
:
this
.
searchForm
.
state
,
guideId
:
this
.
searchForm
.
guideId
,
...
...
src/views/Purchase/windows.vue
View file @
d5a03aef
...
...
@@ -3,7 +3,7 @@
<div
class=
"search-wrapper"
>
<el-form
:inline=
"true"
:model=
"searchForm"
class=
"search_form"
style=
"text-align: left"
>
<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
label=
"手机号码"
>
<el-input
v-model=
"searchForm.phone"
placeholder=
"请输入手机号码"
@
keyup
.
enter
.
native=
"onSubmit"
></el-input>
...
...
@@ -433,7 +433,7 @@ export default {
fileUrl1
:
[],
userName
:
""
,
searchForm
:
{
enterpriseN
ame
:
""
,
n
ame
:
""
,
phone
:
""
,
state
:
""
,
departmentCode
:
""
,
...
...
@@ -694,7 +694,7 @@ export default {
init
()
{
this
.
loading
=
true
;
let
parmas
=
{
enterpriseName
:
this
.
searchForm
.
enterpriseN
ame
,
name
:
this
.
searchForm
.
n
ame
,
phone
:
this
.
searchForm
.
phone
,
state
:
this
.
searchForm
.
state
,
departmentCode
:
this
.
searchForm
.
departmentCode
,
...
...
vue.config.js
View file @
d5a03aef
const
env
=
process
.
env
.
NODE_ENV
===
"production"
;
const
publicPath
=
env
?
"/manage-h5/"
:
"/"
;
//正式
//
const publicPath = env ? "/smartExam-h5/" : "/"; //测试
//
const publicPath = env ? "/manage-h5/" : "/"; //正式
const
publicPath
=
env
?
"/smartExam-h5/"
:
"/"
;
//测试
module
.
exports
=
{
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