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
7d4a59da
Commit
7d4a59da
authored
Apr 02, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按检验单数量不给修改,调拨EDIT页面根据djly来改变
parent
e9015c7d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
ajydk.vue
src/views/ccgl/ckgl/dbckd/top/ajydk.vue
+1
-1
index.vue
src/views/ccgl/ckgl/dbckd/top/index.vue
+14
-1
No files found.
src/views/ccgl/ckgl/dbckd/top/ajydk.vue
View file @
7d4a59da
...
...
@@ -245,7 +245,7 @@
{
title
:
"调拨数量"
,
field
:
"bcsl"
,
allowEdit
:
tru
e
,
allowEdit
:
fals
e
,
type
:
'inputNumber'
,
width
:
200
,
blur
:
toFixed
(
null
),
...
...
src/views/ccgl/ckgl/dbckd/top/index.vue
View file @
7d4a59da
<
template
>
<BasePage
:power=
'power'
@
getRow=
'getRow'
class=
"min_full"
style=
"height: 100%;"
:config=
"config"
>
<BasePage
@
beforeEdit=
'beforeEdit'
: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&&showName=='akck'"
:app=
'ctx.basePage'
:buttonApp=
'ctx.basePage'
/>
...
...
@@ -203,6 +203,19 @@
},
methods
:
{
beforeEdit
(
val
)
{
let
{
row
,
edit
}
=
val
if
(
row
.
djly
==
'JYD'
)
{
edit
.
otherEdit
=
Ajydk
}
else
if
(
row
.
djly
==
'KC'
){
edit
.
otherEdit
=
Akck
}
else
{
edit
.
otherEdit
=
false
}
},
kgcdbtb
(
ctx
)
{
ctx
.
DialogWidth
=
'30vw'
ctx
.
DialogTitle
=
'跨工厂调拨同步'
...
...
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