|
|
|
@ -589,6 +589,7 @@ import { getBaseMaterialCategoryListInWMS } from '@/api/wms/baseMaterialCategory
|
|
|
|
|
|
|
|
|
|
import { getWmsPurchaseOrderDetailList } from '@/api/wms/wmsPurchaseOrderDetail';
|
|
|
|
|
import { getProdOrderInfoList, listOrderInfo } from '@/api/wms/orderInfo';
|
|
|
|
|
import { getWmsPurchaseOrderList } from '@/api/wms/wmsPurchaseOrder';
|
|
|
|
|
|
|
|
|
|
const {proxy} = getCurrentInstance() as ComponentInternalInstance;
|
|
|
|
|
const {audit_behave,
|
|
|
|
@ -984,7 +985,7 @@ const handleMaterialAdd = (type, index) => {
|
|
|
|
|
|
|
|
|
|
const loadPurchaseOrders = async () => {
|
|
|
|
|
// const res = await listWmsPurchaseOrder({ auditStatus: '1', pageNum: 1, pageSize: 99999 });
|
|
|
|
|
const res = await getWmsPurchaseOrderDetailList(null)
|
|
|
|
|
const res = await getWmsPurchaseOrderList(null)
|
|
|
|
|
state.purchaseOrders = res.data;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|