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
4bf7a57e
Commit
4bf7a57e
authored
Mar 09, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
4c0f2799
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
bpo-admin/app/front/vues/pages/channelmanager/channelmanager.html
+5
-2
No files found.
bpo-admin/app/front/vues/pages/channelmanager/channelmanager.html
View file @
4bf7a57e
...
@@ -84,8 +84,11 @@
...
@@ -84,8 +84,11 @@
<el-form-item
label=
"渠道名称:"
prop=
"name"
>
<el-form-item
label=
"渠道名称:"
prop=
"name"
>
<el-input
v-model=
"dkcompany.name"
placeholder=
"请输入渠道名称"
maxlength=
"100"
style=
"width:468px;"
clearable
></el-input>
<el-input
v-model=
"dkcompany.name"
placeholder=
"请输入渠道名称"
maxlength=
"100"
style=
"width:468px;"
clearable
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"统一社会信用代码:"
prop=
"idcode"
>
<el-form-item
v-if=
"dkcompany.ctype == 1"
label=
"统一社会信用代码:"
prop=
"idcode"
>
<el-input
v-model=
"dkcompany.idcode"
placeholder=
"请输入统一社会信用代码"
maxlength=
"30"
style=
"width:468px;"
clearable
></el-input>
<el-input
v-model=
"dkcompany.idcode"
placeholder=
"请输入统一社会信用代码"
maxlength=
"50"
style=
"width:468px;"
clearable
></el-input>
</el-form-item>
<el-form-item
v-if=
"dkcompany.ctype == 2"
label=
"身份证号码:"
prop=
"idcode"
>
<el-input
v-model=
"dkcompany.idcode"
placeholder=
"请输入身份证号码"
maxlength=
"50"
style=
"width:468px;"
clearable
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"营业执照:"
prop=
"business_license"
v-if=
"dkcompany.ctype == 1"
>
<el-form-item
label=
"营业执照:"
prop=
"business_license"
v-if=
"dkcompany.ctype == 1"
>
<el-upload
<el-upload
...
...
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