rsf-admin/src/page/rcsTest/RcsTestCustomMode.jsx
@@ -657,10 +657,10 @@ }); } // 如果没有指定托盘码,尝试从变量中获取 // 如果没有指定料箱码,尝试从变量中获取 if (!inboundBarcode && currentVariables.barcode) { inboundBarcode = currentVariables.barcode; addLog('info', `从变量获取托盘码: ${inboundBarcode}`); addLog('info', `从变量获取料箱码: ${inboundBarcode}`); } const inboundRequestData = { @@ -1016,7 +1016,7 @@ </Select> </FormControl> <TextField label="托盘码" label="料箱码" fullWidth value={config.barcode || ''} onChange={(e) =>