|
|
@@ -63,10 +63,11 @@ const cusReceiptPayment = require('./api/pages/mac/cusReceiptPayment.js');
|
|
|
const menuFrequency = require('./api/pages/mst/menuFrequency.js');
|
|
|
const userMenuFrequency = require('./api/pages/mst/userMenuFrequency.js');
|
|
|
const comMenu = require('./api/pages/mst/comMenu.js');
|
|
|
+const saleOutBoundReturn = require('./api/pages/ivt/saleOutBoundReturn.js');
|
|
|
|
|
|
// api服务路由文件
|
|
|
var apiList = [common, oauth,setting, company, wechatPay,user, staff, staffRight, staffPurview, settingValue, customer, role, roleFun, org, roleSensitive, goodsBrand, goodsCategory, goodsSeries, unit, supplier, warehouse, saleChannel, goodsSku, basicData,customerMst,purchase,account,
|
|
|
- receiptPayment,inbound,inboundOther,inboundProcessing,inboundPurchaseReturn,outbound,outboundOther,outboundProcessing,outboundSaleReturn,inventory,moneyAccount,intoReturn,intoReturnItem,cusFollow,order,transfer,income,saleOutBound,inboundReturn,cusReceiptPayment,menuFrequency,userMenuFrequency,comMenu]
|
|
|
+ receiptPayment,inbound,inboundOther,inboundProcessing,inboundPurchaseReturn,outbound,outboundOther,outboundProcessing,outboundSaleReturn,inventory,moneyAccount,intoReturn,intoReturnItem,cusFollow,order,transfer,income,saleOutBound,inboundReturn,cusReceiptPayment,menuFrequency,userMenuFrequency,comMenu,saleOutBoundReturn]
|
|
|
|
|
|
const util = require('./utils/util.js')
|
|
|
const baseMethod = require('./api/pages/baseMethod.js')
|