diff --git a/src/pages/productReceipt/job/fgProductReceiptDetail.vue b/src/pages/productReceipt/job/fgProductReceiptDetail.vue index 31128a05..b1efeeb9 100644 --- a/src/pages/productReceipt/job/fgProductReceiptDetail.vue +++ b/src/pages/productReceipt/job/fgProductReceiptDetail.vue @@ -187,9 +187,9 @@ const getDetail = () => { jobStatus.value = res.data.status jobToLocationCode.value = subList.value[0].toLocationCode productionLineCode.value = subList.value[0].productionLineCode - if (jobContent.value.allowModifyLocation == 'FALSE') { - toLocationCode.value = subList.value[0].toLocationCode - } + // if (jobContent.value.allowModifyLocation == 'FALSE') { + // toLocationCode.value = subList.value[0].toLocationCode + // } toLocationTypeList.value = getDirectoryItemArray(jobContent.value.toLocationTypes) detailSource.value = getDataSource(subList.value) } else {