Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
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
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
bp
op-web-service
Commits
fc37866c
Commit
fc37866c
authored
Aug 06, 2021
by
lihui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: m-proxy
parent
b91951cc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
spellOrderSet.vue
...pages/Activity/releaseProduc/components/spellOrderSet.vue
+1
-0
index.vue
src/pages/Activity/releaseProduc/index.vue
+3
-3
vue.config.js
vue.config.js
+1
-1
No files found.
src/pages/Activity/releaseProduc/components/spellOrderSet.vue
View file @
fc37866c
...
@@ -486,6 +486,7 @@ export default {
...
@@ -486,6 +486,7 @@ export default {
this
.
hasCheckedList
=
true
;
this
.
hasCheckedList
=
true
;
// console.log(this.spellOrderSetArr);
// console.log(this.spellOrderSetArr);
this
.
checkedTakePlacelist
=
this
.
setTableListData
(
this
.
spellOrderSetArr
);
// 选中的自提点列表
this
.
checkedTakePlacelist
=
this
.
setTableListData
(
this
.
spellOrderSetArr
);
// 选中的自提点列表
console
.
log
(
this
.
checkedTakePlacelist
);
this
.
toggleSelection
(
this
.
checkedTakePlacelist
);
this
.
toggleSelection
(
this
.
checkedTakePlacelist
);
}
}
this
.
getPlaceList
();
this
.
getPlaceList
();
...
...
src/pages/Activity/releaseProduc/index.vue
View file @
fc37866c
...
@@ -20,13 +20,13 @@
...
@@ -20,13 +20,13 @@
/>
/>
<addProduc
<addProduc
ref=
"addProduc"
ref=
"addProduc"
v-show=
"active ===
3
"
v-show=
"active ===
2
"
:editInfo=
"infoEditArr"
:editInfo=
"infoEditArr"
:addProduc=
"addProducArr"
:addProduc=
"addProducArr"
/>
/>
<spellOrderSet
<spellOrderSet
ref=
"spellOrderSet"
ref=
"spellOrderSet"
v-show=
"active ===
2
"
v-show=
"active ===
3
"
:spellOrderSet=
"spellOrderSetArr"
:spellOrderSet=
"spellOrderSetArr"
@
getTakeTakePlaceListFromChild=
"getTakeTakePlaceListFromChild"
@
getTakeTakePlaceListFromChild=
"getTakeTakePlaceListFromChild"
/>
/>
...
@@ -65,7 +65,7 @@ export default {
...
@@ -65,7 +65,7 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
active
:
2
,
// 步骤条状态
active
:
1
,
// 步骤条状态
infoEditArr
:
[],
// 信息编辑数据
infoEditArr
:
[],
// 信息编辑数据
addProducArr
:
[],
// 添加商品
addProducArr
:
[],
// 添加商品
goodsSkuIDArr
:
[],
// 接收goods_sku_id
goodsSkuIDArr
:
[],
// 接收goods_sku_id
...
...
vue.config.js
View file @
fc37866c
...
@@ -7,7 +7,7 @@ module.exports = {
...
@@ -7,7 +7,7 @@ module.exports = {
publicPath
:
isDev
?
"/"
:
"/dist"
,
publicPath
:
isDev
?
"/"
:
"/dist"
,
configureWebpack
:
{
configureWebpack
:
{
devServer
:
{
devServer
:
{
proxy
:
"http
//:localhost:8055"
,
proxy
:
"http
://127.0.0.1:8055"
,
//http://localhost:8055
hot
:
true
,
hot
:
true
,
disableHostCheck
:
true
disableHostCheck
:
true
}
}
...
...
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