1.保存时更新表头业务类型
This commit is contained in:
25655 2025-02-13 19:26:23 +08:00
parent 89083733e6
commit 1eabe97182

View File

@ -51,6 +51,8 @@ public class StorageTransSaveOp extends AbstractOperationServicePlugIn {
} }
if (bood){ if (bood){
storageTran.set("yem_combo","Z"); storageTran.set("yem_combo","Z");
}else {
storageTran.set("yem_combo","P");
} }
} }