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
30b370be
Commit
30b370be
authored
Jul 29, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
耗材盘点
parent
3ad77478
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
876 additions
and
0 deletions
+876
-0
xz.png
src/assets/img/xz.png
+0
-0
InventoryDetail.vue
src/components/Materialman/InventoryDetail.vue
+377
-0
consumablesInventory.vue
src/components/Materialman/consumablesInventory.vue
+486
-0
config.js
src/router/config.js
+13
-0
No files found.
src/assets/img/xz.png
0 → 100644
View file @
30b370be
476 Bytes
src/components/Materialman/InventoryDetail.vue
0 → 100644
View file @
30b370be
This diff is collapsed.
Click to expand it.
src/components/Materialman/consumablesInventory.vue
0 → 100644
View file @
30b370be
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
30b370be
...
...
@@ -223,6 +223,19 @@ export default {
name
:
'chukudan'
,
component
:
resolve
=>
require
([
'@/components/Materialman/chukudan'
],
resolve
),
},
// 耗材盘点
{
path
:
'/consumablesInventory'
,
name
:
'consumablesInventory'
,
component
:
resolve
=>
require
([
'@/components/Materialman/consumablesInventory'
],
resolve
),
},
// 耗材盘点明細
{
path
:
'/InventoryDetail'
,
name
:
'InventoryDetail'
,
component
:
resolve
=>
require
([
'@/components/Materialman/InventoryDetail'
],
resolve
),
},
// 现存量查询
{
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