|
@@ -87,10 +87,11 @@ const couponReceive = require('./api/pages/sharesign/couponReceive.js');
|
|
|
const couponSend = require('./api/pages/sharesign/couponSend.js');
|
|
const couponSend = require('./api/pages/sharesign/couponSend.js');
|
|
|
const couponUse = require('./api/pages/sharesign/couponUse.js');
|
|
const couponUse = require('./api/pages/sharesign/couponUse.js');
|
|
|
const sign = require('./api/pages/sharesign/sign.js');
|
|
const sign = require('./api/pages/sharesign/sign.js');
|
|
|
|
|
+const trade = require('./api/pages/oa/trade.js');
|
|
|
|
|
|
|
|
// api服务路由文件
|
|
// 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,
|
|
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,share,coupon,integral,integralShare,integralItem,integralTactic,sign,couponReceive,couponSend,couponUse]
|
|
|
|
|
|
|
+ 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,coupon,integral,integralShare,integralItem,integralTactic,sign,couponReceive,couponSend,couponUse,trade]
|
|
|
|
|
|
|
|
const util = require('./utils/util.js')
|
|
const util = require('./utils/util.js')
|
|
|
const baseMethod = require('./api/pages/baseMethod.js')
|
|
const baseMethod = require('./api/pages/baseMethod.js')
|