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
e8191716
Commit
e8191716
authored
Jun 18, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改出库平库选库存界面
parent
1fae2047
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
17 deletions
+30
-17
akck.vue
src/views/ccgl/ckgl/xpk/top/akck.vue
+30
-17
No files found.
src/views/ccgl/ckgl/xpk/top/akck.vue
View file @
e8191716
...
...
@@ -60,8 +60,8 @@
operateButtons
:
false
,
workFlow
:
false
,
/* 表格 */
showSelection
:
fals
e
,
saveSelected
:
fals
e
showSelection
:
tru
e
,
saveSelected
:
tru
e
},
config
:
{
/* 基本配置*/
...
...
@@ -95,9 +95,16 @@
width
:
160
},
{
title
:
"规格"
,
field
:
"wlxxGg"
,
width
:
140
title
:
"库存数量"
,
field
:
"kcsl"
,
width
:
120
,
fieldType
:
'float'
},
{
title
:
"拣货数量"
,
field
:
"sl"
,
width
:
120
,
fieldType
:
'float'
},
{
title
:
"计量单位"
,
...
...
@@ -120,12 +127,7 @@
field
:
"zlh"
,
width
:
180
,
},
{
title
:
"库存数量"
,
field
:
"kcsl"
,
width
:
120
,
fieldType
:
'float'
},
{
title
:
"货主"
,
field
:
"hzName"
,
...
...
@@ -198,12 +200,23 @@
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(()
=>
{
let
params
=
{
rqid
:
singleItem
.
rqid
,
kwid
:
singleItem
.
kwid
,
packid
:
singleItem
.
packid
,
let
list
=
this
.
$refs
.
basePage
.
$refs
.
TablePager
.
selectedList
.
map
(
item
=>
{
let
ml
=
{
rqid
:
item
.
rqid
,
kwid
:
item
.
kwid
,
packid
:
item
.
packid
,
wlid
:
item
.
wlid
,
wlph
:
item
.
wlph
,
zlh
:
item
.
zlh
,
sl
:
item
.
sl
}
return
ml
})
let
params
=
{
datas
:
list
,
lydjid
:
""
}
this
.
$post
(
'/lxyl/ckgl/ckrw/pkck/
save
'
,
params
).
then
(
res
=>
{
this
.
$post
(
'/lxyl/ckgl/ckrw/pkck/
batchJhck
'
,
params
).
then
(
res
=>
{
if
(
res
.
success
)
{
this
.
$success
(
'操作成功'
)
this
.
app
.
showDialog
=
false
...
...
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