|
@@ -735,6 +735,12 @@ const getList = async (req) => {
|
|
|
loading.value = false;
|
|
|
}, 200);
|
|
|
});
|
|
|
+
|
|
|
+ proxy
|
|
|
+ .post("/purchase/statisticsPurchaseHead", sourceList.value.pagination)
|
|
|
+ .then((res) => {
|
|
|
+ headerData.value = res;
|
|
|
+ });
|
|
|
};
|
|
|
|
|
|
const submitForm = async () => {
|
|
@@ -867,7 +873,7 @@ const handleArrival = (row) => {
|
|
|
};
|
|
|
|
|
|
getDict();
|
|
|
-getHeaderData();
|
|
|
+// getHeaderData();
|
|
|
if (route.query.code) {
|
|
|
sourceList.value.pagination.keyword = route.query.code;
|
|
|
}
|