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
6bc83ffd
Commit
6bc83ffd
authored
Jan 03, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购入库明细增加字段
parent
4601cdaf
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
56 additions
and
0 deletions
+56
-0
index.vue
...nents/components/PurchasingWarehousingNewOrEdit/index.vue
+14
-0
index.vue
...ponents/components/PurchasingWarehousingProcess/index.vue
+14
-0
index.vue
...ts/components/PurchasingWarehousingProcess_view/index.vue
+14
-0
index.vue
...Components/components/PurchasingWarehousingView/index.vue
+14
-0
No files found.
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingNewOrEdit/index.vue
View file @
6bc83ffd
...
@@ -429,6 +429,19 @@ export default {
...
@@ -429,6 +429,19 @@ export default {
return
value
return
value
}
}
},
},
{
title
:
'规格'
,
width
:
'150'
,
key
:
'spec'
,
headerAlign
:
'center'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
const
value
=
row
.
extMaterial
?
row
.
extMaterial
.
spec
:
''
return
value
}
},
{
title
:
'供应状态'
,
width
:
'150'
,
key
:
'supplyStatus'
,
headerAlign
:
'center'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
const
value
=
row
.
extMaterial
?
row
.
extMaterial
.
supplyStatus
:
''
return
value
}
},
{
title
:
'炉/批号'
,
key
:
'lotNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'到货标准/图号'
,
key
:
'arrivedDrawNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'到货标准/图号'
,
key
:
'arrivedDrawNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'到货版次'
,
key
:
'arrivalVer'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'到货版次'
,
key
:
'arrivalVer'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'系列号/序列号'
,
key
:
'serialNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'系列号/序列号'
,
key
:
'serialNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
...
@@ -451,6 +464,7 @@ export default {
...
@@ -451,6 +464,7 @@ export default {
{
title
:
'制造商'
,
key
:
'manufacturer'
,
headerAlign
:
'center'
},
{
title
:
'制造商'
,
key
:
'manufacturer'
,
headerAlign
:
'center'
},
{
title
:
'到货日期'
,
key
:
'arrivalDate'
,
headerAlign
:
'center'
},
{
title
:
'到货日期'
,
key
:
'arrivalDate'
,
headerAlign
:
'center'
},
{
title
:
'生产日期'
,
key
:
'producedTime'
,
headerAlign
:
'center'
},
{
title
:
'生产日期'
,
key
:
'producedTime'
,
headerAlign
:
'center'
},
{
title
:
'贮存条件'
,
key
:
'storageCondition'
,
headerAlign
:
'center'
},
{
{
title
:
'随产品资料'
,
key
:
'withProductMaterial'
,
width
:
'120'
,
headerAlign
:
'center'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
title
:
'随产品资料'
,
key
:
'withProductMaterial'
,
width
:
'120'
,
headerAlign
:
'center'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
return
Array
.
isArray
(
row
.
withProductMaterial
)
?
row
.
withProductMaterial
.
join
(
';'
)
:
row
.
withProductMaterial
return
Array
.
isArray
(
row
.
withProductMaterial
)
?
row
.
withProductMaterial
.
join
(
';'
)
:
row
.
withProductMaterial
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess/index.vue
View file @
6bc83ffd
...
@@ -83,6 +83,19 @@ export default {
...
@@ -83,6 +83,19 @@ export default {
return
value
return
value
}
}
},
},
{
title
:
'规格'
,
width
:
'150'
,
key
:
'spec'
,
headerAlign
:
'center'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
const
value
=
row
.
extMaterial
?
row
.
extMaterial
.
spec
:
''
return
value
}
},
{
title
:
'供应状态'
,
width
:
'150'
,
key
:
'supplyStatus'
,
headerAlign
:
'center'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
const
value
=
row
.
extMaterial
?
row
.
extMaterial
.
supplyStatus
:
''
return
value
}
},
{
title
:
'炉/批号'
,
key
:
'lotNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'到货标准/图号'
,
key
:
'arrivedDrawNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'到货标准/图号'
,
key
:
'arrivedDrawNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'到货版次'
,
key
:
'arrivalVer'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'到货版次'
,
key
:
'arrivalVer'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'系列号/序列号'
,
key
:
'serialNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'系列号/序列号'
,
key
:
'serialNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
...
@@ -113,6 +126,7 @@ export default {
...
@@ -113,6 +126,7 @@ export default {
return
row
.
producedTime
&&
row
.
producedTime
.
split
(
' '
)[
0
]
return
row
.
producedTime
&&
row
.
producedTime
.
split
(
' '
)[
0
]
}
}
},
},
{
title
:
'贮存条件'
,
key
:
'storageCondition'
,
headerAlign
:
'center'
},
{
{
title
:
'随产品资料'
,
key
:
'withProductMaterial'
,
align
:
'center'
,
headerAlign
:
'center'
,
width
:
'120'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
title
:
'随产品资料'
,
key
:
'withProductMaterial'
,
align
:
'center'
,
headerAlign
:
'center'
,
width
:
'120'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
return
Array
.
isArray
(
row
.
withProductMaterial
)
?
row
.
withProductMaterial
.
join
(
';'
)
:
row
.
withProductMaterial
return
Array
.
isArray
(
row
.
withProductMaterial
)
?
row
.
withProductMaterial
.
join
(
';'
)
:
row
.
withProductMaterial
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess_view/index.vue
View file @
6bc83ffd
...
@@ -194,6 +194,19 @@ export default {
...
@@ -194,6 +194,19 @@ export default {
return
value
return
value
}
}
},
},
{
title
:
'规格'
,
width
:
'150'
,
key
:
'spec'
,
headerAlign
:
'center'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
const
value
=
row
.
extMaterial
?
row
.
extMaterial
.
spec
:
''
return
value
}
},
{
title
:
'供应状态'
,
width
:
'150'
,
key
:
'supplyStatus'
,
headerAlign
:
'center'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
const
value
=
row
.
extMaterial
?
row
.
extMaterial
.
supplyStatus
:
''
return
value
}
},
{
title
:
'炉/批号'
,
key
:
'lotNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'到货标准/图号'
,
key
:
'arrivedDrawNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'到货标准/图号'
,
key
:
'arrivedDrawNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'到货版次'
,
key
:
'arrivalVer'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'到货版次'
,
key
:
'arrivalVer'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'系列号/序列号'
,
key
:
'serialNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'系列号/序列号'
,
key
:
'serialNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
...
@@ -224,6 +237,7 @@ export default {
...
@@ -224,6 +237,7 @@ export default {
return
row
.
producedTime
&&
row
.
producedTime
.
split
(
' '
)[
0
]
return
row
.
producedTime
&&
row
.
producedTime
.
split
(
' '
)[
0
]
}
}
},
},
{
title
:
'贮存条件'
,
key
:
'storageCondition'
,
headerAlign
:
'center'
},
{
{
title
:
'随产品资料'
,
key
:
'withProductMaterial'
,
align
:
'center'
,
headerAlign
:
'center'
,
width
:
'120'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
title
:
'随产品资料'
,
key
:
'withProductMaterial'
,
align
:
'center'
,
headerAlign
:
'center'
,
width
:
'120'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
return
Array
.
isArray
(
row
.
withProductMaterial
)
?
row
.
withProductMaterial
.
join
(
';'
)
:
row
.
withProductMaterial
return
Array
.
isArray
(
row
.
withProductMaterial
)
?
row
.
withProductMaterial
.
join
(
';'
)
:
row
.
withProductMaterial
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingView/index.vue
View file @
6bc83ffd
...
@@ -63,6 +63,19 @@ export default {
...
@@ -63,6 +63,19 @@ export default {
return
value
return
value
}
}
},
},
{
title
:
'规格'
,
width
:
'150'
,
key
:
'spec'
,
headerAlign
:
'center'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
const
value
=
row
.
extMaterial
?
row
.
extMaterial
.
spec
:
''
return
value
}
},
{
title
:
'供应状态'
,
width
:
'150'
,
key
:
'supplyStatus'
,
headerAlign
:
'center'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
const
value
=
row
.
extMaterial
?
row
.
extMaterial
.
supplyStatus
:
''
return
value
}
},
{
title
:
'炉/批号'
,
key
:
'lotNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'到货标准/图号'
,
key
:
'arrivedDrawNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'到货标准/图号'
,
key
:
'arrivedDrawNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'到货版次'
,
key
:
'arrivalVer'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'到货版次'
,
key
:
'arrivalVer'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'系列号/序列号'
,
key
:
'serialNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
{
title
:
'系列号/序列号'
,
key
:
'serialNo'
,
width
:
'150'
,
headerAlign
:
'center'
},
...
@@ -93,6 +106,7 @@ export default {
...
@@ -93,6 +106,7 @@ export default {
return
row
.
producedTime
&&
row
.
producedTime
.
split
(
' '
)[
0
]
return
row
.
producedTime
&&
row
.
producedTime
.
split
(
' '
)[
0
]
}
}
},
},
{
title
:
'贮存条件'
,
key
:
'storageCondition'
,
headerAlign
:
'center'
},
{
{
title
:
'随产品资料'
,
key
:
'withProductMaterial'
,
align
:
'center'
,
headerAlign
:
'center'
,
width
:
'120'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
title
:
'随产品资料'
,
key
:
'withProductMaterial'
,
align
:
'center'
,
headerAlign
:
'center'
,
width
:
'120'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
return
Array
.
isArray
(
row
.
withProductMaterial
)
?
row
.
withProductMaterial
.
join
(
';'
)
:
row
.
withProductMaterial
return
Array
.
isArray
(
row
.
withProductMaterial
)
?
row
.
withProductMaterial
.
join
(
';'
)
:
row
.
withProductMaterial
...
...
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