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
4ffa20cf
Commit
4ffa20cf
authored
Jul 11, 2024
by
hubaoshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
领用申请的修改
parent
ad84d3a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
6 deletions
+12
-6
outcomeWmsApply.js
src/api/outcomeWmsApply.js
+6
-0
outcomeWmsApply.vue
src/views/template/outcomeWmsApply.vue
+6
-6
No files found.
src/api/outcomeWmsApply.js
View file @
4ffa20cf
...
...
@@ -29,6 +29,12 @@ export function getOutcomeWmsApply(businessId) {
})
}
export
function
findOutcomeWmsApply
(
businessId
)
{
return
request
({
url
:
'/outcomewmsapply/detail/'
+
businessId
,
method
:
'get'
})
}
// 3. 新增????
export
function
addOutcomeWmsApply
(
data
)
{
data
=
Qs
.
stringify
(
data
)
...
...
src/views/template/outcomeWmsApply.vue
View file @
4ffa20cf
...
...
@@ -429,7 +429,7 @@ import {
getOutcomeWmsApply
,
delOutcomeWmsApply
,
addOutcomeWmsApply
,
updateOutcomeWmsApply
,
exportOutcomeWmsApply
,
addOutcomeWmsApplyPtype
updateOutcomeWmsApply
,
exportOutcomeWmsApply
,
addOutcomeWmsApplyPtype
,
findOutcomeWmsApply
}
from
'@/api/outcomeWmsApply'
import
commonField
from
'@/utils/commonField'
import
{
getDicts
}
from
'@/api/system/dict/data'
...
...
@@ -760,9 +760,9 @@ export default {
handleUpdate
(
row
)
{
this
.
reset
()
const
id
=
row
.
businessId
get
OutcomeWmsApply
(
id
).
then
(
response
=>
{
find
OutcomeWmsApply
(
id
).
then
(
response
=>
{
if
(
response
.
data
.
ptype
===
'30'
)
{
if
(
response
.
data
.
pn
===
'
xxx
'
)
{
if
(
response
.
data
.
pn
===
'
Na3PO4
'
)
{
this
.
disabled2
=
true
this
.
disabled3
=
true
this
.
disabled4
=
true
...
...
@@ -772,7 +772,7 @@ export default {
console
.
log
(
this
.
formPn
.
qty1
)
this
.
openGain
=
true
this
.
title
=
'修改领用申请'
}
else
if
(
response
.
data
.
pn
===
'
yyy
'
)
{
}
else
if
(
response
.
data
.
pn
===
'
NB-Y
'
)
{
this
.
disabled1
=
true
this
.
disabled3
=
true
this
.
disabled4
=
true
...
...
@@ -781,7 +781,7 @@ export default {
this
.
$set
(
this
.
formPn
,
'qty2'
,
response
.
data
.
qty
/
15
)
this
.
openGain
=
true
this
.
title
=
'修改领用申请'
}
else
if
(
response
.
data
.
pn
===
'
zzz
'
)
{
}
else
if
(
response
.
data
.
pn
===
'
NB-Z
'
)
{
this
.
disabled1
=
true
this
.
disabled2
=
true
this
.
disabled4
=
true
...
...
@@ -790,7 +790,7 @@ export default {
this
.
$set
(
this
.
formPn
,
'qty3'
,
response
.
data
.
qty
/
18
)
this
.
openGain
=
true
this
.
title
=
'修改领用申请'
}
else
if
(
response
.
data
.
pn
===
'
qqq
'
)
{
}
else
if
(
response
.
data
.
pn
===
'
NB-C
'
)
{
this
.
disabled1
=
true
this
.
disabled2
=
true
this
.
disabled3
=
true
...
...
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