优化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user