Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
e2cd743f
"src/pages/workbench/fwgl/fwgl.vue" did not exist on "0e7a59823263b99c6ae486b603c36f338817f03c"
Commit
e2cd743f
authored
Nov 12, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
全选状态+选择规格
parent
a5fd7db9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
src/components/shopping-cart/shopping-cart-cell.vue
src/components/shopping-cart/shopping-cart-cell.vue
+2
-7
src/components/shopping-cart/shopping-cart-com.vue
src/components/shopping-cart/shopping-cart-com.vue
+1
-0
No files found.
src/components/shopping-cart/shopping-cart-cell.vue
View file @
e2cd743f
...
...
@@ -315,13 +315,8 @@ export default {
this
.
specificationApplicationPop
=
val
;
},
submitPop
()
{
this
.
cellItems
.
service
.
spcs_info
=
this
.
specificationPop
.
spcs_type
==
1
?
this
.
cellItems
.
service
.
request_spcs_info
.
spcs_type_1
[
val
]
:
this
.
specificationPop
.
spcs_type
==
2
?
this
.
cellItems
.
service
.
request_spcs_info
.
spcs_type_2
[
val
]
:
""
;
this
.
updateShoppingCart
();
this
.
cellItems
.
service
.
spcs_info
=
this
.
specificationPop
;
this
.
visible
=
false
;
this
.
updateShoppingCart
();
},
setSpecificationPop
()
{
...
...
src/components/shopping-cart/shopping-cart-com.vue
View file @
e2cd743f
...
...
@@ -165,6 +165,7 @@ export default {
this
.
listIn
=
response
.
data
.
data
.
invalid
||
[];
this
.
checkList
=
[];
this
.
checkListIn
=
[];
this
.
checkShopAll
=
false
;
for
(
let
index
in
this
.
list
)
{
this
.
checkList
.
push
(
false
);
}
...
...
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