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
d97584cf
Commit
d97584cf
authored
Jan 13, 2021
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了库房样品管理查询
parent
12001bd8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
AddressManageHis.vue
...mple-manage/storehouse-sample-manage/AddressManageHis.vue
+15
-2
No files found.
pages/soil-alone-sample-manage/storehouse-sample-manage/AddressManageHis.vue
View file @
d97584cf
...
...
@@ -14,6 +14,18 @@
<Form-item
class=
"search-item"
label=
"样品编号:"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.sampleCode"
name=
"sampleCode"
placeholder=
"请输入样品编号"
clearable
/>
</Form-item>
<Form-item
class=
"search-item"
label=
"库房号:"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.warehouse"
name=
"warehouse"
placeholder=
"请输入库房号"
clearable
/>
</Form-item>
<Form-item
class=
"search-item"
label=
"架位号:"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.receiveLocation"
name=
"receiveLocation"
placeholder=
"请输入架位号"
clearable
/>
</Form-item>
<Form-item
class=
"search-item"
label=
"项目名称:"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.projectName"
name=
"projectName"
placeholder=
"请输入项目名称"
clearable
/>
</Form-item>
<Form-item
class=
"search-item"
label=
"钻孔名称:"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.boreholeName"
name=
"boreholeName"
placeholder=
"请输入钻孔名称"
clearable
/>
</Form-item>
<Form-item
class=
"search-btn"
>
<Button
@
click=
"_formSearch"
type=
"primary"
>
搜索
</Button>
</Form-item>
...
...
@@ -31,7 +43,7 @@
<vxe-table-column
:field=
"item.key"
:title=
"item.title"
:min-width=
"item.width?item.width:
20
0"
:min-width=
"item.width?item.width:
15
0"
:fixed=
"item.fixed?item.fixed:undefined"
v-for=
"item in pageColumns"
:key=
"item.key"
sortable
>
...
...
@@ -98,12 +110,13 @@ export default {
btn
:
[],
// 表格
pageColumns
:
[
{
title
:
'委托商'
,
key
:
'client'
},
{
title
:
'委托商'
,
key
:
'client'
,
width
:
170
},
{
title
:
'委托编号'
,
key
:
'entrustCode'
},
{
title
:
'钻孔名称'
,
key
:
'boreholeName'
},
{
title
:
'委托日期'
,
key
:
'entrustDate'
,
date
:
true
},
{
title
:
'样品编号'
,
key
:
'sampleCode'
},
{
title
:
'现场编号'
,
key
:
'siteNo'
},
{
title
:
'项目名称'
,
key
:
'projectName'
},
{
title
:
'库房号'
,
key
:
'warehouse'
},
{
title
:
'架位号'
,
key
:
'receiveLocation'
},
{
title
:
'进度'
,
key
:
'progress'
}
...
...
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