|
|
@ -429,12 +429,13 @@ const handleExport = () => {
|
|
|
|
}, `wmsPurchaseOrder_${new Date().getTime()}.xlsx`)
|
|
|
|
}, `wmsPurchaseOrder_${new Date().getTime()}.xlsx`)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
const getListSelect = () => {
|
|
|
|
const getListSelect = async () => {
|
|
|
|
let res = getBaseSupplierInfoList(null);
|
|
|
|
let res = await getBaseSupplierInfoList(null);
|
|
|
|
supplierList.value = res.data;
|
|
|
|
supplierList.value = res.data;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
onMounted(() => {
|
|
|
|
onMounted(() => {
|
|
|
|
|
|
|
|
getListSelect();
|
|
|
|
getList();
|
|
|
|
getList();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|