Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_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
胡宝山
template_vue
Commits
9cdd2591
Commit
9cdd2591
authored
Mar 07, 2024
by
YLKCNK
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
库存管理按操作时间查询
parent
4aefc337
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
index.vue
src/views/equipment/inventoryManagement/index.vue
+9
-5
No files found.
src/views/equipment/inventoryManagement/index.vue
View file @
9cdd2591
...
...
@@ -105,7 +105,7 @@
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-delete
"
class=
"del-button
"
@
click=
"handleDelete(scope.row)"
>
删除
</el-button>
...
...
@@ -233,7 +233,7 @@
</div>
<div
slot=
"tip"
class=
"el-upload__tip"
>
<el-checkbox
v-model=
"upload.updateSupport"
/>
是否更新已经存在的用户数据
<el-link
type=
"info"
@
click=
"importTemplate"
>
下载模板
</el-link>
<el-link
type=
"info"
class=
"downloadTem"
@
click=
"importTemplate"
>
下载模板
</el-link>
</div>
<div
slot=
"tip"
class=
"el-upload__tip__red"
>
提示:仅允许导入“xls”或“xlsx”格式文件!
</div>
</el-upload>
...
...
@@ -458,7 +458,7 @@ export default {
submitForm
:
function
()
{
this
.
$refs
.
form
.
validate
((
valid
)
=>
{
if
(
valid
)
{
this
.
$confirm
(
'是否确认
导出所有库存
信息?'
,
'提示'
,
{
this
.
$confirm
(
'是否确认
修改
信息?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
...
...
@@ -680,8 +680,12 @@ el-form.el-form-item.el-input{
.el-upload__tip__red
{
color
:
red
;
}
.el-upload__tip
.el-link--inner
{
font-size
:
12px
;
.downloadTem
{
font-size
:
11px
;
margin-top
:
-2px
;
}
.del-button
{
color
:
rgba
(
255
,
38
,
0
,
0
.99
);
}
</
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