123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- /**
- * @description 窗口布局名称
- */
- export enum DwnameEnum {
- /**
- * @description 价格表
- */
- prilcelist = "u_prilcelist",
- /**
- * @description 用户权限
- */
- userlist = "u_user_jlhprice",
- /**
- * @description 部门
- */
- deptlist = "u_dept",
- /*
- * @description 床垫报价
- */
- mattressQuote = "u_mattress",
- /**
- * @description 床垫报价明细
- */
- mattressQuoteMx = "u_mattress_mx_mtrl",
- /*
- * @description 床垫报价
- */
- mattressQuoteSubspecs = "u_mattress_subspecs",
- /**
- * @description 床垫报价明细_床网
- */
- mattressQuoteMxBednet = "u_mattress_mx_mtrl__bednet",
- /**
- * @description 床垫报价明细_垫层
- */
- mattressQuoteMxCushions = "u_mattress_mx_mtrl__dianceng",
- /**
- * @description 床垫报价明细_辅料
- */
- mattressQuoteMxAccessories = "u_mattress_mx_mtrl__no",
- /**
- * @description 床垫报价明细_内布套
- */
- mattressQuoteMxInnerClothLayer = "u_mattress_mx_mtrl__neibutao",
- /**
- * @description 床垫报价明细_包装
- */
- mattressQuoteMxPackag = "u_mattress_mx_mtrl__packag",
- /**
- * @description 工厂利润率
- */
- profitratelist = "u_factory_profitrate",
- /**
- * @description 工艺加点设置
- */
- workmanshiplist = "u_workmanship_add",
- /**
- * @description 床网类别定义
- */
- bednettypelist = "u_bednet_type",
- /**
- * @description 床网类别定义
- */
- mattresstypelist = "u_mattress_type",
- /**
- * @description 床垫公式定义
- */
- mattressformulalist = "u_mattress_formula",
- /**
- * @description 弹簧资料
- */
- springlist = "u_spring",
- /**
- * @description 裥棉收缩率
- */
- shrinkagelist = "u_shrinkage",
- /**
- * @description 床网/床垫变量定义
- */
- bednetvarlist = "u_bednet_var",
- /**
- * @description 物料类别定义
- */
- mtrltype = "u_mtrltype",
- /**
- * @description 物料资料定义
- */
- mtrldeflist = "u_mtrl_price",
- /*
- * @description 物料表
- */
- mtrlPrice = "u_mtrl_price",
- /*
- * @description 多维度定价
- */
- multipricelist = "web_multipricelist",
- /*
- * @description 床网分区定义
- */
- bednetarealist = "web_bednet_arealist",
- /*
- * @description 床网分区定义
- */
- configuretypelist = "web_configure_typelist",
- /*
- * @description 床网分区定义
- */
- configurecodelist = "web_configure_codelist",
- /*
- * @description 床网分区定义
- */
- configurecodemxlist = "web_configure_codemxlist",
- /*
- * @description 床网分区定义
- */
- configurecodemxbomlist = "web_configure_codemxbomlist",
- /**
- *@description 床网报价表
- */
- bednetQuote = "u_bednet_define",
- /**
- *@description 床网报价表-明细
- */
- bednetQuoteMx = "u_bednetmx",
- /**
- *@description 床网报价表-明细弹簧
- */
- bednetQuoteMxSpring = "u_bednetmx_spring",
- /**
- *@description 床网报价表-弹簧选择
- */
- bednetSpringChoose = "u_spring_define_choose",
- /*
- * @description 半成品报价
- */
- semifinprodQuote = "u_semi_finished_product",
- /**
- * @description 半成品报价明细
- */
- semifinprodQuoteMx = "u_semi_finished_product_mx",
- /**
- * @description 床网报价表-选择
- */
- bednetQuoteChoose = "u_bednet_choose",
- /**
- * @description 床垫接口
- */
- mattressInterface = "u_mattress_interface",
- /**
- * @description 床垫接口-主体内容
- */
- mattressInterfaceDetail = "u_mattress_interface",
- /**
- * @description 床垫接口清单
- */
- mattressInterfaceYw = "u_mattress_interface_yw",
- /**
- * @description 床垫接口清单
- */
- mattressInterfaceQd = "u_mattress_interface_qd",
- /**
- * @description 床垫-选择
- */
- mattressChoose = "u_mattress_choose",
- /**
- * @description 床垫额外费用类型
- */
- mattressExtraType = "u_mattress_extra_type",
- /**
- * @description 床网接口
- */
- bednetInterface = "u_bednet_interface",
- /**
- * @description 床网接口-主体内容
- */
- bednetInterfaceDetail = "u_bednet_interface_zt",
- /**
- * @description 床网接口清单
- */
- bednetInterfaceYw = "u_bednet_interface_yw",
- /**
- * @description 床网接口清单
- */
- bednetInterfaceQd = "u_bednet_interface_qd",
- /*
- * @description 软床报价
- */
- softbedQuote = "u_softbed",
- /*
- * @description 软床报价明细
- */
- softbedQuoteMx = "u_softbed_mx"
- }
|