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
7c08aa1b
Commit
7c08aa1b
authored
Aug 23, 2023
by
xioln
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购入库外购成品添加明细
parent
171765b7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
storageDetailsCreateCom.vue
...arehousingNewOrEdit/component/storageDetailsCreateCom.vue
+32
-0
No files found.
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingNewOrEdit/component/storageDetailsCreateCom.vue
View file @
7c08aa1b
...
...
@@ -1387,6 +1387,25 @@ export default {
default
:
break
}
// 外购成品添加明细时
if
(
this
.
header
.
materialTypeName
.
label
===
'外购成品'
&&
!
childrenAddOrEdit
)
{
this
.
formFileds
[
0
].
data
.
push
(
{
title
:
'是否虚拟件'
,
key
:
'isVirtual'
,
component
:
{
clearable
:
true
,
name
:
'el-select'
,
placeholder
:
'请选择是否虚拟件'
,
options
:
[
{
label
:
'否'
,
value
:
false
},
{
label
:
'是'
,
value
:
true
}
]
}
}
)
}
// 添加子明细时
if
(
childrenAddOrEdit
)
{
this
.
formFileds
[
0
].
data
.
push
(
{
...
...
@@ -1398,6 +1417,19 @@ export default {
placeholder
:
'请输入批次号'
}
},
{
title
:
'子件附件'
,
key
:
'smallType'
,
component
:
{
clearable
:
true
,
name
:
'el-select'
,
placeholder
:
'请选择子件附件'
,
options
:
[
{
label
:
'子件'
,
value
:
'子件'
},
{
label
:
'附件'
,
value
:
'附件'
}
]
}
}
)
}
this
.
getBasicData
()
...
...
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