Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
logistics-center
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
前端
logistics-center
Commits
01802cc7
Commit
01802cc7
authored
Jul 01, 2021
by
冯腾骁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
平台渠道发货配置
parent
0e3c597e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
platformChannelDelivery.vue
.../deliveryChannelConfiguration/platformChannelDelivery.vue
+4
-5
No files found.
src/views/deliveryChannelConfiguration/platformChannelDelivery.vue
View file @
01802cc7
...
...
@@ -21,7 +21,7 @@
<el-input
v-model=
"insertPlatformChannelParams.channelCode"
clearable
size=
"mini"
placeholder=
"渠道编码"
@
keyup
.
enter
.
native=
"searchPage"
/>
</el-form-item>
<el-button
type=
"primary"
size=
"mini"
@
click=
"
searchPage
"
class=
"mt7 mr15 r mb10"
>
<el-button
type=
"primary"
size=
"mini"
@
click=
"
insertPlatformChannel
"
class=
"mt7 mr15 r mb10"
>
新增
</el-button>
</el-form>
...
...
@@ -118,7 +118,7 @@ export default {
getPage
()
{
this
.
axios
({
data
:
this
.
searchPlatformChannelParams
,
url
:
'logisticsConfig/'
,
url
:
'logisticsConfig/
platformChannelDelivery/pagePlatformChannel
'
,
method
:
'post'
}).
then
(
res
=>
{
if
(
res
.
success
)
{
...
...
@@ -127,15 +127,14 @@ export default {
}
})
},
insert
Online
()
{
insert
PlatformChannel
()
{
this
.
axios
({
data
:
this
.
insertPlatformChannelParams
,
url
:
'logisticsConfig/'
,
url
:
'logisticsConfig/
platformChannelDelivery/insertPlatformChannel
'
,
method
:
'post'
}).
then
(
res
=>
{
if
(
res
.
success
)
{
this
.
$message
(
"录入成功"
)
this
.
insertOnlineVisible
=
false
;
this
.
getPage
();
}
})
...
...
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