*{margin:0;padding:0;box-sizing:border-box} body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;background:#f5f5f5;color:#333;font-size:14px;line-height:1.6} a{color:#333;text-decoration:none} a:hover{color:#e94560} /* ===== 顶部栏 ===== */ .topbar{background:#f8f8f8;border-bottom:1px solid #eee;height:36px;line-height:36px;font-size:12px} .topbar .wrap{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;padding:0 12px} .topbar a{color:#888;margin-left:10px} .topbar a:hover{color:#e94560} .topbar .city span{color:#e94560;font-weight:600} /* ===== 头部 ===== */ .header{background:#fff;border-bottom:2px solid #e94560;padding:12px 0;position:sticky;top:0;z-index:1000} .header .wrap{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:15px;padding:0 12px} .logo{font-size:24px;font-weight:800;color:#1a1a2e;white-space:nowrap} .logo span{color:#e94560} .header .search{flex:1;max-width:460px;display:flex} .header .search input{flex:1;padding:8px 12px;border:2px solid #e94560;border-right:0;border-radius:3px 0 0 3px;font-size:13px;outline:0} .header .search button{padding:8px 18px;background:#e94560;color:#fff;border:none;border-radius:0 3px 3px 0;cursor:pointer;font-size:13px} .post-btn{display:inline-block;padding:8px 20px;background:#27ae60;color:#fff;border-radius:3px;font-size:13px;white-space:nowrap} .post-btn:hover{background:#219a52;color:#fff} /* ===== 导航 ===== */ .nav{background:#fff;border-bottom:1px solid #eee} .nav .wrap{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;padding:0 12px} .nav a{display:block;padding:10px 14px;color:#555;font-size:13px;border-bottom:2px solid transparent;transition:.2s} .nav a:hover,.nav a.on{color:#e94560;border-bottom-color:#e94560} /* ===== 面包屑 ===== */ .bread{background:#fff;padding:10px 0;border-bottom:1px solid #eee;font-size:12px;color:#999} .bread .wrap{max-width:1200px;margin:0 auto;padding:0 12px} .bread a{color:#888} .bread a:hover{color:#e94560} .bread em{font-style:normal;margin:0 5px;color:#ccc} .bread .hide-mobile{display:inline} @media(max-width:640px){.bread .hide-mobile{display:none}} /* ===== 主体 ===== */ .main{max-width:1200px;margin:20px auto;padding:0 12px;display:flex;gap:20px} .main-left{flex:1;min-width:0} .main-right{width:300px;flex-shrink:0} /* ===== 页面主体(无侧栏) ===== */ .page-full{max-width:1200px;margin:20px auto;padding:0 12px} /* ===== 卡片 ===== */ .card{background:#fff;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.08);margin-bottom:16px} .card-hd{padding:12px 16px;border-bottom:1px solid #f0f0f0;font-size:15px;font-weight:600;color:#1a1a2e} .card-bd{padding:16px} /* ===== 列表页 ===== */ .filter-bar{background:#fff;padding:12px 16px;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.08);margin-bottom:16px} .filter-bar a{display:inline-block;padding:4px 12px;margin:3px 4px;border-radius:3px;font-size:13px;color:#666;background:#f5f5f5} .filter-bar a:hover,.filter-bar a.on{background:#e94560;color:#fff} .post-item{display:flex;padding:14px 16px;border-bottom:1px solid #f0f0f0;align-items:flex-start;gap:12px} .post-item:last-child{border:0} .post-item .info{flex:1;min-width:0} .post-item .title{font-size:15px;font-weight:600;color:#1a1a2e;display:block;margin-bottom:4px} .post-item .title:hover{color:#e94560} .post-item .meta{font-size:12px;color:#999} .post-item .meta span{margin-right:14px} .post-item .tel{color:#e94560;font-weight:600;font-size:14px;white-space:nowrap} .post-item .thumb{width:100px;height:75px;border-radius:3px;overflow:hidden;flex-shrink:0;background:#f0f0f0} .post-item .thumb img{width:100%;height:100%;object-fit:cover} /* ===== 详情页 ===== */ .detail-hd{padding:20px 24px 16px;border-bottom:1px solid #f0f0f0} .detail-title{font-size:22px;font-weight:700;color:#1a1a2e;line-height:1.4} .detail-meta{font-size:12px;color:#999;margin-top:10px} .detail-meta span{margin-right:18px} .detail-contact{background:#fff8f8;padding:16px 24px;border-bottom:1px solid #f0f0f0} .detail-contact .row{display:flex;align-items:center;margin-bottom:8px;font-size:14px} .detail-contact .row:last-child{margin:0} .detail-contact .label{color:#888;width:60px;flex-shrink:0} .detail-contact .tel-num{font-size:20px;font-weight:700;color:#e94560} .detail-contact .btn-tel{display:inline-block;padding:6px 16px;background:#e94560;color:#fff;border-radius:3px;font-size:13px;margin-left:10px;cursor:pointer} .detail-contact .btn-tel:hover{background:#d6384e} .detail-body{padding:20px 24px;line-height:1.8;font-size:14px;color:#555;min-height:200px} .detail-body img{max-width:100%;height:auto} .detail-share{padding:12px 24px;border-top:1px solid #f0f0f0;font-size:12px;color:#999} .detail-nav{padding:12px 24px;border-top:1px solid #f0f0f0;font-size:13px} .detail-nav a{color:#666} .detail-nav a:hover{color:#e94560} .detail-nav .prev{margin-bottom:6px} /* ===== 侧栏 ===== */ .side-card{background:#fff;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.08);margin-bottom:16px} .side-hd{padding:12px 16px;border-bottom:1px solid #f0f0f0;font-size:14px;font-weight:600} .side-bd{padding:12px 16px} .side-list{} .side-list a{display:block;padding:6px 0;font-size:13px;color:#666;border-bottom:1px dashed #f0f0f0} .side-list a:last-child{border:0} .side-list a:hover{color:#e94560} .side-list .date{float:right;color:#bbb;font-size:11px} /* ===== 首页分类区块 ===== */ .cat-section{margin-bottom:20px} .cat-section .cat-title{font-size:16px;font-weight:600;color:#1a1a2e;padding:12px 16px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center} .cat-section .cat-title .more{font-size:12px;color:#999;font-weight:400} .cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1px;background:#f0f0f0} .cat-grid a{display:block;padding:12px 16px;background:#fff;font-size:13px;color:#555} .cat-grid a:hover{color:#e94560;background:#fff8f8} /* ===== 首页优化 ===== */ .post-item .meta span{margin-right:12px;white-space:nowrap} .post-item .meta{display:flex;flex-wrap:wrap;gap:4px} @media(max-width:768px){ .post-item .meta span{margin-right:8px;font-size:11px} .post-item .meta{flex-wrap:wrap} } .focus-slider{position:relative;overflow:hidden;border-radius:4px;height:200px;background:#f0f0f0;margin-bottom:16px} .focus-slider img{width:100%;height:100%;object-fit:cover} .city-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:6px} .city-grid a{display:block;padding:8px;text-align:center;background:#f8f8f8;border-radius:3px;font-size:13px;color:#555} .city-grid a:hover{background:#e94560;color:#fff} /* ===== 分页 ===== */ .pages{text-align:center;padding:20px 0} .pages a,.pages em{display:inline-block;padding:6px 12px;margin:0 3px;border-radius:3px;font-size:13px} .pages a{background:#fff;border:1px solid #e0e0e0;color:#555} .pages a:hover{background:#e94560;color:#fff;border-color:#e94560} .pages em{background:#e94560;color:#fff;border:1px solid #e94560} /* ===== 底部 ===== */ .footer{background:#1a1a2e;color:#999;padding:30px 0 20px;margin-top:30px;font-size:12px} .footer .wrap{max-width:1200px;margin:0 auto;padding:0 12px;text-align:center} .footer a{color:#999;margin:0 8px} .footer a:hover{color:#fff} .footer .copy{margin-top:12px;color:#666} /* ===== 表单 ===== */ .form-card{background:#fff;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.08);padding:24px;max-width:700px;margin:0 auto} .form-group{margin-bottom:16px} .form-group label{display:block;font-size:13px;color:#666;margin-bottom:4px;font-weight:500} .form-group input,.form-group select,.form-group textarea{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:3px;font-size:13px;outline:0;transition:border-color .2s} .form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#e94560} .form-group textarea{height:120px;resize:vertical} .form-group .half{display:inline-block;width:49%} .form-group .half:first-child{margin-right:2%} .btn-submit{padding:10px 30px;background:#e94560;color:#fff;border:none;border-radius:3px;font-size:15px;cursor:pointer} .btn-submit:hover{background:#d6384e} /* ===== 移动端自适应 ===== */ @media(max-width:768px){ .main{flex-direction:column} .main-right{width:100%} .detail-title{font-size:18px} .detail-contact .tel-num{font-size:17px} .header .wrap{flex-wrap:wrap} .header .search{order:3;max-width:100%;flex-basis:100%;margin-top:8px} .cat-grid{grid-template-columns:repeat(2,1fr)} .city-grid{grid-template-columns:repeat(3,1fr)} .post-item{flex-direction:column} .post-item .thumb{width:100%;height:120px} .form-group .half{display:block;width:100%} .form-group .half:first-child{margin:0} .logo{font-size:20px} .nav a{padding:8px 10px;font-size:12px} } @media(max-width:480px){ .city-grid{grid-template-columns:repeat(2,1fr)} } /* ===== 移动端浮动拨号 ===== */ .float-call{display:none} @media(max-width:768px){ .float-call{display:block;position:fixed;bottom:0;left:0;right:0;z-index:999;background:#fff;border-top:1px solid #eee;padding:8px 12px;box-shadow:0 -2px 8px rgba(0,0,0,.1)} .float-call a{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:12px;background:#4caf50;color:#fff;font-size:16px;font-weight:600;border-radius:4px;text-decoration:none} .float-call a:hover{background:#43a047} /* 底部留出浮动按钮空间 */ .footer{padding-bottom:60px} }
📍 全国 [切换城市]
会员中心 登录 笨册 管理后台
📝 免费发布
首页哈尔滨注册公司

