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
2c3ee94d
Commit
2c3ee94d
authored
Jul 16, 2025
by
吴春
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
8bc84eac
b6918424
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
171 additions
and
160 deletions
+171
-160
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+0
-7
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+1
-1
TravelControlListSale.vue
...onents/TravelManager/TravelList/TravelControlListSale.vue
+1
-1
order-form2.vue
src/components/orderCommon/order-form2.vue
+169
-151
No files found.
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
2c3ee94d
...
...
@@ -5486,13 +5486,6 @@
this
.
addMsg
.
CommissionShareMoney
=
"0"
;
},
saveOrder
()
{
// 判断单团类型
if
(
this
.
addMsg
.
GroupType
==
2
)
{
// if (this.addMsg.QuotationUrl == "") {
// this.Error(this.$t('objFill.v101.FinancialModule.qingscfj'));
// return;
// }
}
// 选择联运,联运备注必填
if
(
this
.
addMsg
.
IsIntermodal
==
1
||
this
.
addMsg
.
IsReturnIntermodal
==
1
)
{
if
(
!
this
.
addMsg
.
UnionRemark
)
{
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
2c3ee94d
...
...
@@ -1252,7 +1252,7 @@
</template>
</table>
<font
style=
"color:red;font-weight:bold;cursor:pointer;"
slot=
"reference"
>
{{subItem.ChangeNum>0?'+':'
-
'}}{{subItem.ChangeNum}}
</font>
{{subItem.ChangeNum>0?'+':''}}{{subItem.ChangeNum}}
</font>
</el-popover>
</template>
</td>
...
...
src/components/TravelManager/TravelList/TravelControlListSale.vue
View file @
2c3ee94d
...
...
@@ -858,7 +858,7 @@
</template>
</table>
<font
style=
"color:red;font-weight:bold;cursor:pointer;"
slot=
"reference"
>
{{subItem.ChangeNum>0?'+':'
-
'}}{{subItem.ChangeNum}}
</font>
{{subItem.ChangeNum>0?'+':''}}{{subItem.ChangeNum}}
</font>
</el-popover>
</template>
</td>
...
...
src/components/orderCommon/order-form2.vue
View file @
2c3ee94d
This diff is collapsed.
Click to expand it.
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