Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-vue
Project
Project
Details
Activity
Releases
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
李苏
lxyl-vue
Commits
06084c08
Commit
06084c08
authored
Sep 10, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
f10a0a5a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
index.vue
src/views/ccgl/kcpd/pdd/top/index.vue
+1
-1
index.vue
src/views/ccgl/rkgl/dbrkd/top/index.vue
+2
-1
index.vue
src/views/ccgl/rkgl/rkd/top/index.vue
+6
-6
No files found.
src/views/ccgl/kcpd/pdd/top/index.vue
View file @
06084c08
<
template
>
<
template
>
<BasePage
:changeExcelParams=
'changeExcelParams'
class=
"min_full"
@
getRow=
'getRow'
ref=
"basePage"
style=
"height: 100%;"
:config=
"config"
>
<BasePage
excelUrl=
'lxyl/kcgl/kcpd/export'
:changeExcelParams=
'changeExcelParams'
class=
"min_full"
@
getRow=
'getRow'
ref=
"basePage"
style=
"height: 100%;"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<Xzgw
@
saveGw=
'saveGw'
:app=
'ctx.basePage'
v-if=
"ctx.basePage.showDialog&&ctx.basePage.DialogTitle=='选择工位'"
/>
<Xzgw
@
saveGw=
'saveGw'
:app=
'ctx.basePage'
v-if=
"ctx.basePage.showDialog&&ctx.basePage.DialogTitle=='选择工位'"
/>
...
...
src/views/ccgl/rkgl/dbrkd/top/index.vue
View file @
06084c08
<
template
>
<
template
>
<BasePage
:changeExcelParams=
'changeExcelParams'
@
getRow=
'getRow'
:power=
'power'
class=
"min_full"
style=
"height: 100%;"
:config=
"config"
>
<BasePage
excelUrl=
'lxyl/rkgl/dbrk/export'
:changeExcelParams=
'changeExcelParams'
@
getRow=
'getRow'
:power=
'power'
class=
"min_full"
style=
"height: 100%;"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
</
template
>
...
@@ -221,6 +221,7 @@
...
@@ -221,6 +221,7 @@
newExpandTitle
[
index
]
=
newObj
newExpandTitle
[
index
]
=
newObj
})
})
fields
=
[...
fields
,
...
newExpandTitle
]
fields
=
[...
fields
,
...
newExpandTitle
]
console
.
log
(
fields
,
'fields'
)
params
.
fields
=
JSON
.
stringify
(
fields
)
params
.
fields
=
JSON
.
stringify
(
fields
)
},
},
/* 示例*/
/* 示例*/
...
...
src/views/ccgl/rkgl/rkd/top/index.vue
View file @
06084c08
...
@@ -89,12 +89,12 @@
...
@@ -89,12 +89,12 @@
field
:
"swlxName"
,
field
:
"swlxName"
,
width
:
100
,
width
:
100
,
},
},
{
//
{
title
:
"仓库"
,
//
title: "仓库",
field
:
"ckid"
,
//
field: "ckid",
width
:
140
,
//
width: 140,
hidden
:
true
,
//
hidden: true,
},
//
},
{
{
title
:
"单据来源"
,
title
:
"单据来源"
,
field
:
"djly"
,
field
:
"djly"
,
...
...
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