Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
sample-form-platform
Commits
a2e43d12
Commit
a2e43d12
authored
Dec 07, 2022
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改搜索条件
parent
5e7e0f04
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
12 deletions
+12
-12
sample-form-manager-ui/admin/src/pages/hardware/NumberWriteDevice.vue
...manager-ui/admin/src/pages/hardware/NumberWriteDevice.vue
+1
-1
sample-form-manager-ui/admin/src/pages/software/librarymanage/LibraryManage.vue
.../admin/src/pages/software/librarymanage/LibraryManage.vue
+2
-2
sample-form-manager-ui/admin/src/pages/software/materials/MaterialsManage.vue
...ui/admin/src/pages/software/materials/MaterialsManage.vue
+4
-4
sample-form-manager-ui/admin/src/pages/software/materials/modal/AddMaterials.vue
...admin/src/pages/software/materials/modal/AddMaterials.vue
+1
-1
sample-form-manager-ui/admin/src/pages/software/materials/modal/CommonLib.vue
...ui/admin/src/pages/software/materials/modal/CommonLib.vue
+2
-2
sample-form-manager-ui/admin/src/pages/software/matter/MatterManage.vue
...nager-ui/admin/src/pages/software/matter/MatterManage.vue
+2
-2
No files found.
sample-form-manager-ui/admin/src/pages/hardware/NumberWriteDevice.vue
View file @
a2e43d12
...
...
@@ -210,7 +210,7 @@ export default {
siteId
:
this
.
siteId
,
page
:
this
.
current
,
size
:
this
.
size
,
deviceName
:
this
.
searchVal
,
deviceName
:
`%${this.searchVal
}
%`
,
}
);
this
.
loading
=
false
;
let
{
data
}
=
res
.
data
.
data
;
...
...
sample-form-manager-ui/admin/src/pages/software/librarymanage/LibraryManage.vue
View file @
a2e43d12
...
...
@@ -38,7 +38,7 @@
v
-
model
=
"
searchVal
"
style
=
"
width: 200px
"
class
=
"
ml10 mr10
"
placeholder
=
"
请输入材料
名
称搜索
"
placeholder
=
"
请输入材料
全
称搜索
"
><
/el-input
>
<
el
-
button
size
=
"
small
"
type
=
"
primary
"
@
click
=
"
handleSearch
"
>
搜索
<
/el-butto
n
...
...
@@ -174,7 +174,7 @@ export default {
let
res
=
await
getPubdatumList
({
page
:
this
.
current
,
size
:
this
.
size
,
materia
lName
:
this
.
searchVal
,
materia
FullName
:
`%${this.searchVal
}
%`
,
deptCode
:
this
.
department
,
}
);
this
.
loading
=
false
;
...
...
sample-form-manager-ui/admin/src/pages/software/materials/MaterialsManage.vue
View file @
a2e43d12
...
...
@@ -37,7 +37,7 @@
v
-
model
=
"
leftSearch
"
style
=
"
width: 200px
"
class
=
"
ml10 mr10
"
placeholder
=
"
请输入事项
名
称搜索
"
placeholder
=
"
请输入事项
全
称搜索
"
><
/el-input
>
<
el
-
button
size
=
"
small
"
type
=
"
primary
"
@
click
=
"
handleSearchLeft
"
>
搜索
<
/el-butto
n
...
...
@@ -158,7 +158,7 @@
style
=
"
width: 200px
"
v
-
model
=
"
rightSearch
"
class
=
"
ml10 mr10
"
placeholder
=
"
请输入材料
名
称搜索
"
placeholder
=
"
请输入材料
全
称搜索
"
><
/el-input
>
<
el
-
button
size
=
"
small
"
type
=
"
primary
"
@
click
=
"
handleSearchRight
"
>
搜索
<
/el-butto
n
...
...
@@ -351,7 +351,7 @@ export default {
let
res
=
await
getWriteMatterList
({
page
:
this
.
leftCurrent
,
size
:
this
.
leftSize
,
matter
Name
:
this
.
leftSearch
,
matter
FullName
:
`%${this.leftSearch
}
%`
,
deptCode
:
this
.
departmentLeft
,
siteId
:
this
.
siteId
,
}
);
...
...
@@ -370,7 +370,7 @@ export default {
let
res
=
await
getMaterialsList
({
page
:
this
.
rightCurrent
,
size
:
this
.
rightSize
,
materia
lName
:
this
.
rightSearch
,
materia
FullName
:
`%${this.rightSearch
}
%`
,
matterId
:
this
.
activeDep
.
id
,
deptCode
:
this
.
departmentRight
,
siteId
:
parseInt
(
this
.
siteId
),
...
...
sample-form-manager-ui/admin/src/pages/software/materials/modal/AddMaterials.vue
View file @
a2e43d12
...
...
@@ -27,7 +27,7 @@
<el-form-item
label=
"事项编码"
>
<el-input
disabled
size=
"small"
v-model=
"form.matterNo"
></el-input>
</el-form-item>
<el-form-item
label=
"公共库"
prop=
"name
"
>
<el-form-item
v-if=
"!form.id"
label=
"公共库"
prop=
"pub
"
>
<el-switch
class=
"tableScopeSwitch"
inactive-text=
"不加"
...
...
sample-form-manager-ui/admin/src/pages/software/materials/modal/CommonLib.vue
View file @
a2e43d12
...
...
@@ -8,7 +8,7 @@
style=
"width: 200px"
v-model=
"searchVal"
class=
"ml10 mr10"
placeholder=
"请输入
事项名
称搜索"
placeholder=
"请输入
材料全
称搜索"
></el-input>
<el-button
size=
"small"
type=
"primary"
@
click=
"handleSarch"
>
搜索
...
...
@@ -147,7 +147,7 @@ export default {
let
res
=
await
getPubdatumList
({
page
:
this
.
current
,
size
:
this
.
size
,
materia
lName
:
this
.
searchVal
,
materia
FullName
:
`%
${
this
.
searchVal
}
%`
,
});
this
.
loading
=
false
;
if
(
res
.
data
.
code
===
1
)
{
...
...
sample-form-manager-ui/admin/src/pages/software/matter/MatterManage.vue
View file @
a2e43d12
...
...
@@ -41,7 +41,7 @@
style
=
"
width: 200px
"
v
-
model
=
"
leftSearch
"
class
=
"
ml10 mr10
"
placeholder
=
"
请输入事项
名
称搜索
"
placeholder
=
"
请输入事项
全
称搜索
"
><
/el-input
>
<
el
-
button
size
=
"
small
"
type
=
"
primary
"
@
click
=
"
searchLeft
"
>
搜索
<
/el-butto
n
...
...
@@ -356,7 +356,7 @@ export default {
let
res
=
await
getWriteMatterList
({
page
:
this
.
leftCurrent
,
size
:
this
.
leftSize
,
matter
Name
:
this
.
leftSearch
,
matter
FullName
:
`%${this.leftSearch
}
%`
,
deptCode
:
this
.
departmentLeft
,
siteId
:
this
.
siteId
,
}
);
...
...
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