This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
qiubinghui
/
zhywpt-web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
入库管理页面调整
master
huminghao
1 week ago
parent
bfbde84158
commit
12b97317ae
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/views/inventoryControl/putInstorage/index.vue
+ 1
- 0
src/views/inventoryControl/putInstorage/index.vue
View File
@@ -526,6 +526,7 @@ function sureMoreHandle() {
BaseService.postN('/invw/api/enterApply/batchConfirm', {ids: ids}).then(
(res: any) => {
if (res && res.code === 0) {
getList()
btnLoading.value = false;
ElMessage.success(res.message)
} else {
Write
Preview
Loading…
Cancel
Save