diff --git a/src/pages/productReceipt/job/fgProductReceiptDetail.vue b/src/pages/productReceipt/job/fgProductReceiptDetail.vue index aa9ad0e9..a4181152 100644 --- a/src/pages/productReceipt/job/fgProductReceiptDetail.vue +++ b/src/pages/productReceipt/job/fgProductReceiptDetail.vue @@ -230,7 +230,6 @@ that.jobContent = res.data; that.subList = res.data.subList; that.jobStatus = res.data.status - that.jobContent.allowModifyLocation = 'TRUE' that.jobToLocationCode = that.subList[0].toLocationCode that.productionLineCode = that.subList[0].productionLineCode; // if (that.jobContent.allowModifyLocation == 'FALSE') { diff --git a/src/pages/productionReceipt/coms/comProductionJobCard.vue b/src/pages/productionReceipt/coms/comProductionJobCard.vue index 3df2b1c2..b3017598 100644 --- a/src/pages/productionReceipt/coms/comProductionJobCard.vue +++ b/src/pages/productionReceipt/coms/comProductionJobCard.vue @@ -1,7 +1,7 @@