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
78c60f2a
Commit
78c60f2a
authored
Jan 17, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
验收入库明细保存物料错乱bug修改
parent
2a381711
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
index.vue
...mponents/components/BatchSignEditInstorageItems/index.vue
+1
-0
storageDetailsCreateCom.vue
...torageRecallItemCom/component/storageDetailsCreateCom.vue
+1
-0
storageDetailsCreateCom.vue
...arehousingNewOrEdit/component/storageDetailsCreateCom.vue
+1
-0
No files found.
applications/dee-mes/src/privateComponents/components/BatchSignEditInstorageItems/index.vue
View file @
78c60f2a
...
@@ -2036,6 +2036,7 @@ export default {
...
@@ -2036,6 +2036,7 @@ export default {
// 'MaterialResCode': this.form.resCode
// 'MaterialResCode': this.form.resCode
// 'deliverySpec': this.basicData.deliverySpec || '/'
// 'deliverySpec': this.basicData.deliverySpec || '/'
}
}
newTableData
.
extMaterial
.
operator
=
'NO_CHANGE'
if
(
typeof
(
newTableData
.
storageZone
)
===
'number'
)
{
if
(
typeof
(
newTableData
.
storageZone
)
===
'number'
)
{
delete
newTableData
.
storageZone
delete
newTableData
.
storageZone
}
}
...
...
applications/dee-mes/src/privateComponents/components/InStorageRecallItemCom/component/storageDetailsCreateCom.vue
View file @
78c60f2a
...
@@ -2039,6 +2039,7 @@ export default {
...
@@ -2039,6 +2039,7 @@ export default {
'MaterialResCode'
:
this
.
form
.
resCode
,
'MaterialResCode'
:
this
.
form
.
resCode
,
'deliverySpec'
:
this
.
basicData
.
deliverySpec
||
'/'
'deliverySpec'
:
this
.
basicData
.
deliverySpec
||
'/'
}
}
newTableData
.
extMaterial
.
operator
=
'NO_CHANGE'
this
.
$emit
(
'addTableData'
,
newTableData
)
this
.
$emit
(
'addTableData'
,
newTableData
)
this
.
handleClose
()
this
.
handleClose
()
}
}
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingNewOrEdit/component/storageDetailsCreateCom.vue
View file @
78c60f2a
...
@@ -2035,6 +2035,7 @@ export default {
...
@@ -2035,6 +2035,7 @@ export default {
'MaterialResCode'
:
this
.
form
.
resCode
,
'MaterialResCode'
:
this
.
form
.
resCode
,
'deliverySpec'
:
this
.
basicData
.
deliverySpec
||
'/'
'deliverySpec'
:
this
.
basicData
.
deliverySpec
||
'/'
}
}
newTableData
.
extMaterial
.
operator
=
'NO_CHANGE'
this
.
$emit
(
'addTableData'
,
newTableData
)
this
.
$emit
(
'addTableData'
,
newTableData
)
this
.
handleClose
()
this
.
handleClose
()
}
}
...
...
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