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
3755291a
Commit
3755291a
authored
Jan 30, 2024
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加返厂依据
parent
544c9a18
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
7 deletions
+10
-7
storageDetailsCreateCom.vue
...torageRecallItemCom/component/storageDetailsCreateCom.vue
+6
-5
index.vue
...ponents/components/PurchasingWarehousingProcess/index.vue
+2
-1
index.vue
...ts/components/PurchasingWarehousingProcess_view/index.vue
+2
-1
No files found.
applications/dee-mes/src/privateComponents/components/InStorageRecallItemCom/component/storageDetailsCreateCom.vue
View file @
3755291a
...
...
@@ -1837,12 +1837,12 @@ export default {
'fieldName'
:
'targetId'
,
'operator'
:
'EQ'
,
'value'
:
this
.
basicData
.
materialTypeId
||
''
},
{
'fieldName'
:
'source.extDxProductAreaId'
,
'operator'
:
'EQ'
,
'value'
:
this
.
basicData
.
extDxProductAreaId
||
''
}
// {
// 'fieldName': 'source.extDxProductAreaId',
// 'operator': 'EQ',
// 'value': this.basicData.extDxProductAreaId || ''
// }
],
'operator'
:
'AND'
}
...
...
@@ -1858,6 +1858,7 @@ export default {
const
STORAGE
=
this
.
formFileds
[
0
].
data
.
find
(
(
item
)
=>
item
.
key
===
'storageZone'
)
res
.
items
.
content
=
res
.
items
.
content
.
filter
(
item
=>
{
return
item
.
source
})
STORAGE
.
component
.
options
=
res
.
items
.
content
.
map
((
item
)
=>
{
return
{
label
:
item
.
source
&&
item
.
source
.
extname
,
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess/index.vue
View file @
3755291a
...
...
@@ -176,7 +176,8 @@ export default {
title
:
'创建时间'
,
key
:
'createTime'
,
align
:
'center'
,
headerAlign
:
'center'
,
width
:
'120'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
return
row
.
createTime
&&
row
.
createTime
.
split
(
' '
)[
0
]
}
}
},
{
title
:
'返厂依据'
,
key
:
'callBackBill'
,
align
:
'center'
,
headerAlign
:
'center'
}
],
optionsTree
:
{
rowKey
:
'id'
,
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess_view/index.vue
View file @
3755291a
...
...
@@ -289,7 +289,8 @@ export default {
title
:
'创建时间'
,
key
:
'createTime'
,
align
:
'center'
,
headerAlign
:
'center'
,
width
:
'120'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
return
row
.
createTime
&&
row
.
createTime
.
split
(
' '
)[
0
]
}
}
},
{
title
:
'返厂依据'
,
key
:
'callBackBill'
,
align
:
'center'
,
headerAlign
:
'center'
}
]
if
((
this
.
basicData
.
subTypeName
===
'InStoragePurchaseItem'
||
this
.
basicData
.
subTypeName
===
'InStorageRecallItem'
||
this
.
basicData
.
subTypeName
===
'InStorageExpireItem'
)
&&
this
.
basicData
.
state
===
'In_Confirm'
)
{
return
tableConlumn
...
...
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