Procházet zdrojové kódy

入库管理页面调整

master
huminghao před 4 týdny
rodič
revize
12b97317ae

+ 1
- 0
src/views/inventoryControl/putInstorage/index.vue Zobrazit soubor

@@ -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 {

Načítá se…
Zrušit
Uložit