Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_pda_Web
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
胡宝山
template_pda_Web
Commits
aee01501
Commit
aee01501
authored
Aug 18, 2024
by
hubaoshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wcp
parent
942407cf
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
287 additions
and
195 deletions
+287
-195
materialInventory.js
src/api/materialInventory.js
+6
-0
inventory.vue
src/views/setup/inventory.vue
+278
-188
materialInventory.vue
src/views/setup/materialInventory.vue
+3
-7
No files found.
src/api/materialInventory.js
View file @
aee01501
...
...
@@ -47,3 +47,9 @@ export function delPd(data) {
params
:
data
})
}
export
function
getDicts
(
dictType
)
{
return
request
({
url
:
'/system/dict/data/type/'
+
dictType
,
method
:
'get'
})
}
src/views/setup/inventory.vue
View file @
aee01501
This diff is collapsed.
Click to expand it.
src/views/setup/materialInventory.vue
View file @
aee01501
...
...
@@ -5,12 +5,7 @@
<el-table-column
type=
"index"
label=
"序号"
width=
"50"
/>
<el-table-column
label=
"orderSn"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
orderSn
||
'-'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"人员"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
name
||
'-'
}}
</span>
<span>
{{
scope
.
row
.
orderSn
||
'-'
}}
(
{{
scope
.
row
.
name
||
'-'
}}
)
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
>
...
...
@@ -54,7 +49,8 @@ export default {
this
.
$router
.
push
({
path
:
'/setup/inventory'
,
query
:
{
businessId
:
item
.
businessId
businessId
:
item
.
businessId
,
orderSn
:
item
.
orderSn
}
})
},
...
...
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