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
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
index.vue
src/views/analysis/list/index.vue
+4
-3
index.vue
src/views/analysis/query/index.vue
+2
-2
index.vue
src/views/warehousing/detain/index.vue
+1
-1
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
]
}
}
},
},
{
{
...
@@ -174,7 +175,7 @@
...
@@ -174,7 +175,7 @@
// }
// }
},
},
components
:
{
components
:
{
}
}
}
}
...
...
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
}
}
}
}
...
...
src/views/warehousing/detain/index.vue
View file @
34b82676
<
template
>
<
template
>
<BasePage
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<BasePage
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<Jfzky
:app=
"ctx.basePage"
v-if=
"ctx.basePage.showDialog&&(ctx.basePage.DialogTitle=='查封转扣押')"
/>
<Jfzky
:app=
"ctx.basePage"
v-if=
"ctx.basePage.showDialog&&(ctx.basePage.DialogTitle=='查封转扣押')"
/>
...
...
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