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
7b895129
Commit
7b895129
authored
May 19, 2020
by
王勇飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pp
parent
692882bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
fqboss/app/front/vues/pages/automatictmsubmitedit/automatictmsubmitedit.html
+4
-0
fqboss/app/front/vues/pages/automatictmsubmitedit/automatictmsubmitedit.js
+5
-0
No files found.
fqboss/app/front/vues/pages/automatictmsubmitedit/automatictmsubmitedit.html
View file @
7b895129
...
@@ -280,6 +280,10 @@
...
@@ -280,6 +280,10 @@
<el-form-item
label-width=
"140px"
label=
"电子邮箱"
style=
"width:950px;float:left;padding-right:50px;"
>
<el-form-item
label-width=
"140px"
label=
"电子邮箱"
style=
"width:950px;float:left;padding-right:50px;"
>
<el-input
v-model=
"apply.email"
>
</el-input>
<el-input
v-model=
"apply.email"
>
</el-input>
</el-form-item>
</el-form-item>
<el-form-item
label-width=
"140px"
label=
"提报主体"
style=
"width:950px;float:left;padding-right:50px;"
>
<gsb-select
v-model=
"apply.principal"
dicKey=
"tm_principal"
labelField=
"label"
valueField=
"value"
>
</gsb-select>
</el-form-item>
<div
style=
"clear:both;"
></div>
<div
style=
"clear:both;"
></div>
<!-- <el-form-item label-width="140px" label="座机电话" style="width:950px;float:left;padding-right:50px;" prop="creditCode">
<!-- <el-form-item label-width="140px" label="座机电话" style="width:950px;float:left;padding-right:50px;" prop="creditCode">
<el-input v-model="apply.creditCode"></el-input>
<el-input v-model="apply.creditCode"></el-input>
...
...
fqboss/app/front/vues/pages/automatictmsubmitedit/automatictmsubmitedit.js
View file @
7b895129
...
@@ -196,6 +196,7 @@
...
@@ -196,6 +196,7 @@
descUrl
:
""
,
descUrl
:
""
,
businessLicensePic2
:
""
,
businessLicensePic2
:
""
,
identityCardPic2
:
""
,
identityCardPic2
:
""
,
principal
:
""
,
},
},
applyrules
:
{
applyrules
:
{
type
:
[
type
:
[
...
@@ -228,6 +229,9 @@
...
@@ -228,6 +229,9 @@
email
:
[
email
:
[
{
required
:
true
,
message
:
'请输入电子邮箱'
}
{
required
:
true
,
message
:
'请输入电子邮箱'
}
],
],
principal
:
[
{
type
:
'string'
,
required
:
true
,
message
:
'请选择委托主体'
,
trigger
:
'change'
}
],
},
},
order
:
{},
order
:
{},
qrcode
:
""
,
qrcode
:
""
,
...
@@ -407,6 +411,7 @@
...
@@ -407,6 +411,7 @@
customerContact
:
d_customer
?
d_customer
.
customerContact
:
""
,
customerContact
:
d_customer
?
d_customer
.
customerContact
:
""
,
mobile
:
d_customer
?
d_customer
.
mobile
:
""
,
mobile
:
d_customer
?
d_customer
.
mobile
:
""
,
email
:
d_customer
?
d_customer
.
email
:
""
,
email
:
d_customer
?
d_customer
.
email
:
""
,
principal
:
d_apply
?
d_apply
.
principal
:
"汉唐信通(北京)咨询有限公司"
,
businessLicensePic
:
d_apply
?
d_apply
.
businessLicensePic
:
""
,
businessLicensePic
:
d_apply
?
d_apply
.
businessLicensePic
:
""
,
identityCardPic
:
d_apply
?
d_apply
.
identityCardPic
:
""
,
identityCardPic
:
d_apply
?
d_apply
.
identityCardPic
:
""
,
businessLicensePic2
:
d_apply
?
d_apply
.
businessLicensePic2
:
""
,
businessLicensePic2
:
d_apply
?
d_apply
.
businessLicensePic2
:
""
,
...
...
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