diff --git a/src/api/wisdom/inrevoke.js b/src/api/wisdom/inrevoke.js deleted file mode 100644 index cd672f0..0000000 --- a/src/api/wisdom/inrevoke.js +++ /dev/null @@ -1,24 +0,0 @@ -import request from '@/utils/request' -// 查询列表数据 -export function listInrevoke(data) { - return request({ - url: '/wisdom/stock/list', - method: 'post', - data: data - }) -} -export function delStore(data) { - return request({ - url: '/wisdom/stock/deleteByIds', - method: 'post', - data: data - }) -} -export function storeFun(data) { - return request({ - url: '/wisdom/stock/revertByIds', - method: 'post', - data: data - }) -} - diff --git a/src/api/wisdom/outrevoke.js b/src/api/wisdom/outrevoke.js deleted file mode 100644 index f2c9349..0000000 --- a/src/api/wisdom/outrevoke.js +++ /dev/null @@ -1,23 +0,0 @@ -import request from '@/utils/request' -// 查询列表数据 -export function listOutrevoke(data) { - return request({ - url: '/wisdom/stock/list', - method: 'post', - data: data - }) -} -export function delStore(data) { - return request({ - url: '/wisdom/stock/deleteByIds', - method: 'post', - data: data - }) -} -export function storeFun(data) { - return request({ - url: '/wisdom/stock/revertByIds', - method: 'post', - data: data - }) -} \ No newline at end of file diff --git a/src/views/query - 副本/jh/index.vue b/src/views/query - 副本/jh/index.vue deleted file mode 100644 index 47c4126..0000000 --- a/src/views/query - 副本/jh/index.vue +++ /dev/null @@ -1,573 +0,0 @@ - - - - diff --git a/src/views/wisdom/bill/index.vue b/src/views/wisdom/bill/index.vue index b950f79..4b2c436 100644 --- a/src/views/wisdom/bill/index.vue +++ b/src/views/wisdom/bill/index.vue @@ -1226,6 +1226,10 @@ const stockList = ref([]); //明细列表 //查询明细列表数据方法 function detailList(type) { listStock(billDoubleClickObj.value.billNo).then((response) => { + if (response.data.length == 0) { + proxy.$modal.msgError("该条入库单暂无明细"); + return; + } if (type == "bill") { billAllObj.value = response.data; dialogBill.value = true; diff --git a/src/views/wisdom/inrevoke/index.vue b/src/views/wisdom/inrevoke/index.vue deleted file mode 100644 index 5ebc410..0000000 --- a/src/views/wisdom/inrevoke/index.vue +++ /dev/null @@ -1,651 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/wisdom/outbound/index.vue b/src/views/wisdom/outbound/index.vue index 27dc715..7a16bfa 100644 --- a/src/views/wisdom/outbound/index.vue +++ b/src/views/wisdom/outbound/index.vue @@ -1273,6 +1273,10 @@ const billAllObj = ref([]); // 单据数据 const outboundList = ref([]); const getDetailList = (type) => { listOutStock(billDoubleClickObj.value.billNo).then((response) => { + if (response.data.length == 0) { + proxy.$modal.msgError("该条入库单暂无明细"); + return; + } if (type == "bill") { billAllObj.value = response.data; dialogBill.value = true; diff --git a/src/views/wisdom/outrevoke/index.vue b/src/views/wisdom/outrevoke/index.vue deleted file mode 100644 index 4fb3319..0000000 --- a/src/views/wisdom/outrevoke/index.vue +++ /dev/null @@ -1,531 +0,0 @@ - - - - - \ No newline at end of file