Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
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
华国豪
CRM
Commits
f4cddcf8
Commit
f4cddcf8
authored
Jun 08, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
263eb806
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
47 deletions
+4
-47
guestDialogBox.vue
src/components/clueManagement/guestDialogBox.vue
+4
-47
No files found.
src/components/clueManagement/guestDialogBox.vue
View file @
f4cddcf8
...
...
@@ -209,7 +209,7 @@
<span
icon=
"el-icon-close"
></span>
</div>
<div
class=
"form-box"
v-if=
"show"
>
<el-form
:model=
"form"
ref=
"
form"
class=
"MyEditForm"
:rules=
"rulesData
"
>
<el-form
:model=
"form"
ref=
"
ruleForm"
class=
"MyEditForm"
:rules=
"rules
"
>
<p
class=
"form-box-tit"
><span
class=
"radius"
></span>
基本信息
</p>
<el-row
:gutter=
"30"
>
<el-col
:span=
"8"
>
...
...
@@ -503,8 +503,8 @@
</el-collapse>
</div>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
class=
"add-box-btn"
@
click=
"submitForm('
f
orm')"
>
确 定
</el-button>
<el-button
class=
"add-box-btn add-box-cancel"
@
click=
"dialogTableVisible = false, resetForm('
f
orm')"
>
取 消
<el-button
type=
"primary"
class=
"add-box-btn"
@
click=
"submitForm('
ruleF
orm')"
>
确 定
</el-button>
<el-button
class=
"add-box-btn add-box-cancel"
@
click=
"dialogTableVisible = false, resetForm('
ruleF
orm')"
>
取 消
</el-button>
</div>
<el-dialog
:visible
.
sync=
"dialogVisible"
>
...
...
@@ -620,7 +620,7 @@
TravelTypeList
:
[],
DutyTypeList
:
[],
UnitTypeList
:
[],
rules
Data
:
{
rules
:
{
ClueName
:
[{
required
:
true
,
message
:
"请填写线索名称"
,
...
...
@@ -905,49 +905,6 @@
this
.
MsgBus
.
$emit
(
"closeCustomerDialogBox"
);
},
addData
()
{
// if (!this.form.ClueName) {
// this.$message({
// type: 'warning',
// message: '请填写线索名称'
// });
// return
// }
// if (!this.form.WeChatNo) {
// return
// this.$message({
// type: 'warning',
// message: '请输入微信号'
// });
// return
// }
// if (!this.form.MobilePhone) {
// this.$message({
// type: 'warning',
// message: '请输入手机号码'
// });
// return
// }
// if (!this.form.CustomerSourceType) {
// this.$message({
// type: 'warning',
// message: '请选择客户来源'
// });
// return
// }
// if (!this.form.CustomerSourceType) {
// this.$message({
// type: 'warning',
// message: '请选择客户来源'
// });
// return
// }
// if (!this.form.SourceAccount) {
// this.$message({
// type: 'warning',
// message: '请选择来源途径'
// });
// return
// }
if
(
this
.
form
.
CustomerID
===
""
)
{
this
.
form
.
CustomerID
=
0
;
}
...
...
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