chen.lin
昨天 c81fc5e2a4f4153be2bb8602ed14a0743e6ecd29
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) =>