opt:套轴、B2入烘箱
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user