Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-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
李苏
sgaqgl-vue
Commits
ca059733
Commit
ca059733
authored
Nov 10, 2022
by
zhoumaotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
单位类型下拉框
parent
091bec0c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
29 additions
and
28 deletions
+29
-28
index.vue
src/views/outsourcingDirector/approve/index.vue
+1
-1
index.vue
src/views/outsourcingDirector/archives/index.vue
+11
-11
edit.vue
src/views/outsourcingDirector/declare/edit.vue
+4
-4
index.vue
src/views/outsourcingDirector/declare/index.vue
+1
-1
index.vue
src/views/outsourcingDirector/process/index.vue
+12
-11
No files found.
src/views/outsourcingDirector/approve/index.vue
View file @
ca059733
...
...
@@ -23,7 +23,7 @@
<el-option
v-for=
"item in systemType"
:key=
"item.id"
:label=
"item.
bmmc
"
:label=
"item.
name
"
:value=
"item.id"
>
</el-option>
</el-select>
...
...
src/views/outsourcingDirector/archives/index.vue
View file @
ca059733
...
...
@@ -17,17 +17,17 @@
</div>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
单位类型:
</span>
<el-select
v-model=
"queryParams.type"
placeholder=
"请选择"
>
<el-option
v-for=
"(item,index) in options
"
:key=
"index
"
:label=
"item.label
"
:value=
"item.value"
>
</el-option>
</el-select>
</div>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
单位类型:
</span>
<el-select
v-model=
"queryParams.dwlx"
clearable
placeholder=
"请选择"
>
<el-option
v-for=
"item in systemType
"
:key=
"item.id
"
:label=
"item.name
"
:value=
"item.id"
>
</el-option>
</el-select>
</div>
</el-col>
</el-row>
</div>
...
...
src/views/outsourcingDirector/declare/edit.vue
View file @
ca059733
...
...
@@ -22,12 +22,12 @@
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"单位类型"
prop=
"
type
"
>
<el-form-item
label=
"单位类型"
prop=
"
dwlx
"
>
<RelSelect
src=
"/aqgl/wxgl/wxdwsb/init/dwlx"
:match=
"
{value:'id',label:'
bmmc
'}"
v-model="form.dwlx"
>
</RelSelect>
:match=
"
{value:'id',label:'
name
'}"
v-model="form.dwlx"
>
</RelSelect>
</el-form-item>
</el-col>
</el-row>
...
...
src/views/outsourcingDirector/declare/index.vue
View file @
ca059733
...
...
@@ -23,7 +23,7 @@
<el-option
v-for=
"item in systemType"
:key=
"item.id"
:label=
"item.
bmmc
"
:label=
"item.
name
"
:value=
"item.id"
>
</el-option>
</el-select>
...
...
src/views/outsourcingDirector/process/index.vue
View file @
ca059733
...
...
@@ -18,17 +18,17 @@
</div>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
单位类型:
</span>
<el-select
v-model=
"queryParams.type"
placeholder=
"请选择"
>
<el-option
v-for=
"(item,index) in options
"
:key=
"index
"
:label=
"item.label
"
:value=
"item.value"
>
</el-option>
</el-select>
</div>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
单位类型:
</span>
<el-select
v-model=
"queryParams.dwlx"
clearable
placeholder=
"请选择"
>
<el-option
v-for=
"item in systemType
"
:key=
"item.id
"
:label=
"item.name
"
:value=
"item.id"
>
</el-option>
</el-select>
</div>
</el-col>
</el-row>
</div>
...
...
@@ -113,6 +113,7 @@ export default {
return
{
activeName
:
"first"
,
/*需要的额外参数 */
systemType
:[],
showDialog
:
false
,
DialogName
:
""
,
type
:
""
,
...
...
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