|
|
@@ -73,10 +73,11 @@ const inventoryAdjustment = require('./api/pages/ivt/inventoryAdjustment.js');
|
|
|
const saleReport = require('./api/pages/mst/saleReport.js');
|
|
|
const printLayout = require('./api/pages/mst/printLayout.js');
|
|
|
const exportPage = require('./api/pages/common/export.js');
|
|
|
+const inboundItem = require('./api/pages/ivt/inboundItem.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,payment,
|
|
|
- receiptPayment,inbound,inboundOther,inboundProcessing,inboundPurchaseReturn,outbound,outboundOther,outboundProcessing,outboundSaleReturn,inventory,moneyAccount,intoReturn,intoReturnItem,cusFollow,order,transfer,saleOutBound,inboundReturn,cusReceiptPayment,menuFrequency,userMenuFrequency,comMenu,saleOutBoundReturn,activity,check,freeze,otherReceivable,otherPayable,inventoryAdjustment,report,saleReport,printLayout,exportPage]
|
|
|
+ receiptPayment,inbound,inboundOther,inboundProcessing,inboundPurchaseReturn,outbound,outboundOther,outboundProcessing,outboundSaleReturn,inventory,moneyAccount,intoReturn,intoReturnItem,cusFollow,order,transfer,saleOutBound,inboundReturn,cusReceiptPayment,menuFrequency,userMenuFrequency,comMenu,saleOutBoundReturn,activity,check,freeze,otherReceivable,otherPayable,inventoryAdjustment,report,saleReport,printLayout,exportPage,inboundItem]
|
|
|
|
|
|
const util = require('./utils/util.js')
|
|
|
const baseMethod = require('./api/pages/baseMethod.js')
|