From 47e64389d33ebb31d47a07f4e6e5f227b08b7f9b Mon Sep 17 00:00:00 2001 From: ruanqi Date: Tue, 3 Jan 2023 18:02:57 +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/views/modules/board/SeqNoForLiuHua.vue | 9 +- src/views/modules/print/print_hunlian_card.js | 154 ++++++---------- .../modules/print/print_hunlian_card_old.js | 169 ++++++++++++++++++ src/views/modules/print/print_liuhua_card.js | 34 ++-- src/views/modules/print/print_part_label.js | 24 +-- .../modules/production/dailyPlanReport.vue | 1 + .../production/productionBlankingSearch.vue | 8 + .../modules/production/scheduleForSOTask.vue | 11 +- .../production/scheduleForShopOrder.vue | 13 +- .../modules/taskmanage/mysendtasklist.vue | 6 +- src/views/modules/taskmanage/mytasklist.vue | 6 +- 11 files changed, 299 insertions(+), 136 deletions(-) create mode 100644 src/views/modules/print/print_hunlian_card_old.js diff --git a/src/views/modules/board/SeqNoForLiuHua.vue b/src/views/modules/board/SeqNoForLiuHua.vue index c660028..8d7aabe 100644 --- a/src/views/modules/board/SeqNoForLiuHua.vue +++ b/src/views/modules/board/SeqNoForLiuHua.vue @@ -49,7 +49,7 @@ prop="partDesc" header-align="center" align="left" - min-width="60" + min-width="57" label="产品名称"> + + + + + + + + + + + + + + 添加 保存
@@ -479,6 +484,7 @@ }, weightFactorFlag:false, schedulingModalData: { + remark:'', weightFactor:'', orderNo: '', site: '', @@ -571,6 +577,7 @@ return false } this.schedulingModalData = { + remark:'', weightFactor: row.weightFactor, partPlanQty: row.partPlanQty, orderNo: row.orderNo, @@ -624,6 +631,7 @@ shiftNo: this.schedulingModalData.shiftNo, scheduleDate: null, operatorId:this.schedulingModalData.operatorId, + createBy:this.$store.state.user.name } if(this.schedulingModalData.partPlanQty!=null&&this.schedulingModalData.partPlanQty!=''&&this.schedulingModalData.partPlanQty!=0){ data.scheduleQty=this.schedulingModalData.partPlanQty; @@ -743,7 +751,8 @@ sumQty: this.schedulingModalData.sumQty, scheduleDetail:this.schedulingModalTableData, efficiency:this.schedulingModalData.efficiency, - orderRef1:this.schedulingModalData.orderRef1 + orderRef1:this.schedulingModalData.orderRef1, + remark:this.schedulingModalData.remark, } scheduleForSOTask(indata).then(({data}) => { if (data && data.code === 0) { diff --git a/src/views/modules/production/scheduleForShopOrder.vue b/src/views/modules/production/scheduleForShopOrder.vue index dc12cb8..bd1a85f 100644 --- a/src/views/modules/production/scheduleForShopOrder.vue +++ b/src/views/modules/production/scheduleForShopOrder.vue @@ -363,6 +363,11 @@ 保存 + + + + +
{ if(flag2){ - this.$confirm(`实际派工数量大于上工序完成数量,是否继续`, '提示', { + this.$confirm(`实际派工数量大于上工序完成数量,是否存在超额派工或者重复派工的情况, 请确认是否继续!`, '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning' @@ -810,7 +818,7 @@ }) }else { if(flag2){ - this.$confirm(`实际派工数量大于上工序完成数量,是否继续`, '提示', { + this.$confirm(`实际派工数量大于上工序完成数量,是否存在超额派工或者重复派工的情况, 请确认是否继续!`, '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning' @@ -833,6 +841,7 @@ sumQty: this.schedulingModalData.sumQty, scheduleDetail:this.schedulingModalTableData, efficiency:this.schedulingModalData.efficiency, + remark:this.schedulingModalData.remark, } scheduleForShopOrder(indata).then(({data}) => { if (data && data.code === 0) { diff --git a/src/views/modules/taskmanage/mysendtasklist.vue b/src/views/modules/taskmanage/mysendtasklist.vue index 167f6a3..aaeebf4 100644 --- a/src/views/modules/taskmanage/mysendtasklist.vue +++ b/src/views/modules/taskmanage/mysendtasklist.vue @@ -560,9 +560,9 @@ }) }, tableRowClassName({row, rowIndex}) { - if (row.chatLastType == '有新回复'&&row.finalStatus=='未完成') { - return 'newChat' - } + // if (row.chatLastType == '有新回复'&&row.finalStatus=='未完成') { + // return 'newChat' + // } }, // 新增 / 修改 addOrUpdateHandle(id) { diff --git a/src/views/modules/taskmanage/mytasklist.vue b/src/views/modules/taskmanage/mytasklist.vue index 9ffc5d3..2051392 100644 --- a/src/views/modules/taskmanage/mytasklist.vue +++ b/src/views/modules/taskmanage/mytasklist.vue @@ -468,9 +468,9 @@ }, methods: { tableRowClassName({row, rowIndex}) { - if (row.chatLastType == '有新消息'&&row.finalStatus=='未完成') { - return 'newChat' - } + // if (row.chatLastType == '有新消息'&&row.finalStatus=='未完成') { + // return 'newChat' + // } }, // 获取数据列表 getDataList() {