Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
Details
Activity
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
fulixin
dsk-operate-sys-cscec
Commits
a00f9115
Commit
a00f9115
authored
Mar 07, 2024
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
03a4bb26
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
10 deletions
+30
-10
Unlist.vue
...perate-ui/src/views/supplier/disableManagement/Unlist.vue
+11
-3
disableList.vue
...e-ui/src/views/supplier/disableManagement/disableList.vue
+19
-7
No files found.
dsk-operate-ui/src/views/supplier/disableManagement/Unlist.vue
View file @
a00f9115
...
...
@@ -22,7 +22,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"申请单位"
>
<el-form-item
label=
"申请单位"
class=
"i"
label-width=
"80px"
>
<el-select
v-model=
"formdata.user"
placeholder=
"请选择"
>
<el-option
label=
"二公司"
value=
"shanghai"
></el-option>
</el-select>
...
...
@@ -221,8 +221,16 @@
</
script
>
<
style
scoped
lang=
"scss"
>
::v-deep
.content-supplier
.el-form-item__content
{
width
:
calc
(
100%
-
170px
);
::v-deep
.content-supplier
{
.el-form-item__content
{
width
:
calc
(
100%
-
110px
);
}
.i
{
.el-form-item__content
{
width
:
calc
(
100%
-
95px
);
}
}
}
</
style
>
dsk-operate-ui/src/views/supplier/disableManagement/disableList.vue
View file @
a00f9115
...
...
@@ -7,10 +7,10 @@
<!--
</div>
-->
<!--
</div>
-->
<div
class=
"content-supplier"
>
<el-form
:model=
"formdata"
label-width=
"1
55
px"
label-position=
"right"
:inline=
"true"
>
<el-form
:model=
"formdata"
label-width=
"1
60
px"
label-position=
"right"
:inline=
"true"
>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"供应商名称"
>
<el-form-item
label=
"供应商名称"
label-width=
"90px"
class=
"i"
>
<el-input
v-model=
"formdata.supplierName"
placeholder=
"请输入供应商名称"
clearable
></el-input>
</el-form-item>
</el-col>
...
...
@@ -23,7 +23,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"限用/禁用时间"
>
<el-form-item
label=
"限用/禁用时间"
label-width=
"115px"
class=
"j"
>
<el-date-picker
v-model=
"formdata.times"
clearable
type=
"daterange"
...
...
@@ -35,7 +35,7 @@
</el-form-item>
</el-col>
</el-row>
<el-form-item
label=
" "
>
<el-form-item
label=
" "
label-width=
"90px"
>
<el-button
type=
"primary"
size=
"small"
@
click=
"searchList"
>
查询
</el-button>
<el-button
size=
"small"
@
click=
"clears"
>
重置
</el-button>
</el-form-item>
...
...
@@ -229,7 +229,19 @@
</
script
>
<
style
scoped
lang=
"scss"
>
::v-deep
.content-supplier
.el-form-item__content
{
::v-deep
.content-supplier
{
.el-form-item__content
{
width
:
calc
(
100%
-
170px
);
}
.i
{
.el-form-item__content
{
width
:
calc
(
100%
-
105px
);
}
}
.j
{
.el-form-item__content
{
width
:
calc
(
100%
-
120px
);
}
}
}
</
style
>
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