YLouie
2025-09-28 32477dff99d0ed1d8acee453861be96428d8befc
src/api/plan/customerorder.js
@@ -11,7 +11,7 @@
export function getCustomerMainAndOrderBycNo(contractNo) {
  return request({
    url: '/mes/plan/customerOrder/getCustomerMainAndOrderBycNo/' + contractNo,
    method: 'get',
    method: 'get'
  })
}
@@ -425,9 +425,8 @@
// 同步PLM数据
export function syncPlm(obj) {
    return request({
        url: '/mes/document/syncPlm',
    url: '/mes/plan/customerOrder/syncPlm',
        method: 'post',
        data: obj
    })
}