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
bf326576
Commit
bf326576
authored
Jan 23, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
是否合格展示修改
parent
fd0416f7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
storageDetailsCreateCom.vue
...arehousingNewOrEdit/component/storageDetailsCreateCom.vue
+1
-1
index.vue
...nents/components/PurchasingWarehousingNewOrEdit/index.vue
+1
-1
index.vue
...ponents/components/PurchasingWarehousingProcess/index.vue
+1
-1
index.vue
...ts/components/PurchasingWarehousingProcess_view/index.vue
+1
-1
index.vue
...Components/components/PurchasingWarehousingView/index.vue
+1
-1
No files found.
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingNewOrEdit/component/storageDetailsCreateCom.vue
View file @
bf326576
...
...
@@ -1996,7 +1996,7 @@ export default {
'materialTypeName'
:
this
.
basicData
.
materialTypeName
.
label
,
'purchaseUnitId'
:
this
.
extUnitId
,
'purchaseUnitIdType'
:
'ExtUnit'
,
'isSupplierY'
:
this
.
basicData
.
extDxSipplier
.
isPass
===
'Y'
,
//
'isSupplierY': this.basicData.extDxSipplier.isPass === 'Y',
'lotNo'
:
this
.
form
.
lotNo
,
'airModel'
:
this
.
form
.
airModel
,
'sorties'
:
this
.
form
.
sorties
,
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingNewOrEdit/index.vue
View file @
bf326576
...
...
@@ -455,7 +455,7 @@ export default {
}
},
{
title
:
'是否合格供应商'
,
key
:
'isSupplierY'
,
width
:
'120'
,
headerAlign
:
'center'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
return
cellValue
?
'合格'
:
'不
合格'
return
cellValue
===
false
?
'不合格'
:
'
合格'
}
},
{
title
:
'制造商'
,
key
:
'manufacturer'
,
align
:
'center'
,
headerAlign
:
'center'
},
{
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess/index.vue
View file @
bf326576
...
...
@@ -109,7 +109,7 @@ export default {
}
},
{
title
:
'是否合格供应商'
,
key
:
'isSupplierY'
,
width
:
'120'
,
headerAlign
:
'center'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
return
cellValue
?
'合格'
:
'不
合格'
return
cellValue
===
false
?
'不合格'
:
'
合格'
}
},
{
title
:
'制造商'
,
key
:
'manufacturer'
,
align
:
'center'
,
headerAlign
:
'center'
},
{
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess_view/index.vue
View file @
bf326576
...
...
@@ -222,7 +222,7 @@ export default {
}
},
{
title
:
'是否合格供应商'
,
key
:
'isSupplierY'
,
width
:
'120'
,
headerAlign
:
'center'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
return
cellValue
?
'合格'
:
'不
合格'
return
cellValue
===
false
?
'不合格'
:
'
合格'
}
},
{
title
:
'制造商'
,
key
:
'manufacturer'
,
align
:
'center'
,
headerAlign
:
'center'
},
{
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingView/index.vue
View file @
bf326576
...
...
@@ -90,7 +90,7 @@ export default {
}
},
{
title
:
'是否合格供应商'
,
key
:
'isSupplierY'
,
width
:
'120'
,
headerAlign
:
'center'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
return
cellValue
?
'合格'
:
'不
合格'
return
cellValue
===
false
?
'不合格'
:
'
合格'
}
},
{
title
:
'制造商'
,
key
:
'manufacturer'
,
align
:
'center'
,
headerAlign
:
'center'
},
{
...
...
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