Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
Overview
Overview
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
wangweidong
patzn-cloud-web-back-soil
Commits
9a9e741d
Commit
9a9e741d
authored
Jan 09, 2021
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了试验项目报告查询
parent
764faa81
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletions
+18
-1
SoilItemReportTemplate.vue
...nage/soil-item-report-template/SoilItemReportTemplate.vue
+18
-1
No files found.
pages/soil-report-manage/soil-item-report-template/SoilItemReportTemplate.vue
View file @
9a9e741d
...
@@ -13,6 +13,14 @@
...
@@ -13,6 +13,14 @@
<Input
v-model=
"formObj.alias"
@
on-enter=
"_formSearch"
name=
"alias"
placeholder=
"请输入模板名称"
clearable
></Input>
<Input
v-model=
"formObj.alias"
@
on-enter=
"_formSearch"
name=
"alias"
placeholder=
"请输入模板名称"
clearable
></Input>
<input
type=
"hidden"
name=
"classifyId"
>
<input
type=
"hidden"
name=
"classifyId"
>
</Form-item>
</Form-item>
<Form-item
label=
"类别"
prop=
"classType"
>
<!--
<Input
v-model=
"formObj.classType"
@
on-keyup=
"_onKeyUp"
name=
"classType"
placeholder=
"请选择类别"
icon=
"plus-circled"
--
>
<!-- >
</Input>
-->
<el-select
v-model=
"formObj.classType"
placeholder=
"请选择类别"
size=
"small"
clearable
>
<el-option
:label=
"item.value"
:value=
"item.value"
v-for=
"(item,index) in typeList"
:key=
"index"
></el-option>
</el-select>
</Form-item>
<Form-item
class=
"search-btn"
>
<Form-item
class=
"search-btn"
>
<Button
@
click=
"_formSearch"
type=
"primary"
>
搜索
</Button>
<Button
@
click=
"_formSearch"
type=
"primary"
>
搜索
</Button>
</Form-item>
</Form-item>
...
@@ -65,7 +73,8 @@ export default {
...
@@ -65,7 +73,8 @@ export default {
{
title
:
'备注'
,
key
:
'remark'
}
{
title
:
'备注'
,
key
:
'remark'
}
],
],
formObj
:
{
formObj
:
{
name
:
undefined
name
:
undefined
,
classType
:
undefined
},
},
iconMsg
:
[
iconMsg
:
[
{
type
:
'md-create'
,
id
:
''
,
name
:
'编辑'
},
{
type
:
'md-create'
,
id
:
''
,
name
:
'编辑'
},
...
@@ -79,6 +88,14 @@ export default {
...
@@ -79,6 +88,14 @@ export default {
{
type
:
'success'
,
id
:
''
,
name
:
'添加'
},
{
type
:
'success'
,
id
:
''
,
name
:
'添加'
},
{
type
:
'error'
,
id
:
''
,
name
:
'删除'
}
{
type
:
'error'
,
id
:
''
,
name
:
'删除'
}
],
],
typeList
:
[
{
value
:
'力学'
},
{
value
:
'物性'
}
],
searchOpen
:
true
,
searchOpen
:
true
,
selectIds
:
[]
selectIds
:
[]
}
}
...
...
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