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
c1f87327
Commit
c1f87327
authored
Apr 30, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
77ab978e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+15
-3
No files found.
src/components/dmc/manager/dmcTotalTable.vue
View file @
c1f87327
...
...
@@ -41,8 +41,6 @@
</span>
</li>
<li><span><em>
{{
$t
(
'sm.Date'
)
}}
</em>
<!--
<el-date-picker
v-model=
'msg.StartDate'
class=
'w135'
value-format=
"yyyy-MM-dd"
type=
"date"
:picker-options=
"pickerBeginDateBefore"
></el-date-picker>
-->
<DateLimit
:clearable=
"false"
:StartGroupDate=
"msg.StartDate"
:EndGroupDate=
"msg.EndDate"
@
change=
"(date)=> msg.StartDate = date"
></DateLimit>
-
...
...
@@ -140,6 +138,17 @@
</el-select>
</span>
</li>
<li>
<span><em>
团队类型
</em></span>
<el-select
class=
"w150"
v-model=
"msg.QTeamType"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
value=
""
></el-option>
<el-option
label=
"常规团"
:value=
"0"
:key=
"0"
></el-option>
<el-option
label=
"小包团"
:value=
"1"
:key=
"1"
></el-option>
<el-option
label=
"当地游"
:value=
"2"
:key=
"2"
></el-option>
<el-option
label=
"切位团"
:value=
"5"
:key=
"5"
></el-option>
</el-select>
</li>
<li>
<li>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"getList();resetPageIndex()"
/>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('adm.adm_download')"
@
click=
"DownLoad.ShowDownLoad=true"
/>
...
...
@@ -282,7 +291,10 @@
</td>
<td>
<div
class=
"link"
>
<p
@
click=
"goUrlT('productQuery',item.TCNUMS,'产品查询')"
>
{{
item
.
TCNUMS
}}
<br
/>
(
{{
item
.
TCID
}}
)
</p>
<p
@
click=
"goUrlT('productQuery',item.TCNUMS,'产品查询')"
>
{{
item
.
TCNUMS
}}
<br
/>
(
{{
item
.
TCID
}}
)
<br
/>
<font
style=
"color:red;"
>
{{
item
.
TeamTypeName
}}
</font>
</p>
<div
v-if=
"item.IsSetOut&&item.IsSetOut==1"
style=
"color:red;font-weight:bold;"
>
(
{{
$t
(
'objFill.quxiaofatuan'
)
}}
)
</div>
...
...
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