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
750da478
Commit
750da478
authored
Jul 31, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8ab1228c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
489 additions
and
208 deletions
+489
-208
consumablesInventory.vue
src/components/Materialman/consumablesInventory.vue
+1
-1
InventoryDetails.vue
src/components/assetsman/InventoryDetails.vue
+482
-207
config.js
src/router/config.js
+6
-0
No files found.
src/components/Materialman/consumablesInventory.vue
View file @
750da478
...
@@ -91,7 +91,7 @@
...
@@ -91,7 +91,7 @@
<img
v-if=
"row.CheckState ==1"
@
click=
"Delete(row)"
style=
"width:24px;height:24px"
src=
"../../assets/img/qx.png"
alt=
""
>
<img
v-if=
"row.CheckState ==1"
@
click=
"Delete(row)"
style=
"width:24px;height:24px"
src=
"../../assets/img/qx.png"
alt=
""
>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"查看详情"
placement=
"top"
v-if=
"row.CheckState==2"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"查看详情"
placement=
"top"
v-if=
"row.CheckState==2"
>
<img
v-if=
"row.CheckState==2"
@
click=
"SeeDetails(row,'/Inventory
Details
')"
style=
"width:24px;height:24px"
src=
"../../assets/img/chakan.png"
alt=
""
/>
<img
v-if=
"row.CheckState==2"
@
click=
"SeeDetails(row,'/Inventory
View
')"
style=
"width:24px;height:24px"
src=
"../../assets/img/chakan.png"
alt=
""
/>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"盘点明细"
placement=
"top"
v-if=
"row.CheckState==1"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"盘点明细"
placement=
"top"
v-if=
"row.CheckState==1"
>
<img
v-if=
"row.CheckState==1"
@
click=
"SeeDetails(row,'/InventoryDetail')"
style=
"width:24px;height:24px"
src=
"../../assets/img/shtg.png"
alt=
""
/>
<img
v-if=
"row.CheckState==1"
@
click=
"SeeDetails(row,'/InventoryDetail')"
style=
"width:24px;height:24px"
src=
"../../assets/img/shtg.png"
alt=
""
/>
...
...
src/components/assetsman/InventoryDetails.vue
View file @
750da478
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
750da478
...
@@ -247,6 +247,12 @@ export default {
...
@@ -247,6 +247,12 @@ export default {
name
:
'InventoryBoyi'
,
name
:
'InventoryBoyi'
,
component
:
resolve
=>
require
([
'@/components/Materialman/InventoryBoyi'
],
resolve
),
component
:
resolve
=>
require
([
'@/components/Materialman/InventoryBoyi'
],
resolve
),
},
},
//耗材预览
{
path
:
'/InventoryView'
,
name
:
'InventoryView'
,
component
:
resolve
=>
require
([
'@/components/Materialman/InventoryView'
],
resolve
),
},
// 现存量查询
// 现存量查询
{
{
path
:
'/SpotQuery'
,
path
:
'/SpotQuery'
,
...
...
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