guoyujia 1 an în urmă
părinte
comite
3ad7c3a6bc
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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.isAmend = batchNoList.value[0].isAmend
+		dayWork.value.fromId = batchNoList.value[0].fromId
 		store.furnaceNumberInfo = basicInfo.value;
 		if (checkLotCode(dayWork.value.lotCode)) {
 			saveDayWork(dayWork.value).then(res => {