This commit is contained in:
2026-01-22 18:30:32 +08:00
parent 51ef75d0a0
commit 3b16ba0af4
7 changed files with 8 additions and 1802 deletions

View File

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