From 677259cd253b9734e80626fa6d9fda9074dd908f Mon Sep 17 00:00:00 2001 From: ruanqi Date: Mon, 3 Mar 2025 14:21:47 +0800 Subject: [PATCH] =?UTF-8?q?0412=20=E6=96=B0=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/rq.scss | 3 +++ src/views/modules/print/print_liuhua_card.js | 6 ++--- src/views/modules/production/dailyPlan.vue | 22 ++++++++++++++++--- .../modules/production/scheduleForSOTask.vue | 11 +++++++++- .../production/scheduleForShopOrder.vue | 10 +++++++++ .../production/scheduleForVPShopOrder.vue | 11 +++++++++- 6 files changed, 55 insertions(+), 8 deletions(-) diff --git a/src/assets/scss/rq.scss b/src/assets/scss/rq.scss index 22c3a3a..2acb4be 100644 --- a/src/assets/scss/rq.scss +++ b/src/assets/scss/rq.scss @@ -62,3 +62,6 @@ .redModel .el-form-item__label { font-weight:bold;color:#bd0b06 } +.el-table .yellow-row { + background: #e7e756; +} diff --git a/src/views/modules/print/print_liuhua_card.js b/src/views/modules/print/print_liuhua_card.js index 35d15fa..a9ebdb4 100644 --- a/src/views/modules/print/print_liuhua_card.js +++ b/src/views/modules/print/print_liuhua_card.js @@ -87,7 +87,7 @@ export function printCardLabel(printList) { LODOP.SET_PRINT_STYLEA(0,"FontSize",10); LODOP.ADD_PRINT_TEXT(64,379,80,25,"产品颜色:"); LODOP.SET_PRINT_STYLEA(0,"FontSize",10); - LODOP.ADD_PRINT_TEXT(64,539,90,25,"外购件批号:"); + LODOP.ADD_PRINT_TEXT(64,539,90,25,"催化剂类型:"); LODOP.SET_PRINT_STYLEA(0,"FontSize",10); LODOP.ADD_PRINT_TEXT(86,4,85,25,"原材料型号:"); LODOP.SET_PRINT_STYLEA(0,"FontSize",10); @@ -235,8 +235,8 @@ export function printCardLabel(printList) { LODOP.SET_PRINT_STYLEA(0,"FontSize",10); LODOP.ADD_PRINT_TEXT(63,462,85,20,printData.cpys);//产品颜色 LODOP.SET_PRINT_STYLEA(0,"FontSize",10); - // LODOP.ADD_PRINT_TEXT(63,615,105,25,"外购件批号");//外购件批号 - // LODOP.SET_PRINT_STYLEA(0,"FontSize",10); + LODOP.ADD_PRINT_TEXT(63,615,105,25,printData.chjlt);//催化剂类型 + LODOP.SET_PRINT_STYLEA(0,"FontSize",10); LODOP.ADD_PRINT_TEXT(86,82,120,20,printData.yclxh);//原材料型号 LODOP.SET_PRINT_STYLEA(0,"FontSize",10); LODOP.ADD_PRINT_TEXT(87,283,105,25,printData.hljyd);//混炼胶硬度 diff --git a/src/views/modules/production/dailyPlan.vue b/src/views/modules/production/dailyPlan.vue index 52f0b1b..bb0091e 100644 --- a/src/views/modules/production/dailyPlan.vue +++ b/src/views/modules/production/dailyPlan.vue @@ -102,6 +102,7 @@ + + + + + + + +