Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
罗超
bigwood
Commits
04b0d3e9
Commit
04b0d3e9
authored
Dec 22, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
39b22716
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
OrderList.vue
src/components/scattered/order/OrderList.vue
+1
-1
HotelSure.vue
src/pages/scattered/HotelSure.vue
+10
-3
No files found.
src/components/scattered/order/OrderList.vue
View file @
04b0d3e9
...
...
@@ -132,7 +132,7 @@ export default defineComponent({
{
name
:
'CustomerPayMoney'
,
label
:
t
(
'v101.scatteredOrderList.table5'
),
field
:
(
row
:
any
)
=>
row
.
CustomerPayMoney
.
toFixed
(
2
),
align
:
'left'
},
{
name
:
'OrderStatus'
,
label
:
t
(
'v101.scatteredOrderList.table6'
),
align
:
'left'
},
{
name
:
'CreateDateStr'
,
label
:
t
(
'v101.scatteredOrderList.table7'
),
field
:
(
row
:
any
)
=>
row
.
CreateDateStr
,
align
:
'left'
},
{
name
:
'operation'
,
label
:
t
(
'v101.scatteredOrderList.table8'
),
align
:
'
left
'
},
{
name
:
'operation'
,
label
:
t
(
'v101.scatteredOrderList.table8'
),
align
:
'
center
'
},
]
as
any
,
mobileCols
:
[
{
name
:
'HotelName'
,
label
:
t
(
'v101.scatteredOrderList.table1'
),
align
:
'left'
},
...
...
src/pages/scattered/HotelSure.vue
View file @
04b0d3e9
...
...
@@ -405,7 +405,8 @@
</template>
<
script
lang=
"ts"
>
import
svgIcon
from
'../../components/global/svg-icon.vue'
import
Store
from
'../../store'
import
svgIcon
from
'../../components/global/svg-icon.vue'
import
{
defineComponent
,
ref
,
reactive
,
toRef
,
toRefs
,
provide
,
onMounted
,
inject
,
watch
}
from
'vue'
import
{
useI18n
}
from
'vue-i18n'
import
{
DirtionmaryHelper
}
from
'../../config/dictionary'
...
...
@@ -602,9 +603,15 @@
}
})
})
if
(
data
.
sureMsg
.
CustomerId
==
null
||
data
.
sureMsg
.
CustomerId
==
""
){
data
.
sureMsg
.
CustomerId
=
0
let
CustomerId
if
(
localStorage
.
vuex
&&
JSON
.
parse
(
localStorage
.
vuex
).
user
?.
userDetail
)
{
CustomerId
=
Store
.
state
.
user
?.
userDetail
?.
customerId
data
.
sureMsg
.
CustomerId
=
CustomerId
}
// if(data.sureMsg.CustomerId==null||data.sureMsg.CustomerId==""){
// data.sureMsg.CustomerId=0
// }
console
.
log
(
data
.
sureMsg
,
'----'
)
data
.
submLoading
=
true
let
param
=
Object
.
assign
(
data
.
sureMsg
)
HotelService
.
GetHotelHotelBooking
(
param
)
...
...
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