소스 검색

入库管理页面调整

master
huminghao 1 개월 전
부모
커밋
12b97317ae
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/views/inventoryControl/putInstorage/index.vue

+ 1
- 0
src/views/inventoryControl/putInstorage/index.vue 파일 보기

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

Loading…
취소
저장