Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
a1fc6951
提交
a1fc6951
编写于
4年前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [后台服务,演示应用]
上级
e4d78601
变更
7
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
35 行增加
和
136 行删除
+35
-136
ibizbook_en_US.ts
...Web/src/locale/lanres/entities/ibizbook/ibizbook_en_US.ts
+1
-3
ibizbook_zh_CN.ts
...Web/src/locale/lanres/entities/ibizbook/ibizbook_zh_CN.ts
+1
-3
guide-borrow-form-form-base.vue
...ok/guide-borrow-form-form/guide-borrow-form-form-base.vue
+1
-37
guide-return-form-form-base.vue
...ok/guide-return-form-form/guide-return-form-form-base.vue
+12
-48
guide-return-form-form-model.ts
...ok/guide-return-form-form/guide-return-form-form-model.ts
+5
-5
guide-view-form-form-base.vue
...izbook/guide-view-form-form/guide-view-form-form-base.vue
+0
-25
usr-gantt-base.vue
app_Web/src/widgets/ibizbook/usr-gantt/usr-gantt-base.vue
+15
-15
未找到文件。
app_Web/src/locale/lanres/entities/ibizbook/ibizbook_en_US.ts
浏览文件 @
a1fc6951
...
...
@@ -224,7 +224,6 @@ export default {
},
guideborrowform_form
:
{
details
:
{
group1
:
"图书基本信息"
,
formpage1
:
"基本信息"
,
srfupdatedate
:
"更新时间"
,
srforikey
:
""
,
...
...
@@ -243,7 +242,6 @@ export default {
},
guidereturnform_form
:
{
details
:
{
group1
:
"图书基本信息"
,
formpage1
:
"基本信息"
,
srfupdatedate
:
"更新时间"
,
srforikey
:
""
,
...
...
@@ -254,8 +252,8 @@ export default {
srfdeid
:
""
,
srfsourcekey
:
""
,
ibizbookid
:
"图书标识"
,
returntime
:
"归还日期"
,
stepstatus
:
"步骤"
,
returntime
:
"归还日期"
,
},
uiactions
:
{
},
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/locale/lanres/entities/ibizbook/ibizbook_zh_CN.ts
浏览文件 @
a1fc6951
...
...
@@ -223,7 +223,6 @@ export default {
},
guideborrowform_form
:
{
details
:
{
group1
:
"图书基本信息"
,
formpage1
:
"基本信息"
,
srfupdatedate
:
"更新时间"
,
srforikey
:
""
,
...
...
@@ -242,7 +241,6 @@ export default {
},
guidereturnform_form
:
{
details
:
{
group1
:
"图书基本信息"
,
formpage1
:
"基本信息"
,
srfupdatedate
:
"更新时间"
,
srforikey
:
""
,
...
...
@@ -253,8 +251,8 @@ export default {
srfdeid
:
""
,
srfsourcekey
:
""
,
ibizbookid
:
"图书标识"
,
returntime
:
"归还日期"
,
stepstatus
:
"步骤"
,
returntime
:
"归还日期"
,
},
uiactions
:
{
},
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/guide-borrow-form-form/guide-borrow-form-form-base.vue
浏览文件 @
a1fc6951
...
...
@@ -2,41 +2,12 @@
<i-form
:model=
"this.data"
class=
'app-form'
ref=
'wizardpanel_form_SecondForm'
id=
'ibizbook_guideborrowform'
style=
""
@
on-validate=
"formItemValidate"
>
<input
style=
"display:none;"
/>
<row
>
<i-col
v-show=
"detailsModel.group1.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-group
:uiService=
"appUIService"
:data=
"transformData(data)"
:manageContainerStatus=
"detailsModel.group1.manageContainerStatus"
:isManageContainer=
"detailsModel.group1.isManageContainer"
@
managecontainerclick=
"manageContainerClick('group1')"
layoutType=
"TABLE_24COL"
titleStyle=
""
class=
''
:uiActionGroup=
"detailsModel.group1.uiActionGroup"
@
groupuiactionclick=
"groupUIActionClick($event)"
:caption=
"$t('entities.ibizbook.guideborrowform_form.details.group1')"
:isShowCaption=
"true"
uiStyle=
"DEFAULT"
:titleBarCloseMode=
"0"
:isInfoGroupMode=
"false"
>
<row>
<i-col
v-show=
"detailsModel.lendouttime.visible"
:style=
"
{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }">
<i-col
v-show=
"detailsModel.lendouttime.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-item
name=
'lendouttime'
:itemRules=
"this.rules().lendouttime"
class=
''
:caption=
"$t('entities.ibizbook.guideborrowform_form.details.lendouttime')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.lendouttime.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<date-picker
type=
"date"
:transfer=
"true"
format=
"yyyy-MM-dd"
:value=
"data.lendouttime"
:disabled=
"detailsModel.lendouttime.disabled"
style=
"min-width: 150px; width:100px;"
@
on-change=
"(val1, val2) =>
{ this.data.lendouttime = val1 }">
</date-picker>
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.stepstatus.visible"
:style=
"
{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }">
<app-form-item
name=
'stepstatus'
:itemRules=
"this.rules().stepstatus"
class=
''
:caption=
"$t('entities.ibizbook.guideborrowform_form.details.stepstatus')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.stepstatus.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<dropdown-list
v-model=
"data.stepstatus"
:data=
"data"
:context=
"context"
:viewparams=
"viewparams"
:formState=
"formState"
:localContext =
'
{ }'
:localParam ='{ }'
:disabled="detailsModel.stepstatus.disabled"
valueType="string"
tag='BOOKSTATUSGUIDE'
codelistType='STATIC'
placeholder='请选择...' style="">
</dropdown-list>
</app-form-item>
</i-col>
</row>
</app-form-group>
</i-col>
...
...
@@ -491,10 +462,6 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
{
required
:
this
.
detailsModel
.
lendouttime
.
required
,
type
:
'string'
,
message
:
'借出日期 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
lendouttime
.
required
,
type
:
'string'
,
message
:
'借出日期 值不能为空'
,
trigger
:
'blur'
},
],
stepstatus
:
[
{
required
:
this
.
detailsModel
.
stepstatus
.
required
,
type
:
'string'
,
message
:
'步骤 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
stepstatus
.
required
,
type
:
'string'
,
message
:
'步骤 值不能为空'
,
trigger
:
'blur'
},
],
}
}
...
...
@@ -600,8 +567,6 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
* @memberof GuideBorrowFormBase
*/
public
detailsModel
:
any
=
{
group1
:
new
FormGroupPanelModel
({
caption
:
'图书基本信息'
,
detailType
:
'GROUPPANEL'
,
name
:
'group1'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
uiActionGroup
:
{
caption
:
''
,
langbase
:
'entities.ibizbook.guideborrowform_form'
,
extractMode
:
'ITEM'
,
details
:
[]
},
isManageContainer
:
false
,
showMoreModeItems
:
[]
})
,
formpage1
:
new
FormPageModel
({
caption
:
'基本信息'
,
detailType
:
'FORMPAGE'
,
name
:
'formpage1'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
})
,
srfupdatedate
:
new
FormItemModel
({
caption
:
'更新时间'
,
detailType
:
'FORMITEM'
,
name
:
'srfupdatedate'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
...
...
@@ -826,7 +791,6 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
}
/**
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/guide-return-form-form/guide-return-form-form-base.vue
浏览文件 @
a1fc6951
...
...
@@ -2,41 +2,12 @@
<i-form
:model=
"this.data"
class=
'app-form'
ref=
'wizardpanel_form_ThirdForm'
id=
'ibizbook_guidereturnform'
style=
""
@
on-validate=
"formItemValidate"
>
<input
style=
"display:none;"
/>
<row
>
<i-col
v-show=
"detailsModel.group1.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-group
:uiService=
"appUIService"
:data=
"transformData(data)"
:manageContainerStatus=
"detailsModel.group1.manageContainerStatus"
:isManageContainer=
"detailsModel.group1.isManageContainer"
@
managecontainerclick=
"manageContainerClick('group1')"
layoutType=
"TABLE_24COL"
titleStyle=
""
class=
''
:uiActionGroup=
"detailsModel.group1.uiActionGroup"
@
groupuiactionclick=
"groupUIActionClick($event)"
:caption=
"$t('entities.ibizbook.guidereturnform_form.details.group1')"
:isShowCaption=
"true"
uiStyle=
"DEFAULT"
:titleBarCloseMode=
"0"
:isInfoGroupMode=
"false"
>
<row>
<i-col
v-show=
"detailsModel.returntime.visible"
:style=
"
{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }">
<i-col
v-show=
"detailsModel.returntime.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-item
name=
'returntime'
:itemRules=
"this.rules().returntime"
class=
''
:caption=
"$t('entities.ibizbook.guidereturnform_form.details.returntime')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.returntime.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<date-picker
type=
"date"
:transfer=
"true"
format=
"yyyy-MM-dd"
:value=
"data.returntime"
:disabled=
"detailsModel.returntime.disabled"
style=
"min-width: 150px; width:100px;"
@
on-change=
"(val1, val2) =>
{ this.data.returntime = val1 }">
</date-picker>
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.stepstatus.visible"
:style=
"
{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }">
<app-form-item
name=
'stepstatus'
:itemRules=
"this.rules().stepstatus"
class=
''
:caption=
"$t('entities.ibizbook.guidereturnform_form.details.stepstatus')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.stepstatus.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<dropdown-list
v-model=
"data.stepstatus"
:data=
"data"
:context=
"context"
:viewparams=
"viewparams"
:formState=
"formState"
:localContext =
'
{ }'
:localParam ='{ }'
:disabled="detailsModel.stepstatus.disabled"
valueType="string"
tag='BOOKSTATUSGUIDE'
codelistType='STATIC'
placeholder='请选择...' style="">
</dropdown-list>
</app-form-item>
</i-col>
</row>
</app-form-group>
</i-col>
...
...
@@ -434,8 +405,8 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
srfdeid
:
null
,
srfsourcekey
:
null
,
ibizbookid
:
null
,
returntime
:
null
,
stepstatus
:
null
,
returntime
:
null
,
ibizbook
:
null
,
};
...
...
@@ -491,10 +462,6 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
{
required
:
this
.
detailsModel
.
returntime
.
required
,
type
:
'string'
,
message
:
'归还日期 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
returntime
.
required
,
type
:
'string'
,
message
:
'归还日期 值不能为空'
,
trigger
:
'blur'
},
],
stepstatus
:
[
{
required
:
this
.
detailsModel
.
stepstatus
.
required
,
type
:
'string'
,
message
:
'步骤 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
stepstatus
.
required
,
type
:
'string'
,
message
:
'步骤 值不能为空'
,
trigger
:
'blur'
},
],
}
}
...
...
@@ -600,8 +567,6 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
* @memberof GuideReturnFormBase
*/
public
detailsModel
:
any
=
{
group1
:
new
FormGroupPanelModel
({
caption
:
'图书基本信息'
,
detailType
:
'GROUPPANEL'
,
name
:
'group1'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
uiActionGroup
:
{
caption
:
''
,
langbase
:
'entities.ibizbook.guidereturnform_form'
,
extractMode
:
'ITEM'
,
details
:
[]
},
isManageContainer
:
false
,
showMoreModeItems
:
[]
})
,
formpage1
:
new
FormPageModel
({
caption
:
'基本信息'
,
detailType
:
'FORMPAGE'
,
name
:
'formpage1'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
})
,
srfupdatedate
:
new
FormItemModel
({
caption
:
'更新时间'
,
detailType
:
'FORMITEM'
,
name
:
'srfupdatedate'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
...
...
@@ -621,10 +586,10 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
srfsourcekey
:
new
FormItemModel
({
caption
:
''
,
detailType
:
'FORMITEM'
,
name
:
'srfsourcekey'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
ibizbookid
:
new
FormItemModel
({
caption
:
'图书标识'
,
detailType
:
'FORMITEM'
,
name
:
'ibizbookid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
returntime
:
new
FormItemModel
({
caption
:
'归还日期'
,
detailType
:
'FORMITEM'
,
name
:
'returntime'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
true
,
disabled
:
false
,
enableCond
:
3
})
,
stepstatus
:
new
FormItemModel
({
caption
:
'步骤'
,
detailType
:
'FORMITEM'
,
name
:
'stepstatus'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
returntime
:
new
FormItemModel
({
caption
:
'归还日期'
,
detailType
:
'FORMITEM'
,
name
:
'returntime'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
true
,
disabled
:
false
,
enableCond
:
3
})
,
};
...
...
@@ -737,27 +702,27 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
}
/**
* 监控表单属性
returntime
值
* 监控表单属性
stepstatus
值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof GuideReturnFormBase
*/
@
Watch
(
'data.
returntime
'
)
on
Returntime
Change
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'
returntime
'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
@
Watch
(
'data.
stepstatus
'
)
on
Stepstatus
Change
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'
stepstatus
'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
* 监控表单属性
stepstatus
值
* 监控表单属性
returntime
值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof GuideReturnFormBase
*/
@
Watch
(
'data.
stepstatus
'
)
on
Stepstatus
Change
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'
stepstatus
'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
@
Watch
(
'data.
returntime
'
)
on
Returntime
Change
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'
returntime
'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
...
...
@@ -826,7 +791,6 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
}
/**
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/guide-return-form-form/guide-return-form-form-model.ts
浏览文件 @
a1fc6951
...
...
@@ -60,16 +60,16 @@ export default class GuideReturnFormModel {
prop
:
'ibizbookid'
,
dataType
:
'GUID'
,
},
{
name
:
'returntime'
,
prop
:
'returntime'
,
dataType
:
'DATE'
,
},
{
name
:
'stepstatus'
,
prop
:
'stepstatus'
,
dataType
:
'TEXT'
,
},
{
name
:
'returntime'
,
prop
:
'returntime'
,
dataType
:
'DATE'
,
},
{
name
:
'ibizbook'
,
prop
:
'ibizbookid'
,
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/guide-view-form-form/guide-view-form-form-base.vue
浏览文件 @
a1fc6951
...
...
@@ -75,27 +75,6 @@
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.stepstatus.visible"
:style=
"
{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item
name=
'stepstatus'
:itemRules=
"this.rules().stepstatus"
class=
''
:caption=
"$t('entities.ibizbook.guideviewform_form.details.stepstatus')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.stepstatus.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<dropdown-list
v-model=
"data.stepstatus"
:data=
"data"
:context=
"context"
:viewparams=
"viewparams"
:formState=
"formState"
:localContext =
'
{ }'
:localParam ='{ }'
:disabled="detailsModel.stepstatus.disabled"
valueType="string"
tag='BOOKSTATUSGUIDE'
codelistType='STATIC'
placeholder='请选择...' style="">
</dropdown-list>
</app-form-item>
</i-col>
</row>
...
...
@@ -575,10 +554,6 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
{
required
:
this
.
detailsModel
.
price
.
required
,
type
:
'number'
,
message
:
'图书价格 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
price
.
required
,
type
:
'number'
,
message
:
'图书价格 值不能为空'
,
trigger
:
'blur'
},
],
stepstatus
:
[
{
required
:
this
.
detailsModel
.
stepstatus
.
required
,
type
:
'string'
,
message
:
'步骤 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
stepstatus
.
required
,
type
:
'string'
,
message
:
'步骤 值不能为空'
,
trigger
:
'blur'
},
],
}
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/usr-gantt/usr-gantt-base.vue
浏览文件 @
a1fc6951
...
...
@@ -238,42 +238,42 @@ export default class UsrBase extends Vue implements ControlInterface {
labelField
:
'text'
,
columns
:
[
{
label
:
'
图书名称
'
,
value
:
'
ibizbookname
'
,
label
:
'
作者
'
,
value
:
'
author
'
,
render
:
(
task
:
any
)
=>
{
return
this
.
getColumnValue
(
task
,
'
ibizbookname
'
)
return
this
.
getColumnValue
(
task
,
'
author
'
)
},
width
:
200
,
},
{
label
:
'
出版社
'
,
value
:
'
press
'
,
label
:
'
借出日期
'
,
value
:
'
lendouttime
'
,
render
:
(
task
:
any
)
=>
{
return
this
.
getColumnValue
(
task
,
'
press
'
)
return
this
.
getColumnValue
(
task
,
'
lendouttime
'
)
},
width
:
200
,
},
{
label
:
'
作者
'
,
value
:
'
author
'
,
label
:
'
归还日期
'
,
value
:
'
returntime
'
,
render
:
(
task
:
any
)
=>
{
return
this
.
getColumnValue
(
task
,
'
author
'
)
return
this
.
getColumnValue
(
task
,
'
returntime
'
)
},
width
:
200
,
},
{
label
:
'
借出日期
'
,
value
:
'
lendoutti
me'
,
label
:
'
图书名称
'
,
value
:
'
ibizbookna
me'
,
render
:
(
task
:
any
)
=>
{
return
this
.
getColumnValue
(
task
,
'
lendoutti
me'
)
return
this
.
getColumnValue
(
task
,
'
ibizbookna
me'
)
},
width
:
200
,
},
{
label
:
'
归还日期
'
,
value
:
'
returntime
'
,
label
:
'
出版社
'
,
value
:
'
press
'
,
render
:
(
task
:
any
)
=>
{
return
this
.
getColumnValue
(
task
,
'
returntime
'
)
return
this
.
getColumnValue
(
task
,
'
press
'
)
},
width
:
200
,
},
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录