refactor: 物料转序按起止库位前缀查模板编号

This commit is contained in:
XingCheng3
2026-05-29 10:07:09 +08:00
parent 78ae9dcd2e
commit 1572d62a3d
2 changed files with 26 additions and 3 deletions

View File

@@ -319,7 +319,7 @@ namespace SlMesDbIterface
private void button8_Click(object sender, EventArgs e)
{
CALL_Inerface_DataHandle.CALL_Inerface_MaterialTransfer("ACHC01", "ACHC02", "211");
CALL_Inerface_DataHandle.CALL_Inerface_MaterialTransfer("ACHC01", "ACHC02");
}
}
}