YLouie
2025-09-19 47cf5518f0f61dbf8066c2273b9f77c2cd7b1751
src/api/plan/customerorder.js
@@ -266,7 +266,7 @@
export function downloadProduct(data){
    return request({
        url: '/mes/plan/customerOrder/downloadProduct',
        url: '/mes/plan/customerOrder/getProduct',
        method: 'post',
        responseType: 'blob',
        data: data
@@ -422,4 +422,12 @@
    })
  }
// 同步PLM数据
export function syncPlm(obj) {
    return request({
        url: '/mes/document/syncPlm',
        method: 'post',
        data: obj
    })
}