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
f10a0a5a
Commit
f10a0a5a
authored
Sep 10, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.gavelinfo.com:lisu/lxyl-vue
parents
8fb72fbb
aee2ec44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
index.vue
src/views/ccgl/cxfx/sapkcdb/index.vue
+19
-19
No files found.
src/views/ccgl/cxfx/sapkcdb/index.vue
View file @
f10a0a5a
...
@@ -58,13 +58,8 @@
...
@@ -58,13 +58,8 @@
},
},
{
{
title
:
"库存地点"
,
title
:
"库存地点"
,
field
:
"sapCkid"
,
field
:
"sapckCode"
,
width
:
140
,
width
:
140
transform
:
{
"url"
:
"lxyl/cxfx/sapKcdb/initCk"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
},
{
{
title
:
"WMS库存总数"
,
title
:
"WMS库存总数"
,
...
@@ -80,6 +75,11 @@
...
@@ -80,6 +75,11 @@
title
:
"库存差异数量"
,
title
:
"库存差异数量"
,
field
:
"cysl"
,
field
:
"cysl"
,
fieldType
:
"float"
fieldType
:
"float"
},
{
title
:
"计量单位"
,
field
:
"jldwName"
,
fieldType
:
"float"
}
}
],
],
...
@@ -163,18 +163,18 @@
...
@@ -163,18 +163,18 @@
* @author: lisu
* @author: lisu
*/
*/
checkQueryParams
(
params
,
tbapp
)
{
checkQueryParams
(
params
,
tbapp
)
{
if
(
!
params
.
hzid
)
{
//
if (!params.hzid) {
this
.
$warning
(
'请选择工厂'
)
//
this.$warning('请选择工厂')
tbapp
.
loading
=
false
//
tbapp.loading = false
tbapp
.
isactive
=
false
//
tbapp.isactive = false
throw
new
Error
(
'请选择工厂'
)
//
throw new Error('请选择工厂')
}
//
}
if
(
!
params
.
sapCkid
)
{
//
if (!params.sapCkid) {
this
.
$warning
(
'请选择库存地点'
)
//
this.$warning('请选择库存地点')
tbapp
.
loading
=
false
//
tbapp.loading = false
tbapp
.
isactive
=
false
//
tbapp.isactive = false
throw
new
Error
(
'请选择库存地点'
)
//
throw new Error('请选择库存地点')
}
//
}
},
},
pageQueryFinally
(
list
,
res
)
{
pageQueryFinally
(
list
,
res
)
{
let
serverTime
=
res
.
data
.
serverTime
let
serverTime
=
res
.
data
.
serverTime
...
...
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