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
5af695c4
Commit
5af695c4
authored
Oct 26, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了委托登记试样列表
parent
aa2931e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
13 deletions
+10
-13
SoilSampleManage.vue
pages/meter-entrust/SoilSampleManage.vue
+10
-13
No files found.
pages/meter-entrust/SoilSampleManage.vue
View file @
5af695c4
...
@@ -11,12 +11,12 @@
...
@@ -11,12 +11,12 @@
<Col
span=
"24"
>
<Col
span=
"24"
>
<Form
id=
"search-sample-company"
v-show=
"searchOpen"
:label-width=
"80"
inline
onsubmit=
"return false"
>
<Form
id=
"search-sample-company"
v-show=
"searchOpen"
:label-width=
"80"
inline
onsubmit=
"return false"
>
<label
class=
"label-sign"
></label>
<label
class=
"label-sign"
></label>
<Form-item
label=
"试样编号:"
class=
"search-item"
>
<Input
v-model=
"formObj.sampleCode"
@
on-enter=
"_formSearch"
placeholder=
"请输入样品编号"
clearable
/>
</Form-item>
<Form-item
label=
"现场编号:"
class=
"search-item"
>
<Form-item
label=
"现场编号:"
class=
"search-item"
>
<Input
v-model=
"formObj.siteNo"
@
on-enter=
"_formSearch"
placeholder=
"请输入现场编号"
clearable
/>
<Input
v-model=
"formObj.siteNo"
@
on-enter=
"_formSearch"
placeholder=
"请输入现场编号"
clearable
/>
</Form-item>
</Form-item>
<Form-item
label=
"样品编号:"
class=
"search-item"
>
<Input
v-model=
"formObj.sampleCode"
@
on-enter=
"_formSearch"
placeholder=
"请输入样品编号"
clearable
/>
</Form-item>
<Form-item
class=
"search-btn"
>
<Form-item
class=
"search-btn"
>
<Button
@
click=
"_page"
type=
"primary"
>
<Button
@
click=
"_page"
type=
"primary"
>
搜索
搜索
...
@@ -40,10 +40,7 @@
...
@@ -40,10 +40,7 @@
:min-width=
"item.width?item.width:200"
:min-width=
"item.width?item.width:200"
:fixed=
"item.fixed?item.fixed:undefined"
sortable
>
:fixed=
"item.fixed?item.fixed:undefined"
sortable
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<div
v-if=
"item.detail"
>
<div
v-if=
"item.status"
>
<a
@
click
.
stop=
"_detailModal(scope.row)"
>
{{
scope
.
row
[
item
.
key
]
}}
</a>
</div>
<div
v-else-if=
"item.status"
>
{{
scope
.
row
[
item
.
key
].
display
}}
{{
scope
.
row
[
item
.
key
].
display
}}
</div>
</div>
<div
v-else-if=
"item.date"
>
<div
v-else-if=
"item.date"
>
...
@@ -117,12 +114,12 @@ export default {
...
@@ -117,12 +114,12 @@ export default {
selectData
:
{},
selectData
:
{},
getPage
:
{},
getPage
:
{},
pageColumns
:
[
pageColumns
:
[
{
title
:
'试样编号'
,
key
:
'sampleCode'
,
width
:
1
6
0
,
fixed
:
'left'
},
{
title
:
'试样编号'
,
key
:
'sampleCode'
,
width
:
1
0
0
,
fixed
:
'left'
},
{
title
:
'试样深度'
,
key
:
'sampleDepth'
,
width
:
1
6
0
},
{
title
:
'试样深度'
,
key
:
'sampleDepth'
,
width
:
1
0
0
},
{
title
:
'现场编号'
,
key
:
'siteNo'
,
width
:
1
3
0
},
{
title
:
'现场编号'
,
key
:
'siteNo'
,
width
:
1
0
0
},
{
title
:
'试验项目'
,
key
:
'experimentNames'
,
width
:
330
},
{
title
:
'试验项目'
,
key
:
'experimentNames'
},
{
title
:
'土质描述'
,
key
:
'sampleDescribe'
,
width
:
1
6
0
},
{
title
:
'土质描述'
,
key
:
'sampleDescribe'
,
width
:
1
0
0
},
{
title
:
'样品包装类型'
,
key
:
'samplePack'
,
width
:
16
0
}
{
title
:
'样品包装类型'
,
key
:
'samplePack'
,
width
:
8
0
}
],
],
sampleId
:
''
,
sampleId
:
''
,
dateList
:
[],
dateList
:
[],
...
...
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