Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
39733a68
Commit
39733a68
authored
Mar 20, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
c3007dba
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
bpo-admin/app/base/controller/impl/channelCtl.js
+1
-0
bpo-admin/app/front/vues/pages/channelmanager/channelmanager.html
+1
-1
bpo-admin/app/front/vues/pages/channelmerchantmanager/channelmerchantmanager.js
+0
-4
No files found.
bpo-admin/app/base/controller/impl/channelCtl.js
View file @
39733a68
...
...
@@ -94,6 +94,7 @@ class ChannelCtl extends CtlBase {
obj
.
origin_merchant_id
=
offlinecompany
.
id
;
}
}
obj
.
channel_id
=
Number
(
obj
.
channel_id
||
0
);
return
await
this
.
service
.
merchantSave
(
obj
);
}
catch
(
e
)
{
console
.
log
(
e
);
...
...
bpo-admin/app/front/vues/pages/channelmanager/channelmanager.html
View file @
39733a68
...
...
@@ -72,7 +72,7 @@
<div
style=
"width: 862px; height: 1px;background-color: #E3E3E3;margin: 17px 20px 0px -20px"
></div>
</div>
<el-form
:model=
"dkcompany"
:rules=
"rules"
ref=
"dkcompany"
label-width=
"150px"
label=
"right"
style=
"padding:0px 100px;"
>
<div
style=
"
0px 10px;
line-height: 15px;padding-bottom:40px;"
>
<div
style=
"line-height: 15px;padding-bottom:40px;"
>
<div
style=
"width:2px;height:15px;float: left;background-color: #54C4A7"
>
</div>
<span
style=
"font-size:15px;color: #333333;float: left;font-weight:bold;margin-left: 7px;"
>
渠道信息
</span>
...
...
bpo-admin/app/front/vues/pages/channelmerchantmanager/channelmerchantmanager.js
View file @
39733a68
...
...
@@ -32,10 +32,6 @@
merchant_name
:
''
},
rules
:
{
channel_id
:
[
{
required
:
true
,
message
:
'请选择渠道名称'
,
trigger
:
'blur'
},
{
validator
:
validMethod
,
trigger
:
'blur'
}
],
origin_id
:
[
{
required
:
true
,
message
:
'请选择商户来源'
,
trigger
:
'blur'
},
{
validator
:
validMethod
,
trigger
:
'blur'
}
...
...
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