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
a86ffd15
Commit
a86ffd15
authored
Feb 27, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3d611a20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
ProductTicketLossList.vue
src/components/SalesModule/Common/ProductTicketLossList.vue
+9
-2
No files found.
src/components/SalesModule/Common/ProductTicketLossList.vue
View file @
a86ffd15
...
...
@@ -625,8 +625,9 @@
<div
class=
"d5"
style=
"width:19%"
>
<div
class=
"people-item"
>
<span
v-if=
"item.DamageStatus==0"
class=
"people-item-title"
>
确认状态:
</span>
<span
v-if=
"item.DamageStatus==0"
style=
"color:red;"
v-else
>
未确认
</span>
<el-tooltip
v-if=
"item.DamageStatus==1"
class=
"item"
effect=
"dark"
:content=
"(item.TicketLoassByStr+item.TicketLoassTimeStr)"
v-else
placement=
"top-start"
<span
v-if=
"item.DamageStatus==0"
style=
"color:red;"
>
未确认
</span>
<span
v-if=
"item.DamageStatus==0 && item.WaitTicketBackMoney && item.WaitTicketBackMoney>0"
style=
"color:dodgerblue;"
>
待退回款
{{
item
.
WaitTicketBackMoney
}}
</span>
<el-tooltip
v-if=
"item.DamageStatus==1"
class=
"item"
effect=
"dark"
:content=
"(item.TicketLoassByStr+item.TicketLoassTimeStr)"
placement=
"top-start"
popper-class=
"max-w250"
style=
"text-overflow:ellipsis;"
>
<span
class=
"d12p"
style=
"font-size: 12px;cursor: pointer;max-height: 20px;line-height: 20px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1; -webkit-box-orient: vertical"
...
...
@@ -673,6 +674,11 @@
<span
style=
"width: 15%; display: inline-block"
>
备注:
</span>
<el-input
v-model=
"queryData.Notes"
style=
"width:425px;"
maxlength=
"500"
placeholder=
"请输入500字以内的备注"
></el-input>
</div>
<div
style=
"margin-top: 10px"
v-if=
"seeType!=1"
>
<span
style=
"width: 15%; display: inline-block"
>
待退回款:
</span>
<!--
<el-input
v-model=
"queryData.WaitTicketBackMoney"
style=
"width: 160px;"
></el-input>
-->
<el-input-number
v-model=
"queryData.WaitTicketBackMoney"
:precision=
"2"
:min=
"0"
></el-input-number>
</div>
<div
style=
"margin-top: 10px"
>
<span
style=
"width: 15%; display: inline-block"
>
附件:
</span>
<div
class=
"_addUpload_box clearfix"
>
...
...
@@ -862,6 +868,7 @@ export default {
Id
:
item
.
TicketLoassId
,
TCNUM
:
item
.
TCNUM
,
Notes
:
item
.
Notes
,
WaitTicketBackMoney
:
item
.
WaitTicketBackMoney
,
DamageStatus
:
item
.
DamageStatus
};
if
(
seeType
==
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