Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
8310def9
Commit
8310def9
authored
Dec 17, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
b772c6cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
ElectronicAudit.vue
src/components/administrative/ElectronicAudit.vue
+6
-3
No files found.
src/components/administrative/ElectronicAudit.vue
View file @
8310def9
...
...
@@ -278,7 +278,6 @@
<span
v-if=
"item.Status==3"
style=
"color:red;"
>
已驳回
</span>
<span
v-if=
"item.Status==1"
style=
"color:blue;"
>
待审核
</span>
<span
v-if=
"item.Status==2"
style=
"color:green;"
>
审核通过
</span>
</td>
<td>
{{ item.CreateByName }}
</td>
<td>
{{ item.CreateTimeStr }}
</td>
...
...
@@ -339,7 +338,6 @@
},
//切换出境游合同
activeName
:
'1'
,
//ContractMange参数
total
:
0
,
currentPage
:
1
,
...
...
@@ -434,7 +432,12 @@
//提交并盖章
SubmitContract
(
item
,
status
)
{
var
that
=
this
;
this
.
Confirm
(
"是否提交此合同?"
,
function
()
{
var
message
=
"审核通过"
;
if
(
status
==
3
)
{
message
=
"驳回"
;
}
this
.
Confirm
(
"是否【"
+
message
+
"】此合同?"
,
function
()
{
that
.
apipost
(
"travelcontract_post_UpdateTravelContractStatusService"
,
{
ID
:
item
.
ID
,
...
...
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