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
73559040
Commit
73559040
authored
Mar 06, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.6修改
parent
5d51c8f0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
164 additions
and
144 deletions
+164
-144
index.vue
src/views/ccgl/ckgl/bldj/top/index.vue
+1
-1
kc.vue
src/views/ccgl/ckgl/ckd/top/kc.vue
+17
-2
edit.vue
src/views/ccgl/rkgl/rkd/top/edit.vue
+1
-1
edit.vue
src/views/ccgl/rkgl/sjrw/top/edit.vue
+145
-140
No files found.
src/views/ccgl/ckgl/bldj/top/index.vue
View file @
73559040
...
...
@@ -79,7 +79,7 @@
// }
// },
{
title
:
"
维护
人"
,
title
:
"
责任
人"
,
field
:
"zrrName"
,
width
:
160
},
...
...
src/views/ccgl/ckgl/ckd/top/kc.vue
View file @
73559040
...
...
@@ -122,7 +122,8 @@
],
queryParams
:
[
[{
[
{
label
:
'物料信息'
,
prop
:
'wlinfo'
,
span
:
6
,
...
...
@@ -142,7 +143,21 @@
"label"
:
"name"
}
}
}
},
{
label
:
'容器编码'
,
prop
:
'rqCode'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
{
label
:
'托盘编码'
,
prop
:
'tpCode'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
]
],
...
...
src/views/ccgl/rkgl/rkd/top/edit.vue
View file @
73559040
...
...
@@ -259,7 +259,7 @@
prop
:
'hzid'
,
span
:
8
,
type
:
'AuxInput'
,
//
required: true,
required
:
true
,
typeConfig
:
{
isRequest
:
true
,
code
:
'HZID'
,
...
...
src/views/ccgl/rkgl/sjrw/top/edit.vue
View file @
73559040
...
...
@@ -11,21 +11,20 @@
</el-row>
<div
class=
"editTab"
>
<editTableForEdit
:AuxButton=
'false'
:indexApp=
'app'
:type=
'type'
ref=
"editTableForEdit"
:editTableTitle=
'editTableTitle'
v-if=
"editTableForEdit"
:computedRow=
'computedRow'
:editTableData=
"formDetail"
>
<editTableForEdit
:expandTitle=
'false'
:phsxTitle=
'false'
:AuxButton=
'false'
:indexApp=
'app'
:type=
'type'
ref=
"editTableForEdit"
:editTableTitle=
'editTableTitle'
v-if=
"editTableForEdit"
:computedRow=
'computedRow'
:editTableData=
"formDetail"
>
<template
v-if=
"type!='view'"
#
toolbar=
"ctx"
>
<el-button
@
click=
"xzrkqd"
size=
"mini"
style=
"display: inline-block;margin-right: 10px;"
type=
"primary"
>
选择入库清单
</el-button>
</
template
>
</editTableForEdit>
</editTableForEdit>
</div>
<el-row
:gutter=
"20"
:app=
"this"
class=
"editRow bottomInfo"
>
<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"
:prop=
'item.prop'
:key=
"item.prop"
:type=
"item.type"
:typeConfig=
'item.typeConfig'
:rule=
"item.rule"
/>
<!-- 额外数据 -->
<el-row
:gutter=
"20"
:app=
"this"
class=
"editRow bottomInfo"
>
<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"
:prop=
'item.prop'
:key=
"item.prop"
:type=
"item.type"
:typeConfig=
'item.typeConfig'
:rule=
"item.rule"
/>
<!-- 额外数据 -->
</el-row>
</el-form>
...
...
@@ -33,7 +32,6 @@
</RelDialog>
</template>
<
script
>
import
{
toFixed
,
doRkdChange
...
...
@@ -42,10 +40,10 @@
editMixin
,
editMixin_expand
}
from
'common'
import
Xzrkqd
from
'./xzrkqd.vue'
import
Xzrkqd
from
'./xzrkqd.vue'
export
default
{
mixins
:
[
editMixin
,
editMixin_expand
],
components
:{
components
:
{
Xzrkqd
},
mounted
()
{
...
...
@@ -53,51 +51,54 @@
// this.form.sjrid=this.userid
},
methods
:
{
getFormDetail
(){
if
(
this
.
type
!=
'add'
){
/* 1.@getFormDetail='getFormDetail' 存在触发时生效 */
/* 2.适配 EditTableForEdit 组件*/
/* 当编辑页面打开不是add时查询从表 主动赋值 */
this
.
$refs
.
editTableForEdit
.
editTableConfig
[
'editTableData'
]
=
this
.
formDetail
||
[]
}
if
(
this
.
type
==
'copy'
){
this
.
formDetail
.
forEach
(
item
=>
item
.
kwid
=
''
)
}
},
xzrkqdSave
(
obj
){
let
{
list
,
row
}
=
obj
if
(
list
&&
list
[
0
]
&&
list
[
0
].
kqid
){
this
.
form
.
kqid
=
list
[
0
].
kqid
getFormDetail
()
{
if
(
this
.
type
!=
'add'
)
{
/* 1.@getFormDetail='getFormDetail' 存在触发时生效 */
/* 2.适配 EditTableForEdit 组件*/
/* 当编辑页面打开不是add时查询从表 主动赋值 */
this
.
$refs
.
editTableForEdit
.
editTableConfig
[
'editTableData'
]
=
this
.
formDetail
||
[]
}
this
.
form
.
swlxid
=
row
.
swlxid
this
.
form
.
lydjid
=
row
.
id
this
.
form
.
ckid
=
row
.
ckid
this
.
form
.
rktzDjid
=
row
.
djid
this
.
form
.
hzid
=
row
.
hzid
this
.
form
.
hzName
=
row
.
hzName
if
(
this
.
type
==
'copy'
)
{
this
.
formDetail
.
forEach
(
item
=>
item
.
kwid
=
''
)
}
},
xzrkqdSave
(
obj
)
{
let
{
list
,
row
}
=
obj
if
(
list
&&
list
[
0
]
&&
list
[
0
].
kqid
)
{
this
.
form
.
kqid
=
list
[
0
].
kqid
}
this
.
form
.
swlxid
=
row
.
swlxid
this
.
form
.
lydjid
=
row
.
id
this
.
form
.
ckid
=
row
.
ckid
this
.
form
.
rktzDjid
=
row
.
djid
this
.
form
.
hzid
=
row
.
hzid
this
.
form
.
hzName
=
row
.
hzName
// this.form.ywrq=row.ywrq
let
length
=
this
.
formDetail
.
length
this
.
formDetail
.
splice
(
0
,
length
)
list
.
forEach
(
item
=>
{
item
.
lydjid
=
item
.
id
item
.
sjsl
=
item
.
yssl
item
.
sjsl
=
item
.
yssl
delete
item
.
id
this
.
formDetail
.
push
(
_
.
cloneDeep
(
item
))
})
// 回填上架人
this
.
$post
(
'lxyl/rkgl/sjtz/default/sjr'
,{
ckid
:
row
.
ckid
,
hzid
:
list
[
0
].
hzid
,
wlid
:
list
[
0
].
wlid
,
}).
then
(
res
=>
{
if
(
res
.
success
)
{
this
.
form
.
sjrName
=
res
.
data
.
records
.
username
this
.
form
.
sjrid
=
res
.
data
.
records
.
id
this
.
$post
(
'lxyl/rkgl/sjtz/default/sjr'
,
{
ckid
:
row
.
ckid
,
hzid
:
list
[
0
].
hzid
,
wlid
:
list
[
0
].
wlid
,
}).
then
(
res
=>
{
if
(
res
.
success
)
{
this
.
form
.
sjrName
=
res
.
data
.
records
.
username
this
.
form
.
sjrid
=
res
.
data
.
records
.
id
}
})
},
xzrkqd
(){
this
.
showDialog
=
true
xzrkqd
()
{
this
.
showDialog
=
true
},
/* 需要整体row时的回调 */
computedRow
(
row
)
{
...
...
@@ -108,20 +109,19 @@
},
data
()
{
return
{
editColItemList2
:[
{
editColItemList2
:
[{
"label"
:
"状态"
,
"prop"
:
"zt"
,
"span"
:
8
,
"type"
:
"RelSelect"
,
"value"
:
""
,
readonly
:
true
,
readonly
:
true
,
"typeConfig"
:
{
"src"
:
"wms/rkgl/sjtz/init/zt"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
"src"
:
"wms/rkgl/sjtz/init/zt"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
{
...
...
@@ -129,7 +129,7 @@
prop
:
'whr'
,
type
:
'input'
,
span
:
8
,
readonly
:
true
,
readonly
:
true
,
},
{
...
...
@@ -137,8 +137,8 @@
prop
:
'whsj'
,
span
:
8
,
type
:
'datetime'
,
readonly
:
true
,
value
:
new
Date
().
getTime
()
readonly
:
true
,
value
:
new
Date
().
getTime
()
}
],
/* dialog*/
...
...
@@ -161,6 +161,7 @@
"span"
:
8
,
"type"
:
"RelSelect"
,
"value"
:
""
,
readonly
:(
this
.
type
==
'edit'
||
this
.
type
==
'view'
)?
true
:
false
,
"required"
:
true
,
"typeConfig"
:
{
"src"
:
"jcsj/common/ck/queryCkid"
,
...
...
@@ -171,22 +172,23 @@
}
},
{
"label"
:
"库区"
,
"prop"
:
"kqid"
,
"span"
:
8
,
"type"
:
"RelSelect"
,
"value"
:
""
,
// "required": true,
"typeConfig"
:
{
"src"
:
"wms/jcsj/kq/query"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
},
linkage
:
true
,
linkParams
:
[
'ckid'
]
}
},
"label"
:
"库区"
,
"prop"
:
"kqid"
,
"span"
:
8
,
"type"
:
"RelSelect"
,
"value"
:
""
,
readonly
:(
this
.
type
==
'edit'
||
this
.
type
==
'view'
)?
true
:
false
,
// "required": true,
"typeConfig"
:
{
"src"
:
"wms/jcsj/kq/query"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
},
linkage
:
true
,
linkParams
:
[
'ckid'
]
}
},
{
"label"
:
"事务类型"
,
"prop"
:
"swlxid"
,
...
...
@@ -194,6 +196,7 @@
"type"
:
"RelSelect"
,
"value"
:
""
,
"required"
:
true
,
readonly
:(
this
.
type
==
'edit'
||
this
.
type
==
'view'
)?
true
:
false
,
"typeConfig"
:
{
"src"
:
"wms/rkgl/sjtz/init/swlx"
,
"match"
:
{
...
...
@@ -231,38 +234,40 @@
"required"
:
true
,
type
:
'AuxInput'
,
typeConfig
:
{
code
:
'USER'
,
label
:
'sjrName'
,
transform
:
{
value
:
'id'
,
label
:
'username'
}
code
:
'USER'
,
label
:
'sjrName'
,
transform
:
{
value
:
'id'
,
label
:
'username'
}
},
},
{
label
:
'货主'
,
prop
:
'hzid'
,
span
:
8
,
type
:
'AuxInput'
,
typeConfig
:
{
isRequest
:
true
,
code
:
'HZID'
,
label
:
'hzName'
,
transform
:
{
value
:
'id'
,
label
:
'name'
}
}
},
{
label
:
'来源单据'
,
prop
:
'rktzDjid'
,
span
:
8
,
readonly
:
true
,
type
:
'input'
,
},
{
label
:
'货主'
,
prop
:
'hzid'
,
span
:
8
,
type
:
'AuxInput'
,
readonly
:(
this
.
type
==
'edit'
||
this
.
type
==
'view'
)?
true
:
false
,
typeConfig
:
{
isRequest
:
true
,
code
:
'HZID'
,
label
:
'hzName'
,
transform
:
{
value
:
'id'
,
label
:
'name'
}
}
},
{
label
:
'来源单据'
,
prop
:
'rktzDjid'
,
readonly
:(
this
.
type
==
'edit'
||
this
.
type
==
'view'
)?
true
:
false
,
span
:
8
,
readonly
:
true
,
type
:
'input'
,
},
// {
// label: '单据来源',
// prop: 'djlyName',
...
...
@@ -280,46 +285,46 @@
],
/* 从表编辑数据 */
editTableTitle
:
[{
title
:
"物料编码"
,
field
:
"wlxxCode"
,
fieldType
:
"upper"
,
width
:
140
},
{
title
:
"物料名称"
,
field
:
"wlxxName"
,
width
:
140
},
{
title
:
"物料规格"
,
field
:
"wlxxGg"
,
width
:
140
},
{
title
:
"制令号"
,
field
:
"zlh"
,
width
:
180
,
},
{
title
:
"物料批号"
,
field
:
"wlph"
,
width
:
180
},
{
title
:
"上架数量"
,
field
:
"sjsl"
,
width
:
100
,
},
{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
240
,
},
{
title
:
"容器"
,
field
:
"rqCode"
,
width
:
100
,
},
title
:
"物料编码"
,
field
:
"wlxxCode"
,
fieldType
:
"upper"
,
width
:
140
},
{
title
:
"物料名称"
,
field
:
"wlxxName"
,
width
:
140
},
{
title
:
"物料规格"
,
field
:
"wlxxGg"
,
width
:
140
},
{
title
:
"制令号"
,
field
:
"zlh"
,
width
:
180
,
},
{
title
:
"物料批号"
,
field
:
"wlph"
,
width
:
180
},
{
title
:
"上架数量"
,
field
:
"sjsl"
,
width
:
100
,
},
{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
240
,
},
{
title
:
"容器"
,
field
:
"rqCode"
,
width
:
100
,
},
]
}
}
...
...
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