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
f461b997
Commit
f461b997
authored
Jun 14, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
f18b718f
83271c61
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
4 deletions
+18
-4
FoodOrder.vue
src/components/Restaurant/FoodOrder.vue
+1
-1
VisaProductOrder.vue
src/components/SalesVisa/VisaProductOrder.vue
+14
-2
ScenTicketOrder.vue
src/components/scenicSpot/ScenTicketOrder.vue
+3
-1
No files found.
src/components/Restaurant/FoodOrder.vue
View file @
f461b997
...
@@ -133,7 +133,7 @@ export default {
...
@@ -133,7 +133,7 @@ export default {
AirTicketId
:
0
,
AirTicketId
:
0
,
AirOrderId
:
0
,
AirOrderId
:
0
,
status
:
0
,
status
:
0
,
startDate
:
moment
().
format
(
"YYYY-MM-DD"
)
,
startDate
:
""
,
endDate
:
""
,
endDate
:
""
,
searchKey
:
""
,
searchKey
:
""
,
rbBranchId
:
-
1
,
rbBranchId
:
-
1
,
...
...
src/components/SalesVisa/VisaProductOrder.vue
View file @
f461b997
...
@@ -100,6 +100,15 @@
...
@@ -100,6 +100,15 @@
</el-option>
</el-option>
</el-select>
</el-select>
</span></li>
</span></li>
<li>
<span>
<em>
订单状态
</em><el-select
v-model=
'msg.VisaOrderStatus'
>
<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=
"3"
key=
'3'
></el-option>
</el-select>
</span></li>
<li><span><em>
报入日期
</em><el-date-picker
v-model=
'msg.StartTime'
class=
'w135'
value-format=
"yyyy-MM-dd"
type=
"date"
></el-date-picker>
-
<li><span><em>
报入日期
</em><el-date-picker
v-model=
'msg.StartTime'
class=
'w135'
value-format=
"yyyy-MM-dd"
type=
"date"
></el-date-picker>
-
<el-date-picker
v-model=
'msg.EndTime'
class=
'w135'
value-format=
"yyyy-MM-dd"
type=
"date"
></el-date-picker>
<el-date-picker
v-model=
'msg.EndTime'
class=
'w135'
value-format=
"yyyy-MM-dd"
type=
"date"
></el-date-picker>
</span>
</span>
...
@@ -171,7 +180,9 @@
...
@@ -171,7 +180,9 @@
<span>
¥
{{
moneyFormat
(
item
.
ZaiTu
)
}}
</span>
<span>
¥
{{
moneyFormat
(
item
.
ZaiTu
)
}}
</span>
</td>
</td>
<td>
<td>
{{
item
.
VisaOrderStatus
==
1
?
"正常"
:
"已取消"
}}
</br>
<span
v-if=
"item.VisaOrderStatus==1"
>
正常
</span>
<span
v-if=
"item.VisaOrderStatus==2"
>
取消
</span>
<span
v-if=
"item.VisaOrderStatus==3"
>
待付款
</span>
<span
class=
"fz12"
v-if=
"item.VisaOrderStatus==2"
>
操作:
{{
item
.
UpdateName
}}
</span>
<span
class=
"fz12"
v-if=
"item.VisaOrderStatus==2"
>
操作:
{{
item
.
UpdateName
}}
</span>
</td>
</td>
<td>
<td>
...
@@ -277,7 +288,8 @@ export default {
...
@@ -277,7 +288,8 @@ export default {
StartTime
:
''
,
StartTime
:
''
,
EndTime
:
''
,
EndTime
:
''
,
Pid
:
''
,
Pid
:
''
,
EmId
:
'-1'
,
EmId
:
'-1'
,
VisaOrderStatus
:
"0"
,
},
},
dataList
:[],
dataList
:[],
EmployeeList
:[],
EmployeeList
:[],
...
...
src/components/scenicSpot/ScenTicketOrder.vue
View file @
f461b997
...
@@ -71,6 +71,7 @@
...
@@ -71,6 +71,7 @@
<th>
客户信息
</th>
<th>
客户信息
</th>
<th>
联系人信息
</th>
<th>
联系人信息
</th>
<th>
订单状态
</th>
<th>
订单状态
</th>
<th>
创建日期
</th>
<th>
退款状态
</th>
<th>
退款状态
</th>
</tr>
</tr>
<tr>
<tr>
...
@@ -102,6 +103,7 @@
...
@@ -102,6 +103,7 @@
<span
v-if=
"item.status==2"
>
取消
</span>
<span
v-if=
"item.status==2"
>
取消
</span>
<span
v-if=
"item.status==3"
>
待付款
</span>
<span
v-if=
"item.status==3"
>
待付款
</span>
</td>
</td>
<td>
{{
item
.
createDate
}}
</td>
<td>
<td>
<p
v-if=
"item.RefundStatus!=1"
>
<p
v-if=
"item.RefundStatus!=1"
>
<span
v-if=
"item.RefundStatus==2"
>
退款中
</span>
<span
v-if=
"item.RefundStatus==2"
>
退款中
</span>
...
@@ -185,7 +187,7 @@ export default {
...
@@ -185,7 +187,7 @@ export default {
AirTicketId
:
0
,
AirTicketId
:
0
,
AirOrderId
:
0
,
AirOrderId
:
0
,
status
:
0
,
status
:
0
,
startDate
:
moment
().
format
(
"YYYY-MM-DD"
)
,
startDate
:
""
,
endDate
:
""
,
endDate
:
""
,
searchKey
:
""
,
searchKey
:
""
,
rbBranchId
:
-
1
,
rbBranchId
:
-
1
,
...
...
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