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
80fd6feb
Commit
80fd6feb
authored
Nov 20, 2024
by
swl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx
parent
5fc89be0
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
48 additions
and
6 deletions
+48
-6
index.js
src/config/index.js
+2
-2
request.js
src/utils/request.js
+2
-2
house.vue
src/views/Commercialdeedtax/house.vue
+14
-0
house.vue
src/views/Housedeedtax/house.vue
+14
-0
house.vue
src/views/Multipledeedtax/house.vue
+14
-0
vue.config.js
vue.config.js
+2
-2
No files found.
src/config/index.js
View file @
80fd6feb
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 @
80fd6feb
...
@@ -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/Commercialdeedtax/house.vue
View file @
80fd6feb
...
@@ -85,6 +85,20 @@
...
@@ -85,6 +85,20 @@
</el-button>
</el-button>
</
template
>
</
template
>
</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 == 2 &&
searchForm.departmentCode == '10000031' &&
realEstateArea == '丹阳市'
"
type=
"danger"
size=
"mini"
round
@
click=
"deny(scope.row)"
>
拒绝
</el-button>
<!-- 丹阳市没有收件窗口--退税办理 -->
<!-- 丹阳市没有收件窗口--退税办理 -->
<
template
v-if=
"searchForm.departmentCode == '10000031'"
>
<
template
v-if=
"searchForm.departmentCode == '10000031'"
>
<el-button
v-if=
"
<el-button
v-if=
"
...
...
src/views/Housedeedtax/house.vue
View file @
80fd6feb
...
@@ -82,6 +82,20 @@
...
@@ -82,6 +82,20 @@
</el-button>
</el-button>
</
template
>
</
template
>
</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 == 2 &&
searchForm.departmentCode == '10000031' &&
realEstateArea == '丹阳市'
"
type=
"danger"
size=
"mini"
round
@
click=
"deny(scope.row)"
>
拒绝
</el-button>
<!-- 丹阳市没有收件窗口--退税办理 -->
<!-- 丹阳市没有收件窗口--退税办理 -->
<
template
v-if=
"searchForm.departmentCode == '10000031'"
>
<
template
v-if=
"searchForm.departmentCode == '10000031'"
>
<el-button
v-if=
"
<el-button
v-if=
"
...
...
src/views/Multipledeedtax/house.vue
View file @
80fd6feb
...
@@ -83,6 +83,20 @@
...
@@ -83,6 +83,20 @@
</el-button>
</el-button>
</
template
>
</
template
>
</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 == 2 &&
searchForm.departmentCode == '10000031' &&
realEstateArea == '丹阳市'
"
type=
"danger"
size=
"mini"
round
@
click=
"deny(scope.row)"
>
拒绝
</el-button>
<!-- 丹阳市没有收件窗口--退税办理 -->
<!-- 丹阳市没有收件窗口--退税办理 -->
<
template
v-if=
"searchForm.departmentCode == '10000031'"
>
<
template
v-if=
"searchForm.departmentCode == '10000031'"
>
<el-button
v-if=
"
<el-button
v-if=
"
...
...
vue.config.js
View file @
80fd6feb
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