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
793507c8
Commit
793507c8
authored
Jun 27, 2023
by
xioln
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入库明细新增
parent
0cc7398d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
index.vue
...ivateComponents/components/StorageDetailsCreate/index.vue
+7
-7
No files found.
applications/dee-mes/src/privateComponents/components/StorageDetailsCreate/index.vue
View file @
793507c8
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
>
>
<section>
<section>
<el-button
:disabled=
"disabled"
type=
"primary"
size=
"medium"
@
click=
"save"
>
确定
</el-button>
<el-button
:disabled=
"disabled"
type=
"primary"
size=
"medium"
@
click=
"save"
>
确定
</el-button>
<el-button
:disabled=
"disabled"
size=
"medium"
@
click=
"
handleC
lose"
>
取消
</el-button>
<el-button
:disabled=
"disabled"
size=
"medium"
@
click=
"
c
lose"
>
取消
</el-button>
</section>
</section>
</dee-form>
</dee-form>
</div>
</div>
...
@@ -517,7 +517,6 @@ export default {
...
@@ -517,7 +517,6 @@ export default {
this
.
defaultAirModel
()
this
.
defaultAirModel
()
},
},
mounted
()
{
mounted
()
{
console
.
log
(
'12231231312'
,
this
.
basicData
)
this
.
form
.
supplier
=
this
.
basicData
.
rows
.
extDxSipplier
.
supplierFullName
||
''
this
.
form
.
supplier
=
this
.
basicData
.
rows
.
extDxSipplier
.
supplierFullName
||
''
this
.
form
.
isSupplierY
=
this
.
basicData
.
rows
.
extDxSipplier
.
isValid
?
this
.
basicData
.
rows
.
extDxSipplier
.
isValid
===
'Y'
:
''
this
.
form
.
isSupplierY
=
this
.
basicData
.
rows
.
extDxSipplier
.
isValid
?
this
.
basicData
.
rows
.
extDxSipplier
.
isValid
===
'Y'
:
''
this
.
form
.
arrivalDate
=
this
.
basicData
.
rows
.
arrivalDate
||
''
this
.
form
.
arrivalDate
=
this
.
basicData
.
rows
.
arrivalDate
||
''
...
@@ -715,7 +714,6 @@ export default {
...
@@ -715,7 +714,6 @@ export default {
// 带出物料相关默认值
// 带出物料相关默认值
const
SELECT_MATERIAL
=
this
.
material
.
find
((
item
)
=>
item
.
resCode
===
v
)
const
SELECT_MATERIAL
=
this
.
material
.
find
((
item
)
=>
item
.
resCode
===
v
)
if
(
SELECT_MATERIAL
)
{
if
(
SELECT_MATERIAL
)
{
console
.
log
(
'SELECT_MATERIAL'
,
SELECT_MATERIAL
)
this
.
form
.
modelNo
=
SELECT_MATERIAL
.
modelNo
||
''
this
.
form
.
modelNo
=
SELECT_MATERIAL
.
modelNo
||
''
this
.
form
.
techSpec
=
SELECT_MATERIAL
.
techSpec
||
''
this
.
form
.
techSpec
=
SELECT_MATERIAL
.
techSpec
||
''
this
.
form
.
spec
=
SELECT_MATERIAL
.
spec
||
''
this
.
form
.
spec
=
SELECT_MATERIAL
.
spec
||
''
...
@@ -802,17 +800,19 @@ export default {
...
@@ -802,17 +800,19 @@ export default {
'storageZoneIdType'
:
'ExtDxProductWorkCenter'
,
'storageZoneIdType'
:
'ExtDxProductWorkCenter'
,
'inventoryReqId'
:
this
.
basicData
.
rows
.
id
,
'inventoryReqId'
:
this
.
basicData
.
rows
.
id
,
'inventoryReqIdType'
:
'InventoryRequest'
,
'inventoryReqIdType'
:
'InventoryRequest'
,
'contractNo'
:
this
.
form
.
contractNo
'contractNo'
:
this
.
form
.
contractNo
,
'isRoot'
:
true
}
}
).
then
((
res
)
=>
{
).
then
((
res
)
=>
{
console
.
log
(
'123123'
,
res
)
this
.
$utils
.
showMessageSuccess
(
'保存成功'
)
this
.
close
()
})
})
.
catch
((
err
)
=>
{
.
catch
((
err
)
=>
{
console
.
log
(
err
)
console
.
log
(
err
)
})
})
},
},
handleC
lose
()
{
c
lose
()
{
this
.
$emit
(
'completeEven'
)
}
}
}
}
}
}
...
...
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