guoyujia 1 year ago
parent
commit
3ad7c3a6bc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pages/addNewBatch/index.vue

+ 1 - 0
pages/addNewBatch/index.vue

@@ -587,6 +587,7 @@
 		}
 		}
 		dayWork.value.isWasteRecycling = batchNoList.value[0].isWasteRecycling
 		dayWork.value.isWasteRecycling = batchNoList.value[0].isWasteRecycling
 		dayWork.value.isAmend = batchNoList.value[0].isAmend
 		dayWork.value.isAmend = batchNoList.value[0].isAmend
+		dayWork.value.fromId = batchNoList.value[0].fromId
 		store.furnaceNumberInfo = basicInfo.value;
 		store.furnaceNumberInfo = basicInfo.value;
 		if (checkLotCode(dayWork.value.lotCode)) {
 		if (checkLotCode(dayWork.value.lotCode)) {
 			saveDayWork(dayWork.value).then(res => {
 			saveDayWork(dayWork.value).then(res => {