物料消耗包括哪些内容(物料消耗明细)

🕐 2026-06-26 02:17 发布📂 注册公司📍 哈尔滨
联系人:张经理
电话:13011927192
⚠️ 让您提前汇款或者价格明显低于市价的,均有骗子嫌疑,请谨慎对待。

第一条 目的

为有效控制生产物料的消耗, 降低生产成本, 防止生产物料的浪费,保证成本竞争优势,特制定本管理办法。

第二条 范围:

本制度适用于公司生产制造物料消耗定额编制及管理相关工作。

第三条 相关职责:

生产物料消耗定额编制及管理相关职责划分如下:

公司领导:负责物料消耗定额管理制度及考核指标的审批,对考核情况进行评价;

技术部:负责生产物料消耗定额考核指标的制定和升级;

生产部:参与生产物料消耗定额考核指标的制定和升级相关工作,负责各车间物料实际消耗的审查,并对超出消耗定额指标的部分进行调查分析,提出改进措施;

供应部:负责生产物料消耗定额考核指标的复核和升级;按物料消耗定额控制物料消耗 ;对物料消耗数据进行统计并报经济运行部;

经管部:负责对消耗实际定额的核实和考核,制作月度消耗定额完成差异表;参考消耗定额对车间绩效进行考核测算 ( 月/ 季度);

