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
70f81440
Commit
70f81440
authored
Mar 25, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
验货单调整
parent
5a4c185e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
11 deletions
+31
-11
add.vue
src/views/ccgl/zlgl/kccjd/top/add.vue
+2
-1
add.vue
src/views/ccgl/zlgl/kcyhd/top/add.vue
+28
-9
index.vue
src/views/ccgl/zlgl/kcyhd/top/index.vue
+1
-1
No files found.
src/views/ccgl/zlgl/kccjd/top/add.vue
View file @
70f81440
...
...
@@ -53,7 +53,8 @@
/* 基本配置*/
url
:
'lxyl/zlgl/kccj/queryZkPackOrRq'
,
queryUrl
:
'lxyl/zlgl/kccj/queryZkPackOrRq'
,
tableTitle
:
[{
tableTitle
:
[
{
title
:
"仓库"
,
field
:
"ckName"
,
width
:
140
...
...
src/views/ccgl/zlgl/kcyhd/top/add.vue
View file @
70f81440
...
...
@@ -12,8 +12,10 @@
</DefaultDialog>
</
template
>
<
script
>
import
wlsx
from
'common/src/mixin/wlphsx.js'
import
wlphsx
from
'common/src/mixin/wlphsx.js'
export
default
{
mixins
:
[
wlsx
,
wlphsx
],
props
:
{
app
:
{
type
:
Object
,
...
...
@@ -48,9 +50,19 @@
/* Dialog*/
// queryDetail: true,
/* 基本配置*/
url
:
'lxyl/zlgl/ukcjyd
'
,
queryUrl
:
'wms/common
/queryZkPackOrRq'
,
url
:
'lxyl/zlgl/kccj/queryZkPackOrRq
'
,
queryUrl
:
'lxyl/zlgl/kccj
/queryZkPackOrRq'
,
tableTitle
:
[
{
title
:
"仓库"
,
field
:
"ckName"
,
width
:
140
},
{
title
:
"库位"
,
field
:
"kwCode"
,
width
:
140
},
{
title
:
"唯一码"
,
field
:
"packCode"
,
...
...
@@ -134,12 +146,19 @@
save
(){
let
list
=
this
.
$refs
.
basePage
.
$refs
.
TablePager
.
selectedList
||
[]
if
(
list
.
length
!=
0
){
this
.
$post
(
'lxyl/ukcyhd/doGenerate'
,
list
).
then
(
res
=>
{
if
(
res
.
success
){
this
.
app
.
showDialog
=
false
this
.
app
.
refresh
()
}
})
let
ckList
=
list
.
map
(
item
=>
item
.
ckid
)
ckList
=
[...
new
Set
(
ckList
)]
if
(
ckList
.
length
==
1
)
{
this
.
$post
(
'lxyl/ukcyhd/doGenerate'
,
list
).
then
(
res
=>
{
if
(
res
.
success
){
this
.
app
.
showDialog
=
false
this
.
app
.
refresh
()
}
})
}
else
{
this
.
$warning
(
'只能勾选相同仓库的数据进行操作'
)
}
}
else
{
this
.
$warning
(
'请至少勾选一条数据'
)
...
...
src/views/ccgl/zlgl/kcyhd/top/index.vue
View file @
70f81440
...
...
@@ -43,7 +43,7 @@
url
:
'lxyl/ukcyhd'
,
tableTitle
:
[{
title
:
"验货单号"
,
field
:
"
code
"
,
field
:
"
djid
"
,
width
:
140
},
{
...
...
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