node.js 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631
  1. export const overview = "overview"; // 首页概况
  2. // 商品资料
  3. export const BaseDataList = "goodsManage_BaseDataList"; // 基础资料
  4. export const getAllGoodsBasic = "BaseDataList_getAllGoodsBasic"; // 列表
  5. export const AddBaseData = "BaseDataList_addGoodsBasic"; // 添加基础资料
  6. export const EditBaseData = "BaseDataList_editGoodsBasic"; // 修改基础资料
  7. export const delBaseData = "BaseDataList_delGoodsBasic"; // 删除基础资料
  8. export const BaseDataListUpdateEnableStatus = "BaseDataList_updateEnableStatus"; // 启用/禁用
  9. export const BaseDataListDetail = "BaseDataList_getGoodsBasicInfoById"; // 详情
  10. export const BaseDataListSearch = "BaseDataList_search"; // 搜索基础商品
  11. export const BaseDataListUpdateCategory = "BaseDataList_updateCategory"; // 移动基础商品的分类
  12. export const BaseDataListGetGoodsBasicOfShopId =
  13. "BaseDataList_getGoodsBasicOfShopId"; // 商铺下允许销售的商品列表
  14. export const BaseDataListSetNoSalesShop = "BaseDataList_setNoSalesShop"; // 批量设置不可销售店铺
  15. export const BaseDataListSetBrand = "BaseDataList_setBrand"; // 批量设置品牌
  16. export const BaseDataListSetSku = "BaseDataList_setSku"; // 批量设置辅助单位
  17. // 商品分类
  18. export const GoodsClassify = "goodsManage_GoodsBasicCategory"; // 商品分类
  19. export const GoodsBasicCategoryAddGoodsClassify =
  20. "GoodsBasicCategory_addCategory"; // 新增
  21. export const GoodsBasicCategoryEditCategory = "GoodsBasicCategory_editCategory"; // 编辑
  22. export const GoodsBasicCategoryDelCategory = "GoodsBasicCategory_delCategory"; // 删除
  23. export const GoodsBasicCategoryGetAllCategory =
  24. "GoodsBasicCategory_getAllCategory"; // 列表
  25. export const GoodsBasicCategoryGetCategoryInfoById =
  26. "GoodsBasicCategory_getCategoryInfoById"; // 详情
  27. export const GoodsBasicCategoryUpdateCategoryStatus =
  28. "GoodsBasicCategory_updateCategoryStatus"; // 启用禁用
  29. // 商品品牌
  30. export const BrandManage = "goodsManage_BrandManage"; // 商品品牌
  31. export const BrandManageGetAllBrand = "BrandManage_getAllBrand"; // 列表
  32. export const BrandManageDelBrand = "BrandManage_delBrand"; // 删除
  33. export const BrandManageUpdateBrandStatus = "BrandManage_updateBrandStatus"; // 启用/禁用
  34. export const BrandManageAddBrand = "BrandManage_addBrand"; // 新增
  35. export const BrandManageGetBrandInfoById = "BrandManage_getBrandInfoById"; // 详情
  36. export const BrandManageEditBrand = "BrandManage_editBrand"; // 编辑
  37. // 计量单位
  38. export const UnitSet = "goodsManage_UnitSet"; // 计量单位
  39. export const UnitSetGetAll = "UnitSet_getAll"; // 列表
  40. export const UnitSetDel = "UnitSet_del"; // 删除
  41. export const UnitSetAdd = "UnitSet_add"; // 新增
  42. export const UnitSetUpdateEnablesStatus = "UnitSet_updateEnablesStatus"; // 启用/禁用
  43. export const UnitSetEdit = "UnitSet_edit"; // 编辑
  44. // 属性管理
  45. export const specManage = "goodsManage_specManage"; // 属性管理
  46. export const specManageGetAll = "specManage_getAll"; // 列表
  47. export const specManageAdd = "specManage_add"; // 新增
  48. export const specManageEdit = "specManage_edit"; // 编辑
  49. export const specManageDel = "specManage_del"; // 删除
  50. // 订单
  51. export const newOrderList = "newOrderList"; // 新订单列表
  52. export const newOrderListGetAllOrder = "newOrderList_getAllOrder"; // 列表
  53. export const newOrderListAddOrder = "newOrderList_add"; // 新的新增
  54. export const newOrderListEdit = "newOrderList_edit"; // 编辑
  55. export const newOrderLitSearch = "newOrderList_search"; // 搜索
  56. export const newOrderLitUpdateAuditStatus = "newOrderList_updateAuditStatus"; // 审核
  57. export const newOrderLitGetOrderInfoById = "newOrderList_getOrderInfoById"; // 详情
  58. // 取消订单
  59. export const CancelOrder = "cancelOrder"; // 取消订单
  60. export const CancelOrderGetAllOrde = "cancelOrder_getAllOrder"; // 列表
  61. export const CancelOrderGetOrderInfoById = "cancelOrder_getOrderInfoById"; // 详情
  62. export const CancelOrderSearch = "cancelOrder_search"; // 搜索
  63. // 订单汇总
  64. export const OrderStatistics = "orderManage_OrderStatistics"; // 订单汇总
  65. export const OrderStatisticsGetAllOrderData = "OrderStatistics_getAllOrderData"; // 订单汇总
  66. // 代客下单
  67. export const OrderAdd = "orderManage_OrderAdd"; // 创建订单
  68. export const OrderAddAddOrder = "OrderAdd_add"; // 新增
  69. export const OrderAddeditGoodsPrice = "OrderAdd_editGoodsPrice"; // 修改商品价格
  70. // 订单查询
  71. export const orderQuery = "orderManage_orderQuery"; // 订单查询
  72. export const orderQueryAddOrder = "orderQuery_add"; // 新增
  73. export const orderQueryGetAllOrder = "orderQuery_getAllOrder"; // 列表
  74. export const orderQuerySearch = "orderQuery_search"; // 搜索
  75. export const orderQueryDelOrder = "orderQuery_delOrder"; // 删除
  76. export const orderQueryUpdateAuditStatus = "orderQuery_updateAuditStatus"; // 审核
  77. export const orderQueryUpdateOrderStatus = "orderQuery_updateOrderStatus"; // 取消订单
  78. export const orderQueryUpdateOrderPayData = "orderQuery_updateOrderPayData"; // 确认收款
  79. // 退货单
  80. export const ReturnWarehousingOrder = "orderManage_ReturnWarehousingOrder"; // 退货单
  81. export const ReturnWarehousingOrderGetAllOrderReturn =
  82. "ReturnWarehousingOrder_getAllOrderReturn"; // 列表/导出
  83. export const ReturnWarehousingOrderUpdateOrderReturn =
  84. "ReturnWarehousingOrder_updateOrderReturn"; // 编辑
  85. export const ReturnWarehousingOrderDeleteOrderReturn =
  86. "ReturnWarehousingOrder_deleteOrderReturn"; // 删除
  87. export const ReturnWarehousingOrderAuditOrderReturn =
  88. "ReturnWarehousingOrder_auditOrderReturn"; // 审核
  89. export const ReturnWarehousingOrderAddOrderReturn =
  90. "ReturnWarehousingOrder_addOrderReturn"; // 添加
  91. export const ReturnWarehousingOrderGetOrderReturn =
  92. "ReturnWarehousingOrder_getOrderReturn"; // 详情
  93. export const ReturnWarehousingOrderSearchAllOrderReturn =
  94. "ReturnWarehousingOrder_searchAllOrderReturn"; // 搜索
  95. // 自提订单
  96. export const selfOrder = "orderManage_selfOrder"; // 自提订单
  97. // 创建销售单
  98. export const addSaleOrder = "addSaleOrder"; // 创建销售单
  99. // 销售单列表
  100. export const saleOrderList = "saleOrderList"; // 销售单列表
  101. export const saleOrderListGetAllOrder = "saleOrderList_getAllOrder"; // 列表
  102. export const saleOrderListAddSalesOrder = "saleOrderList_addSalesOrder"; // 新增
  103. export const saleOrderListSearch = "saleOrderList_search"; // 搜索
  104. export const saleOrderListGetOrderInfoById = "saleOrderList_getOrderInfoById"; // 详情
  105. // 客户
  106. export const CustomerList = "customerManage_CustomerList"; // 客户
  107. export const CustomerListAddCustomer = "CustomerList_addCustomer"; // 新增
  108. export const CustomerListGetCustomerInfo = "CustomerList_getCustomerInfo"; // 详情
  109. export const CustomerListEditCustomer = "CustomerList_editCustomer"; // 编辑
  110. export const CustomerListDelCustomer = "CustomerList_delCustomer"; // 删除
  111. export const CustomerListUpdateCustomerStatus =
  112. "CustomerList_updateCustomerStatus"; // 禁用
  113. export const CustomerListUpdateCustomerCheckStatus =
  114. "CustomerList_updateCustomerCheckStatus"; // 审核
  115. export const CustomerListGetAllCustomer = "CustomerList_getAllCustomer"; // 列表
  116. export const CustomerListAddCustomerTag = "CustomerList_addCustomerTag"; // 添加标签
  117. export const CustomerListDelCustomerTag = "CustomerList_delCustomerTag"; // 删除标签
  118. export const CustomerListSearch = "CustomerList_search"; // 搜索
  119. export const CustomerListExport = "CustomerList_export"; // 导出
  120. export const CustomerListIntegralDetail = "CustomerList_IntegralDetail"; // 积分明细
  121. export const CustomerListSaldoDetail = "CustomerList_SaldoDetail"; // 余额明细
  122. export const CustomerListvisitedLogs = "CustomerList_visitedLogs"; // 跟进记录
  123. export const CustomerListupdateBalance = "CustomerList_updateBalance"; // 修改余额
  124. export const CustomerListupdateIntegral = "CustomerList_updateIntegral"; // 修改积分
  125. // 标签管理
  126. export const LabelManagement = "customerManage_LabelManagement"; // 标签管理
  127. export const LabelManagementaddTabs = "LabelManagement_addTabs"; // 创建标签组
  128. export const LabelManagementeditTags = "LabelManagement_editTags"; // 编辑标签组
  129. export const LabelManagementdeleteTags = "LabelManagement_deleteTags"; // 删除
  130. // 客户行为
  131. export const CustomerBehaviorBrowsingHistory =
  132. "CustomerBehavior_BrowsingHistory"; // 浏览记录
  133. export const CustomerBehaviorPurchaseHistory =
  134. "CustomerBehavior_PurchaseHistory"; // 购买记录
  135. export const CustomerBehaviorDemandReporting =
  136. "CustomerBehavior_DemandReporting"; // 需求提报
  137. //客户报表
  138. export const CustomerStatementsAnomalyAnalysisTable =
  139. "CustomerStatements_AnomalyAnalysisTable"; // 异常客户分析表
  140. export const CustomerStatementsPullNewStatistics =
  141. "CustomerStatements_PullNewStatistics"; // 拉新统计
  142. export const CustomerStatementsVisitRepor = "CustomerStatements_VisitRepor"; // 拜访报表
  143. export const CustomerStatementsCustomerDistribution =
  144. "CustomerStatements_CustomerDistribution"; // 客户分布图
  145. // 客户类型
  146. export const CustomerType = "customerManage_CustomerType"; // 客户类型
  147. export const CustomerTypeAddCustomerSource = "CustomerType_addCustomerSource"; // 新增
  148. export const CustomerTypeGetCustomerSourceInfo =
  149. "CustomerType_getCustomerSourceInfo"; // 详情
  150. export const CustomerTypeEditCustomerSource = "CustomerType_editCustomerSource"; // 编辑
  151. export const CustomerTypeDelCustomerSource = "CustomerType_delCustomerSource"; // 删除
  152. export const CustomerTypeGetAllCustomerSource =
  153. "CustomerType_getAllCustomerSource"; // 列表
  154. export const CustomerTypeUpdateCustomerSourceStatus =
  155. "CustomerType_updateCustomerSourceStatus"; // 禁用
  156. export const CustomerTypeUpdateDefaultStatus =
  157. "CustomerType_updateDefaultStatuss"; // 设置默认
  158. // 客户查询
  159. export const CustomerQuery = "CustomerQuery"; // 客户查询
  160. export const CustomerQueryQuery = "CustomerQuery_query"; // 列表
  161. // 客户分群
  162. export const CustomerClustering = "CustomerClustering"; // 客户分群
  163. // 客户已审核
  164. export const FinishCheck = "FinishCheck"; // 已审核
  165. export const FinishCheckGetAllCustomer = "FinishCheck_getAllCustomer"; // 查看
  166. export const FinishCheckSearch = "FinishCheck_search"; // 搜索
  167. // 客户未审核
  168. export const NotCheck = "customerCheck_NotCheck"; // 未审核
  169. export const NotCheckGetAllCustomer = "NotCheck_getAllCustomer"; // 查看
  170. export const NotCheckSearch = "NotCheck_search"; // 搜索
  171. // 待完善资料
  172. export const getAuditAllCustomer = "customerCheck_getAuditAllCustomer"; // 待完善资料
  173. // 商品服务
  174. export const GoodsEmprego = "goodsManage_GoodsEmprego"; // 查看
  175. export const GoodsEmpregoaddGoodsEmprego = "GoodsEmprego_addGoodsEmprego"; // 添加商品服务
  176. export const GoodsEmpregoeditGoodsEmprego = "GoodsEmprego_editGoodsEmprego"; // 编辑
  177. export const GoodsEmpregodeleteGoodsEmprego = "GoodsEmprego_deleteGoodsEmprego"; // 删除
  178. // 商品分组
  179. export const GoodsGrouping = "goodsManage_GoodsGrouping";
  180. export const GoodsGroupingAddGoodsGrouping = "GoodsGrouping_addGoodsGrouping"; //添加
  181. export const GoodsGroupingEditGoodsGrouping = "GoodsGrouping_editGoodsGrouping"; //编辑
  182. export const GoodsGroupingDelGoodsGrouping = "GoodsGrouping_delGoodsGrouping"; //删除
  183. export const GoodsGroupingUpdateGoodsGrouping =
  184. "GoodsGrouping_updateGoodsGrouping"; //启用/禁用
  185. // 商品列表
  186. export const PublishGoods = "goodsManage_PublishGoods"; // 商品列表
  187. export const PublishGoodsGetAllGoods = "PublishGoods_getAllGoods"; // 列表
  188. export const PublishGoodsAddGoods = "PublishGoods_addGoods"; // 新增
  189. export const PublishGoodsEditGoods = "PublishGoods_editGoods"; // 编辑
  190. export const PublishGoodsGetGoodsInfo = "PublishGoods_getGoodsInfo"; // 查看详情
  191. export const PublishGoodsDelGoods = "PublishGoods_delGoods"; // 删除
  192. export const PublishGoodsUpdateEnableStatus = "PublishGoods_updateEnableStatus"; // 上架/下架
  193. export const PublishGoodsSearch = "PublishGoods_search"; // 搜索
  194. // 商品列表(单店铺)
  195. export const PublishGoodsAddBasicAndPublishGoods =
  196. "PublishGoods_addBasicAndPublishGoods"; // 新增(单店铺)
  197. export const PublishGoodsGetQuickGoodsInfo = "PublishGoods_getQuickGoodsInfo"; // 详情(单店铺)
  198. export const PublishGoodsEditQuickGoods = "PublishGoods_editQuickGoods"; // 编辑(单店铺)
  199. //--------
  200. export const PublishGoodsgetGoodsByBarCode = "PublishGoods_getGoodsByBarCode"; // 扫条码查询商品
  201. export const PublishGoodssetSalesNum = "PublishGoods_setSalesNum"; // 设置虚拟销量
  202. export const PublishGoodssetTop = "PublishGoods_setTop"; // 商品置顶
  203. export const PublishGoodssetSalesNumBatch = "PublishGoods_setSalesNumBatch"; // 设置虚拟销量(批量)
  204. export const PublishGoodsbatchGoodsExpress = "PublishGoods_batchGoodsExpress"; // 设置物流(批量)
  205. // 价格管理
  206. export const PriceTable = "goodsPrice_PriceTable"; // 价格管理
  207. export const PriceTableGetAllGoodsPrice = "PriceTable_getAllGoodsPrice"; // 价格管理
  208. export const PriceTableSearch = "PriceTable_search"; // 价格搜索
  209. // 商品调价
  210. export const AdjustPrice = "goodsPrice_AdjustPrice"; // 商品调价
  211. export const AdjustPriceAdd = "AdjustPrice_add"; // 新增
  212. export const AdjustPriceGetAll = "AdjustPrice_getAll"; // 列表
  213. export const AdjustPriceEffective = "AdjustPrice_effective"; // 生效
  214. // 客户调价
  215. export const CostumeAdjustPrice = "goodsPrice_CostumeAdjustPrice"; // 客户调价
  216. export const CostumeAdjustPriceAdd = "CostumeAdjustPrice_add"; // 新增
  217. export const CostumeAdjustPriceGetAll = "CostumeAdjustPrice_getAll"; // 列表
  218. export const CostumeAdjustPriceEffective = "CostumeAdjustPrice_effective"; // 生效
  219. // 客户类型调价
  220. export const CustomerTypeAdj = "goodsPrice_customerTypeAdj"; // 客户类型调价
  221. export const CustomerTypeAdjGetAll = "customerTypeAdj_getAll"; // 列表
  222. export const CustomerTypeAdjEffective = "customerTypeAdj_effective"; // 生效
  223. export const CustomerTypeAdjAdd = "customerTypeAdj_add"; // 新增
  224. // 供应商管理
  225. export const Supplier = "SupplyManageGroup_Supplier"; // 生效
  226. export const SupplierAddSupplier = "Supplier_addSupplier"; // 新增
  227. export const SupplierGetAllSupplier = "Supplier_getAllSupplier"; // 列表
  228. export const SupplierDelSupplier = "Supplier_delSupplier"; // 删除
  229. export const SupplierEditSupplier = "Supplier_editSupplier"; // 编辑
  230. export const SupplierUpdateEnableStatus = "Supplier_updateEnableStatus"; // 启用/禁用
  231. export const SupplierGetSupplierInfoById = "Supplier_getSupplierInfoById"; // 详情
  232. // 采购单
  233. export const PurchaseOrder = "SupplyManageGroup_PurchaseOrder"; // 采购单
  234. export const PurchaseOrderGetAllPurchase = "PurchaseOrder_getAllPurchase"; // 列表
  235. export const PurchaseOrderAddPurchase = "PurchaseOrder_addPurchase"; // 新增
  236. export const PurchaseOrderGetPurchaseInfoById =
  237. "PurchaseOrder_getPurchaseInfoById"; // 详情
  238. export const PurchaseOrderUpdateAuditStatus = "PurchaseOrder_updateAuditStatus"; // 审核
  239. export const PurchaseOrderDelPurchase = "PurchaseOrder_delPurchase"; // 删除
  240. export const PurchaseOrderEditPurchase = "PurchaseOrder_editPurchase"; // 编辑
  241. // 采购汇总
  242. export const PurchaseStatistics = "SupplyManageGroup_PurchaseStatistics"; // 采购汇总
  243. export const PurchaseStatisticsGetAllPurchaseByFields =
  244. "PurchaseStatistics_getAllPurchaseByFields"; // 采购汇总
  245. export const GetSupplierAllPurchaseByFields =
  246. "PurchaseStatistics_getSupplierAllPurchaseByFields"; // 供应商汇总表
  247. export const GetStaffAllPurchaseByFields =
  248. "PurchaseStatistics_getStaffAllPurchaseByFields"; // 人员汇总表
  249. // 采购退货单
  250. export const PurchaseReturnOrder = "SupplyManageGroup_PurchaseReturnOrder"; // 采购退货单
  251. export const PurchaseReturnOrderAddPurchaseOut =
  252. "PurchaseReturnOrder_addPurchaseOut"; // 新增
  253. export const PurchaseReturnOrderGetAllPurchaseOut =
  254. "PurchaseReturnOrder_getAllPurchaseOut"; // 列表
  255. export const PurchaseReturnOrderDelPurchaseOut =
  256. "PurchaseReturnOrder_delPurchaseOut"; // 删除
  257. export const PurchaseReturnOrderGetPurchaseOutInfoById =
  258. "PurchaseReturnOrder_getPurchaseOutInfoById"; // 详情
  259. export const PurchaseReturnOrderUpdateAuditStatus =
  260. "PurchaseReturnOrder_updateAuditStatus"; // 审核
  261. export const PurchaseReturnOrderEditPurchase =
  262. "PurchaseReturnOrder_editPurchase"; // 编辑
  263. // 采购明细
  264. export const PurchaseDetail = "SupplyManageGroup_PurchaseDetail"; // 采购明细
  265. export const PurchaseDetailSearchAllPurchaseDetails =
  266. "PurchaseDetail_searchAllPurchaseDetails"; // 采购明细
  267. export const PurchaseDetailGetAllPurchaseDetails =
  268. "PurchaseDetail_getAllPurchaseDetails"; // 导出
  269. export const PurchaseDetailGetAllData = "PurchaseDetail_getAllData"; // 统计
  270. // 缺货单
  271. export const Stockout = "SupplyManageGroup_Stockout"; // 缺货单
  272. // 出库管理
  273. export const InventoryOut = "stockOutManage_InventoryOut"; // 出库管理
  274. export const InventoryOutGetAllInventoryOut = "InventoryOut_getAllInventoryOut"; // 列表
  275. export const InventoryOutGetInventoryOutInfo =
  276. "InventoryOut_getInventoryOutInfo"; // 详情
  277. export const InventoryOutUpdateInventoryOutStatus =
  278. "InventoryOut_updateInventoryOutStatus"; // 审核
  279. export const InventoryOutSearchAllInventoryOut =
  280. "InventoryOut_searchAllInventoryOut"; // 搜索
  281. export const InventoryOutStatisticsAllInventoryOut =
  282. "InventoryOut_statisticsAllInventoryOut"; // 统计
  283. // 入库管理
  284. export const InventoryIn = "stockOutManage_InventoryIn"; // 入库管理
  285. export const InventoryInGetInventoryInInfo = "InventoryIn_getInventoryInInfo"; // 详情
  286. export const InventoryInGetAllInventoryIn = "InventoryIn_getAllInventoryIn"; // 列表
  287. export const InventoryInUpdateInventoryInStatus =
  288. "InventoryIn_updateInventoryInStatus"; // 审核
  289. export const InventoryInStatisticsAllInventoryIn =
  290. "InventoryIn_statisticsAllInventoryIn"; // 统计
  291. export const InventoryInSearchAllInventoryIn =
  292. "InventoryIn_searchAllInventoryIn"; // 搜索
  293. // 库存查询
  294. export const query = "kucunManage_query"; // 库存查询
  295. export const queryGetInventoryAll = "query_getInventoryAll"; // 列表
  296. export const queryGetInventoryByWarehouseId = "query_getInventoryByWarehouseId"; // 仓库下的库存列表
  297. // 库存流水
  298. export const flowing = "kucunManage_flowing"; // 库存流水
  299. export const flowingGetInventoryDetailsAll = "flowing_getInventoryDetailsAll"; // 列表
  300. export const flowingSearchAllInventoryDetails =
  301. "flowing_searchAllInventoryDetails"; // 搜索
  302. // 仓库管理
  303. export const management = "warehouseManageGroup_management"; // 仓库管理
  304. export const managementGetWarehouseInfo = "management_getWarehouseInfo"; // 详情
  305. export const managementEnableWarehouse = "management_enableWarehouse"; // 启用
  306. export const managementUpdateWarehouse = "management_updateWarehouse"; // 修改
  307. export const managementDeleteWarehouse = "management_deleteWarehouse"; // 删除
  308. export const managementAddWarehouse = "management_addWarehouse"; // 添加
  309. export const managementAddWarehouseBeginning =
  310. "management_addWarehouseBeginning"; // 期初
  311. //库位管理
  312. export const WarehouseArea = "warehouseManageGroup_WarehouseArea";
  313. export const WarehouseAreaAddWarehouseArea = "WarehouseArea_addWarehouseArea"; //新增
  314. export const WarehouseAreaEditWarehouseArea = "WarehouseArea_editWarehouseArea"; //编辑
  315. export const WarehouseAreaAuditWarehouseArea =
  316. "WarehouseArea_auditWarehouseArea"; //审核状态
  317. export const WarehouseAreaDeleteWarehouseArea =
  318. "WarehouseArea_deleteWarehouseArea"; //删除
  319. //报损单
  320. export const LossReport = "warehouseManageGroup_LossReport";
  321. export const LossReportAddLossReport = "LossReport_addLossReport"; //新增
  322. export const LossReportAuditLossReport = "LossReport_auditLossReport"; //审核
  323. export const LossReportDeleteLossReport = "LossReport_deleteLossReport"; //删除
  324. export const LossReportEditLossReport = "LossReport_editLossReport"; //编辑
  325. export const LossReportDetailLossReport = "LossReport_detailLossReport"; //详情
  326. // 金额查看
  327. export const moneyshow = "stock_moneyshow";
  328. export const moneyshowinventoryStatisticsMoney =
  329. "moneyshow_inventoryStatisticsMoney"; // 库存汇总金额
  330. export const moneyshowstockInMoenyShow = "moneyshow_stockInMoenyShow"; // 入库金额
  331. export const moneyshowstockOutMoneyShow = "moneyshow_stockOutMoneyShow"; // 出库金额
  332. export const moneyshowcostPriceShow = "moneyshow_costPriceShow"; // 成本金额
  333. // 批次流水
  334. export const Batch = "kucunManage_Batch"; // 批次流水
  335. export const BatchGetInventoryDetailsAll = "Batch_getInventoryDetailsAll"; // 批次流水
  336. // 保质期查询
  337. export const GetBatch = "kucunManage_getBatch"; // 保质期查询
  338. export const GetBatchGetAllBatch = "getBatch_getAllBatch"; // 保质期查询
  339. export const GetBatchSearchAllInventoryBatch =
  340. "getBatch_searchAllInventoryBatch"; // 保质期搜索
  341. // 库存汇总
  342. export const inventoryStatistics = "kucunManage_inventoryStatistics"; // 库存汇总
  343. export const inventoryStatisticsList =
  344. "inventoryStatistics_inventoryStatistics"; // 库存汇总汇列表
  345. export const inventoryStatisticsSearchInventoryStatistics =
  346. "inventoryStatistics_searchInventoryStatistics"; // 库存汇总搜索
  347. // 盘点单
  348. export const inventoryInfo = "warehouseManageGroup_inventoryInfo"; // 盘点单
  349. export const inventoryInfoGetStocktakingInfo =
  350. "inventoryInfo_getStocktakingInfo"; // 详情
  351. export const inventoryInfoUpdateStocktaking = "inventoryInfo_updateStocktaking"; // 修改
  352. export const inventoryInfoAuditStocktaking = "inventoryInfo_auditStocktaking"; // 审核
  353. export const inventoryInfoGetAllStocktaking = "inventoryInfo_getAllStocktaking"; // 列表
  354. export const inventoryInfoAddStocktaking = "inventoryInfo_addStocktaking"; // 添加
  355. export const inventoryInfoSearchAllStocktaking =
  356. "inventoryInfo_searchAllStocktaking"; // 搜索
  357. // 调拨单
  358. export const AllocationForm = "warehouseManageGroup_AllocationForm"; // 调拨单
  359. export const AllocationFormAddAllocate = "AllocationForm_addAllocate"; // 添加
  360. export const AllocationFormAuditAllocate = "AllocationForm_auditAllocate"; // 审核
  361. export const AllocationFormDeleteAllocate = "AllocationForm_deleteAllocate"; // 删除
  362. export const AllocationFormGetAllocateInfo = "AllocationForm_getAllocateInfo"; // 详情
  363. export const AllocationFormUpdateAllocate = "AllocationForm_updateAllocate"; // 修改
  364. export const AllocationFormGetAllAllocate = "AllocationForm_getAllAllocate"; // 列表
  365. export const AllocationFormSearchAllocate = "AllocationForm_searchAllocate"; // 搜索
  366. // 商铺列表
  367. export const ShopList = "system_ShopList"; // 商铺列表
  368. export const ShopListAddShop = "ShopList_addShop"; // 新增
  369. export const ShopListGetShopInfo = "ShopList_getShopInfo"; // 查看
  370. export const ShopListEditShop = "ShopList_editShop"; // 编辑
  371. export const ShopListDelShop = "ShopList_delShop"; // 删除
  372. export const ShopListGetAllShop = "ShopList_getAllShop"; // 列表
  373. export const ShopListSearch = "ShopList_search"; // 搜索
  374. export const ShopListChangeManagerForShop = "ShopList_changeManagerForShop"; // 更换负责人
  375. export const ShopListUpdateShopStatus = "ShopList_updateShopStatus"; // 启用禁用
  376. // 支付方式
  377. export const PayList = "system_PayList"; // 支付方式
  378. export const PayListEditPayment = "PayList_editPayment"; // 编辑
  379. export const PayListGetAllPayment = "PayList_getAllPayment"; // 列表
  380. export const PayListUpdateEnableStatus = "PayList_updateEnableStatus"; // 禁用
  381. export const PayListUpdateDefaultStatus = "PayList_updateDefaultStatus"; // 默认/非默认
  382. export const PayListGetPaymentInfoById = "PayList_getPaymentInfoById"; // 详情
  383. // 配送设置
  384. export const Deliverys = "system_Delivery"; // 配送设置
  385. export const DeliverySet = "Delivery_DeliverySet"; // 配送配置
  386. export const DeliverySetgetAllDelivery = "DeliverySet_getAllDelivery"; // 列表
  387. export const DeliverygetInfo = "DeliverySet_getInfo"; // 详情
  388. export const DeliverygetRuleInfo = "DeliverySet_getRuleInfo"; // 运费模版详情
  389. export const DeliverysetData = "DeliverySet_setData"; // 设置运费模版
  390. export const DeliverydelDeliveryRule = "DeliverySet_delDeliveryRule"; // 删除运费模版
  391. export const DeliverySetupdateEnableStatus = "DeliverySet_updateEnableStatus"; // 启用/禁用
  392. export const DeliverySetupdateDefaultStatus = "DeliverySet_updateDefaultStatus"; // 设置默认
  393. export const DeliverySetgetSelfRuleInfo = "DeliverySet_getSelfRuleInfo"; // 自提点详情
  394. export const DeliverySetsetSelfData = "DeliverySet_setSelfData"; // 新增自提点
  395. export const DeliverySeteditSelfData = "DeliverySet_editSelfData"; // 编辑自提点
  396. export const DeliverySetdelDeliverySelfRule = "DeliverySet_delDeliverySelfRule"; // 删除自提点
  397. //物流接口
  398. export const Logistics = "Delivery_Logistics"; // 物流接口
  399. export const LogisticsgetBasicSetup = "Logistics_getBasicSetup"; // 物流接口
  400. export const Logisticssetting = "Logistics_setting"; // 配置
  401. // 财务
  402. // 应收管理
  403. export const shouldReceiveManage = "shouldReceiveManage"; // 应收管理
  404. // 应收列表
  405. export const ReceivableList = "shouldReceiveManage_ReceivableList"; // 应收列表
  406. export const ReceivableListAddReceipt = "ReceivableList_AddReceipt"; //收款
  407. export const ReceivableListGetReceiveInfo = "ReceivableList_getReceiveInfo"; // 详情
  408. export const ReceivableListUpdateReceiveStatus =
  409. "ReceivableList_updateReceiveStatus"; // 审核
  410. export const ReceivableListGetAllReceive = "ReceivableList_getAllReceive"; // 列表
  411. // 收款单列表
  412. export const ReceiptList = "ReceiptList"; // 收款单列表
  413. export const ReceiptListAddReceived = "ReceiptList_addReceived"; // 添加
  414. export const ReceiptListUpdateReceivedStatus =
  415. "ReceiptList_updateReceivedStatus"; // 审核
  416. export const ReceiptListGetAllReceived = "ReceiptList_getAllReceived"; // 列表
  417. export const ReceiptListSearch = "ReceiptList_search"; // 搜索
  418. export const ReceiptListGetTempReceivedData = "ReceiptList_getTempReceivedData"; // 暂存
  419. export const ReceiptListGetReceivedInfo = "ReceiptList_getReceivedInfo"; // 详情
  420. // 客户余额
  421. export const CustomerBalance = "CustomerBalance"; // 客户余额
  422. export const CustomerBalanceGetAllCustomerBalance =
  423. "CustomerBalance_getAllCustomerBalance"; // 列表
  424. //往来汇总表--余额流水
  425. export const CustomerBalanceSaldoDetail = "CustomerBalance_SaldoDetail";
  426. //往来汇总表--收款
  427. export const CustomerBalanceAddReceipt = "CustomerBalance_AddReceipt";
  428. // 余额明细
  429. export const CustomerBalanceDetail =
  430. "shouldReceiveManage_CustomerBalanceDetail"; // 客户余额
  431. export const CustomerBalanceDetailGetAllCustomerBalanceDetail =
  432. "CustomerBalanceDetail_getAllCustomerBalanceDetail"; // 列表
  433. // 应付列表
  434. export const HandleList = "HandleList_getAllPay"; // 应付列表
  435. export const HandleListGetPayInfo = "HandleList_getPayInfo"; // 详情
  436. export const HandleListUpdatePayStatus = "HandleList_updatePayStatus"; // 审核
  437. export const HandleListGetAllPay = "HandleList_getAllPay"; // 列表
  438. export const HandleListSearch = "HandleList_search"; // 搜索
  439. // 付款单列表
  440. export const PaymentList = "shouldPayManage_PaymentList"; // 付款单列表
  441. export const PaymentListAddPaid = "PaymentList_addPaid"; // 添加
  442. export const PaymentListUpdatePaidStatus = "PaymentList_updatePaidStatus"; // 审核
  443. export const PaymentListGetAllPaid = "PaymentList_getAllPaid"; // 列表
  444. export const PaymentListSearch = "PaymentList_search"; // 搜索
  445. export const PaymentListGetTempPaidData = "PaymentList_getTempPaidData"; // 暂存
  446. export const PaymentListGetPaidInfo = "PaymentList_getPaidInfo"; // 详情
  447. // 供应商余额表
  448. export const SupplierBalance = "shouldPayManage_SupplierBalance"; // 供应商余额表
  449. export const CustomerBalanceGetAllSupplierBalance =
  450. "SupplierBalance_getAllSupplierBalance"; // 列表
  451. // 供应商明细
  452. export const SupplierBalanceDetails = "shouldPayManage_SupplierBalance"; // 客户余额
  453. export const SupplierBalanceDetailsGetAllSupplierBalanceDetail =
  454. "SupplierBalanceDetails_getAllSupplierBalanceDetail"; // 列表
  455. // 资金转账单
  456. export const FunTransfer = "cashierManagement_FunTransfer"; // 资金转账单
  457. export const FunTransferAddAccountTransfer = "FunTransfer_addAccountTransfer"; // 添加
  458. export const FunTransferUpdateAccountTransferStatus =
  459. "FunTransfer_updateAccountTransferStatus"; // 审核
  460. export const FunTransferGetAllAccountTransfer =
  461. "FunTransfer_getAllAccountTransfer"; // 搜索 列表
  462. export const FunTransferGetTempAccountTransferData =
  463. "FunTransfer_getTempAccountTransferData"; // 暂存
  464. export const FunTransferGetAccountTransferInfo =
  465. "FunTransfer_getAccountTransferInfo"; // 详情
  466. export const AccountListEditAccountTransfer = "AccountList_editAccountTransfer"; // 编辑
  467. // 账户管理
  468. export const AccountList = "cashierManagement_AccountList"; // 账户管理
  469. export const AccountListAddAccount = "AccountList_addAccount"; // 添加
  470. export const AccountListEditAccount = "AccountList_editAccount"; // 编辑
  471. export const AccountListGetAllAccount = "AccountList_getAllAccount"; // 列表
  472. export const AccountListDelAccount = "AccountList_delAccount"; // 删除
  473. export const AccountListUpdateAccountStatus = "AccountList_updateAccountStatus"; // 启用/禁用
  474. export const AccountListGetAccountInfo = "AccountList_getAccountInfo"; // 详情
  475. // 账户明细查询
  476. export const AccountDetails = "cashierManagement_AccountDetails"; // 账户明细查询
  477. export const AccountDetailsGetAllAccountDetail =
  478. "AccountDetails_getAllAccountDetail"; // 添加
  479. // 财务类型
  480. export const FinanceType = "finance_financialManagement"; // 账户管理
  481. export const FinanceTypeAddFinanceType = "FinanceType_addFinanceType"; // 添加
  482. export const FinanceTypeEditFinanceType = "FinanceType_editFinanceType"; // 编辑
  483. export const FinanceTypeGetAllFinanceType = "FinanceType_getAllFinanceType"; // 列表
  484. export const FinanceTypeDelFinanceType = "FinanceType_delFinanceType"; // 删除
  485. export const FinanceTypeUpdateFinanceTypeStatus =
  486. "FinanceType_updateFinanceTypeStatus"; // 启用/禁用
  487. export const FinanceTypeGetFinanceTypeInfo = "FinanceType_getFinanceTypeInfo"; // 详情
  488. export const FinanceTypeUpdateFinanceTypeDefaultStatus =
  489. "FinanceType_updateFinanceTypeDefaultStatus"; // 默认
  490. // 公告管理
  491. export const Announcement = "mall_Announcement"; // 公告管理
  492. export const AnnouncementAddAnnouncement = "Announcement_addAnnouncement"; // 添加
  493. export const AnnouncementDelAnnouncement = "Announcement_delAnnouncement"; // 删除
  494. export const AnnouncementEditAnnouncement = "Announcement_editAnnouncement"; // 公告编辑
  495. export const AnnouncementOnAnnouncement = "Announcement_onAnnouncement"; // 公告启用/禁用
  496. export const AnnouncementGetAllAnnouncement = "Announcement_getAllAnnouncement"; // 公告列表
  497. export const AnnouncementGetAnnouncementInfo =
  498. "Announcement_getAnnouncementInfo"; // 公告详情
  499. //日清对账
  500. export const getTodayStatistics = "Application_getTodayStatistics";
  501. export const getTodayStatistics_statisticsGetAllOrderData =
  502. "getTodayStatistics_statisticsGetAllOrderData"; //销售日对账
  503. export const getTodayStatistics_statisticsInventoryStatistics =
  504. "getTodayStatistics_statisticsInventoryStatistics"; //库存日对账
  505. export const getTodayStatistics_statisticsGetTodayStatistics =
  506. "getTodayStatistics_statisticsGetTodayStatistics"; //财务日对账
  507. export const showSaleBillMoney = "amountShow_showSaleBillMoney"; // 钱货日清对账金额
  508. export const stockBillMoney = "amountShow_stockBillMoney"; //销售毛利总金额
  509. export const fianceBillMoney = "amountShow_fianceBillMoney"; //财务毛利总金额
  510. // 报表
  511. // 商品销售报表
  512. export const goodsFormMerchandiseSalesStatement =
  513. "goodsForm_MerchandiseSalesStatement";
  514. // 客户商品报表
  515. export const goodsFormCustomerMerchandiseReport =
  516. "goodsForm_CustomerMerchandiseReport";
  517. // 客户订单报表
  518. export const orderFormCustomerOrderReport = "orderForm_CustomerOrderReport";
  519. // 业务员订单表
  520. export const orderFormSalesOrderReport = "orderForm_SalesOrderReport";
  521. // 订单数据报表
  522. export const orderFormOrderDataReport = "orderForm_OrderDataReport";
  523. // 地区订单报表
  524. export const orderFormRegionalOrderReport = "orderForm_RegionalOrderReport";
  525. // 收款申请单
  526. export const ApplyReceipt = "shouldReceiveManage_ApplyReceipt";
  527. // 新增
  528. export const addApplyReceipt = "ApplyReceipt_addApplyReceipt";
  529. // 编辑
  530. export const editApplyReceipt = "ApplyReceipt_editApplyReceipt";
  531. // 审核
  532. export const auditApplyReceipt = "ApplyReceipt_auditApplyReceipt";
  533. // 费用类型
  534. export const CostTypes = "financialManagement_CostTypes";
  535. // 新增
  536. export const CostTypesaddCostType = "CostTypes_addCostType";
  537. // 编辑
  538. export const CostTypeseditCostType = "CostTypes_editCostType";
  539. // 删除
  540. export const CostTypesdeleteCostType = "CostTypes_deleteCostType";
  541. // 余额提现
  542. export const WithdrawAsh = "financialManagement_WithdrawAsh";
  543. // 审核
  544. export const WithdrawAshupdateReflectDetail = "WithdrawAsh_updateReflectDetail";
  545. // 打款
  546. export const WithdrawAshmakeMoney = "WithdrawAsh_makeMoney";
  547. // 拒绝
  548. export const WithdrawAshupdaterefuseMoney = "WithdrawAsh_refuseMoney";
  549. // 费用单
  550. export const CostSheet = "cashierManagement_CostSheet";
  551. export const CostSheetaddCostSheet = "CostSheet_addCostSheet"; //新增
  552. export const CostSheetdeleteCostSheet = "CostSheet_deleteCostSheet"; // 删除
  553. export const CostSheeteditCostSheet = "CostSheet_editCostSheet"; // 编辑
  554. export const CostSheetaudtCostSheet = "CostSheet_audtCostSheet"; // 审核
  555. // 销售排行
  556. export const SalesRanking = "statement_salesRanking";
  557. //商户采购单
  558. export const Merchant = "SupplyManageGroup_Merchant";
  559. //新增
  560. export const MerchantAddMerchant = "Merchant_AddMerchant";
  561. //导出
  562. export const MerchantAllPurchase = "Merchant_getAllPurchaseWerahouse";
  563. // 审核
  564. export const MerchantupdatePurchaseStatus = "Merchant_updatePurchaseStatus";
  565. // 编辑
  566. export const MerchantPurchaseOrderEdit = "Merchant_PurchaseOrderEdit";
  567. // 删除
  568. export const MerchantdelPurchase = "Merchant_delPurchaseWerahouse";
  569. // 退单
  570. export const MerchantPurchaseReturnOrderAdd = "Merchant_PurchaseReturnOrderAdd";
  571. // 退款单
  572. export const RefundForm = "cashierManagement_RefundForm";
  573. // 审核
  574. export const RefundFormupdateRefundStatus = "RefundForm_updateRefundStatus";
  575. // 编辑
  576. export const RefundFormEditRefundForm = "RefundForm_EditRefundForm";
  577. export const RefundForm_AddRefundForm = "RefundForm_AddRefundForm"; //新增
  578. // 仓库库存
  579. export const warehouseInventory = "kucunManage_warehouseInventory";
  580. // 司机设置
  581. export const Driver = "system_Driver";
  582. // 新增
  583. export const DriveraddDriver = "Driver_DriveraddDriver";
  584. // 编辑
  585. export const DrivereditDriver = "Driver_DrivereditDriver";
  586. // 删除
  587. export const DriverdelDriver = "Driver_DriverdelDriver";
  588. //禁用
  589. export const DriverstatusSet = "Driver_DriverstatusSet";
  590. // 线路列表
  591. export const line = "system_line";
  592. export const lineAddLine = "line_addLine"; //新增线路
  593. export const lineEditLine = "line_editLine"; //编辑线路
  594. export const lineDelLine = "line_delLine"; //删除线路
  595. export const lineUpdateLine = "line_updateLine"; //启用禁用
  596. export const lineLookLine = "line_lookLine"; //查看客户