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
380d3e38
Commit
380d3e38
authored
Dec 30, 2020
by
wangweidong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
33e8755e
a2da3a55
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
2 deletions
+21
-2
SampleProgress.vue
pages/workbench/sample-progress/SampleProgress.vue
+15
-2
SampleSteps.vue
pages/workbench/sample-progress/SampleSteps.vue
+6
-0
No files found.
pages/workbench/sample-progress/SampleProgress.vue
View file @
380d3e38
...
...
@@ -3,6 +3,17 @@
<div
class=
"layout-content-padding"
>
<div
class=
"layout-content-main"
>
<Row
style=
"margin-top: 10px;"
>
<Form
id=
"search-form-sample-progress"
:label-width=
"80"
inline
onsubmit=
"return false"
>
<Form-item
label=
"试验名称:"
class=
"search-item"
>
<Input
@
on-enter=
"_search"
v-model=
"formObj.name"
name=
"name"
placeholder=
"请输入试验名称"
style=
"width:100%"
clearable
></Input>
</Form-item>
<Form-item
label=
"钻孔名称:"
class=
"search-item"
>
<Input
@
on-enter=
"_search"
v-model=
"formObj.boreholeName"
name=
"boreholeName"
placeholder=
"请输入钻孔名称"
style=
"width:100%"
clearable
></Input>
</Form-item>
<Form-item
class=
"search-item"
>
<Button
@
click=
"_search"
type=
"primary"
class=
"width-80"
>
搜索
</Button>
</Form-item>
</Form>
<!--查询条件-->
<!--样品进度-->
<!--
<Col
span=
"24"
>
-->
...
...
@@ -41,7 +52,7 @@ export default {
contractId
:
''
,
//
page
:
0
,
rows
:
5
0
,
rows
:
3
0
,
formObj
:
{},
processObj
:
{
height
:
document
.
documentElement
.
clientHeight
-
300
+
'px'
...
...
@@ -74,7 +85,9 @@ export default {
this
.
sampleInfo
=
[]
}
Object
.
assign
(
this
.
formObj
,
this
.
_searchParams
())
const
result
=
await
soilStatistics
.
listExperimentProgress
(
this
.
formObj
)
const
result
=
await
soilStatistics
.
listExperimentProgress
(
this
.
$serializeForm
(
this
.
formObj
)
)
if
(
result
)
{
const
records
=
result
.
records
const
pages
=
result
.
pages
...
...
pages/workbench/sample-progress/SampleSteps.vue
View file @
380d3e38
...
...
@@ -101,4 +101,10 @@ export default {
float
:
left
;
width
:
65%
;
}
.contract-box
{
margin
:
10px
0
;
}
.contract-box
{
border
:
1px
solid
#dcdcdc
;
}
</
style
>
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