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
dbff5452
Commit
dbff5452
authored
Mar 21, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sap类型调整
parent
ad6b0118
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
4 deletions
+35
-4
edit.vue
src/views/ccgl/jcsj/gwwh/edit.vue
+18
-2
cx.vue
src/views/ccgl/kngl/zlhbg/top/cx.vue
+12
-1
edit.vue
src/views/ccgl/kngl/zlhbg/top/edit.vue
+5
-1
No files found.
src/views/ccgl/jcsj/gwwh/edit.vue
View file @
dbff5452
...
...
@@ -15,6 +15,13 @@
}
from
'common'
export
default
{
mixins
:
[
editMixin
],
mounted
()
{
this
.
$nextTick
(()
=>
{
this
.
form
.
taskType
=
'CKXJ,CLSJ,PDXJ'
console
.
log
(
this
.
form
.
taskType
,
'赋值'
)
})
},
data
()
{
return
{
editColItemList
:
[
...
...
@@ -40,7 +47,7 @@
type
:
'input'
,
},
{
label
:
'类型'
,
label
:
'
工位
类型'
,
prop
:
'type'
,
span
:
12
,
type
:
'RelSelect'
,
...
...
@@ -48,8 +55,17 @@
src
:
"lxyl/jcsj/ugw/init/gwlx"
},
required
:
true
,
},
{
label
:
'任务类型'
,
prop
:
'taskType'
,
span
:
12
,
type
:
'RelMulSelect'
,
typeConfig
:
{
src
:
"lxyl/jcsj/ugw/init/taskType"
},
required
:
true
,
}
]
...
...
src/views/ccgl/kngl/zlhbg/top/cx.vue
View file @
dbff5452
...
...
@@ -144,9 +144,20 @@
},
save
(){
/* 判定是否勾选*/
let
list
=
this
.
$refs
.
basePage
.
$refs
.
TablePager
.
selectedList
if
(
list
.
length
!=
0
){
this
.
showDialog
=
true
if
(
this
.
app
.
form
.
bglx
==
'411_E'
){
list
.
forEach
(
item
=>
{
item
.
bghzlh
=
''
})
/* 触发save事件 */
this
.
$emit
(
'save'
,
list
)
}
else
{
this
.
showDialog
=
true
}
/*切换diglog弹框*/
}
else
{
...
...
src/views/ccgl/kngl/zlhbg/top/edit.vue
View file @
dbff5452
...
...
@@ -41,7 +41,11 @@ import Cx from './cx.vue'
mixins
:
[
editMixin
,
editMixin_expand
],
methods
:
{
add
(){
this
.
showDialog
=
true
if
(
this
.
form
.
bglx
){
this
.
showDialog
=
true
}
else
{
this
.
$warning
(
'请先选择SAP变更类型'
)
}
},
/* 需要整体row时的回调 */
...
...
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