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
eaed550d
Commit
eaed550d
authored
Jan 12, 2021
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了统计查询
parent
a6b11124
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
15 deletions
+12
-15
ExperimrntProgressDetail.vue
...atistics/experiment-progress/ExperimrntProgressDetail.vue
+9
-9
SampleProgressDetail.vue
.../soil-statistics/sample-progress/SampleProgressDetail.vue
+3
-6
No files found.
pages/soil-statistics/experiment-progress/ExperimrntProgressDetail.vue
View file @
eaed550d
...
@@ -5,16 +5,16 @@
...
@@ -5,16 +5,16 @@
<Row
style=
"margin-top: 10px;"
>
<Row
style=
"margin-top: 10px;"
>
<Form
id=
"search-form-sample-progress"
:label-width=
"80"
inline
onsubmit=
"return false"
>
<Form
id=
"search-form-sample-progress"
:label-width=
"80"
inline
onsubmit=
"return false"
>
<Form-item
label=
"试验名称:"
class=
"search-item"
>
<Form-item
label=
"试验名称:"
class=
"search-item"
>
<Input
v-model=
"formObj.name"
name=
"name"
placeholder=
"请输入试验名称"
style=
"width:100%"
clearable
@
on-enter=
"_search"
></Input>
<Input
v-model=
"formObj.name"
@
on-enter=
"_search"
name=
"name"
placeholder=
"请输入试验名称"
style=
"width:100%"
clearable
></Input>
</Form-item>
</Form-item>
<Form-item
label=
"钻孔名称:"
class=
"search-item"
>
<Form-item
label=
"钻孔名称:"
class=
"search-item"
>
<Input
v-model=
"formObj.boreholeName"
name=
"boreholeName"
placeholder=
"请输入钻孔名称"
style=
"width:100%"
clearable
@
on-enter=
"_search"
></Input>
<Input
v-model=
"formObj.boreholeName"
@
on-enter=
"_search"
name=
"boreholeName"
placeholder=
"请输入钻孔名称"
style=
"width:100%"
clearable
></Input>
</Form-item>
</Form-item>
<Form-item
class=
"search-item"
>
<Form-item
class=
"search-item"
>
<Button
type=
"primary"
class=
"width-80"
@
click=
"_search
"
>
搜索
</Button>
<Button
@
click=
"_search"
type=
"primary"
class=
"width-80
"
>
搜索
</Button>
</Form-item>
</Form-item>
</Form>
</Form>
<Col
style=
"height:
100%
;"
span=
"24"
>
<Col
style=
"height:
400px
;"
span=
"24"
>
<VScrollFull
ref=
"myscrollfull"
:page-size=
"rows"
@
load=
"_loadData"
>
<VScrollFull
ref=
"myscrollfull"
:page-size=
"rows"
@
load=
"_loadData"
>
<div
slot=
"empty"
style=
"text-align:center"
class=
"gray-color"
>
暂无数据
</div>
<div
slot=
"empty"
style=
"text-align:center"
class=
"gray-color"
>
暂无数据
</div>
<SampleSteps
ref=
"stepsModal"
:info=
"sampleInfo"
></SampleSteps>
<SampleSteps
ref=
"stepsModal"
:info=
"sampleInfo"
></SampleSteps>
...
@@ -36,11 +36,6 @@ export default {
...
@@ -36,11 +36,6 @@ export default {
SampleSteps
,
SampleSteps
,
VScrollFull
VScrollFull
},
},
computed
:
{
tableHeight
:
function
()
{
return
this
.
$tableHeight
(
'noSearch'
)
}
},
data
()
{
data
()
{
return
{
return
{
dateList
:
[],
dateList
:
[],
...
@@ -60,6 +55,11 @@ export default {
...
@@ -60,6 +55,11 @@ export default {
typeList
:
[{
name
:
'企业'
,
value
:
0
},
{
name
:
'政府'
,
value
:
1
}]
typeList
:
[{
name
:
'企业'
,
value
:
0
},
{
name
:
'政府'
,
value
:
1
}]
}
}
},
},
computed
:
{
tableHeight
:
function
()
{
return
this
.
$tableHeight
(
'noBtn'
)
-
200
}
},
mounted
()
{
mounted
()
{
// this._initData()
// this._initData()
},
},
...
...
pages/soil-statistics/sample-progress/SampleProgressDetail.vue
View file @
eaed550d
...
@@ -28,9 +28,9 @@
...
@@ -28,9 +28,9 @@
</div>
</div>
</Col>
</Col>
<Col
span=
"24"
>
<Col
span=
"24"
>
<
BtnL
ist
:msg=
"btn"
:open=
"searchOpen"
:showSearchBtn=
"true"
@
on-result-change=
"_btnClick"
<
btn-l
ist
:msg=
"btn"
:open=
"searchOpen"
:showSearchBtn=
"true"
@
on-result-change=
"_btnClick"
class=
"contHide"
>
class=
"contHide"
>
</
BtnL
ist>
</
btn-l
ist>
</Col>
</Col>
<Col
span=
"24"
>
<Col
span=
"24"
>
<PTVXETable
ref=
"pageTable"
:pageColumns=
"pageColumns"
:table-name=
"tableName"
<PTVXETable
ref=
"pageTable"
:pageColumns=
"pageColumns"
:table-name=
"tableName"
...
@@ -84,10 +84,7 @@ export default {
...
@@ -84,10 +84,7 @@ export default {
projectName
:
undefined
,
projectName
:
undefined
,
siteNo
:
undefined
siteNo
:
undefined
},
},
btn
:
[
btn
:
[],
{
type
:
'primary'
,
id
:
''
,
name
:
'导出'
},
{
type
:
'primary'
,
id
:
''
,
name
:
'催单'
}
],
getPage
:
{},
getPage
:
{},
pageColumns
:
[
pageColumns
:
[
{
title
:
'委托编号'
,
key
:
'entrustCode'
,
width
:
130
},
{
title
:
'委托编号'
,
key
:
'entrustCode'
,
width
:
130
},
...
...
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