|
@@ -282,7 +282,6 @@
|
|
|
// }
|
|
|
// }
|
|
|
function getFurnaceInfo(data) {
|
|
|
- console.log(data)
|
|
|
if (data.isWasteRecycling == 0) {
|
|
|
let token = 'Bearer ' + getToken();
|
|
|
let header = {
|
|
@@ -330,7 +329,6 @@
|
|
|
function checkLotCode(lotCode) {
|
|
|
var lotCodes = lotList.value.map(obj => obj.lotCode)
|
|
|
if (lotCodes.includes(lotCode)) {
|
|
|
- console.log("444")
|
|
|
for (let i = 0; i < lotList.value.length; i++) {
|
|
|
if (lotList.value[i].lotCode == lotCode) {
|
|
|
batchNoList.value = [lotList.value[i]];
|