Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
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
胡宝山
template_vue
Commits
92c712e9
Commit
92c712e9
authored
Aug 01, 2023
by
吴志坤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
基础信息,设备申请
parent
c36b446a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
141 additions
and
99 deletions
+141
-99
draw.js
src/api/equipment/draw.js
+13
-2
basicInfo.vue
src/views/equipment/basicInfo.vue
+19
-14
draw.vue
src/views/equipment/draw.vue
+109
-83
No files found.
src/api/equipment/draw.js
View file @
92c712e9
...
@@ -7,10 +7,10 @@ export function listWbApply(query) {
...
@@ -7,10 +7,10 @@ export function listWbApply(query) {
params
:
query
params
:
query
})
})
}
}
//
apply_detail
分页查询接口
//
warehouse表单
分页查询接口
export
function
detailList
(
query
)
{
export
function
detailList
(
query
)
{
return
request
({
return
request
({
url
:
'/wb
applydetail/queryWbApplyDetail
ByPagination'
,
url
:
'/wb
warehouse/queryWbWarehouse
ByPagination'
,
method
:
'get'
,
method
:
'get'
,
params
:
query
params
:
query
})
})
...
@@ -22,3 +22,14 @@ export function deleteLogical(id) {
...
@@ -22,3 +22,14 @@ export function deleteLogical(id) {
method
:
'delete'
method
:
'delete'
})
})
}
}
// 处理的接口
export
function
batchAddition
(
data
)
{
return
request
({
url
:
'/wbapply/batchAddition'
,
method
:
'post'
,
data
,
headers
:
{
'Content-Type'
:
'application/json;charset=UTF-8'
}
})
}
src/views/equipment/basicInfo.vue
View file @
92c712e9
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
</el-form-item>
</el-form-item>
<el-form-item
label=
"pgx"
prop=
"pgx"
>
<el-form-item
label=
"pgx"
prop=
"pgx"
>
<el-select
<el-select
v-model=
"
form
.pgx"
v-model=
"
queryParams
.pgx"
clearable
clearable
placeholder=
"请选择pgx"
placeholder=
"请选择pgx"
:style=
"
{ width: '150px', height: '30px' }"
:style=
"
{ width: '150px', height: '30px' }"
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
</el-form-item>
</el-form-item>
<el-form-item
label=
"ptype"
prop=
"ptype"
>
<el-form-item
label=
"ptype"
prop=
"ptype"
>
<el-select
<el-select
v-model=
"
form
.ptype"
v-model=
"
queryParams
.ptype"
placeholder=
"请选择ptype"
placeholder=
"请选择ptype"
clearable
clearable
size=
"small"
size=
"small"
...
@@ -152,7 +152,7 @@
...
@@ -152,7 +152,7 @@
v-model=
"form.pgx"
v-model=
"form.pgx"
clearable
clearable
placeholder=
"请选择pgx"
placeholder=
"请选择pgx"
:style=
"{ width: '
150
px', height: '30px' }"
:style=
"{ width: '
341
px', height: '30px' }"
>
>
<el-option
<el-option
v-for=
"(dict,index) in pgxList"
v-for=
"(dict,index) in pgxList"
...
@@ -168,7 +168,7 @@
...
@@ -168,7 +168,7 @@
placeholder=
"请选择ptype"
placeholder=
"请选择ptype"
clearable
clearable
size=
"small"
size=
"small"
style=
"width:
150
px"
style=
"width:
341
px"
>
>
<el-option
<el-option
v-for=
"dict in ptypeOptions"
v-for=
"dict in ptypeOptions"
...
@@ -179,7 +179,7 @@
...
@@ -179,7 +179,7 @@
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"prank"
prop=
"prank"
>
<el-form-item
label=
"prank"
prop=
"prank"
>
<el-input
v-model
.
trim=
"form.prank"
:maxlength=
"
10
"
placeholder=
"请输入prank"
/>
<el-input
v-model
.
trim=
"form.prank"
:maxlength=
"
5
"
placeholder=
"请输入prank"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"pissb"
prop=
"pissb"
>
<el-form-item
label=
"pissb"
prop=
"pissb"
>
<el-select
<el-select
...
@@ -198,10 +198,10 @@
...
@@ -198,10 +198,10 @@
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"psm"
prop=
"psm"
>
<el-form-item
label=
"psm"
prop=
"psm"
>
<el-input
v-model
.
trim=
"form.psm"
:maxlength=
"
10
"
placeholder=
"请输入psm"
/>
<el-input
v-model
.
trim=
"form.psm"
:maxlength=
"
5
"
placeholder=
"请输入psm"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"psy"
prop=
"psy"
>
<el-form-item
label=
"psy"
prop=
"psy"
>
<el-input
v-model
.
trim=
"form.psy"
:maxlength=
"
10
"
placeholder=
"请输入psy"
/>
<el-input
v-model
.
trim=
"form.psy"
:maxlength=
"
5
"
placeholder=
"请输入psy"
/>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
...
@@ -288,22 +288,27 @@ export default {
...
@@ -288,22 +288,27 @@ export default {
// 表单校验
// 表单校验
rules
:
{
rules
:
{
pn
:
[
pn
:
[
{
required
:
true
,
message
:
'请输入pn'
,
trigger
:
'
blur
'
},
{
required
:
true
,
message
:
'请输入pn'
,
trigger
:
'
change
'
},
{
pattern
:
/^
\d{1,5}
$/
,
message
:
'请输入
少于五位数字'
,
trigger
:
'blur
'
}
{
pattern
:
/^
\d{1,5}
$/
,
message
:
'请输入
数字且少于五位'
,
trigger
:
'change
'
}
],
],
ptype
:
[
ptype
:
[
{
required
:
true
,
message
:
'请
输入ptype'
,
trigger
:
'blur
'
}
{
required
:
true
,
message
:
'请
选择ptype'
,
trigger
:
'change
'
}
],
],
pgx
:
[
pgx
:
[
{
required
:
true
,
pattern
:
/^
[
0-9
]{1,9}(\.[
0-9
]{1,3})?
$/
,
message
:
'仅能输入数字和小数,限制三位小数
'
,
trigger
:
'change'
}
{
required
:
true
,
message
:
'请选择pgx
'
,
trigger
:
'change'
}
],
],
prank
:
[{
required
:
true
,
pattern
:
/^
[
0-9
]{1,9}(\.[
0-9
]{1,3})?
$/
,
message
:
'仅能输入数字和小数,限制三位小数'
,
trigger
:
'change'
}],
prank
:
[
{
required
:
true
,
message
:
'请输入prank'
,
trigger
:
'change'
},
{
pattern
:
/^
\d{1,5}
$/
,
message
:
'请输入数字且少于五位'
,
trigger
:
'change'
}],
pissb
:
[
pissb
:
[
{
required
:
true
,
message
:
'请选择pissb'
,
trigger
:
'blur'
}
{
required
:
true
,
message
:
'请选择pissb'
,
trigger
:
'blur'
}
],
],
psm
:
[{
required
:
true
,
pattern
:
/^
[
0-9
]{1,9}(\.[
0-9
]{1,3})?
$/
,
message
:
'仅能输入数字和小数,限制三位小数'
,
trigger
:
'change'
}],
psm
:
[
{
required
:
true
,
message
:
'请输入psm'
,
trigger
:
'change'
},
{
pattern
:
/^
\d{1,5}
$/
,
message
:
'请输入数字且少于五位'
,
trigger
:
'change'
}],
psy
:
[
psy
:
[
{
required
:
true
,
pattern
:
/^
[
0-9
]{1,9}(\.[
0-9
]{1,3})?
$/
,
message
:
'仅能输入数字和小数,限制三位小数'
,
trigger
:
'change'
}
{
required
:
true
,
message
:
'请输入psy'
,
trigger
:
'change'
},
{
pattern
:
/^
\d{1,5}
$/
,
message
:
'请输入数字且少于五位'
,
trigger
:
'change'
}
]
]
},
},
deptOptions
:
[]
deptOptions
:
[]
...
...
src/views/equipment/draw.vue
View file @
92c712e9
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
placeholder=
"请选择状态"
placeholder=
"请选择状态"
clearable
clearable
size=
"small"
size=
"small"
style=
"width:
341
px"
style=
"width:
150
px"
>
>
<el-option
<el-option
v-for=
"dict in statusOptions"
v-for=
"dict in statusOptions"
...
@@ -73,13 +73,14 @@
...
@@ -73,13 +73,14 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"pgx"
prop=
"pgx"
>
<el-table-column
label=
"pgx"
prop=
"pgx"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
pgx
||
'-'
}}
<span
v-if=
"scope.row.pgx === '001'"
>
压缩
</span>
<span
v-if=
"scope.row.pgx === '002'"
>
排水
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"pissb"
prop=
"pissb"
>
<el-table-column
label=
"pissb"
prop=
"pissb"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.pissb === '0'"
>
否
</span>
<span
v-if=
"scope.row.pissb === '0'"
>
否
</span>
<span
v-else
>
是
</span>
<span
v-else
>
是
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"状态"
prop=
"pstatus"
>
<el-table-column
label=
"状态"
prop=
"pstatus"
>
...
@@ -130,51 +131,8 @@
...
@@ -130,51 +131,8 @@
@
pagination=
"getList"
@
pagination=
"getList"
/>
/>
<!-- 添加或修改设备基本信息配置对话框 -->
<!-- TODO: 详情 -->
<el-dialog
title=
"设备基本信息"
:visible
.
sync=
"open"
width=
"500px"
append-to-body
>
<el-dialog
class=
"aboutSingleDetails"
:title=
"title"
:visible
.
sync=
"openDetails"
width=
"1200px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
size=
"small"
label-width=
"80px"
>
<el-form-item
label=
"pn"
prop=
"pn"
>
<el-input
v-model
.
trim=
"form.pn"
show-word-limit
:maxlength=
"30"
placeholder=
"请输入pn"
/>
</el-form-item>
<el-form-item
label=
"ptype"
prop=
"ptype"
>
<el-input
v-model
.
trim=
"form.ptype"
show-word-limit
:maxlength=
"30"
placeholder=
"请输入ptype"
/>
</el-form-item>
<el-form-item
label=
"pgx"
prop=
"pgx"
>
<el-input-number
v-model=
"form.pgx"
style=
"width: 100%"
controls-position=
"right"
:min=
"0"
placeholder=
"请输入pgx"
/>
</el-form-item>
<el-form-item
label=
"prank"
prop=
"prank"
>
<el-input-number
v-model=
"form.prank"
style=
"width: 100%"
controls-position=
"right"
:min=
"0"
placeholder=
"请输入prank"
/>
</el-form-item>
<el-form-item
label=
"pissb"
prop=
"pissb"
>
<el-select
v-model=
"form.pissb"
placeholder=
"请选择pissb"
clearable
size=
"small"
style=
"width: 150px"
>
<el-option
v-for=
"dict in pissbOptions"
:key=
"dict.dictValue"
:label=
"dict.dictLabel"
:value=
"dict.dictValue"
/>
</el-select>
</el-form-item>
<el-form-item
label=
"psm"
prop=
"psm"
>
<el-input-number
v-model=
"form.psm"
style=
"width: 100%"
controls-position=
"right"
:min=
"0"
placeholder=
"请输入psm"
/>
</el-form-item>
<el-form-item
label=
"psy"
prop=
"psy"
>
<el-input-number
v-model=
"form.psy"
style=
"width: 100%"
controls-position=
"right"
:min=
"0"
placeholder=
"请输入psy"
/>
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"cancel"
>
取 消
</el-button>
<el-button
type=
"primary"
@
click=
"submitForm"
>
确 定
</el-button>
</div>
</el-dialog>
<!-- TODO: 单项详情信息表单配置 -->
<el-dialog
class=
"aboutSingleDetails"
:title=
"title"
:visible
.
sync=
"openDetails"
width=
"700px"
append-to-body
>
<el-form
ref=
"formDetails"
:model=
"singleDetails"
size=
"small"
label-width=
"90px"
>
<el-form
ref=
"formDetails"
:model=
"singleDetails"
size=
"small"
label-width=
"90px"
>
<el-row>
<el-row>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
@@ -208,7 +166,7 @@
...
@@ -208,7 +166,7 @@
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"状态:"
prop=
"pstatus"
>
<el-form-item
label=
"状态:"
prop=
"pstatus"
>
<
template
>
<
template
>
<span
v-if=
"singleDetails.pstatus === '0'"
style=
"color: red"
>
未完成
</span>
<span
v-if=
"singleDetails.pstatus === '0'"
style=
"color: red"
>
未完成
</span>
<span
v-else
style=
"color: green"
>
已完成
</span>
<span
v-else
style=
"color: green"
>
已完成
</span>
</
template
>
</
template
>
...
@@ -228,8 +186,62 @@
...
@@ -228,8 +186,62 @@
</el-col>
</el-col>
</el-row>
</el-row>
</el-form>
</el-form>
<el-table
v-loading=
"loadingDetail"
border
:data=
"detailApplyList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"50"
/>
<el-table-column
label=
"pn"
prop=
"pn"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
pn
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"lot"
prop=
"lot"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
lot
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"plocation"
prop=
"plocation"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
plocation
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"prank"
prop=
"prank"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
prank
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"pzl"
prop=
"pzl"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
pzl
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"phd"
prop=
"phd"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
phd
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"psm"
prop=
"psm"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
psm
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"pissb"
prop=
"pissb"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.pissb === '0'"
>
否
</span>
<span
v-else
>
是
</span>
</
template
>
</el-table-column>
</el-table>
<pagination
v-show=
"totalDetail>0"
:total=
"totalDetail"
:page
.
sync=
"queryParams.page"
:limit
.
sync=
"queryParams.rows"
@
pagination=
"getDeviceList"
/>
</el-dialog>
</el-dialog>
<!-- TODO: 申请处理表单 -->
<!-- TODO: 处理 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"openHandle"
width=
"1200px"
append-to-body
>
<el-dialog
:title=
"title"
:visible
.
sync=
"openHandle"
width=
"1200px"
append-to-body
>
<el-form
ref=
"queryForm"
style=
"padding: 0 0 0 10px"
:model=
"queryParams"
:inline=
"true"
>
<el-form
ref=
"queryForm"
style=
"padding: 0 0 0 10px"
:model=
"queryParams"
:inline=
"true"
>
<el-form-item
label=
"pn"
prop=
"pn"
>
<el-form-item
label=
"pn"
prop=
"pn"
>
...
@@ -310,7 +322,7 @@
...
@@ -310,7 +322,7 @@
<el-table-column
label=
"pissb"
prop=
"pissb"
>
<el-table-column
label=
"pissb"
prop=
"pissb"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.pissb === '0'"
>
否
</span>
<span
v-if=
"scope.row.pissb === '0'"
>
否
</span>
<span
v-else
>
是
</span>
<span
v-else
>
是
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -321,17 +333,29 @@
...
@@ -321,17 +333,29 @@
:limit
.
sync=
"queryParams.rows"
:limit
.
sync=
"queryParams.rows"
@
pagination=
"getDeviceList"
@
pagination=
"getDeviceList"
/>
/>
<div
style=
"float: right;padding:3px 15px;"
>
<el-button
type=
"primary"
size=
"small"
@
click=
"handleCance"
>
确定
</el-button>
</div>
</el-dialog>
</el-dialog>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
{
listWbApply
,
deleteLogical
,
detailList
}
from
'@/api/equipment/draw'
import
{
listWbApply
,
deleteLogical
,
detailList
,
batchAddition
}
from
'@/api/equipment/draw'
import
{
parseTime
}
from
'@/utils'
import
{
parseTime
}
from
'@/utils'
import
{
title
}
from
'@/settings'
export
default
{
export
default
{
name
:
'Role'
,
name
:
'Role'
,
data
()
{
data
()
{
return
{
return
{
canceList
:
[],
applyId
:
''
,
multipleSelection
:
[],
detailApplyList
:
[],
detailApplyList
:
[],
deviceList
:
[],
// TODO: 表单里的单项详情参数
// TODO: 表单里的单项详情参数
singleDetails
:
{
singleDetails
:
{
pn
:
''
,
pn
:
''
,
...
@@ -424,30 +448,6 @@ export default {
...
@@ -424,30 +448,6 @@ export default {
children
:
'children'
,
children
:
'children'
,
label
:
'label'
label
:
'label'
},
},
// 表单校验
rules
:
{
pn
:
[
{
required
:
true
,
message
:
'请输入pn'
,
trigger
:
'blur'
}
],
ptype
:
[
{
required
:
true
,
message
:
'请输入ptype'
,
trigger
:
'blur'
}
],
pgx
:
[
{
required
:
true
,
message
:
'请输入pgx'
,
trigger
:
'blur'
}
],
prank
:
[
{
required
:
true
,
message
:
'请输入prank'
,
trigger
:
'blur'
}
],
pissb
:
[
{
required
:
true
,
message
:
'请输入pissb'
,
trigger
:
'blur'
}
],
psm
:
[
{
required
:
true
,
message
:
'请输入psm'
,
trigger
:
'blur'
}
],
psy
:
[
{
required
:
true
,
message
:
'请输入psy'
,
trigger
:
'blur'
}
]
},
deptOptions
:
[]
deptOptions
:
[]
}
}
},
},
...
@@ -473,6 +473,32 @@ export default {
...
@@ -473,6 +473,32 @@ export default {
// });
// });
},
},
methods
:
{
methods
:
{
handleCance
()
{
console
.
log
(
'multipleSelection'
,
this
.
multipleSelection
)
if
(
this
.
multipleSelection
.
length
===
0
)
{
this
.
$message
.
warning
(
'请至少选择一个要处理的设备'
)
}
else
{
this
.
canceList
=
[]
this
.
multipleSelection
.
forEach
(
item
=>
{
console
.
log
(
'item'
,
item
)
const
obj
=
{
applyId
:
this
.
applyId
,
pn
:
item
.
pn
,
pzl
:
item
.
pzl
,
lot
:
item
.
lot
,
plocation
:
item
.
plocation
,
phd
:
item
.
phd
,
psm
:
item
.
psm
,
prank
:
item
.
prank
}
this
.
canceList
.
push
(
obj
)
})
console
.
log
(
'canceList'
,
this
.
canceList
)
batchAddition
(
this
.
canceList
).
then
(
res
=>
{
console
.
log
(
'res'
,
res
)
})
}
},
/** 查询apply_detail列表 */
/** 查询apply_detail列表 */
getDeviceList
()
{
getDeviceList
()
{
this
.
loadingDetail
=
true
this
.
loadingDetail
=
true
...
@@ -483,7 +509,9 @@ export default {
...
@@ -483,7 +509,9 @@ export default {
this
.
loadingDetail
=
false
this
.
loadingDetail
=
false
})
})
},
},
handle
()
{
handle
(
row
)
{
this
.
applyId
=
row
.
businessId
this
.
title
=
'处理'
this
.
openHandle
=
!
this
.
openHandle
this
.
openHandle
=
!
this
.
openHandle
this
.
loadingDetail
=
true
this
.
loadingDetail
=
true
detailList
(
this
.
queryParamsDetail
).
then
(
res
=>
{
detailList
(
this
.
queryParamsDetail
).
then
(
res
=>
{
...
@@ -493,10 +521,10 @@ export default {
...
@@ -493,10 +521,10 @@ export default {
this
.
loadingDetail
=
false
this
.
loadingDetail
=
false
})
})
},
},
//
: 获取所选行详情信息操作
//
获取所选行详情信息
handleDetail
(
row
)
{
handleDetail
(
row
)
{
this
.
singleDetails
=
row
this
.
singleDetails
=
row
this
.
title
=
'详情
信息
'
this
.
title
=
'详情'
this
.
openDetails
=
!
this
.
openDetails
this
.
openDetails
=
!
this
.
openDetails
},
},
/** 查询基础信息列表 */
/** 查询基础信息列表 */
...
@@ -557,10 +585,8 @@ export default {
...
@@ -557,10 +585,8 @@ export default {
this
.
handleQuery
()
this
.
handleQuery
()
},
},
// 多选框选中数据
// 多选框选中数据
handleSelectionChange
(
selection
)
{
handleSelectionChange
:
function
(
selection
)
{
this
.
ids
=
selection
.
map
(
item
=>
item
.
roleId
)
this
.
multipleSelection
=
selection
this
.
single
=
selection
.
length
!==
1
this
.
multiple
=
!
selection
.
length
},
},
// 树权限(父子联动)
// 树权限(父子联动)
handleCheckedTreeConnect
(
value
,
type
)
{
handleCheckedTreeConnect
(
value
,
type
)
{
...
...
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