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
5a0e9450
Commit
5a0e9450
authored
Jul 01, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
f3865e25
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
1 deletion
+33
-1
akck.vue
src/views/ccgl/ckgl/ckd/top/akck.vue
+1
-0
index.vue
src/views/ccgl/ckgl/ckd/top/index.vue
+12
-1
index.vue
src/views/ccgl/ckgl/dbckd/top/index.vue
+20
-0
No files found.
src/views/ccgl/ckgl/ckd/top/akck.vue
View file @
5a0e9450
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
</RelDialog>
</RelDialog>
</template>
</template>
<
script
>
<
script
>
import
{
import
{
toFixed
,
toFixed
,
digit
,
digit
,
...
...
src/views/ccgl/ckgl/ckd/top/index.vue
View file @
5a0e9450
<
template
>
<
template
>
<BasePage
@
beforeEdit=
'beforeEdit'
@
getRow=
'getRow'
class=
"min_full"
style=
"height: 100%;"
:config=
"config"
>
<BasePage
ref=
"basePage"
@
beforeEdit=
'beforeEdit'
@
getRow=
'getRow'
class=
"min_full"
style=
"height: 100%;"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<Tbwl
:app=
'ctx.basePage'
v-if=
"ctx.basePage.showDialog&&ctx.basePage.DialogTitle=='同步领料单'"
/>
<Tbwl
:app=
'ctx.basePage'
v-if=
"ctx.basePage.showDialog&&ctx.basePage.DialogTitle=='同步领料单'"
/>
...
@@ -39,6 +39,7 @@
...
@@ -39,6 +39,7 @@
import
Cbzx
from
'./cbzx.vue'
import
Cbzx
from
'./cbzx.vue'
import
Wwcl
from
'./wwcl.vue'
import
Wwcl
from
'./wwcl.vue'
import
Tbxsjh
from
'./tbxsjh.vue'
import
Tbxsjh
from
'./tbxsjh.vue'
import
request
from
'common/src/utils/request'
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -196,8 +197,18 @@
...
@@ -196,8 +197,18 @@
edit
edit
}
=
val
}
=
val
if
(
row
.
djly
==
'KC'
)
{
if
(
row
.
djly
==
'KC'
)
{
this
.
$refs
.
basePage
.
queryDetail
=
(
query
)
=>
request
({
url
:
`wms/ckgl/cktz/query/cktzqd`
,
method
:
'post'
,
data
:
query
||
{}
})
edit
.
otherEdit
=
Akck
edit
.
otherEdit
=
Akck
}
else
{
}
else
{
this
.
$refs
.
basePage
.
queryDetail
=
(
query
)
=>
request
({
url
:
`lxyl/ckgl/cktz/query/detail`
,
method
:
'post'
,
data
:
query
||
{}
})
edit
.
otherEdit
=
false
edit
.
otherEdit
=
false
}
}
},
},
...
...
src/views/ccgl/ckgl/dbckd/top/index.vue
View file @
5a0e9450
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
import
Akck
from
'./akck.vue'
import
Akck
from
'./akck.vue'
import
Ajydk
from
'./ajydk.vue'
import
Ajydk
from
'./ajydk.vue'
import
Kgcdbtb
from
'./kgcdbtb.vue'
import
Kgcdbtb
from
'./kgcdbtb.vue'
import
request
from
'common/src/utils/request'
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -177,10 +178,29 @@
...
@@ -177,10 +178,29 @@
edit
edit
}
=
val
}
=
val
if
(
row
.
djly
==
'JYD'
)
{
if
(
row
.
djly
==
'JYD'
)
{
this
.
$refs
.
basePage
.
queryDetail
=
(
query
)
=>
request
({
url
:
`lxyl/ckgl/dbck/query/detail`
,
method
:
'post'
,
data
:
query
||
{}
})
edit
.
otherEdit
=
Ajydk
edit
.
otherEdit
=
Ajydk
}
else
if
(
row
.
djly
==
'KC'
){
}
else
if
(
row
.
djly
==
'KC'
){
this
.
$refs
.
basePage
.
queryDetail
=
(
query
)
=>
request
({
url
:
`lxyl/ckgl/dbck/query/dbckqd`
,
method
:
'post'
,
data
:
query
||
{}
})
edit
.
otherEdit
=
Akck
edit
.
otherEdit
=
Akck
}
else
{
}
else
{
this
.
$refs
.
basePage
.
queryDetail
=
(
query
)
=>
request
({
url
:
`lxyl/ckgl/dbck/query/detail`
,
method
:
'post'
,
data
:
query
||
{}
})
edit
.
otherEdit
=
false
edit
.
otherEdit
=
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