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
ac245f8c
Commit
ac245f8c
authored
Feb 22, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjust some function
parent
3e84d37c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
96 additions
and
65 deletions
+96
-65
index.vue
src/views/ccgl/kngl/bzzy/top/index.vue
+35
-3
akck.vue
src/views/ccgl/thgl/rkth/top/akck.vue
+59
-59
kc.vue
src/views/ccgl/thgl/rkth/top/kc.vue
+2
-3
No files found.
src/views/ccgl/kngl/bzzy/top/index.vue
View file @
ac245f8c
...
@@ -7,8 +7,8 @@
...
@@ -7,8 +7,8 @@
</
template
>
</
template
>
<
template
#
toolbar=
"ctx"
>
<
template
#
toolbar=
"ctx"
>
<!--
<el-button
@
click=
"zb(ctx.basePage)"
size=
'mini'
type=
"primary"
>
装包
</el-button>
--
>
<el-button
@
click=
"mpwc(ctx.basePage)"
size=
'mini'
type=
"primary"
>
完成
</el-button
>
<
!--
<el-button
@
click=
"cb(ctx.basePage)"
size=
'mini'
type=
"primary"
>
调整
</el-button>
--
>
<
el-button
@
click=
"qxwc(ctx.basePage)"
size=
'mini'
type=
"primary"
>
取消完成
</el-button
>
</
template
>
</
template
>
</BasePage>
</BasePage>
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
/* 手动控制删除 */
/* 手动控制删除 */
delButton
:
false
,
delButton
:
false
,
/* 手动控制编辑按钮权限 */
/* 手动控制编辑按钮权限 */
editButton
:
fals
e
,
editButton
:
tru
e
,
/* 是否渲染右侧操作按钮 */
/* 是否渲染右侧操作按钮 */
operateButtons
:
false
,
operateButtons
:
false
,
/* 是否开启工作流按钮 */
/* 是否开启工作流按钮 */
...
@@ -160,6 +160,38 @@
...
@@ -160,6 +160,38 @@
},
},
methods
:
{
methods
:
{
qxwc
(
ctx
){
if
(
ctx
.
singleItem
&&
ctx
.
singleItem
.
id
){
this
.
$post
(
'wms/kcgl/bzdj/cancelComplete'
,{
id
:
ctx
.
singleItem
.
id
}).
then
(
res
=>
{
if
(
res
.
success
){
this
.
$success
(
'操作成功'
)
ctx
.
refresh
()
}
})
}
else
{
this
.
warning
(
'请选中一条数据'
)
}
},
mpwc
(
ctx
){
if
(
ctx
.
singleItem
&&
ctx
.
singleItem
.
id
){
this
.
$post
(
'wms/kcgl/bzdj/complete'
,{
id
:
ctx
.
singleItem
.
id
}).
then
(
res
=>
{
if
(
res
.
success
){
this
.
$success
(
'操作成功'
)
ctx
.
refresh
()
}
})
}
else
{
this
.
warning
(
'请选中一条数据'
)
}
},
getRow
(
val
)
{
getRow
(
val
)
{
this
.
$emit
(
'getRow'
,
val
)
this
.
$emit
(
'getRow'
,
val
)
},
},
...
...
src/views/ccgl/thgl/rkth/top/akck.vue
View file @
ac245f8c
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
</el-row>
</el-row>
<div
class=
"editTab"
>
<div
class=
"editTab"
>
<editTableForEdit
:AuxButton=
'false'
code=
'WMSWLXX'
:indexApp=
'app'
:type=
'type'
@
save=
'save'
ref=
"editTableForEdit"
<editTableForEdit
:AuxButton=
'false'
code=
'WMSWLXX'
:indexApp=
'app'
:type=
'type'
@
save=
'save'
:editTableTitle=
'editTableTitle'
v-if=
"editTableForEdit"
:computedRow=
'computedRow'
ref=
"editTableForEdit"
:editTableTitle=
'editTableTitle'
v-if=
"editTableForEdit"
:computedRow=
'computedRow'
:editTableData=
"formDetail"
>
:editTableData=
"formDetail"
>
<template
#
toolbar=
"ctx"
>
<template
#
toolbar=
"ctx"
>
...
@@ -27,8 +27,7 @@
...
@@ -27,8 +27,7 @@
<el-row
:gutter=
"20"
:app=
"this"
class=
"editRow bottomInfo"
>
<el-row
:gutter=
"20"
:app=
"this"
class=
"editRow bottomInfo"
>
<EditColItem
:required=
"item.required||false"
:readonly=
"item.readonly?true:false "
<EditColItem
:required=
"item.required||false"
:readonly=
"item.readonly?true:false "
v-for=
"(item,index) in editColItemList2 "
:value=
"item.value"
:span=
"item.span"
:label=
"item.label"
v-for=
"(item,index) in editColItemList2 "
:value=
"item.value"
:span=
"item.span"
:label=
"item.label"
:prop=
'item.prop'
:key=
"item.prop"
:type=
"item.type"
:typeConfig=
'item.typeConfig'
:prop=
'item.prop'
:key=
"item.prop"
:type=
"item.type"
:typeConfig=
'item.typeConfig'
:rule=
"item.rule"
/>
:rule=
"item.rule"
/>
<!-- 额外数据 -->
<!-- 额外数据 -->
</el-row>
</el-row>
</el-form>
</el-form>
...
@@ -50,58 +49,59 @@
...
@@ -50,58 +49,59 @@
export
default
{
export
default
{
mixins
:
[
editMixin
,
editMixin_expand
],
mixins
:
[
editMixin
,
editMixin_expand
],
methods
:
{
methods
:
{
kcSave
(
obj
){
kcSave
(
obj
)
{
let
{
list
}
=
obj
let
{
list
}
=
obj
this
.
form
.
ckid
=
list
[
0
].
ckid
this
.
form
.
ckid
=
list
[
0
].
ckid
this
.
form
.
hzid
=
list
[
0
].
hzid
this
.
form
.
hzid
=
list
[
0
].
hzid
this
.
form
.
hzName
=
list
[
0
].
hzName
this
.
form
.
hzName
=
list
[
0
].
hzName
// this.form.ywrq=row.ywrq
// this.form.ywrq=row.ywrq
let
length
=
this
.
formDetail
.
length
let
length
=
this
.
formDetail
.
length
this
.
formDetail
.
splice
(
0
,
length
)
this
.
formDetail
.
splice
(
0
,
length
)
list
.
forEach
(
item
=>
{
list
.
forEach
(
item
=>
{
item
.
bcsl
=
item
.
kcsl
item
.
sl
=
0
item
.
lydjid
=
item
.
id
delete
item
.
id
delete
item
.
id
this
.
formDetail
.
push
(
_
.
cloneDeep
(
item
))
this
.
formDetail
.
push
(
_
.
cloneDeep
(
item
))
})
})
},
},
xzkc
(){
xzkc
()
{
this
.
showDialog
=
true
this
.
showDialog
=
true
},
},
/* 需要整体row时的回调 */
/* 需要整体row时的回调 */
computedRow
(
row
)
{
computedRow
(
row
)
{
// this.$refs.editTableForEdit.$forceUpdate()
// this.$refs.editTableForEdit.$forceUpdate()
},
},
/* 选择list时的回调 */
/* 选择list时的回调 */
save
(
list
)
{
//
save(list) {
list
.
forEach
(
item
=>
{
//
list.forEach(item => {
// 转换并且push
//
// 转换并且push
item
.
wlid
=
item
.
id
//
item.wlid = item.id
item
.
wlxxName
=
item
.
name
//
item.wlxxName = item.name
item
.
wlxxCode
=
item
.
code
//
item.wlxxCode = item.code
item
.
wlxxGg
=
item
.
gg
//
item.wlxxGg = item.gg
item
.
sl
=
0
//
item.sl = 0
item
.
xqrq
=
new
Date
().
getTime
()
//
item.xqrq = new Date().getTime()
delete
item
.
id
//
delete item.id
this
.
formDetail
.
push
(
_
.
cloneDeep
(
item
))
//
this.formDetail.push(_.cloneDeep(item))
})
//
})
}
//
}
},
},
components
:{
components
:
{
Kc
Kc
},
},
data
()
{
data
()
{
return
{
return
{
form
:{
form
:
{
djly
:
'KC'
djly
:
'KC'
},
},
DialogWidth
:
'70vw'
,
DialogWidth
:
'70vw'
,
DialogName
:
''
,
DialogName
:
''
,
DialogTitle
:
'选择库存'
,
DialogTitle
:
'选择库存'
,
showDialog
:
false
,
showDialog
:
false
,
/* 常规edit数据 */
/* 常规edit数据 */
editColItemList
:
[{
editColItemList
:
[{
label
:
'出库单号'
,
label
:
'出库单号'
,
...
@@ -165,7 +165,7 @@
...
@@ -165,7 +165,7 @@
},
},
{
{
label
:
'货主'
,
label
:
'货主'
,
readonly
:
true
,
readonly
:
true
,
prop
:
'hzid'
,
prop
:
'hzid'
,
span
:
8
,
span
:
8
,
required
:
true
,
required
:
true
,
...
@@ -231,7 +231,7 @@
...
@@ -231,7 +231,7 @@
field
:
"sl"
,
field
:
"sl"
,
allowEdit
:
true
,
allowEdit
:
true
,
type
:
'inputNumber'
,
type
:
'inputNumber'
,
width
:
200
,
//
width: 200,
blur
:
toFixed
(
null
),
blur
:
toFixed
(
null
),
},
},
/* 不可编辑*/
/* 不可编辑*/
...
...
src/views/ccgl/thgl/rkth/top/kc.vue
View file @
ac245f8c
...
@@ -39,7 +39,6 @@
...
@@ -39,7 +39,6 @@
},
},
data
()
{
data
()
{
return
{
return
{
power
:
{
power
:
{
add
:
false
,
add
:
false
,
copy
:
false
,
copy
:
false
,
...
@@ -53,8 +52,8 @@
...
@@ -53,8 +52,8 @@
},
},
config
:
{
config
:
{
/* 基本配置*/
/* 基本配置*/
url
:
'
wms/ckgl/dbck
/query/kc'
,
url
:
'
lxyl/ckgl/cktz
/query/kc'
,
queryUrl
:
'
wms/ckgl/dbck
/query/kc'
,
queryUrl
:
'
lxyl/ckgl/cktz
/query/kc'
,
tableTitle
:
[{
tableTitle
:
[{
title
:
"库位"
,
title
:
"库位"
,
field
:
"kwName"
,
field
:
"kwName"
,
...
...
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