Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuYingJiH5-ASD
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
xinzhedeai
GaoQuYingJiH5-ASD
Commits
32ffe87e
Commit
32ffe87e
authored
Jun 13, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:拒绝原因 ui构建
parent
2dd162d4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
54 additions
and
1 deletion
+54
-1
http.js
sdk/http.js
+1
-1
_check_info.css
src/_check_info.css
+22
-0
_check_info.html
src/_check_info.html
+28
-0
_check_info.js
src/_check_info.js
+3
-0
No files found.
sdk/http.js
View file @
32ffe87e
/** 爱山东网管请求封装
* 请求拦截、相应拦截、错误统一处理
*/
const
BASE_URL
=
'
https://gqyjpt.weihai.cn
'
const
BASE_URL
=
'
https://gqyjpt.weihai.cn
/prod-api
'
// var errors = []
// if(localStorage.getItem('wenti')){
// errors = JSON.parse(localStorage.getItem('wenti'))
...
...
src/_check_info.css
View file @
32ffe87e
...
...
@@ -304,3 +304,25 @@ body {
padding-left
:
0.2rem
;
background-color
:
#fff
;
}
.textareaEle
{
border
:
0.01rem
solid
#d8d8d8
;
border-radius
:
2px
;
font-size
:
.28rem
;
width
:
95%
;
padding
:
.15rem
;
}
.content
h5
{
margin-top
:
0.3rem
;
margin-bottom
:
0.3rem
;
font-family
:
PingFang
SC
;
}
.footer-bar
{
display
:
flex
;
justify-content
:
space-around
;
margin-top
:
.5rem
;
}
.footer-bar
.van-button--info
{
width
:
2rem
;
}
\ No newline at end of file
src/_check_info.html
View file @
32ffe87e
...
...
@@ -244,6 +244,34 @@
</div>
</van-form>
<!-- 拒绝弹窗 -->
<van-action-sheet
v-model=
"show4jujue"
title=
" "
>
<div
class=
"content"
style=
"padding:0.5rem 0.4rem 0.5rem; text-align: center;"
>
<h5
style=
"text-align: left;font-size: .3rem;"
>
拒绝原因
</h5>
<textarea
class=
"textareaEle"
v-model=
"refuseContent"
name=
""
id=
""
cols=
"24"
rows=
"3"
style=
"resize: none;"
></textarea>
<h5
style=
"text-align: left;font-size: .3rem;"
>
上报相关部门
</h5>
<van-checkbox-group
v-model=
"dept4resuse"
>
<div
v-for=
"(item, index) in 3"
style=
"overflow: hidden;"
>
<h5
style=
"text-align: left;font-size: .3rem;color: #1081E3;font-weight: 500;"
>
标题{{index}}
</h5>
<van-checkbox
:key=
"subIndex"
:name=
"item"
shape=
"square"
v-for=
"(item, subIndex) in 2"
>
{{ '社会事业局'+subIndex }}
</van-checkbox>
</div>
</van-checkbox-group>
<div
class=
"footer-bar"
>
<van-button
type=
"info"
plain
size=
"small"
@
click=
"show4jujue=false"
>
取消
</van-button>
<van-button
type=
"info"
size=
"small"
@
click=
"show4jujue=false"
>
确定
</van-button>
</div>
</div>
</van-action-sheet>
<!-- 延期操作确认弹窗 -->
<van-action-sheet
v-model=
"show4yanqi"
title=
" "
>
<div
class=
"content"
style=
"padding: 1rem 1rem 0.5rem; text-align: center;"
>
...
...
src/_check_info.js
View file @
32ffe87e
...
...
@@ -74,6 +74,9 @@ window.onload = function () {
reviewRecord
:
''
,
show4yanqi
:
false
,
show4shangbao
:
false
,
show4jujue
:
true
,
refuseContent
:
''
,
// 拒绝原因
dept4resuse
:[],
// 拒绝部门
},
mounted
()
{
/**
...
...
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