Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shhjwpgl-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
李苏
shhjwpgl-vue
Commits
34b82676
Commit
34b82676
authored
Sep 25, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
97e09b7d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
index.vue
src/views/analysis/list/index.vue
+4
-3
index.vue
src/views/analysis/query/index.vue
+2
-2
No files found.
src/views/analysis/list/index.vue
View file @
34b82676
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
return
{
return
{
config
:
{
config
:
{
/* 基本配置*/
/* 基本配置*/
url
:
'cxfx/
crtz
'
,
url
:
'cxfx/
zkwp
'
,
tableTitle
:
[
tableTitle
:
[
{
{
title
:
"序列号"
,
title
:
"序列号"
,
...
@@ -74,12 +74,13 @@
...
@@ -74,12 +74,13 @@
title
:
"物品状态"
,
title
:
"物品状态"
,
field
:
"wpzt"
,
field
:
"wpzt"
,
formatter
(
a
,
b
,
c
)
{
formatter
(
a
,
b
,
c
)
{
let
v
=
parseInt
(
c
)
let
map
=
{
let
map
=
{
0
:
'未入库'
,
0
:
'未入库'
,
1
:
'在库'
,
1
:
'在库'
,
2
:
'出库'
2
:
'出库'
}
}
return
map
[
c
]
return
map
[
v
]
}
}
},
},
{
{
...
...
src/views/analysis/query/index.vue
View file @
34b82676
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
</template>
</template>
<
script
>
<
script
>
import
Edit
from
'./edit.vue'
//
import Edit from './edit.vue'
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -219,7 +219,7 @@
...
@@ -219,7 +219,7 @@
// }
// }
},
},
components
:
{
components
:
{
Edit
//
Edit
}
}
}
}
...
...
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