Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
黄媛媛
ElectricitySheep
Commits
296eb522
Commit
296eb522
authored
Apr 21, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b2a001a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
firstStoreApply.vue
src/components/tradePavilion/firstStoreApply.vue
+4
-4
No files found.
src/components/tradePavilion/firstStoreApply.vue
View file @
296eb522
...
...
@@ -3,8 +3,8 @@
<div
class=
"head-title"
>
首店申请
<div
style=
"float:right;margin-top:-5px"
>
<el-button
type=
"primary"
size=
"small"
@
click=
"batchadopt(1)"
>
批量
审核通过
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"batchadopt(2)"
>
批量
审核拒绝
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"batchadopt(1)"
>
审核通过
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"batchadopt(2)"
>
审核拒绝
</el-button>
<el-button
style=
""
size=
"small"
type=
"primary"
@
click=
"Export()"
>
下载excel
</el-button>
...
...
@@ -113,7 +113,7 @@
<el-button
@
click=
"sureJujue"
size=
"small"
type=
"primary"
>
确 定
</el-button>
</span>
</el-dialog>
<el-dialog
title=
"
批量
审核拒绝"
:visible
.
sync=
"resondialog2"
width=
"600px"
>
<el-dialog
title=
"审核拒绝"
:visible
.
sync=
"resondialog2"
width=
"600px"
>
<el-form
label-width=
"80px"
>
<el-form-item
label=
"拒绝原因"
class=
"is-required"
>
<el-input
type=
"textarea"
:rows=
"6"
v-model=
"batchmsg.AuditRemark"
></el-input>
...
...
@@ -259,7 +259,7 @@
if
(
type
==
1
){
that
.
batchmsg
.
AuditState
=
2
;
that
.
batchmsg
.
AuditRemark
=
''
;
that
.
Confirm
(
"确定
批量
审核通过?"
,
function
()
{
that
.
Confirm
(
"确定审核通过?"
,
function
()
{
that
.
BatchAuthenticationAudit
()
});
}
else
if
(
type
==
2
){
...
...
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