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
57e0bd47
Commit
57e0bd47
authored
Dec 27, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
检验单调整
parent
371b7af9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
46 additions
and
22 deletions
+46
-22
mx.vue
src/views/ccgl/zlgl/jyd/mx.vue
+31
-7
add.vue
src/views/ccgl/zlgl/jyd/top/add.vue
+2
-2
index.vue
src/views/ccgl/zlgl/jyd/top/index.vue
+13
-13
No files found.
src/views/ccgl/zlgl/jyd/mx.vue
View file @
57e0bd47
...
...
@@ -34,7 +34,33 @@
/* 基本配置*/
url
:
'wms/ckgl/llck'
,
queryUrl
:
'lxyl/zlgl/ukcjyd//query/detail'
,
tableTitle
:
[{
tableTitle
:
[
{
title
:
"物料编码"
,
field
:
"wlxxCode"
,
width
:
140
},
{
title
:
"物料名称"
,
field
:
"wlxxName"
,
width
:
140
},
{
title
:
"物料规格"
,
field
:
"wlxxGg"
,
width
:
140
},
{
title
:
"制令号"
,
field
:
"zlh"
,
width
:
140
},
{
title
:
"物料批号"
,
field
:
"wlph"
,
width
:
140
},
{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
140
...
...
@@ -47,12 +73,10 @@
{
title
:
"合格标志"
,
field
:
"hgbz"
,
formatter
(
a
,
b
,
v
)
{
let
map
=
{
N
:
'不合格'
,
Y
:
'合格'
}
return
map
[
v
]
"transform"
:
{
"url"
:
"lxyl/zlgl/ukcjyd/init/JyStatus"
,
"label"
:
"name"
,
"value"
:
"id"
},
width
:
140
},
...
...
src/views/ccgl/zlgl/jyd/top/add.vue
View file @
57e0bd47
...
...
@@ -156,9 +156,9 @@
save
(){
let
list
=
this
.
$refs
.
basePage
.
$refs
.
TablePager
.
selectedList
||
[]
if
(
list
.
length
!=
0
){
this
.
$post
(
'lxyl/zlgl/ukcjyd/
add'
,{
this
.
$post
(
'lxyl/zlgl/ukcjyd/
doGenerate'
,
list
}
).
then
(
res
=>
{
).
then
(
res
=>
{
if
(
res
.
success
){
this
.
app
.
showDialog
=
false
this
.
app
.
refresh
()
...
...
src/views/ccgl/zlgl/jyd/top/index.vue
View file @
57e0bd47
...
...
@@ -78,7 +78,7 @@
},
{
title
:
"检验单号"
,
field
:
"
jydh
"
,
field
:
"
djid
"
,
width
:
140
},
{
...
...
@@ -87,20 +87,20 @@
width
:
140
},
{
title
:
"检验数量"
,
field
:
"jysl"
,
width
:
140
},
{
title
:
"合格数量"
,
field
:
"hgsl"
,
width
:
140
},
{
title
:
"不合格数量"
,
field
:
"bhgsl"
,
title
:
"检验批数量"
,
field
:
"jypsl"
,
width
:
140
},
// {
// title: "合格数量",
// field: "hgsl",
// width: 140
// },
// {
// title: "不合格数量",
// field: "bhgsl",
// width: 140
// },
{
title
:
"备注"
,
field
:
"bz"
,
...
...
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