Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
dsk-cr20g
Commits
44e6d5fc
Commit
44e6d5fc
authored
Jul 25, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
2f345cd0
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
41 additions
and
5 deletions
+41
-5
index.vue
dsk-operate-ui/src/views/custom/customList/index.vue
+12
-3
index.vue
...operate-ui/src/views/custom/historicalCustomers/index.vue
+7
-2
lxr.vue
...perate-ui/src/views/project/projectList/component/lxr.vue
+10
-0
xgqy.vue
...erate-ui/src/views/project/projectList/component/xgqy.vue
+12
-0
No files found.
dsk-operate-ui/src/views/custom/customList/index.vue
View file @
44e6d5fc
...
@@ -313,9 +313,18 @@
...
@@ -313,9 +313,18 @@
}
}
},
},
created
()
{
created
()
{
this
.
$watch
(
()
=>
this
.
$route
.
params
,
()
=>
{
this
.
getCustomerList
()
this
.
getCustomerList
()
this
.
getDictType
()
this
.
getDictType
()
this
.
prvinceTree
()
this
.
prvinceTree
()
this
.
searchParam
.
companyName
=
''
},
// 组件创建完后获取数据,
// 此时 data 已经被 observed 了
{
immediate
:
true
}
)
},
},
methods
:{
methods
:{
sq1
(
item
,
sq
){
sq1
(
item
,
sq
){
...
...
dsk-operate-ui/src/views/custom/historicalCustomers/index.vue
View file @
44e6d5fc
...
@@ -243,8 +243,13 @@ export default {
...
@@ -243,8 +243,13 @@ export default {
}
}
},
},
created
()
{
created
()
{
this
.
$watch
(
()
=>
this
.
$route
.
params
,
()
=>
{
this
.
getCustomerList
()
this
.
getCustomerList
()
this
.
getDictType
()
this
.
getDictType
()
this
.
searchParam
.
companyName
=
''
},{
immediate
:
true
})
},
},
methods
:{
methods
:{
sq1
(
item
,
sq
){
sq1
(
item
,
sq
){
...
...
dsk-operate-ui/src/views/project/projectList/component/lxr.vue
View file @
44e6d5fc
...
@@ -202,6 +202,16 @@
...
@@ -202,6 +202,16 @@
save
(){
save
(){
let
param
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
queryParam
))
let
param
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
queryParam
))
param
.
sex
=
parseInt
(
param
.
sex
)
param
.
sex
=
parseInt
(
param
.
sex
)
if
(
!
this
.
queryParam
.
phone
){
this
.
$message
.
error
(
'请输入电话号码'
)
return
false
}
var
regPartton
=
/1
[
3-9
]
+
\d{9}
/
;
var
regPartton1
=
/0
\d{2,3}
-
\d{7,8}
|
\(?
0
\d{2,3}[
)-
]?\d{7,8}
|
\(?
0
\d{2,3}[
)-
]
*
\d{7,8}
/
;
if
(
!
regPartton
.
test
(
this
.
queryParam
.
phone
)
&&
!
regPartton1
.
test
(
this
.
queryParam
.
phone
))
{
this
.
$message
.
error
(
"请输入正确的电话"
);
return
false
}
if
(
this
.
isnew
==
false
){
if
(
this
.
isnew
==
false
){
editLXR
(
param
).
then
(
result
=>
{
editLXR
(
param
).
then
(
result
=>
{
if
(
result
.
code
==
200
){
if
(
result
.
code
==
200
){
...
...
dsk-operate-ui/src/views/project/projectList/component/xgqy.vue
View file @
44e6d5fc
...
@@ -40,21 +40,33 @@
...
@@ -40,21 +40,33 @@
sortable
sortable
label=
"对接深度/竞争力度"
label=
"对接深度/竞争力度"
>
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
depth
||
'--'
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"companyRole"
prop=
"companyRole"
label=
"企业角色"
label=
"企业角色"
width=
""
>
width=
""
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
companyRole
||
'--'
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"responsiblePerson"
prop=
"responsiblePerson"
label=
"负责人"
label=
"负责人"
width=
""
>
width=
""
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
responsiblePerson
||
'--'
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"responsiblePerson"
prop=
"responsiblePerson"
label=
"负责人联系方式"
label=
"负责人联系方式"
width=
""
>
width=
""
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
responsiblePerson
||
'--'
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"responsiblePerson"
prop=
"responsiblePerson"
...
...
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