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