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
abb21965
Commit
abb21965
authored
Dec 27, 2023
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交每日提醒代码
parent
62b565da
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
6 deletions
+36
-6
unTravelMessage.vue
src/components/administrative/model/unTravelMessage.vue
+36
-6
No files found.
src/components/administrative/model/unTravelMessage.vue
View file @
abb21965
...
@@ -9,18 +9,48 @@
...
@@ -9,18 +9,48 @@
{{
scope
.
row
.
ID
}}
{{
scope
.
row
.
ID
}}
</
template
>
</
template
>
</el-table-column>
-->
</el-table-column>
-->
<el-table-column
prop=
"OrderId"
label=
"订单号"
></el-table-column>
<el-table-column
label=
"订单号"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
OrderId
}}
(
{{
scope
.
row
.
EnterName
}}
)
<p>
{{
scope
.
row
.
CreateDate
}}
</p>
</
template
>
</el-table-column>
<el-table-column
label=
"团号"
width=
""
>
<el-table-column
label=
"团号"
width=
""
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
TCID
}}
{{
scope
.
row
.
TCID
}}
<p>
{{
scope
.
row
.
TCNUM
}}
</p>
<p>
{{
scope
.
row
.
TCNUM
}}
</p>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"EnterName"
label=
"销售"
></el-table-column>
<!-- <el-table-column prop="EnterName" width="100" label="销售"></el-table-column> -->
<el-table-column
prop=
"StartDate"
label=
"出团日期"
></el-table-column>
<el-table-column
prop=
"StartDate"
width=
"110"
label=
"出团日期"
></el-table-column>
<el-table-column
prop=
"PreferPrice"
label=
"应收"
></el-table-column>
<el-table-column
prop=
"PreferPrice"
width=
"80"
label=
"应收"
></el-table-column>
<el-table-column
prop=
"DueinMoney"
label=
"待收"
></el-table-column>
<el-table-column
prop=
"DueinMoney"
width=
"80"
label=
"待收"
></el-table-column>
<el-table-column
prop=
"CreateDate"
label=
"创建日期"
></el-table-column>
<!-- <el-table-column prop="CreateDate" label="创建日期"></el-table-column> -->
<el-table-column
label=
"改价状态"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.ApplyForState==1"
>
待主管审核
</span>
<span
v-else-if=
"scope.row.ApplyForState==2"
>
待徐总审核
</span>
<span
v-else-if=
"scope.row.ApplyForState==4"
style=
"color:red;"
>
已拒绝
</span>
<span
v-else
>
-
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"改价应收"
width=
"80"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ApplyForState
>
0
?
scope
.
row
.
ApplyForMoney
:
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"改价代收"
width=
"80"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ApplyForState
>
0
?
scope
.
row
.
ApplyDueinMoney
:
'-'
}}
</
template
>
</el-table-column>
<el-table-column
show-overflow-tooltip
label=
"改价理由"
width=
"165"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ApplyForState
>
0
?
scope
.
row
.
ApplyForReason
:
'-'
}}
<p>
{{
scope
.
row
.
ApplyForState
>
0
?
scope
.
row
.
ApplyCreateTimeStr
:
""
}}
</p>
</
template
>
</el-table-column>
</el-table>
</el-table>
</div>
</div>
<div
v-if=
"UnTravelDate && UnTravelDate.olist&&UnTravelDate.olist.length>0"
>
<div
v-if=
"UnTravelDate && UnTravelDate.olist&&UnTravelDate.olist.length>0"
>
...
...
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