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
574d7667
Commit
574d7667
authored
Oct 16, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swlx s 办案单位
parent
92929ec4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
edit.vue
src/views/baseData/case/edit.vue
+6
-0
index.vue
src/views/warehousing/detain/index.vue
+1
-1
index.vue
src/views/warehousing/registration/index.vue
+1
-1
No files found.
src/views/baseData/case/edit.vue
View file @
574d7667
...
...
@@ -14,6 +14,11 @@
}
from
'common'
export
default
{
mixins
:
[
editMixin
],
mounted
()
{
if
(
this
.
type
!=
'add'
){
this
.
editColItemList
[
3
].
readonly
=
true
}
},
data
()
{
return
{
editColItemList
:
[
...
...
@@ -55,6 +60,7 @@
label
:
'办案单位'
,
prop
:
'badw'
,
span
:
24
,
readonly
:
false
,
type
:
'RelSelect'
,
"typeConfig"
:
{
"src"
:
"hjbm/query"
,
...
...
src/views/warehousing/detain/index.vue
View file @
574d7667
...
...
@@ -24,7 +24,7 @@
},
/* 赋值swlx主动查询*/
mounted
()
{
this
.
$refs
.
basepage
.
queryParams
.
swlx
=
'1'
this
.
$refs
.
basepage
.
queryParams
.
swlx
s
=
[
'1'
,
'15'
,
'16'
]
this
.
$refs
.
basepage
.
refresh
()
},
methods
:
{
...
...
src/views/warehousing/registration/index.vue
View file @
574d7667
...
...
@@ -18,7 +18,7 @@
export
default
{
/* 赋值swlx主动查询*/
mounted
()
{
this
.
$refs
.
basepage
.
queryParams
.
swlx
=
'5'
this
.
$refs
.
basepage
.
queryParams
.
swlx
s
=
[
'5'
,
'17'
]
this
.
$refs
.
basepage
.
refresh
()
},
methods
:
{
...
...
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