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

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