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
a315c949
Commit
a315c949
authored
Aug 09, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
6da291b6
9e128580
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
379 additions
and
172 deletions
+379
-172
fill.js
src/assets/common/lang/zhTW/fill.js
+1
-1
OrderList.vue
src/components/CarDealerOrder/components/OrderList.vue
+362
-165
ReservationOrder.vue
...components/CarDealerOrder/components/ReservationOrder.vue
+16
-6
No files found.
src/assets/common/lang/zhTW/fill.js
View file @
a315c949
...
...
@@ -1012,7 +1012,7 @@ export const obj = {
t1
:
'車/使用時間/天數'
,
t2
:
'用車詳情'
,
t3
:
'總金額'
,
t4
:
'
代
收金額'
,
t4
:
'
待
收金額'
,
t5
:
'實收'
,
t6
:
'退款'
,
t7
:
'平台在途金額'
,
...
...
src/components/CarDealerOrder/components/OrderList.vue
View file @
a315c949
This diff is collapsed.
Click to expand it.
src/components/CarDealerOrder/components/ReservationOrder.vue
View file @
a315c949
...
...
@@ -160,16 +160,25 @@
</el-select>
</span>
</li>
<!--
<li>
<li>
<span>
<em>
订单类型
</em>
<el-select
v-model=
"msg.OrderType"
@
change=
"handleCurrentChange(1)"
>
<el-option
:key=
"0"
:value=
"0"
label=
"不限"
></el-option>
<el-option
v-for=
"item in orderType"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
></el-option>
</el-select>
</span>
</li>
<li>
<span><em>
主
{{
$t
(
'OrderList.search.orderId'
)
}}
</em>
<el-input
clearable
type=
"Number"
v-model=
"msg.MainId"
:placeholder=
"$t('objFill.orderid')"
@
keyup
.
native=
"handleCurrentChange(1)"
/>
@
keyup
.
native=
"handleCurrentChange(1)"
@
change=
"handleCurrentChange(1)"
/>
</span>
</li>
-->
</li>
<li>
<span><em>
{{
$t
(
'OrderList.search.orderId'
)
}}
</em>
<el-input
clearable
type=
"Number"
v-model=
"msg.OrderId"
:placeholder=
"$t('objFill.orderid')"
@
keyup
.
native=
"handleCurrentChange(1)"
/>
@
keyup
.
native=
"handleCurrentChange(1)"
@
change=
"handleCurrentChange(1)"
/>
</span>
</li>
<li>
...
...
@@ -252,6 +261,7 @@ export default {
IsFinish
:
-
1
,
Sort
:
1
,
OrderId
:
null
,
OrderType
:
0
,
MainId
:
null
,
OrderTCNUM
:
''
,
},
...
...
@@ -262,8 +272,8 @@ export default {
{
Name
:
this
.
$t
(
'OrderList.orderStatus.cancel'
),
ID
:
'2'
},
],
orderType
:
[
{
Name
:
this
.
$t
(
'OrderList.orderType.tour'
)
,
ID
:
'1'
},
{
Name
:
this
.
$t
(
'OrderList.orderType.guest'
)
,
ID
:
'2'
},
{
Name
:
'常规'
,
ID
:
'1'
},
{
Name
:
'包车'
,
ID
:
'2'
},
],
Datelist
:
''
,
DatelistUse
:
''
,
...
...
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