opt:套轴、B2入烘箱

This commit is contained in:
2025-09-16 14:19:35 +08:00
parent 0fd2500e4f
commit cfd64e92e7
4 changed files with 44 additions and 4 deletions

View File

@@ -235,7 +235,7 @@
<script>
// API URL 配置
const BASE_URL = 'http://localhost:9999';
const BASE_URL = 'http://10.1.3.91:8013';
const API_CONFIG = {
logApiUrl: `${BASE_URL}/api/wms/apply/v2/tzInfo`,
tableApiUrl: `${BASE_URL}/api/pda/slitter/showManualView`,
@@ -423,7 +423,7 @@
const recoverBtn = document.createElement('button');
recoverBtn.className = 'recover-btn';
recoverBtn.textContent = '恢复';
recoverBtn.disabled = item.is_paper_ok !== '99';
recoverBtn.disabled = item.is_paper_ok !== '99' && item.is_paper_ok !== '95';
recoverBtn.onclick = async () => {
try {
const response = await fetch(API_CONFIG.recoverApiUrl, {