master
嘉祥 詹 2024-09-18 15:41:36 +08:00
parent 3336c4ced7
commit 98f06d7fc7
1 changed files with 5 additions and 0 deletions

View File

@ -300,6 +300,11 @@ namespace QuotationMaker.Controllers
string modelMainItem_name = item.modelMainItem_name;
string modelMainItem_ac = item.modelMainItem_ac;
if (modelMainItem_ac == "") {
modelMainItem_ac = "0";
}
if (mainItem_method == "add") {
modelMainItem_uid = GlobalClass.CreateRandomCode(24);