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
d35bbbd0
Commit
d35bbbd0
authored
Sep 09, 2023
by
xioln
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问题修改
parent
fab5134f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
index.vue
...ts/components/AddOutStorageMaterialDetailDialog/index.vue
+0
-1
index.vue
...vateComponents/components/AddProjectPlanSorites/index.vue
+4
-1
index.vue
...omponents/components/OutStorageCallBackFlowInfo/index.vue
+1
-1
index.vue
...ponents/components/PurchasingWarehousingProcess/index.vue
+3
-1
No files found.
applications/dee-mes/src/privateComponents/components/AddOutStorageMaterialDetailDialog/index.vue
View file @
d35bbbd0
...
...
@@ -70,7 +70,6 @@ export default {
this
.
selection
=
val
},
submitEvent
()
{
console
.
log
(
this
.
selection
)
const
selection
=
this
.
selection
.
filter
(
r
=>
{
if
(
!
this
.
basicData
.
inStorageRequestItems
)
{
return
true
...
...
applications/dee-mes/src/privateComponents/components/AddProjectPlanSorites/index.vue
View file @
d35bbbd0
...
...
@@ -44,8 +44,11 @@ export default {
const
row
=
data
.
row
const
form
=
{
aircraftType
:
{
defName
:
row
.
source
.
aircraftType
.
defName
},
aircraftTypeId
:
row
.
source
.
aircraftType
.
id
,
aircraftSorties
:
{
defName
:
row
.
source
.
defName
},
soritesType
:
{
type
:
row
.
target
.
type
}
aircraftSortiesId
:
row
.
source
.
id
,
soritesType
:
{
type
:
row
.
target
.
type
},
soritesTypeId
:
row
.
target
.
id
}
this
.
form
=
form
}
...
...
applications/dee-mes/src/privateComponents/components/OutStorageCallBackFlowInfo/index.vue
View file @
d35bbbd0
/**
* @Description:
召回
出库物料明细
* @Description:
返厂
出库物料明细
* @author xioln
* @date 2023-08-02
*/
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess/index.vue
View file @
d35bbbd0
...
...
@@ -75,7 +75,9 @@ export default {
return
Array
.
isArray
(
row
.
withProductMaterial
)
?
row
.
withProductMaterial
.
join
(
';'
)
:
row
.
withProductMaterial
}
},
{
title
:
'紧急程度'
,
key
:
'urgency'
,
align
:
'center'
,
headerAlign
:
'center'
},
{
title
:
'紧急程度'
,
key
:
'urgency'
,
align
:
'center'
,
headerAlign
:
'center'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
return
row
.
urgency
?
'紧急'
:
'正常'
}
},
{
title
:
'入库单价'
,
key
:
'stockUnitPrice'
,
align
:
'center'
,
headerAlign
:
'center'
},
{
title
:
'入库金额'
,
key
:
'stockPrice'
,
align
:
'center'
,
headerAlign
:
'center'
},
{
title
:
'含税单价'
,
key
:
'taxUnitPrice'
,
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