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
30089c7c
Commit
30089c7c
authored
Mar 27, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
检验单查询条件
parent
34c578f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
7 deletions
+28
-7
jyd.vue
src/views/ccgl/ckgl/dbckd/top/jyd.vue
+28
-7
No files found.
src/views/ccgl/ckgl/dbckd/top/jyd.vue
View file @
30089c7c
...
...
@@ -3,6 +3,14 @@
<div
slot=
"form"
style=
"display: flex;height: 70vh;"
>
<BasePage
ref=
"basePage"
:power=
'power'
class=
"min_full"
style=
"height: 100%;"
:config=
"config"
>
ref="basePage"
:power='power' class="min_full" :config="config">
<template
#
queryParams=
"ctx"
>
<!--
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<el-checkbox
true-label=
'Y'
false-label=
'N'
>
是否合格
</el-checkbox>
</div>
</el-col>
-->
</
template
>
<
template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -107,12 +115,18 @@
field
:
"zlh"
,
width
:
180
,
},
// {
// title: "库存数量",
// field: "kcsl",
// width: 120,
// fieldType: 'float'
// },
{
title
:
"合格标志"
,
field
:
"hgbz"
,
width
:
120
,
formatter
:(
a
,
b
,
v
)
=>
{
if
(
v
==
'Y'
){
return
'合格'
}
else
{
return
'不合格'
}
}
},
{
title
:
"货主"
,
field
:
"hzName"
,
...
...
@@ -140,6 +154,13 @@
"label"
:
"name"
}
}
},
{
label
:
'合格'
,
prop
:
'hgbz'
,
span
:
6
,
type
:
'checkboxYN'
,
value
:
'Y'
}
]
...
...
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