Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
82d115dd
Commit
82d115dd
authored
Aug 04, 2019
by
季圣华
Browse files
解决仓库编辑显示undefined的问题
parent
a658fd5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/manage/depot.html
View file @
82d115dd
...
...
@@ -477,7 +477,6 @@
//加载完以后重新初始化
var
opts
=
$
(
"
#tableData
"
).
datagrid
(
'
options
'
);
showDepotDetails
(
opts
.
pageNumber
,
opts
.
pageSize
);
$
.
messager
.
alert
(
'
提示
'
,
'
保存成功,请给用户分配该仓库才能使用!
'
,
'
info
'
);
}
},
//此处添加错误处理
...
...
@@ -496,8 +495,8 @@
$
(
"
#sort
"
).
val
(
depotInfo
[
2
]);
$
(
"
#remark
"
).
val
(
depotInfo
[
3
]);
$
(
"
#address
"
).
val
(
depotInfo
[
4
]);
$
(
"
#warehousing
"
).
val
(
depotInfo
[
5
]);
$
(
"
#truckage
"
).
val
(
depotInfo
[
6
]);
$
(
"
#warehousing
"
).
val
(
depotInfo
[
5
]
.
replace
(
"
undefined
"
,
""
)
);
$
(
"
#truckage
"
).
val
(
depotInfo
[
6
]
.
replace
(
"
undefined
"
,
""
)
);
$
(
"
#principalName
"
).
val
(
depotInfo
[
7
]);
$
(
"
#principal
"
).
val
(
depotInfo
[
8
]);
$
(
"
#selectType
"
).
val
(
"
principal
"
);
...
...
Write
Preview
Supports
Markdown
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