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
66587bed
Commit
66587bed
authored
Dec 10, 2025
by
zhangtw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入库页字典配置
parent
5a9423a2
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
58 行增加
和
53 行删除
+58
-53
ruoyi-admin-vue/src/views/inventory/inbound/details.vue
+3
-5
ruoyi-admin-vue/src/views/inventory/inbound/index.vue
+55
-48
没有找到文件。
ruoyi-admin-vue/src/views/inventory/inbound/details.vue
View file @
66587bed
...
...
@@ -247,7 +247,7 @@ import WarehouseSelector from "@/views/compononents/WarehouseSelector.vue"
import
LocationSelector
from
"@/views/compononents/LocationSelector.vue"
export
default
{
name
:
"Inbound"
,
name
:
"Inbound
Details
"
,
dicts
:
[
'label_color'
],
filters
:
{
dictFilter
(
value
,
dictType
)
{
...
...
@@ -351,7 +351,7 @@ export default {
}
}
,
mounted
(){
console
.
log
(
"标签颜色字典数据:"
,
this
.
dict
.
type
.
label_color
);
//
console.log("标签颜色字典数据:", this.dict.type.label_color);
}
,
created
()
{
this
.
getList
()
...
...
@@ -377,7 +377,7 @@ export default {
/** 查询入库列表 */
getList
()
{
this
.
loading
=
true
console
.
log
(
this
.
queryParams
)
inbound_details
(
this
.
queryParams
).
then
(
response
=>
{
this
.
inboundList
=
response
.
rows
this
.
total
=
response
.
total
...
...
@@ -464,7 +464,6 @@ export default {
this
.
queryLocationName
=
null
this
.
queryParams
.
locationId
=
null
this
.
handleQuery
()
console
.
log
(
'selected warehouse'
,
warehouse
);
}
,
/** 清空仓库选择 */
clearQueryWarehouse
()
{
...
...
@@ -578,7 +577,6 @@ export default {
// 捕获取消确认/接口失败的异常
if
(
error
!==
'cancel'
)
{
this
.
$message
.
error
(
'确认入库失败:'
+
(
error
.
msg
||
'网络异常'
));
console
.
log
(
error
)
}
}
}
,
...
...
ruoyi-admin-vue/src/views/inventory/inbound/index.vue
View file @
66587bed
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论