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
29fdaa83
Commit
29fdaa83
authored
Aug 13, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
0b1c160e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
MakingPhotos.vue
src/components/systemManagement/MakingPhotos.vue
+13
-13
No files found.
src/components/systemManagement/MakingPhotos.vue
View file @
29fdaa83
...
...
@@ -31,17 +31,6 @@
<el-input
v-model=
"msg.TCID"
class
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"发团日期:"
>
<el-date-picker
class=
"h34"
v-model=
"productionDate2"
@
change=
"timeAdd(2)"
type=
"daterange"
value-format=
"yyyy-MM-dd"
></el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"团队编号:"
>
<el-input
v-model=
"msg.TCNUM"
class
></el-input>
...
...
@@ -58,6 +47,17 @@
></el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"发团日期:"
>
<el-date-picker
class=
"h34"
v-model=
"productionDate2"
@
change=
"timeAdd(2)"
type=
"daterange"
value-format=
"yyyy-MM-dd"
></el-date-picker>
</el-form-item>
</el-col>
</el-row>
</el-form>
<ul
class=
"clearfix"
>
...
...
@@ -73,12 +73,12 @@
<tr>
<th>
订单号
</th>
<th>
团号
</th>
<th>
发团日期
</th>
<th>
旅客列表
</th>
<th>
照片的份数
</th>
<th>
应收
</th>
<th>
实收
</th>
<th>
财务单据
</th>
<th>
发团日期
</th>
<th>
关联销售
</th>
</tr>
<tr
v-for=
"(item, index) in dataList"
>
...
...
@@ -86,6 +86,7 @@
<td>
<span>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</span>
</td>
<td>
{{
item
.
StartDate
}}
</td>
<td>
<span
v-for=
"(g, gi) in item.GuestList"
>
{{
g
.
userName
}}
<span
v-if=
"gi!==item.GuestList.length-1"
>
,
</span>
</span>
</td>
...
...
@@ -95,7 +96,6 @@
<td>
<span
v-for=
"(g, gi) in item.FinanceList"
class=
"cursorpointer text-decoration"
@
click=
"goUrlSFD('FinancialDocumentsDetail', g)"
>
{{
g
}}
<span
v-if=
"gi!==item.GuestList.length-1"
>
,
</span>
</span>
</td>
<td>
{{
item
.
StartDate
}}
</td>
<td>
{{
item
.
emName
}}
</td>
</tr>
<tr
v-if=
"dataList.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