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
86926885
Commit
86926885
authored
Dec 17, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
3ba30e45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
17 deletions
+11
-17
ContractManage.vue
src/components/administrative/ContractManage.vue
+11
-17
No files found.
src/components/administrative/ContractManage.vue
View file @
86926885
...
@@ -87,10 +87,10 @@
...
@@ -87,10 +87,10 @@
<el-select
v-model=
"msg.Status"
:placeholder=
"$t('pub.pleaseSel')"
>
<el-select
v-model=
"msg.Status"
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
label=
"请选择"
:value=
"-1"
:key=
"-1"
>
</el-option>
<el-option
label=
"请选择"
:value=
"-1"
:key=
"-1"
>
</el-option>
<el-option
label=
"草稿"
:value=
"0"
:key=
"0"
>
</el-option>
<el-option
label=
"草稿"
:value=
"0"
:key=
"0"
>
</el-option>
<el-option
label=
"
已取消
"
:value=
"1"
:key=
"1"
>
</el-option>
<el-option
label=
"
提交审核
"
:value=
"1"
:key=
"1"
>
</el-option>
<el-option
label=
"
已提交
"
:value=
"2"
:key=
"2"
>
</el-option>
<el-option
label=
"
审核通过
"
:value=
"2"
:key=
"2"
>
</el-option>
<el-option
label=
"
已盖章
"
:value=
"3"
:key=
"3"
>
</el-option>
<el-option
label=
"
驳回
"
:value=
"3"
:key=
"3"
>
</el-option>
<el-option
label=
"
已签字
"
:value=
"4"
:key=
"4"
>
</el-option>
<el-option
label=
"
取消
"
:value=
"4"
:key=
"4"
>
</el-option>
</el-select>
</el-select>
</span>
</span>
</li>
</li>
...
@@ -118,12 +118,6 @@
...
@@ -118,12 +118,6 @@
</el-dropdown-menu>
</el-dropdown-menu>
</el-dropdown>
</el-dropdown>
</li>
</li>
<!--
<li>
<input
type=
"button"
@
click=
"goContract('onedayTripContract', 0, '一日游合同')"
class=
"normalBtn"
value=
"一日游合同"
/>
<input
type=
"button"
@
click=
"goContract('DomesticTravelcontract', 0, '境内旅游合同')"
class=
"normalBtn"
value=
"境内旅游合同"
/>
<input
type=
"button"
@
click=
"goContract('SingleContract', 0, '单项委托合同')"
class=
"normalBtn"
value=
"单项委托合同"
/>
</li>
-->
</ul>
</ul>
</div>
</div>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
...
@@ -165,7 +159,7 @@
...
@@ -165,7 +159,7 @@
<td>
{{ item.CreateByName }}
</td>
<td>
{{ item.CreateByName }}
</td>
<td>
{{ item.CreateTimeStr }}
</td>
<td>
{{ item.CreateTimeStr }}
</td>
<td>
<td>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top-start"
v-if=
"item.Status==0||item.Status==3"
>
<
template
v-if=
"item.CType == 3"
>
<
template
v-if=
"item.CType == 3"
>
<el-button
type=
"primary"
icon=
"el-icon-edit"
circle
<el-button
type=
"primary"
icon=
"el-icon-edit"
circle
@
click=
"goContract('onedayTripContract', item.ID, '一日游合同')"
></el-button>
@
click=
"goContract('onedayTripContract', item.ID, '一日游合同')"
></el-button>
...
@@ -184,17 +178,17 @@
...
@@ -184,17 +178,17 @@
<el-button
type=
"warning"
icon=
"iconfont icon-copy"
circle
@
click=
"CopyContract(item)"
style=
"padding:4px;"
>
<el-button
type=
"warning"
icon=
"iconfont icon-copy"
circle
@
click=
"CopyContract(item)"
style=
"padding:4px;"
>
</el-button>
</el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"下载"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"下载"
placement=
"top-start"
v-if=
"item.Status==2"
>
<el-button
type=
"success"
icon=
"el-icon-download"
circle
@
click=
"DownLoadContract(item)"
></el-button>
<el-button
type=
"success"
icon=
"el-icon-download"
circle
@
click=
"DownLoadContract(item)"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"提交
并盖章"
placement=
"top-start
"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"提交
审核"
placement=
"top-start"
v-if=
"item.Status==0
"
>
<el-button
type=
"info"
icon=
"el-icon-upload2"
circle
@
click=
"SubmitContract(item)"
></el-button>
<el-button
type=
"info"
icon=
"el-icon-upload2"
circle
@
click=
"SubmitContract(item)"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
v-if=
"item.Status==2"
effect=
"dark"
content=
"复制链接发送给客户"
placement=
"top-start"
>
<el-tooltip
class=
"item"
v-if=
"item.Status==2"
effect=
"dark"
content=
"复制链接发送给客户"
>
<el-button
type=
"info"
icon=
"iconfont icon-copy-l"
circle
@
click=
"CopyUrl(item)"
style=
"padding:4px;background-color:#9266f9;border-color:#9266f9;"
></el-button>
<el-button
type=
"info"
icon=
"iconfont icon-copy-l"
circle
@
click=
"CopyUrl(item)"
style=
"padding:4px;background-color:#9266f9;border-color:#9266f9;"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"取消"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"取消"
placement=
"top-start"
v-if=
"item.Status==0"
>
<el-button
type=
"danger"
icon=
"el-icon-close"
circle
@
click=
"DeleteContract(item)"
></el-button>
<el-button
type=
"danger"
icon=
"el-icon-close"
circle
@
click=
"DeleteContract(item)"
></el-button>
</el-tooltip>
</el-tooltip>
</td>
</td>
...
@@ -257,7 +251,7 @@
...
@@ -257,7 +251,7 @@
that
.
apipost
(
that
.
apipost
(
"travelcontract_post_UpdateTravelContractStatusService"
,
{
"travelcontract_post_UpdateTravelContractStatusService"
,
{
ID
:
item
.
ID
,
ID
:
item
.
ID
,
Status
:
2
Status
:
1
},
},
res
=>
{
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
...
@@ -351,7 +345,7 @@
...
@@ -351,7 +345,7 @@
this
.
Confirm
(
"是否取消此合同?"
,
function
()
{
this
.
Confirm
(
"是否取消此合同?"
,
function
()
{
var
msg
=
{
var
msg
=
{
ID
:
item
.
ID
,
ID
:
item
.
ID
,
Status
:
1
Status
:
4
};
};
that
.
apipost
(
that
.
apipost
(
"travelcontract_post_UpdateTravelContractStatusService"
,
"travelcontract_post_UpdateTravelContractStatusService"
,
...
...
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