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
4707b520
Commit
4707b520
authored
Sep 09, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://94.191.100.41/tfmom/tf-mom-web
into dev
parents
20bc325c
7a29a167
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
10 deletions
+14
-10
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
addOutStorageOfferDetailDialog.vue
...OfferDetail/components/addOutStorageOfferDetailDialog.vue
+2
-2
index.vue
...vateComponents/components/OutStorageOfferDetail/index.vue
+4
-4
index.vue
...ponents/components/PurchasingWarehousingProcess/index.vue
+3
-1
No files found.
applications/dee-mes/src/privateComponents/components/AddOutStorageMaterialDetailDialog/index.vue
View file @
4707b520
...
...
@@ -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 @
4707b520
...
...
@@ -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 @
4707b520
/**
* @Description:
召回
出库物料明细
* @Description:
返厂
出库物料明细
* @author xioln
* @date 2023-08-02
*/
...
...
applications/dee-mes/src/privateComponents/components/OutStorageOfferDetail/components/addOutStorageOfferDetailDialog.vue
View file @
4707b520
...
...
@@ -20,7 +20,7 @@
<el-form-item
class=
"foot-btn-box"
>
<el-button
type=
"primary"
@
click=
"submitEvent(true)"
>
添加
</el-button>
<el-button
type=
"primary"
@
click=
"submitEvent(false)"
>
确认
</el-button>
<el-button
@
click
.
native=
"cancelEvent
"
>
取消
</el-button>
<el-button
@
click
=
"diaCancel
"
>
取消
</el-button>
</el-form-item>
</el-form>
...
...
@@ -91,7 +91,7 @@ export default {
}
})
},
cancelEvent
()
{
diaCancel
()
{
this
.
$emit
(
'cancel'
)
}
}
...
...
applications/dee-mes/src/privateComponents/components/OutStorageOfferDetail/index.vue
View file @
4707b520
...
...
@@ -15,8 +15,8 @@
>
<dee-tools
slot=
"header"
:tools=
"tools"
mode=
"normal"
:collapse=
"false"
/>
</dee-table>
<dee-dialog
width=
"70%"
title=
"添加供外出库申请明细"
:visible
.
sync=
"dialogVisible"
@
on-cancel=
"
c
ancel"
>
<addOutStorageOfferDetailDialog
ref=
"addOffer"
:basic-data=
"form"
@
submitEvent=
"addData"
/>
<dee-dialog
width=
"70%"
title=
"添加供外出库申请明细"
:visible
.
sync=
"dialogVisible"
@
on-cancel=
"
addC
ancel"
>
<addOutStorageOfferDetailDialog
ref=
"addOffer"
:basic-data=
"form"
@
submitEvent=
"addData"
@
cancel=
"addCancel"
/>
</dee-dialog>
<dee-dialog
width=
"70%"
title=
"调整占用"
:visible
.
sync=
"aoDialogVisible"
@
on-cancel=
"aoCancel"
>
<OutStorageOfferAdjustOccupy
ref=
"adjustOffer"
:select-datas=
"selectTableData"
:form=
"form"
@
submitEvent=
"addData"
@
refreshResponses=
"refreshResponses"
/>
...
...
@@ -121,7 +121,7 @@ export default {
}
},
{
name
:
'
保存
占用'
,
name
:
'占用'
,
icon
:
'/icons/c-creatBook.png'
,
handler
:
{
click
:
()
=>
{
...
...
@@ -205,7 +205,7 @@ export default {
handleSelectionChange
(
v
)
{
this
.
selectTableData
=
v
},
c
ancel
()
{
addC
ancel
()
{
this
.
dialogVisible
=
false
},
aoCancel
()
{
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess/index.vue
View file @
4707b520
...
...
@@ -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