From 09e40ca05e44c643c5d40f0ee34612122af98882 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Mon, 7 Aug 2023 14:46:28 +0800 Subject: [PATCH] 66 --- src/views/modules/knifemold/tool-info.vue | 26 +- .../print/label/print_stock_label_preview.js | 24 +- .../modules/schedule/soscheduleRouting.vue | 28 +- src/views/modules/schedule/toolReport.vue | 791 ++++++++++++++++++ 4 files changed, 854 insertions(+), 15 deletions(-) create mode 100644 src/views/modules/schedule/toolReport.vue diff --git a/src/views/modules/knifemold/tool-info.vue b/src/views/modules/knifemold/tool-info.vue index ef3c6f0..28a2d74 100644 --- a/src/views/modules/knifemold/tool-info.vue +++ b/src/views/modules/knifemold/tool-info.vue @@ -568,10 +568,24 @@ - + + + + + + - + + + + + + @@ -640,6 +654,8 @@ export default { toolId: '', toolDescription: '' }, + availableValueList:[], + itemChooseFlag:false, editData: { flag: '', actualUseQty: 0, @@ -2490,6 +2506,12 @@ export default { textValue:row.textValue, numValue:row.numValue, } + this.availableValueList=row.availableValueList + if(row.valueChooseFlag=='Y'){ + this.itemChooseFlag=true; + }else { + this.itemChooseFlag=false; + } this.itemTextDisableFlag=true this.itemNumberDisableFlag=true if(row.valueTypeDb=="N"){ diff --git a/src/views/modules/print/label/print_stock_label_preview.js b/src/views/modules/print/label/print_stock_label_preview.js index 9a751ef..f27de41 100644 --- a/src/views/modules/print/label/print_stock_label_preview.js +++ b/src/views/modules/print/label/print_stock_label_preview.js @@ -37,18 +37,18 @@ export function printMaterialLabelPreview(printList) { LODOP.ADD_PRINT_TEXT(41,56,195,55,printData.partNo+'|'+printData.partDesc); LODOP.SET_PRINT_STYLEA(0,"FontSize",10); LODOP.SET_PRINT_STYLEA(0,"Bold",1); - LODOP.ADD_PRINT_TEXT(175,8,82,25,"Order No:"); - LODOP.SET_PRINT_STYLEA(0,"FontSize",10); - LODOP.SET_PRINT_STYLEA(0,"Bold",1); - LODOP.ADD_PRINT_TEXT(175,110,141,25,printData.orderNo); - LODOP.SET_PRINT_STYLEA(0,"FontSize",10); - LODOP.SET_PRINT_STYLEA(0,"Bold",1); - LODOP.ADD_PRINT_TEXT(91,8,81,25,"Q.T.Y:"); - LODOP.SET_PRINT_STYLEA(0,"FontSize",10); - LODOP.SET_PRINT_STYLEA(0,"Bold",1); - LODOP.ADD_PRINT_TEXT(91,87,138,24,printData.qty+printData.umid); - LODOP.SET_PRINT_STYLEA(0,"FontSize",10); - LODOP.SET_PRINT_STYLEA(0,"Bold",1); + // LODOP.ADD_PRINT_TEXT(175,8,82,25,"Order No:"); + // LODOP.SET_PRINT_STYLEA(0,"FontSize",10); + // LODOP.SET_PRINT_STYLEA(0,"Bold",1); + // LODOP.ADD_PRINT_TEXT(175,110,141,25,printData.orderNo); + // LODOP.SET_PRINT_STYLEA(0,"FontSize",10); + // LODOP.SET_PRINT_STYLEA(0,"Bold",1); + // LODOP.ADD_PRINT_TEXT(91,8,81,25,"Q.T.Y:"); + // LODOP.SET_PRINT_STYLEA(0,"FontSize",10); + // LODOP.SET_PRINT_STYLEA(0,"Bold",1); + // LODOP.ADD_PRINT_TEXT(91,87,138,24,printData.qty+printData.umid); + // LODOP.SET_PRINT_STYLEA(0,"FontSize",10); + // LODOP.SET_PRINT_STYLEA(0,"Bold",1); LODOP.ADD_PRINT_TEXT(194,8,113,25,"Trans Date:"); LODOP.SET_PRINT_STYLEA(0,"FontSize",10); LODOP.SET_PRINT_STYLEA(0,"Bold",1); diff --git a/src/views/modules/schedule/soscheduleRouting.vue b/src/views/modules/schedule/soscheduleRouting.vue index cbf2ed6..babb8ad 100644 --- a/src/views/modules/schedule/soscheduleRouting.vue +++ b/src/views/modules/schedule/soscheduleRouting.vue @@ -25,6 +25,9 @@ + + 批量打印 + @@ -89,6 +92,7 @@ :height="height" :data="tableData" border + @selection-change="selectionChangeHandle" style="width: 100%"> 取消派工单--> + + +
+ + + + + + + + + + + + 加工中心编码 + + + + 产品编码 + + + + + + + + + + + + + + + + + + + + + + + + 操作员姓名 + + + + 机台ID + + + + + + + + + + + 查询 + + {{'导出'}} + + + + + + 工具领用 + 工具报工 + + {{'导出'}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + 关闭 + + + + + + + + + + 开始 + 关闭 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 操作员 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ 不良品分析 + + + 操作员 + + + + + + + + + +
+ + + + + + + + + + + + + + + + + 取消 + 确定 + +
+ + +
+ + + + +