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
673039b1
Commit
673039b1
authored
Jan 10, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入库明细取消分页(因为有树结构~)
parent
ccf24b34
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
25 deletions
+10
-25
index.vue
...ateComponents/components/InStorageRecallItemCom/index.vue
+2
-5
index.vue
...nents/components/PurchasingWarehousingNewOrEdit/index.vue
+2
-5
index.vue
...ponents/components/PurchasingWarehousingProcess/index.vue
+2
-5
index.vue
...ts/components/PurchasingWarehousingProcess_view/index.vue
+2
-5
index.vue
...Components/components/PurchasingWarehousingView/index.vue
+2
-5
No files found.
applications/dee-mes/src/privateComponents/components/InStorageRecallItemCom/index.vue
View file @
673039b1
...
...
@@ -19,12 +19,9 @@
ref=
"treeTable"
:data=
"tableData"
:columns=
"columns"
:pagination=
"pagination"
table-height=
"300px"
:options=
"optionsTree"
:empty-content=
"emptyContent"
@
pagination-size-change=
"changePageSize"
@
pagination-current-change=
"changePageNum"
>
<!--
<div
slot=
"header"
class=
"table-title-wrap"
>
<dee-tools
v-if=
"!isSignApproval"
:tools=
"tools"
mode=
"normal"
/>
...
...
@@ -676,8 +673,8 @@ export default {
this
.
newDataImportResId
=
id
const
param
=
{
'rootCondition'
:
{
'pageFrom'
:
this
.
pagination
.
currentPage
,
'pageSize'
:
this
.
pagination
.
pageSize
,
'pageFrom'
:
1
,
'pageSize'
:
9999
,
'searchItems'
:
{
'children'
:
[
{
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingNewOrEdit/index.vue
View file @
673039b1
...
...
@@ -20,12 +20,9 @@
ref=
"treeTable"
:data=
"tableData"
:columns=
"columns"
:pagination=
"pagination"
table-height=
"300px"
:options=
"optionsTree"
:empty-content=
"emptyContent"
@
pagination-size-change=
"changePageSize"
@
pagination-current-change=
"changePageNum"
>
<div
slot=
"header"
class=
"table-title-wrap"
>
<dee-tools
v-if=
"!isSignApproval"
:tools=
"tools"
mode=
"normal"
/>
...
...
@@ -719,8 +716,8 @@ export default {
this
.
newDataImportResId
=
reqObj
&&
reqObj
.
id
||
''
const
param
=
{
'rootCondition'
:
{
'pageFrom'
:
this
.
pagination
.
currentPage
,
'pageSize'
:
this
.
pagination
.
pageSize
,
'pageFrom'
:
1
,
'pageSize'
:
9999
,
'searchItems'
:
{
'children'
:
[
{
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess/index.vue
View file @
673039b1
...
...
@@ -17,13 +17,10 @@
<dee-up-table
v-if=
"basicData.id"
ref=
"treeTable"
:pagination=
"pagination"
:data=
"tableData"
table-height=
"calc(100vh - 460px)"
:columns=
"columns"
:options=
"optionsTree"
@
pagination-size-change=
"changePageSize"
@
pagination-current-change=
"changePageNum"
/>
</div>
</
template
>
...
...
@@ -232,8 +229,8 @@ export default {
searchInStorageRequestItem
()
{
const
param
=
{
'rootCondition'
:
{
'pageFrom'
:
this
.
pagination
.
currentPage
,
'pageSize'
:
this
.
pagination
.
pageSize
,
'pageFrom'
:
1
,
'pageSize'
:
9999
,
'searchItems'
:
{
'children'
:
[
{
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess_view/index.vue
View file @
673039b1
...
...
@@ -16,15 +16,12 @@
<dee-up-table
v-if=
"basicData.id"
ref=
"treeTable"
:pagination=
"pagination"
:selection-row=
"
{selectable: selectable}"
:data="tableData"
table-height="calc(100vh - 460px)"
:columns="columns"
:options="optionsTree"
@selection-change="selectionChange"
@pagination-size-change="changePageSize"
@pagination-current-change="changePageNum"
>
<dee-tools
v-if=
"basicData.state === 'In_Confirm'"
slot=
"header"
:tools=
"tools"
mode=
"normal"
:collapse=
"false"
/></dee-up-table>
<EditDrawer
ref=
"editDrawer"
:basic-data=
"basicData"
/>
...
...
@@ -379,8 +376,8 @@ export default {
searchInStorageRequestItem
()
{
const
param
=
{
'rootCondition'
:
{
'pageFrom'
:
this
.
pagination
.
currentPage
,
'pageSize'
:
this
.
pagination
.
pageSize
,
'pageFrom'
:
1
,
'pageSize'
:
9999
,
'searchItems'
:
{
'children'
:
[
{
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingView/index.vue
View file @
673039b1
...
...
@@ -3,13 +3,10 @@
<dee-up-table
v-if=
"basicData.id"
ref=
"treeTable"
:pagination=
"pagination"
:data=
"tableData"
:columns=
"columns"
table-height=
"calc(100vh - 200px)"
:options=
"optionsTree"
@
pagination-size-change=
"changePageSize"
@
pagination-current-change=
"changePageNum"
/>
</div>
</
template
>
...
...
@@ -192,8 +189,8 @@ export default {
searchInStorageRequestItem
()
{
const
param
=
{
'rootCondition'
:
{
'pageFrom'
:
this
.
pagination
.
currentPage
,
'pageSize'
:
this
.
pagination
.
pageSize
,
'pageFrom'
:
1
,
'pageSize'
:
9999
,
'searchItems'
:
{
'children'
:
[
{
...
...
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