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
b68d2de8
Commit
b68d2de8
authored
Jul 12, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改检验单页面
parent
37e5f339
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
42 deletions
+25
-42
index.vue
src/views/ccgl/zlgl/jyd/top/index.vue
+25
-42
No files found.
src/views/ccgl/zlgl/jyd/top/index.vue
View file @
b68d2de8
...
...
@@ -85,6 +85,26 @@
},
width
:
80
},
{
title
:
"单据类型"
,
field
:
"lydlx"
,
width
:
100
,
"transform"
:
{
"url"
:
"lxyl/zlgl/ukcjyd/init/Jylydlx"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
{
title
:
"业务单号"
,
field
:
"lydjDjid"
,
width
:
120
},
{
title
:
"已发送sap"
,
field
:
"isSendSap"
,
fieldType
:
"checkbox"
},
{
title
:
"工厂"
,
field
:
"hzName"
,
...
...
@@ -93,7 +113,7 @@
{
title
:
"物料编码"
,
field
:
"wlxxCode"
,
width
:
1
4
0
width
:
1
1
0
},
{
title
:
"物料名称"
,
...
...
@@ -103,12 +123,12 @@
{
title
:
"制令号"
,
field
:
"zlh"
,
width
:
1
8
0
width
:
1
2
0
},
{
title
:
"批号"
,
field
:
"wlph"
,
width
:
1
8
0
width
:
1
4
0
},
{
title
:
"检验批号"
,
...
...
@@ -118,51 +138,14 @@
{
title
:
"检验单号"
,
field
:
"djid"
,
width
:
140
},
{
title
:
"来源单类型"
,
field
:
"lydlx"
,
width
:
100
,
"transform"
:
{
"url"
:
"lxyl/zlgl/ukcjyd/init/Jylydlx"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
{
title
:
"来源单号"
,
field
:
"lydjDjid"
,
width
:
140
width
:
120
},
{
title
:
"检验数量"
,
field
:
"jypsl"
,
fieldType
:
"float"
},
// {
// title: "合格数量",
// field: "hgsl",
// width: 140
// },
// {
// title: "不合格数量",
// field: "bhgsl",
// width: 140
// },
{
title
:
"是否发送sap"
,
field
:
"isSendSap"
,
align
:
'center'
,
width
:
80
,
formatter
(
a
,
b
,
v
)
{
let
map
=
{
Y
:
'✔'
,
N
:
'X'
}
return
map
[
v
];
}
},
{
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