Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
M
mini-wms
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
周海峰
mini-wms
Commits
911f15f4
Commit
911f15f4
authored
Dec 10, 2025
by
ningjihai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
335751c4
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
64 行增加
和
64 行删除
+64
-64
ruoyi-admin-vue/src/views/inventory/stocktakes/index.vue
+64
-64
没有找到文件。
ruoyi-admin-vue/src/views/inventory/stocktakes/index.vue
View file @
911f15f4
...
...
@@ -49,70 +49,70 @@
<div
class=
"table-container"
>
<el-table
v-loading=
"loading
"
:data=
"stocktakesList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"编号"
align=
"center"
prop=
"id"
/>
<!-- <el-table-column label="盘点单号 隐藏,根据id同步生成值" align="center" prop="stocktakeId" />-->
<!-- <el-table-column label="盘点类型1-全面盘点 2-循环盘点 3-指定物料盘点 暂无用,默认1" align="center" prop="stocktakeType" />-->
<!-- <el-table-column label="仓库ID 暂无用" align="center" prop="warehouseId" />-->
<el-table-column
label=
"计划日期"
align=
"center"
prop=
"plannedDate"
width=
"180"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
plannedDate
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
prop
=
"stocktakeStatus"
label
=
"盘点状态"
width
=
"80"
>
<
template
slot
-
scope
=
"scope"
>
<
dict
-
tag
:
options
=
"dict.type.stocktake_status"
:
value
=
"scope.row.stocktakeStatus"
/>
<
/template
>
<
/el-table-column
>
<!--
<
el
-
table
-
column
label
=
"盘点物料范围 暂时无用"
align
=
"center"
prop
=
"materialRange"
/>-->
<!--
<
el
-
table
-
column
label
=
"盘点库位范围 暂时无用"
align
=
"center"
prop
=
"locationRange"
/>-->
<!--
<
el
-
table
-
column
label
=
"总差异金额 暂时无用"
align
=
"center"
prop
=
"totalVarianceAmount"
/>-->
<
el
-
table
-
column
label
=
"备注"
align
=
"center"
prop
=
"remark"
/>
<!--
<
el
-
table
-
column
label
=
"应用数据1使用0删除 删除用"
align
=
"center"
prop
=
"isUsed"
/>-->
<!--
<
el
-
table
-
column
label
=
"排序"
align
=
"center"
prop
=
"sortNo"
/>-->
<
el
-
table
-
column
label
=
"创建时间"
align
=
"center"
prop
=
"createTime"
>
<
template
slot
-
scope
=
"scope"
>
<
span
>
{{
parseTime
(
scope
.
row
.
createTime
,
'{y
}
-{m
}
-{d
}
{h
}
:{i
}
:{s
}
'
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<!--
<
el
-
table
-
column
label
=
"排序号"
align
=
"center"
prop
=
"updateUserCode"
/>-->
<
el
-
table
-
column
label
=
"操作"
align
=
"center"
class
-
name
=
"small-padding fixed-width"
>
<
template
slot
-
scope
=
"scope"
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-view"
@
click
=
"handleViewInfo(scope.row)"
v
-
hasPermi
=
"['inventory:stocktakes:query']"
>
查看
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-edit"
@
click
=
"handleCheck(scope.row)"
v
-
if
=
"scope.row.stocktakeStatus === '1'"
v
-
hasPermi
=
"['inventory:stocktakes:check']"
>
盘点
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-delete"
v
-
if
=
"scope.row.stocktakeStatus === '1'"
@
click
=
"handleDelete(scope.row)"
v
-
hasPermi
=
"['inventory:stocktakes:remove']"
>
删除
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-circle-check"
@
click
=
"handleConfirm(scope.row)"
v
-
if
=
"scope.row.stocktakeStatus === '2'"
v
-
hasPermi
=
"['inventory:stocktakes:confirm']"
>
盘点确认
<
/el-button
>
<
/template
>
<
/el-table-column
>
<
/el-table
>
<el-table
v-loading=
"loading"
height=
"100%
"
:data=
"stocktakesList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"编号"
align=
"center"
prop=
"id"
/>
<!-- <el-table-column label="盘点单号 隐藏,根据id同步生成值" align="center" prop="stocktakeId" />-->
<!-- <el-table-column label="盘点类型1-全面盘点 2-循环盘点 3-指定物料盘点 暂无用,默认1" align="center" prop="stocktakeType" />-->
<!-- <el-table-column label="仓库ID 暂无用" align="center" prop="warehouseId" />-->
<el-table-column
label=
"计划日期"
align=
"center"
prop=
"plannedDate"
width=
"180"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
plannedDate
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
prop
=
"stocktakeStatus"
label
=
"盘点状态"
width
=
"80"
>
<
template
slot
-
scope
=
"scope"
>
<
dict
-
tag
:
options
=
"dict.type.stocktake_status"
:
value
=
"scope.row.stocktakeStatus"
/>
<
/template
>
<
/el-table-column
>
<!--
<
el
-
table
-
column
label
=
"盘点物料范围 暂时无用"
align
=
"center"
prop
=
"materialRange"
/>-->
<!--
<
el
-
table
-
column
label
=
"盘点库位范围 暂时无用"
align
=
"center"
prop
=
"locationRange"
/>-->
<!--
<
el
-
table
-
column
label
=
"总差异金额 暂时无用"
align
=
"center"
prop
=
"totalVarianceAmount"
/>-->
<
el
-
table
-
column
label
=
"备注"
align
=
"center"
prop
=
"remark"
/>
<!--
<
el
-
table
-
column
label
=
"应用数据1使用0删除 删除用"
align
=
"center"
prop
=
"isUsed"
/>-->
<!--
<
el
-
table
-
column
label
=
"排序"
align
=
"center"
prop
=
"sortNo"
/>-->
<
el
-
table
-
column
label
=
"创建时间"
align
=
"center"
prop
=
"createTime"
>
<
template
slot
-
scope
=
"scope"
>
<
span
>
{{
parseTime
(
scope
.
row
.
createTime
,
'{y
}
-{m
}
-{d
}
{h
}
:{i
}
:{s
}
'
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<!--
<
el
-
table
-
column
label
=
"排序号"
align
=
"center"
prop
=
"updateUserCode"
/>-->
<
el
-
table
-
column
label
=
"操作"
align
=
"center"
class
-
name
=
"small-padding fixed-width"
>
<
template
slot
-
scope
=
"scope"
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-view"
@
click
=
"handleViewInfo(scope.row)"
v
-
hasPermi
=
"['inventory:stocktakes:query']"
>
查看
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-edit"
@
click
=
"handleCheck(scope.row)"
v
-
if
=
"scope.row.stocktakeStatus === '1'"
v
-
hasPermi
=
"['inventory:stocktakes:check']"
>
盘点
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-delete"
v
-
if
=
"scope.row.stocktakeStatus === '1'"
@
click
=
"handleDelete(scope.row)"
v
-
hasPermi
=
"['inventory:stocktakes:remove']"
>
删除
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-circle-check"
@
click
=
"handleConfirm(scope.row)"
v
-
if
=
"scope.row.stocktakeStatus === '2'"
v
-
hasPermi
=
"['inventory:stocktakes:confirm']"
>
盘点确认
<
/el-button
>
<
/template
>
<
/el-table-column
>
<
/el-table
>
<
/div
>
<
pagination
v
-
show
=
"total>0"
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论