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
763b030a
Commit
763b030a
authored
Aug 01, 2023
by
xioln
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:采购入库
parent
9b0bda57
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
storageDetailsCreateCom.vue
...arehousingNewOrEdit/component/storageDetailsCreateCom.vue
+1
-0
index.vue
...nents/components/PurchasingWarehousingNewOrEdit/index.vue
+1
-1
No files found.
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingNewOrEdit/component/storageDetailsCreateCom.vue
View file @
763b030a
...
...
@@ -1562,6 +1562,7 @@ export default {
value
:
item
.
defCode
}
})
this
.
$set
(
this
.
form
,
'airModel'
,
AIRMODEL
.
component
.
options
[
0
].
label
)
})
},
// 根据机型带出架次
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingNewOrEdit/index.vue
View file @
763b030a
...
...
@@ -259,7 +259,7 @@ export default {
},
icon
:
'/icons/components/new/add.png'
,
showFun
:
(
row
)
=>
{
const
value
=
row
.
extMaterial
?
row
.
extMaterial
.
resType2
.
typeName
:
''
const
value
=
row
.
extMaterial
?
row
.
extMaterial
.
resType2
.
typeName
:
row
.
materialTypeName
if
(
!
row
.
isRoot
||
value
!==
'外购成品'
)
{
return
false
}
...
...
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