财务部:负责提供消耗汇总数据,参考消耗定额考核情况进行相关生产成本的核算。

第四条 制定原则:

从实际出发,通过实际测算、适当的科学分析和精确的核算,力求达到“快、准、全、好”的目标。

第五条 生产物料消耗定额的分类及计算:

生产物料消耗定额按产品类型进行划分,按月统计和计算。其分类如下:

1.自制件: 公司自行加工, 只核定原材料定额及相应的辅助材料定额;由技术部提供基础数据。

2.协作件:公司提供图纸,其他协作配套企业生产,通过采购或支付劳务费方式买入。其中“支付劳务费方式买入”的协作件,在原材料中增加材料定额;由经济运行部提供基础数据。

3.外购件:定额为装配定额;随机发货外购件单独计算。由物资供应部提供基础数据。

4.原材料:主要是指钢材。

5.辅助材料:主要是指各类油品、油漆等。由生产部提供基础数据。

6.低值易耗品: 不构成产成品实体的价值低、 容易消耗物料: 如:棉纱、胶皮、地膜、焊条、氧气、乙炔、生料带等;也包括包装物。由生产部提供基础数据。

7.工具 :指设备维修或产品制造过程所需要的工具 (包括工具备件),公司对工具实行交旧领新制度,暂不纳入定额指标。对于消耗性工具如刀具、钻具、切割片等纳入其他类别指标中。

