From 52d24acc23b6bc15109c36363563c2835d04aa83 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Sun, 20 Nov 2022 18:12:33 +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 --- .../modules/production/closeSchedule.vue | 12 ++++++++- src/views/modules/production/dailyPlan.vue | 27 ++++++++++++++----- .../modules/production/generateReport.vue | 21 ++++++++++----- src/views/modules/production/operator.vue | 2 +- .../modules/production/scheduleForSOTask.vue | 12 ++++++++- .../production/scheduleForShopOrder.vue | 10 +++++++ .../modules/production/searchDailyPlan.vue | 13 ++++++++- .../modules/production/soscheduleRouting.vue | 5 +++- src/views/modules/production/stockPrint.vue | 5 +++- .../modules/production/transFerPrint.vue | 13 ++++++++- 10 files changed, 100 insertions(+), 20 deletions(-) diff --git a/src/views/modules/production/closeSchedule.vue b/src/views/modules/production/closeSchedule.vue index 4eb6cf1..e128d4c 100644 --- a/src/views/modules/production/closeSchedule.vue +++ b/src/views/modules/production/closeSchedule.vue @@ -1,6 +1,9 @@ + + QtyReported', diff --git a/src/views/modules/production/dailyPlan.vue b/src/views/modules/production/dailyPlan.vue index f8bf611..ad3b26c 100644 --- a/src/views/modules/production/dailyPlan.vue +++ b/src/views/modules/production/dailyPlan.vue @@ -2,6 +2,9 @@
+ + + @@ -100,7 +103,6 @@ style="width: 100%"> 排产 + + ROUND(ISNULL(so.scheduling_size,0),3)' }, // table高度 @@ -431,6 +441,7 @@ this.scheduledingData.userName = this.$store.state.user.name this.scheduledingData.planStartDate = this.scheduledModelData.planStartDate this.scheduledingData.needDate = this.scheduledModelData.needDate + this.scheduledingData.site = this.scheduledModelData.site this.scheduledingData.orderNo = this.scheduledModelData.orderNo this.scheduledingData.orderDate = this.scheduledModelData.planStartDate this.scheduledingData.planAdd = 0 @@ -449,6 +460,7 @@ this.scheduledingsData.planStartDate = this.scheduledModelData.planStartDate this.scheduledingsData.needDate = this.scheduledModelData.needDate this.scheduledingsData.orderNo = this.scheduledModelData.orderNo + this.scheduledingsData.site = this.scheduledModelData.site this.scheduledingsData.orderDate = this.scheduledModelData.planStartDate this.scheduledingsData.planAdd = 0 this.scheduledingsData.orderQty = '' @@ -471,7 +483,9 @@ this.scheduledModelData.unSchedulingSize = this.decimalUtil.sub(this.scheduledingData.lotSize,data.schedulingSize) }) this.scheduledingData.lotSize = row.lotSize + this.scheduledingData.site = row.site this.scheduledingData.partNo = row.partNo + this.scheduledModelData.site = row.site this.scheduledingsData.lotSize = row.lotSize this.scheduledingsData.partNo = row.partNo this.scheduledModelData.needDate = row.needDate @@ -589,7 +603,7 @@ "userName": this.$store.state.user.name, "planStartDate": this.scheduledingsData.planStartDate, "needDate": this.scheduledingsData.needDate, - "site": this.$store.state.user.site, + "site": this.scheduledingsData.site, "productionType": '生产订单', "partNo": this.scheduledingsData.partNo, "lotSize": this.scheduledingsData.lotSize, @@ -678,6 +692,7 @@ this.scheduledingData.planStartDate = this.scheduledModelData.planStartDate this.scheduledingData.needDate = this.scheduledModelData.needDate this.scheduledingData.orderNo = this.scheduledModelData.orderNo + this.scheduledingData.site = this.scheduledModelData.site this.scheduledingData.orderDate = row.orderDate this.scheduledingData.planAdd = 1 this.scheduledingData.orderQty = row.orderQty diff --git a/src/views/modules/production/generateReport.vue b/src/views/modules/production/generateReport.vue index cf40695..dec1ee9 100644 --- a/src/views/modules/production/generateReport.vue +++ b/src/views/modules/production/generateReport.vue @@ -1,12 +1,15 @@ + + { @@ -1016,7 +1026,6 @@ }, startSeqNo(){ let inData={ - site:this.$store.state.user.site, username:this.$store.state.user.name, seqNo:this.scanSeqNo } @@ -1040,7 +1049,6 @@ }, stopWork(){ let inData={ - site:this.$store.state.user.site, username:this.$store.state.user.name, seqNo:this.scanSeqNo } @@ -1064,7 +1072,6 @@ }, continueWork(){ let inData={ - site:this.$store.state.user.site, username:this.$store.state.user.name, seqNo:this.scanSeqNo } diff --git a/src/views/modules/production/operator.vue b/src/views/modules/production/operator.vue index a7c1437..fd48ee2 100644 --- a/src/views/modules/production/operator.vue +++ b/src/views/modules/production/operator.vue @@ -205,7 +205,7 @@ operatorID:'', operatorName:'', status:'all', - site:this.$store.state.user.site, + site:'', }, operatorData:{ operatorID:'', diff --git a/src/views/modules/production/scheduleForSOTask.vue b/src/views/modules/production/scheduleForSOTask.vue index 1eba0c2..6d4e01f 100644 --- a/src/views/modules/production/scheduleForSOTask.vue +++ b/src/views/modules/production/scheduleForSOTask.vue @@ -2,6 +2,9 @@
+ + + @@ -96,6 +99,13 @@ 派工 + + isnull(SL.scheduledQty,0)', itemNo:'', finishFlag:'', diff --git a/src/views/modules/production/scheduleForShopOrder.vue b/src/views/modules/production/scheduleForShopOrder.vue index 9231637..d63fbd4 100644 --- a/src/views/modules/production/scheduleForShopOrder.vue +++ b/src/views/modules/production/scheduleForShopOrder.vue @@ -2,6 +2,9 @@
+ + + @@ -133,6 +136,13 @@ 派工 + +
+ + + @@ -55,6 +58,14 @@ :data="tableData" border style="width: 100%"> + +
+ + + @@ -342,7 +345,7 @@ orderNo: '', sWorkCenterNo: '', partNo: '', - site: this.$store.state.user.site, + site: '', itemDesc:'', scheduleType:'', reportFlag:'QtyRequired>QtyApprove', diff --git a/src/views/modules/production/stockPrint.vue b/src/views/modules/production/stockPrint.vue index 1094152..23005d9 100644 --- a/src/views/modules/production/stockPrint.vue +++ b/src/views/modules/production/stockPrint.vue @@ -1,6 +1,9 @@ + +