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
032584a3
Commit
032584a3
authored
Jul 03, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
昨日调整
parent
9b2a2440
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
11 deletions
+28
-11
mx.vue
src/views/ccgl/zlgl/kccjd/mx.vue
+18
-9
index.vue
src/views/ccgl/zlgl/kccjd/top/index.vue
+9
-2
xj.vue
src/views/ccgl/zlgl/kccjd/top/xj.vue
+1
-0
No files found.
src/views/ccgl/zlgl/kccjd/mx.vue
View file @
032584a3
<
template
>
<
template
>
<BasePage
@
getRow=
'getRow'
ref=
"basePage"
:power=
'power'
:toolButton=
'false'
class=
"min_full"
<BasePage
@
getRow=
'getRow'
ref=
"basePage"
:power=
'power'
:toolButton=
'false'
class=
"min_full"
style=
"height: 100%;"
style=
"height: 100%;"
:autoQuery=
'false'
:config=
"config"
>
:autoQuery=
'false'
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
</
template
>
...
@@ -35,6 +35,16 @@
...
@@ -35,6 +35,16 @@
url
:
'lxyl/zlgl/kccj/query/detail'
,
url
:
'lxyl/zlgl/kccj/query/detail'
,
queryUrl
:
'lxyl/zlgl/kccj/query/detail'
,
queryUrl
:
'lxyl/zlgl/kccj/query/detail'
,
tableTitle
:
[{
tableTitle
:
[{
title
:
"状态"
,
field
:
"zt"
,
"transform"
:
{
"url"
:
"lxyl/zlgl/kccj/init/zt"
,
"label"
:
"name"
,
"value"
:
"id"
},
width
:
80
},
{
title
:
"物料编码"
,
title
:
"物料编码"
,
field
:
"wlxxCode"
,
field
:
"wlxxCode"
,
width
:
140
width
:
140
...
@@ -105,14 +115,13 @@
...
@@ -105,14 +115,13 @@
{
{
title
:
"合格标志"
,
title
:
"合格标志"
,
field
:
"hgbz"
,
field
:
"hgbz"
,
"transform"
:
{
"transform"
:
{
"url"
:
"lxyl/zlgl/ukcjyd/init/zjqdStatusEnum"
,
"url"
:
"lxyl/zlgl/ukcjyd/init/zjqdStatusEnum"
,
"label"
:
"name"
,
"label"
:
"name"
,
"value"
:
"id"
"value"
:
"id"
},
},
width
:
140
width
:
140
},
}
],
],
queryParams
:
[],
queryParams
:
[],
...
...
src/views/ccgl/zlgl/kccjd/top/index.vue
View file @
032584a3
...
@@ -60,9 +60,16 @@
...
@@ -60,9 +60,16 @@
fieldType
:
'ftDate'
fieldType
:
'ftDate'
},
},
{
{
title
:
"创建检验单"
,
title
:
"
已
创建检验单"
,
field
:
"issuedJyd"
,
field
:
"issuedJyd"
,
width
:
140
width
:
140
,
formatter
(
a
,
b
,
v
)
{
let
map
=
{
Y
:
'✔'
,
N
:
'X'
}
return
map
[
v
];
}
},
},
{
{
title
:
"维护人"
,
title
:
"维护人"
,
...
...
src/views/ccgl/zlgl/kccjd/top/xj.vue
View file @
032584a3
...
@@ -175,5 +175,6 @@
...
@@ -175,5 +175,6 @@
}
}
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
</
style
>
</
style
>
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