Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
Details
Activity
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
TFMOM
TF-MOM-WEB
Commits
c6a02181
Commit
c6a02181
authored
Jan 03, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
领用出库有指令与无指令修改
parent
eccf3abe
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
AddOutStorageUseDetailDialog.vue
...ageUseDetails/components/AddOutStorageUseDetailDialog.vue
+1
-1
index.vue
...teComponents/components/AddOutStorageUseDetails/index.vue
+1
-1
index.vue
...mes/src/privateComponents/components/AoNoSelect/index.vue
+1
-1
No files found.
applications/dee-mes/src/privateComponents/components/AddOutStorageUseDetails/components/AddOutStorageUseDetailDialog.vue
View file @
c6a02181
...
...
@@ -114,7 +114,7 @@ export default {
}]
if
(
typeName
===
'swapUse'
)
{
data
[
0
].
extSupportingItemVO
=
this
.
selectDatas
[
0
].
extSupportingItemVO
}
else
if
(
typeName
===
'scrapUse'
||
typeName
===
'useAO'
)
{
}
else
if
(
typeName
===
'scrapUse'
)
{
data
[
0
].
extSupportingItemVO
=
this
.
selection
.
extSupportingItemVO
data
[
0
].
extSupportingItemId
=
this
.
selection
.
extSupportingItemVO
&&
this
.
selection
.
extSupportingItemVO
.
id
}
...
...
applications/dee-mes/src/privateComponents/components/AddOutStorageUseDetails/index.vue
View file @
c6a02181
...
...
@@ -277,7 +277,7 @@ export default {
data
.
forEach
(
item
=>
{
tableData
.
forEach
(
v
=>
{
let
flag
=
v
.
extMaterialId
===
item
.
extMaterialId
if
(
typeName
===
'scrapUse'
||
typeName
===
'useAO'
)
{
if
(
typeName
===
'scrapUse'
)
{
flag
=
v
.
extSupportingItemId
===
item
.
extSupportingItemId
&&
v
.
extMaterialId
===
item
.
extMaterialId
}
else
{
flag
=
v
.
extMaterialId
===
item
.
extMaterialId
...
...
applications/dee-mes/src/privateComponents/components/AoNoSelect/index.vue
View file @
c6a02181
...
...
@@ -78,7 +78,7 @@ export default {
this
.
tableColumnSelect
=
true
let
requestUrl
=
'ExtProcessPlan'
let
queryNo
=
'serialNumber'
if
(
this
.
basicData
.
useRequestType
===
'noAO'
)
{
if
(
this
.
basicData
.
useRequestType
===
'noAO'
||
this
.
basicData
.
useRequestType
===
'useAO'
)
{
requestUrl
=
'AbsentAO'
// 无指令AbsentAO
queryNo
=
'aoNo'
}
else
{
...
...
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