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
829fc2b6
Commit
829fc2b6
authored
Mar 27, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.27调整
parent
40e79839
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
58 additions
and
19 deletions
+58
-19
ajydk.vue
src/views/ccgl/ckgl/dbckd/top/ajydk.vue
+17
-17
jyd.vue
src/views/ccgl/ckgl/dbckd/top/jyd.vue
+21
-1
kc.vue
src/views/ccgl/ckgl/dbckd/top/kc.vue
+20
-1
No files found.
src/views/ccgl/ckgl/dbckd/top/ajydk.vue
View file @
829fc2b6
...
...
@@ -179,23 +179,23 @@
}
}
},
{
label
:
'货主'
,
readonly
:
true
,
prop
:
'hzid'
,
span
:
8
,
required
:
true
,
type
:
'AuxInput'
,
typeConfig
:
{
isRequest
:
true
,
code
:
'HZID'
,
label
:
'hzName'
,
transform
:
{
value
:
'id'
,
label
:
'name'
}
}
},
//
{
//
label: '货主',
//
readonly: true,
//
prop: 'hzid',
//
span: 8,
//
required: true,
//
type: 'AuxInput',
//
typeConfig: {
//
isRequest: true,
//
code: 'HZID',
//
label: 'hzName',
//
transform: {
//
value: 'id',
//
label: 'name'
//
}
//
}
//
},
{
label
:
'备注'
,
prop
:
'bz'
,
...
...
src/views/ccgl/ckgl/dbckd/top/jyd.vue
View file @
829fc2b6
...
...
@@ -62,7 +62,20 @@
/* 基本配置*/
url
:
'lxyl/ckgl/dbck/query/ukcjyqd'
,
queryUrl
:
'lxyl/ckgl/dbck/query/ukcjyqd'
,
tableTitle
:
[{
tableTitle
:
[
{
title
:
"仓库编码"
,
field
:
"ckCode"
,
width
:
120
,
},
{
title
:
"仓库"
,
field
:
"ckName"
,
width
:
120
,
},
{
title
:
"库位"
,
field
:
"kwCode"
,
width
:
100
,
...
...
@@ -179,6 +192,13 @@
if
(
list
.
length
==
0
)
{
this
.
$warning
(
'请至少勾选一条数据'
)
}
else
{
/* 判定仓库*/
let
ckList
=
list
.
map
(
item
=>
item
.
ckid
)
ckList
=
[...
new
Set
(
ckList
)]
if
(
ckList
.
length
>
1
)
{
this
.
$warning
(
'所选项仓库不唯一,请选择相同仓库的数据。'
)
return
}
let
obj
=
{
list
:
list
}
...
...
src/views/ccgl/ckgl/dbckd/top/kc.vue
View file @
829fc2b6
...
...
@@ -55,7 +55,19 @@
/* 基本配置*/
url
:
'wms/ckgl/dbck/query/kc'
,
queryUrl
:
'wms/ckgl/dbck/query/kc'
,
tableTitle
:
[{
tableTitle
:
[
{
title
:
"仓库编码"
,
field
:
"ckCode"
,
width
:
120
,
},
{
title
:
"仓库"
,
field
:
"ckName"
,
width
:
120
,
},
{
title
:
"库位"
,
field
:
"kwCode"
,
width
:
100
,
...
...
@@ -161,6 +173,13 @@
if
(
list
.
length
==
0
){
this
.
$warning
(
'请至少勾选一条数据'
)
}
else
{
let
ckList
=
list
.
map
(
item
=>
item
.
ckid
)
ckList
=
[...
new
Set
(
ckList
)]
if
(
ckList
.
length
>
1
)
{
this
.
$warning
(
'所选项仓库不唯一,请选择相同仓库的数据。'
)
return
}
let
obj
=
{
list
:
list
}
...
...
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