Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
6d888d95
Commit
6d888d95
authored
Apr 01, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.mes123.com/zhouyx/mes-ui
into qin
parents
165ea618
3aa4babd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
9 deletions
+4
-9
customTable.vue
components/customTable/customTable.vue
+0
-6
index.vue
pages/aps/plan/index.vue
+2
-1
detail.vue
pages/crm/contract/detail.vue
+1
-1
config.js
static/config.js
+1
-1
No files found.
components/customTable/customTable.vue
View file @
6d888d95
...
...
@@ -290,12 +290,6 @@ export default {
title
:
'紧急程度'
,
key
:
'urgencyLevel'
,
width
:
100
,
filters
:
this
.
getArry
(
this
.
$store
.
getters
.
dictionaryByKey
(
'plan.order.urgencyLevel'
)
),
filterMethod
(
value
,
row
)
{
return
row
.
urgencyLevel
.
indexOf
(
value
)
>
-
1
},
render
:
(
h
,
params
)
=>
{
return
h
(
'state'
,
{
props
:
{
...
...
pages/aps/plan/index.vue
View file @
6d888d95
...
...
@@ -158,7 +158,8 @@ export default {
title
:
this
.
l
(
"urgencyLevel"
),
align
:
"left"
,
easy
:
true
,
high
:
true
high
:
true
,
code
:
"plan.order.urgencyLevel"
,
},
{
...
...
pages/crm/contract/detail.vue
View file @
6d888d95
...
...
@@ -5,7 +5,7 @@
<Filed
:span=
"12"
:name=
"l('name')"
>
{{
entity
.
name
}}
</Filed>
<Filed
:span=
"12"
:name=
"l('userId')"
><User
:value=
"entity.userId"
/></Filed>
<Filed
:span=
"12"
:name=
"l('proceeds')"
>
{{
entity
.
proceeds
}}
</Filed>
<Filed
:span=
"
12
"
:name=
"l('status')"
><state
code=
"crm.contract.status"
:value=
"entity.status"
type=
"text"
></state></Filed>
<Filed
:span=
"
24
"
:name=
"l('status')"
><state
code=
"crm.contract.status"
:value=
"entity.status"
type=
"text"
></state></Filed>
<Filed
:span=
"24"
:name=
"l('accessory')"
><files
ref=
"refFile"
:parms=
"parms"
unClosable
style=
"display:inline"
/></Filed>
<Filed
:span=
"24"
:name=
"l('notes')"
>
{{
entity
.
notes
}}
</Filed>
</Row>
...
...
static/config.js
View file @
6d888d95
...
...
@@ -47,8 +47,8 @@ const systemApi = {
window
.
certificateUrl
=
`http://
${
address
}
:10090/api/services/app`
;
//Process-api
window
.
crmUrl
=
`http://
${
address
}
:10100/api/services/app`
;
//crm客户、合同、项目管理
window
.
iconImg
=
`http://
${
hostAddress
}
:3000/imgicon/`
;
//待办任务图标路径
window
.
apsUrl
=
`http://
${
apsAdress
}
:10110/api/services/app`
;
//aps排产
window
.
apsManualUrl
=
`http://
${
apsAdress
}
:10091/api/services/app`
;
//aps手工排产
window
.
apsUrl
=
`http://
${
apsAdress
}
:10110/api/services/app`
;
//aps排产
//oidc配置:
window
.
authConfig
=
{
authority
:
`http://
${
address
}
:10010`
,
...
...
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