8.其他 :不属于以上类的物料。 (含消耗性工具) 。由生产部提供基础数据。

第六条 标准

各部门在制定消耗定额过程中要严格遵守制定原则,对指标进行逐项、逐级审查,使考核指标切实可行,对生产物料的使用起到指导和督促作用。 标准如下:

(一)消耗定额考核指标先进、合理、齐全、准确。

(二)消耗定额原则上低于公司上一年度的实际消耗水平。

(三)相关计量表要准确、齐全。

第七条:指标

物资供应部在各相关部室基础数据的基础上对考核指标进行复核;考核指标经公司领导审查、审批通过后,由经济运行部对生产车间进行考核; 具体生产物料消耗定额考核指标见附表。

第八条 消耗

各车间出具的领料单即视为生产消耗。各有关部门需登记生产物料消耗记录, 以便及时查证。 统计时间为每月 26 日~下月 25 日。

第九条 生产物料消耗定额分析与检查

1.物资供应部根据每月财务数据 (物料出库数据和产成品入库数据)计算定额执行情况,报经济运行部,并向生产部及车间反馈情况。

2.生产部及车间将生产物料的实际消耗与定额指标对比, 找出差距,并协同技术部门分析研究产生差距的原因,及时调整生产工艺或采取有效措施改进。

第十条 物料消耗定额考核指标的修订

公司一般每年对生产物料消耗定额考核指标进行一次修订,以便贯彻执行,修订审批程序与制定过程相同。

第十一条 遇到下列情况时,生产物料消耗定额考核指标可进行临时性修改

1.在消耗定额考核指标执行过程中,发现脱离实际或计算有误的。

2.生产工艺流程有重大改变时。

第十二条 生产物料消耗定额的考核与奖惩

1.物料消耗定额的考核由经济运行部负责。 采用月份考核通报、 季度综合奖惩的方法进行,便于生产车间及时找出差距、分析原因,及时改进。

2.生产物料消耗定额的考核采用对比分析份额方法进行, 即将生产实际消耗与定额指标进行比较,考核结果以实际消耗与消耗定额的差异得出,节奖超罚。

计算方法为: 消耗定额差异=实际消耗 - 定额指标

3.生产物料消耗定额考核与生产车间总体薪酬直接挂钩, 按消耗定额差异数额的 30%增加或减少薪酬总额。具体奖罚办法由车间另行制定,报经济运行部核准后执行。

联系我时,请说是在百家网看到的,谢谢!
下一篇:会计和出纳的区别分别负责什么(会计和出纳的区别讲解)
您可能感兴趣
信息分类
📞 拨打电话