|
|
@@ -77,10 +77,11 @@ const inboundItem = require('./api/pages/ivt/inboundItem.js');
|
|
|
const accReceiptPayment = require('./api/pages/mac/accReceiptPayment.js');
|
|
|
const supReceiptPayment = require('./api/pages/mac/supReceiptPayment.js');
|
|
|
const followPlan = require('./api/pages/mst/followPlan.js');
|
|
|
+const share = require('./api/pages/mst/share.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,inboundItem,accReceiptPayment,supReceiptPayment,followPlan]
|
|
|
+ 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,accReceiptPayment,supReceiptPayment,followPlan,share]
|
|
|
|
|
|
const util = require('./utils/util.js')
|
|
|
const baseMethod = require('./api/pages/baseMethod.js')
|