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
6c0cdd03
Commit
6c0cdd03
authored
Mar 18, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
c46832f5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
16 deletions
+16
-16
OrderList.vue
src/components/Hotel/reservation/OrderList.vue
+4
-4
visaOrderList.vue
src/components/SalesVisa/components/visaOrderList.vue
+4
-4
orderList.vue
...omponents/busManagement/BookAcar/components/orderList.vue
+4
-4
OrderList.vue
src/components/scenicSpot/reservation/OrderList.vue
+4
-4
No files found.
src/components/Hotel/reservation/OrderList.vue
View file @
6c0cdd03
...
...
@@ -630,7 +630,7 @@
>
<i
class=
"absolute right20 bottom20 el-icon-circle-plus cursor-pointer c059FF6"
@
click=
"makeAdocument(scope.row, index, 1)"
@
click=
"makeAdocument(scope.row,
scope.$
index, 1)"
></i>
</el-tooltip>
</div>
...
...
@@ -658,7 +658,7 @@
>
<i
class=
"absolute right20 bottom20 el-icon-circle-plus cursor-pointer c059FF6"
@
click=
"makeAdocument(scope.row, index, 2)"
@
click=
"makeAdocument(scope.row,
scope.$
index, 2)"
></i>
</el-tooltip>
</div>
...
...
@@ -681,11 +681,11 @@
<el-tooltip
class=
""
effect=
"dark"
:content=
"$t('objFill.preparedocument')"
placement=
"top"
>
<i
class=
"el-icon-circle-plus cursor-pointer c059FF6"
@
click=
"makeAdocument(scope.row, index, 3)"
></i>
@
click=
"makeAdocument(scope.row,
scope.$
index, 3)"
></i>
</el-tooltip>
<el-tooltip
v-if=
"scope.row.OrderStatus == 2"
class=
""
effect=
"dark"
:content=
"$t('objFill.balanceout')"
placement=
"top"
>
<i
class=
"el-icon-circle-plus cursor-pointer c3FC4FF"
@
click=
"isOffset(scope.row, index, 3,null)"
></i>
@
click=
"isOffset(scope.row,
scope.$
index, 3,null)"
></i>
</el-tooltip>
</div>
</div>
...
...
src/components/SalesVisa/components/visaOrderList.vue
View file @
6c0cdd03
...
...
@@ -720,7 +720,7 @@
<el-tooltip
v-if=
"scope.row.visaOrderStatus!=2"
class=
"item"
effect=
"dark"
content=
"制单"
placement=
"top"
>
<i
class=
"el-icon-circle-plus cursor-pointer c059FF6"
@
click=
"makeAdocument(scope.row, index, 1)"
></i>
@
click=
"makeAdocument(scope.row,
scope.$
index, 1)"
></i>
</el-tooltip>
</div>
<div
class=
"row-c justify-sb px15 bgf5 radius5 ml flex-g pa relative"
...
...
@@ -741,7 +741,7 @@
<el-tooltip
v-if=
"scope.row.visaOrderStatus!=2"
class=
"item"
effect=
"dark"
content=
"制单"
placement=
"top"
>
<i
class=
"el-icon-circle-plus cursor-pointer c059FF6"
@
click=
"makeAdocument(scope.row, index, 2)"
></i>
@
click=
"makeAdocument(scope.row,
scope.$
index, 2)"
></i>
</el-tooltip>
</div>
<div
class=
"row-c justify-sb px15 bgf5 radius5 ml flex-g pa relative"
...
...
@@ -763,11 +763,11 @@
<div
class=
"item"
v-if=
"scope.row.visaOrderStatus!=2&& pagesTitle != '销售'"
>
<el-tooltip
class=
""
effect=
"dark"
content=
"制单"
placement=
"top"
>
<i
class=
"el-icon-circle-plus cursor-pointer c059FF6"
@
click=
"makeAdocument(scope.row, index, 3)"
></i>
@
click=
"makeAdocument(scope.row,
scope.$
index, 3)"
></i>
</el-tooltip>
<el-tooltip
class=
""
effect=
"dark"
content=
"冲抵"
placement=
"top"
>
<i
class=
"el-icon-circle-plus cursor-pointer c3FC4FF"
@
click=
"isOffset(scope.row, index, 3)"
></i>
@
click=
"isOffset(scope.row,
scope.$
index, 3)"
></i>
</el-tooltip>
</div>
</div>
...
...
src/components/busManagement/BookAcar/components/orderList.vue
View file @
6c0cdd03
...
...
@@ -730,7 +730,7 @@
>
<i
class=
"absolute right20 bottom20 el-icon-circle-plus cursor-pointer c059FF6"
@
click=
"makeAdocument(scope.row, index, 1)"
@
click=
"makeAdocument(scope.row,
scope.$
index, 1)"
></i>
</el-tooltip>
</div>
...
...
@@ -764,7 +764,7 @@
>
<i
class=
"absolute right20 bottom20 el-icon-circle-plus cursor-pointer c059FF6"
@
click=
"makeAdocument(scope.row, index, 2)"
@
click=
"makeAdocument(scope.row,
scope.$
index, 2)"
></i>
</el-tooltip>
</div>
...
...
@@ -796,13 +796,13 @@
<el-tooltip
class=
""
effect=
"dark"
:content=
"$t('objFill.preparedocument')"
placement=
"top"
>
<i
class=
"el-icon-circle-plus cursor-pointer c059FF6"
@
click=
"makeAdocument(scope.row, index, 3)"
@
click=
"makeAdocument(scope.row,
scope.$
index, 3)"
></i>
</el-tooltip>
<el-tooltip
class=
""
effect=
"dark"
:content=
"$t('objFill.balanceout')"
placement=
"top"
>
<i
class=
"el-icon-circle-plus cursor-pointer c3FC4FF"
@
click=
"isOffset(scope.row, index, 3)"
@
click=
"isOffset(scope.row,
scope.$
index, 3)"
></i>
</el-tooltip>
</div>
...
...
src/components/scenicSpot/reservation/OrderList.vue
View file @
6c0cdd03
...
...
@@ -748,7 +748,7 @@
</div>
<el-tooltip
v-if=
"scope.row.OrderStatus == 2"
class=
"item"
effect=
"dark"
:content=
"$t('objFill.preparedocument')"
placement=
"top"
>
<i
class=
"absolute right20 bottom20 el-icon-circle-plus cursor-pointer c059FF6"
@
click=
"makeAdocument(scope.row, index, 1)"
></i>
@
click=
"makeAdocument(scope.row,
scope.$
index, 1)"
></i>
</el-tooltip>
</div>
<div
class=
"column px15 bgf5 radius5 ml flex-g pa relative"
style=
"min-width: 150px;max-width:400px"
>
...
...
@@ -763,7 +763,7 @@
</div>
<el-tooltip
v-if=
"scope.row.OrderStatus == 2"
class=
"item"
effect=
"dark"
:content=
"$t('objFill.preparedocument')"
placement=
"top"
>
<i
class=
"absolute right20 bottom20 el-icon-circle-plus cursor-pointer c059FF6"
@
click=
"makeAdocument(scope.row, index, 2)"
></i>
@
click=
"makeAdocument(scope.row,
scope.$
index, 2)"
></i>
</el-tooltip>
</div>
<div
class=
"column px15 bgf5 radius5 ml flex-g pa relative"
style=
"min-width: 150px;max-width:400px"
>
...
...
@@ -778,10 +778,10 @@
</div>
<div
class=
"item absolute right20 bottom20"
v-if=
"scope.row.OrderStatus == 2 && pagesTitle != '销售'"
>
<el-tooltip
class=
""
effect=
"dark"
:content=
"$t('objFill.preparedocument')"
placement=
"top"
>
<i
class=
"el-icon-circle-plus cursor-pointer c059FF6"
@
click=
"makeAdocument(scope.row, index, 3)"
></i>
<i
class=
"el-icon-circle-plus cursor-pointer c059FF6"
@
click=
"makeAdocument(scope.row,
scope.$
index, 3)"
></i>
</el-tooltip>
<el-tooltip
v-if=
"scope.row.OrderStatus == 2"
class=
""
effect=
"dark"
:content=
"$t('objFill.balanceout')"
placement=
"top"
>
<i
class=
"el-icon-circle-plus cursor-pointer c3FC4FF"
@
click=
"isOffset(scope.row, index, 3)"
></i>
<i
class=
"el-icon-circle-plus cursor-pointer c3FC4FF"
@
click=
"isOffset(scope.row,
scope.$
index, 3)"
></i>
</el-tooltip>
</div>
</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