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
73c1fba7
Commit
73c1fba7
authored
Apr 28, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
1288a77a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
8 deletions
+2
-8
guestDialogBox.vue
src/components/clueManagement/guestDialogBox.vue
+0
-4
main.js
src/main.js
+1
-1
index.js
src/plugins/index.js
+1
-3
No files found.
src/components/clueManagement/guestDialogBox.vue
View file @
73c1fba7
...
...
@@ -240,7 +240,6 @@
</el-form-item>
</div>
</el-col>
<el-col
:span=
"8"
>
<div
class=
"MyEditForm-item"
>
<el-form-item
label=
"客户来源"
prop=
"CustomerSourceType"
>
...
...
@@ -270,7 +269,6 @@
</div>
</el-col>
</el-row>
<el-col
:span=
"24"
>
<div
class=
"MyEditForm-item label-pad-left"
>
<el-form-item
label=
"备注"
prop=
"Remarks"
>
...
...
@@ -280,7 +278,6 @@
</el-col>
</el-form>
</div>
<div
class=
"form-box"
v-if=
"show"
>
<el-collapse
v-model=
"activeNames"
>
<el-collapse-item
title=
"更多信息"
name=
"3"
>
...
...
@@ -488,7 +485,6 @@
</el-form-item>
</div>
</el-col>
<template
v-for=
'(item,index) in EconomicCapabilityS'
>
<el-col
:span=
"8"
:key=
"index"
v-if=
'item.isShow'
>
<div
class=
"MyEditForm-item"
>
...
...
src/main.js
View file @
73c1fba7
...
...
@@ -220,7 +220,7 @@ Vue.prototype.random_string = function (len) {
*/
Vue
.
prototype
.
UploadLocalSystem
=
function
(
params
,
fileObj
,
successCall
)
{
let
that
=
this
;
let
url
=
that
.
domainManager
().
CRMUploadUrl
;
let
url
=
that
.
domainManager
().
PostUrl
+
"/api/Upload/Index"
;
let
formData
=
new
FormData
()
if
(
params
)
{
formData
.
append
(
"params"
,
JSON
.
stringify
(
params
));
...
...
src/plugins/index.js
View file @
73c1fba7
...
...
@@ -14,7 +14,7 @@ export default {
//CRM API
let
domainUrl
=
""
;
domainUrl
=
"http://192.168.10.2:8098"
;
//domainUrl = "http://localhost:5003";
//domainUrl = "http://localhost:5003";
let
locationName
=
window
.
location
.
hostname
;
//旅游ERPApi
let
domainPostUrl
=
""
...
...
@@ -39,8 +39,6 @@ export default {
PostUrl
:
domainUrl
,
//旅游ERPApi地址
ERPApiUrl
:
domainPostUrl
+
"/api/common/post"
,
//CRM本地文件上传
CRMUploadUrl
:
domainUrl
+
"/Upload/Index"
,
javaUrl
:
locationName
.
indexOf
(
'testb2b'
)
==
-
1
?
"http://efficient.oytour.com"
:
locationName
.
indexOf
(
'testb2b.oytour.com'
)
!==
-
1
?
"http://47.96.12.235:9001"
:
"http://192.168.10.215:9000"
,
ViittoFileUrl
:
locationName
.
indexOf
(
'oytour'
)
!==
-
1
||
locationName
.
indexOf
(
'testb2b.oytour.com'
)
!==
-
1
?
"http://staticfile.oytour.com"
:
'http://192.168.10.214:8130'
,
UploadUrl
:
locationName
.
indexOf
(
'oytour'
)
!==
-
1
||
locationName
.
indexOf
(
'testb2b.oytour.com'
)
!==
-
1
?
"http://uploadfile.oytour.com"
:
"http://192.168.10.214:8120"
,
...
...
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