Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
assets
Project
Project
Details
Activity
Releases
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
黄媛媛
assets
Commits
8bb6f138
Commit
8bb6f138
authored
Apr 02, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物料过期查询
parent
301ed530
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
83 additions
and
196 deletions
+83
-196
SpotQuery.vue
src/components/Materialman/SpotQuery.vue
+13
-2
materielexpire.vue
src/components/assetsman/materielexpire.vue
+70
-194
No files found.
src/components/Materialman/SpotQuery.vue
View file @
8bb6f138
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
</el-select>
</el-select>
</li>
</li>
<li>
<li>
<el-select
size=
"small"
filterable
clearable
v-model=
"msg.ExpiresDay"
placeholder=
"过期天数"
@
change=
"msg.pageIndex=1,getList()"
>
<el-select
size=
"small"
filterable
v-model=
"msg.ExpiresDay"
placeholder=
"过期天数"
@
change=
"msg.pageIndex=1,getList()"
>
<el-option
<el-option
v-for=
"item in daylist"
v-for=
"item in daylist"
:key=
"item.Id"
:key=
"item.Id"
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
</vxe-table-column>
</vxe-table-column>
<vxe-table-column
field=
"Number"
title=
"到期数量"
>
<vxe-table-column
field=
"Number"
title=
"到期数量"
>
<
template
v-slot=
"{ row }"
>
<
template
v-slot=
"{ row }"
>
<span
class=
"underline"
>
{{
row
.
RecentExpiresNum
}}
</span>
<span
class=
"underline"
@
click=
"gomater(row)"
>
{{
row
.
RecentExpiresNum
}}
</span>
</
template
>
</
template
>
</vxe-table-column>
</vxe-table-column>
<vxe-table-column
field=
"address"
title=
"操作"
>
<vxe-table-column
field=
"address"
title=
"操作"
>
...
@@ -326,6 +326,17 @@ export default {
...
@@ -326,6 +326,17 @@ export default {
null
null
);
);
},
},
gomater
(
row
){
this
.
$router
.
push
({
path
:
"/materielexpire"
,
query
:
{
SuppliesNum
:
row
.
SuppliesId
,
WarehouseId
:
row
.
WarehouseId
,
ExpiresDay
:
this
.
msg
.
ExpiresDay
}
});
}
},
},
...
...
src/components/assetsman/materielexpire.vue
View file @
8bb6f138
This diff is collapsed.
Click to expand it.
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