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
7067d6d4
Commit
7067d6d4
authored
Apr 30, 2026
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
905f2298
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
productQueryOne.vue
src/components/SalesModule/productQueryOne.vue
+4
-1
productQueryOne2.vue
src/components/SalesModule/productQueryOne2.vue
+3
-1
order-form2.vue
src/components/orderCommon/order-form2.vue
+3
-1
No files found.
src/components/SalesModule/productQueryOne.vue
View file @
7067d6d4
...
@@ -2290,7 +2290,10 @@
...
@@ -2290,7 +2290,10 @@
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
ctlxList
=
res
.
data
.
data
this
.
ctlxList
=
res
.
data
.
data
// 屏蔽订车订房订门票
// 屏蔽订车订房订门票
this
.
ctlxList
.
splice
(
-
1
)
// 屏蔽订车订房订门票
if
(
this
.
CurrentUserInfo
.
RB_Branch_id
!=
49
&&
this
.
CurrentUserInfo
.
RB_Branch_id
!=
1252
&&
this
.
CurrentUserInfo
.
RB_Branch_id
!=
1257
){
this
.
ctlxList
.
splice
(
-
1
);
}
this
.
ctlxList
.
splice
(
-
1
)
this
.
ctlxList
.
splice
(
-
1
)
this
.
ctlxList
.
splice
(
-
1
)
this
.
ctlxList
.
splice
(
-
1
)
}
}
...
...
src/components/SalesModule/productQueryOne2.vue
View file @
7067d6d4
...
@@ -1673,7 +1673,9 @@
...
@@ -1673,7 +1673,9 @@
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
ctlxList
=
res
.
data
.
data
this
.
ctlxList
=
res
.
data
.
data
// 屏蔽订车订房订门票
// 屏蔽订车订房订门票
this
.
ctlxList
.
splice
(
-
1
)
if
(
this
.
CurrentUserInfo
.
RB_Branch_id
!=
49
&&
this
.
CurrentUserInfo
.
RB_Branch_id
!=
1252
&&
this
.
CurrentUserInfo
.
RB_Branch_id
!=
1257
){
this
.
ctlxList
.
splice
(
-
1
);
}
this
.
ctlxList
.
splice
(
-
1
)
this
.
ctlxList
.
splice
(
-
1
)
this
.
ctlxList
.
splice
(
-
1
)
this
.
ctlxList
.
splice
(
-
1
)
}
}
...
...
src/components/orderCommon/order-form2.vue
View file @
7067d6d4
...
@@ -2605,7 +2605,9 @@
...
@@ -2605,7 +2605,9 @@
this
.
apipost
(
"sellorder_get_GetOrderJoinEnumList"
,
{},
(
res
)
=>
{
this
.
apipost
(
"sellorder_get_GetOrderJoinEnumList"
,
{},
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
joinTypeList
=
res
.
data
.
data
;
this
.
joinTypeList
=
res
.
data
.
data
;
this
.
joinTypeList
.
splice
(
-
1
);
if
(
this
.
CurrentUserInfo
.
RB_Branch_id
!=
49
&&
this
.
CurrentUserInfo
.
RB_Branch_id
!=
1252
&&
this
.
CurrentUserInfo
.
RB_Branch_id
!=
1257
){
this
.
joinTypeList
.
splice
(
-
1
);
}
this
.
joinTypeList
.
splice
(
-
1
);
this
.
joinTypeList
.
splice
(
-
1
);
this
.
joinTypeList
.
splice
(
-
1
);
this
.
joinTypeList
.
splice
(
-
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