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
44f472e9
Commit
44f472e9
authored
Dec 05, 2025
by
ningjihai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入库管理
parent
91cac91b
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
7 行增加
和
7 行删除
+7
-7
ruoyi-admin-vue/src/views/inventory/inbound/index.vue
+7
-7
没有找到文件。
ruoyi-admin-vue/src/views/inventory/inbound/index.vue
View file @
44f472e9
...
@@ -119,8 +119,8 @@
...
@@ -119,8 +119,8 @@
>
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
fixed
/>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
fixed
/>
<el-table-column
label=
"入库单号"
align=
"center"
prop=
"orderId"
/>
<el-table-column
label=
"入库单号"
align=
"center"
prop=
"orderId"
/>
<el-table-column
label=
"系统编号"
align=
"center"
prop=
"systemNo"
/>
<el-table-column
label=
"系统编号"
align=
"center"
prop=
"systemNo"
width=
"200"
/>
<el-table-column
label=
"入库类型"
align=
"center"
prop=
"orderTypeId"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"入库类型"
align=
"center"
prop=
"orderTypeId"
:show-overflow-tooltip=
"true"
width=
"200"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tag
type=
"success"
size=
"small"
>
<el-tag
type=
"success"
size=
"small"
>
{{
getInBoundTypeName
(
scope
.
row
.
orderTypeId
)
}}
{{
getInBoundTypeName
(
scope
.
row
.
orderTypeId
)
}}
...
@@ -128,23 +128,23 @@
...
@@ -128,23 +128,23 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"订单类型"
align=
"center"
prop=
"orderType"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"订单类型"
align=
"center"
prop=
"orderType"
:show-overflow-tooltip=
"true"
width=
"200"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tag
type=
"success"
size=
"small"
>
<el-tag
type=
"success"
size=
"small"
>
{{
getOrderTypeName
(
scope
.
row
.
orderType
)
}}
{{
getOrderTypeName
(
scope
.
row
.
orderType
)
}}
</el-tag>
</el-tag>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"批次ID"
align=
"center"
prop=
"batchId"
/>
<el-table-column
label=
"批次ID"
align=
"center"
prop=
"batchId"
width=
"200"
/>
<el-table-column
label=
"入库单状态"
align=
"center"
prop=
"orderStatus"
>
<el-table-column
label=
"入库单状态"
align=
"center"
prop=
"orderStatus"
width=
"200"
>
<!-- 状态显示 -->
<!-- 状态显示 -->
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tag
:type=
"getStatusType(scope.row.orderStatus)"
size=
"small"
>
<el-tag
:type=
"getStatusType(scope.row.orderStatus)"
size=
"small"
width=
"200"
>
{{
getStatusName
(
scope
.
row
.
orderStatus
)
}}
{{
getStatusName
(
scope
.
row
.
orderStatus
)
}}
</el-tag>
</el-tag>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"创建时间"
align=
"center"
prop=
"createTime"
width=
"
15
0"
>
<el-table-column
label=
"创建时间"
align=
"center"
prop=
"createTime"
width=
"
20
0"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
createTime
)
}}
</span>
<span>
{{
parseTime
(
scope
.
row
.
createTime
)
}}
</span>
</
template
>
</
template
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论