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
7a29a167
Commit
7a29a167
authored
Sep 09, 2023
by
xioln
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
供外问题
parent
d35bbbd0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
addOutStorageOfferDetailDialog.vue
...OfferDetail/components/addOutStorageOfferDetailDialog.vue
+2
-2
index.vue
...vateComponents/components/OutStorageOfferDetail/index.vue
+4
-4
No files found.
applications/dee-mes/src/privateComponents/components/OutStorageOfferDetail/components/addOutStorageOfferDetailDialog.vue
View file @
7a29a167
...
...
@@ -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 @
7a29a167
...
...
@@ -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
()
{
...
...
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