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
8a59a052
Commit
8a59a052
authored
Feb 21, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjust dbckd
parent
dee8a0e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
akck.vue
src/views/ccgl/ckgl/dbckd/top/akck.vue
+4
-1
index.vue
src/views/ccgl/ckgl/dbckd/top/index.vue
+1
-1
kc.vue
src/views/ccgl/ckgl/dbckd/top/kc.vue
+1
-0
No files found.
src/views/ccgl/ckgl/dbckd/top/akck.vue
View file @
8a59a052
...
...
@@ -51,7 +51,7 @@
mixins
:
[
editMixin
,
editMixin_expand
],
methods
:
{
kcSave
(
obj
){
debugger
let
{
list
}
=
obj
this
.
form
.
ckid
=
list
[
0
].
ckid
...
...
@@ -95,6 +95,9 @@
},
data
()
{
return
{
form
:{
djly
:
'KC'
},
DialogWidth
:
'70vw'
,
DialogName
:
''
,
DialogTitle
:
'选择库存'
,
...
...
src/views/ccgl/ckgl/dbckd/top/index.vue
View file @
8a59a052
<
template
>
<BasePage
@
getRow=
'getRow'
class=
"min_full"
style=
"height: 100%;"
:config=
"config"
>
<BasePage
:power=
'power'
@
getRow=
'getRow'
class=
"min_full"
style=
"height: 100%;"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<Akck
:type=
"'add'"
v-if=
"ctx.basePage.showAdd"
:app=
'ctx.basePage'
:buttonApp=
'ctx.basePage'
/>
...
...
src/views/ccgl/ckgl/dbckd/top/kc.vue
View file @
8a59a052
...
...
@@ -39,6 +39,7 @@
},
data
()
{
return
{
power
:
{
add
:
false
,
copy
:
false
,
...
...
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