Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
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_vue
Commits
b2227c8a
Commit
b2227c8a
authored
Jul 03, 2024
by
hubaoshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2c8b7272
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
incomeWmsBox.js
src/api/incomeWmsBox.js
+3
-4
incomeWmsBox.vue
src/views/template/incomeWmsBox.vue
+6
-2
No files found.
src/api/incomeWmsBox.js
View file @
b2227c8a
...
@@ -27,11 +27,10 @@ export function getIncomeWmsBox(businessId) {
...
@@ -27,11 +27,10 @@ export function getIncomeWmsBox(businessId) {
method
:
'get'
method
:
'get'
})
})
}
}
export
function
getIncomeWmsBox
Id
(
data
)
{
export
function
getIncomeWmsBox
Pn
(
pn
)
{
return
request
({
return
request
({
url
:
'/incomewmsbox/detailId/'
,
url
:
'/incomewmslabel/findByPn/'
+
pn
,
method
:
'get'
,
method
:
'get'
data
:
data
})
})
}
}
...
...
src/views/template/incomeWmsBox.vue
View file @
b2227c8a
...
@@ -239,7 +239,7 @@ import {
...
@@ -239,7 +239,7 @@ import {
delIncomeWmsBox
,
delIncomeWmsBox
,
addIncomeWmsBox
,
addIncomeWmsBox
,
updateIncomeWmsBox
,
updateIncomeWmsBox
,
exportIncomeWmsBox
,
getIncomeWmsBoxId
,
updateIncomeWmsBoxId
exportIncomeWmsBox
,
getIncomeWmsBoxId
,
updateIncomeWmsBoxId
,
getIncomeWmsBoxPn
}
from
'@/api/incomeWmsBox'
}
from
'@/api/incomeWmsBox'
import
commonField
from
'@/utils/commonField'
import
commonField
from
'@/utils/commonField'
import
manufacturer
from
'@/data/cjlist'
import
manufacturer
from
'@/data/cjlist'
...
@@ -295,6 +295,10 @@ export default {
...
@@ -295,6 +295,10 @@ export default {
{
{
dictLabel
:
'jl'
,
dictLabel
:
'jl'
,
dictValue
:
'20'
dictValue
:
'20'
},
{
dictLabel
:
'che'
,
dictValue
:
'30'
}
}
],
],
// 查询参数
// 查询参数
...
@@ -481,7 +485,7 @@ export default {
...
@@ -481,7 +485,7 @@ export default {
this
.
reset
()
this
.
reset
()
this
.
id
=
row
.
businessId
this
.
id
=
row
.
businessId
this
.
pn
=
row
.
pn
this
.
pn
=
row
.
pn
getIncomeWmsBox
Id
(
this
.
pn
).
then
(
response
=>
{
getIncomeWmsBox
Pn
(
this
.
pn
).
then
(
response
=>
{
this
.
typeList
=
[]
this
.
typeList
=
[]
this
.
typelistTemp
=
response
.
data
this
.
typelistTemp
=
response
.
data
this
.
typelistTemp
.
forEach
(
item
=>
{
this
.
typelistTemp
.
forEach
(
item
=>
{
...
...
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