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
e61af02d
Commit
e61af02d
authored
Sep 07, 2023
by
xioln
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
暂无数据图标修改
parent
66c243d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
8 deletions
+20
-8
index.vue
...omponents/components/MaterialReferenceLinkTable/index.vue
+7
-3
index.vue
...nents/components/PurchasingWarehousingNewOrEdit/index.vue
+13
-5
No files found.
applications/dee-mes/src/privateComponents/components/MaterialReferenceLinkTable/index.vue
View file @
e61af02d
...
...
@@ -13,7 +13,7 @@
:form-btn-position=
"'center'"
@
on-submit=
"initData(searchForm)"
/>
<dee-table
<dee-
up-
table
:columns=
"tableColumns"
:data=
"tableData"
:index-row=
"
{ title: '序号', width: '60', align: 'center', fixed: true }"
...
...
@@ -24,7 +24,7 @@
@selection-change="selectionChange"
>
<dee-tools
slot=
"header"
:tools=
"tools"
mode=
"normal"
:collapse=
"false"
/>
</dee-table>
</dee-
up-
table>
<dee-dialog
width=
"70%"
title=
"新增"
:visible
.
sync=
"addDialogVisible"
@
on-cancel=
"addCancel"
>
<add-form
ref=
"addForm"
@
cancel=
"addCancel"
/>
</dee-dialog>
...
...
@@ -231,5 +231,9 @@ export default {
}
</
script
>
<
style
lang=
'scss'
>
.materialReferenceLink-table
{}
.materialReferenceLink-table
{
.dee-up-table
{
height
:
500px
;
}
}
</
style
>
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingNewOrEdit/index.vue
View file @
e61af02d
...
...
@@ -5,7 +5,7 @@
* @FilePath: applications/dee-mes/src/privateComponents/components/purchasingWarehousingNewOrEdit/index.vue
*/
<
template
>
<div
class=
"
className
"
>
<div
class=
"
purchasingWarehousing-newOrEdit
"
>
<!--
<dee-tools
:tools=
"topTools"
mode=
"normal"
style=
"justify-content: end;"
/>
-->
<dee-form
ref=
"form"
...
...
@@ -16,16 +16,17 @@
@
on-submit=
"submit"
/>
<div
class=
"sub-title"
>
采购入库申请明细
</div>
<dee-table
<dee-
up-
table
ref=
"treeTable"
:data=
"tableData"
:columns=
"columns"
:options=
"optionsTree"
:empty-content=
"emptyContent"
>
<div
slot=
"header"
class=
"table-title-wrap"
>
<dee-tools
:tools=
"tools"
mode=
"normal"
/>
</div>
</dee-table>
</dee-
up-
table>
<span
style=
"position: absolute;top: calc(100% - 70px);left: calc(50% - 70px);}"
>
<el-button
type=
"primary"
class=
"searchBtn"
@
click=
"submit"
>
确认
</el-button>
<el-button
type=
"primary"
class=
"searchBtn"
@
click=
"back"
>
取消
</el-button>
...
...
@@ -437,7 +438,8 @@ export default {
tableData
:
[],
tableParam
:
[],
operator
:
null
,
addData
:
{}
addData
:
{},
emptyContent
:
{
'icon'
:
'/icons/dee-doc/noData.png'
,
'text'
:
'暂无数据'
}
}
},
computed
:
{
...
...
@@ -829,4 +831,10 @@ export default {
}
}
</
script
>
<
style
lang=
'scss'
></
style
>
<
style
lang=
'scss'
>
.purchasingWarehousing-newOrEdit
{
.dee-up-table
{
height
:
300px
;
}
}
</
style
>
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