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
f6ba9718
Commit
f6ba9718
authored
Dec 30, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了样品进度查询
parent
f3896a7c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
24 deletions
+22
-24
SampleProgressDetail.vue
.../soil-statistics/sample-progress/SampleProgressDetail.vue
+11
-12
SampleProgressDetail.vue
pages/workbench/SampleProgressDetail.vue
+11
-12
No files found.
pages/soil-statistics/sample-progress/SampleProgressDetail.vue
View file @
f6ba9718
...
@@ -12,6 +12,12 @@
...
@@ -12,6 +12,12 @@
<Form-item
label=
"样品编号:"
class=
"search-item"
>
<Form-item
label=
"样品编号:"
class=
"search-item"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.sampleCode"
placeholder=
"请输入样品编号"
clearable
/>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.sampleCode"
placeholder=
"请输入样品编号"
clearable
/>
</Form-item>
</Form-item>
<Form-item
label=
"委托编号:"
class=
"search-item"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.entrustCode"
placeholder=
"请输入委托编号"
clearable
/>
</Form-item>
<Form-item
label=
"项目名称:"
class=
"search-item"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.projectName"
placeholder=
"请输入项目名称"
clearable
/>
</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>
...
@@ -69,18 +75,10 @@ export default {
...
@@ -69,18 +75,10 @@ export default {
userColumns
:
[],
userColumns
:
[],
searchOpen
:
true
,
searchOpen
:
true
,
formObj
:
{
formObj
:
{
cname
:
''
,
boreholeName
:
undefined
,
num
:
''
,
sampleCode
:
undefined
,
contractName
:
''
,
entrustCode
:
undefined
,
code
:
''
,
projectName
:
undefined
finished
:
''
,
reportDateBegin
:
''
,
reportDateEnd
:
''
,
myGroupData
:
0
,
name
:
''
,
groupIds
:
''
,
salesmans
:
''
,
type
:
''
},
},
btn
:
[
btn
:
[
{
type
:
'primary'
,
id
:
''
,
name
:
'导出'
},
{
type
:
'primary'
,
id
:
''
,
name
:
'导出'
},
...
@@ -91,6 +89,7 @@ export default {
...
@@ -91,6 +89,7 @@ export default {
{
title
:
'委托编号'
,
key
:
'entrustCode'
,
width
:
140
},
{
title
:
'委托编号'
,
key
:
'entrustCode'
,
width
:
140
},
{
title
:
'钻孔名称'
,
key
:
'boreholeName'
,
width
:
140
},
{
title
:
'钻孔名称'
,
key
:
'boreholeName'
,
width
:
140
},
{
title
:
'样品编号'
,
key
:
'sampleCode'
,
width
:
140
},
{
title
:
'样品编号'
,
key
:
'sampleCode'
,
width
:
140
},
{
title
:
'项目名称'
,
key
:
'projectName'
,
width
:
140
},
{
title
:
'状态'
,
key
:
'status'
,
width
:
80
,
status
:
true
},
{
title
:
'状态'
,
key
:
'status'
,
width
:
80
,
status
:
true
},
{
title
:
'检测进度'
,
key
:
'testProgress'
,
width
:
160
}
{
title
:
'检测进度'
,
key
:
'testProgress'
,
width
:
160
}
],
],
...
...
pages/workbench/SampleProgressDetail.vue
View file @
f6ba9718
...
@@ -12,6 +12,12 @@
...
@@ -12,6 +12,12 @@
<Form-item
label=
"样品编号:"
class=
"search-item"
>
<Form-item
label=
"样品编号:"
class=
"search-item"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.sampleCode"
placeholder=
"请输入样品编号"
clearable
/>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.sampleCode"
placeholder=
"请输入样品编号"
clearable
/>
</Form-item>
</Form-item>
<Form-item
label=
"委托编号:"
class=
"search-item"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.entrustCode"
placeholder=
"请输入委托编号"
clearable
/>
</Form-item>
<Form-item
label=
"项目名称:"
class=
"search-item"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.projectName"
placeholder=
"请输入项目名称"
clearable
/>
</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>
...
@@ -64,18 +70,10 @@ export default {
...
@@ -64,18 +70,10 @@ export default {
userColumns
:
[],
userColumns
:
[],
searchOpen
:
true
,
searchOpen
:
true
,
formObj
:
{
formObj
:
{
cname
:
''
,
boreholeName
:
undefined
,
num
:
''
,
sampleCode
:
undefined
,
contractName
:
''
,
entrustCode
:
undefined
,
code
:
''
,
projectName
:
undefined
finished
:
''
,
reportDateBegin
:
''
,
reportDateEnd
:
''
,
myGroupData
:
0
,
name
:
''
,
groupIds
:
''
,
salesmans
:
''
,
type
:
''
},
},
btn
:
[
btn
:
[
{
type
:
'primary'
,
id
:
''
,
name
:
'导出'
},
{
type
:
'primary'
,
id
:
''
,
name
:
'导出'
},
...
@@ -86,6 +84,7 @@ export default {
...
@@ -86,6 +84,7 @@ export default {
{
title
:
'委托编号'
,
key
:
'entrustCode'
,
width
:
140
},
{
title
:
'委托编号'
,
key
:
'entrustCode'
,
width
:
140
},
{
title
:
'钻孔名称'
,
key
:
'boreholeName'
,
width
:
140
},
{
title
:
'钻孔名称'
,
key
:
'boreholeName'
,
width
:
140
},
{
title
:
'样品编号'
,
key
:
'sampleCode'
,
width
:
140
},
{
title
:
'样品编号'
,
key
:
'sampleCode'
,
width
:
140
},
{
title
:
'项目名称'
,
key
:
'projectName'
,
width
:
140
},
{
title
:
'状态'
,
key
:
'status'
,
width
:
80
,
status
:
true
},
{
title
:
'状态'
,
key
:
'status'
,
width
:
80
,
status
:
true
},
{
title
:
'检测进度'
,
key
:
'testProgress'
,
width
:
160
}
{
title
:
'检测进度'
,
key
:
'testProgress'
,
width
:
160
}
],
],
...
...
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