|
@@ -96,7 +96,7 @@ function getMaterialInventory(data? : any) {
|
|
|
}
|
|
|
|
|
|
// 同步财务系统物料到OMS
|
|
|
-function syncMaterialByKingdeeToOmsy(data? : any) {
|
|
|
+function syncMaterialByKingdeeToOms(data? : any) {
|
|
|
return request({
|
|
|
url: '/supply/financeApi/syncMaterialByKingdeeToOms',
|
|
|
method: 'GET',
|
|
@@ -126,6 +126,6 @@ export default {
|
|
|
delCategoryId,
|
|
|
WMSPushProducts,
|
|
|
getMaterialInventory,
|
|
|
- syncMaterialByKingdeeToOmsy,
|
|
|
+ syncMaterialByKingdeeToOms,
|
|
|
getFinancialCode
|
|
|
}
|