|
@@ -307,7 +307,7 @@ const openModal = (val) => {
|
|
|
};
|
|
|
const changeSupply = (val) => {
|
|
|
if (val) {
|
|
|
- proxy.get("/purchase/getListBySupplyId", { supplyId: val }).then((res) => {
|
|
|
+ proxy.get("/purchase/getNoInvoiceListBySupplyId", { supplyId: val }).then((res) => {
|
|
|
if (res.data && res.data.length > 0) {
|
|
|
formData.data.invoiceDetailsList = res.data.map((item) => {
|
|
|
return {
|