feat:订舱委托取消部分字段必填

This commit is contained in:
zzs01@yunemao.com 2024-09-02 09:51:28 +08:00
parent 7ea350de04
commit 7dd1363193

View File

@ -288,16 +288,16 @@ public class StorageTransEdit_wl extends AbstractBillPlugIn {
boonle = false; boonle = false;
i++; i++;
} }
if (yemCutdate == null) { // if (yemCutdate == null) {
string = string + i + ". 截单日期为空,请稍后重试!\n"; // string = string + i + ". 截单日期为空,请稍后重试!\n";
boonle = false; // boonle = false;
i++; // i++;
} // }
if (yemPortinterception == null) { // if (yemPortinterception == null) {
string = string + i + ". 截港日期为空,请稍后重试!\n"; // string = string + i + ". 截港日期为空,请稍后重试!\n";
boonle = false; // boonle = false;
i++; // i++;
} // }
if (null == yemCfscompnay) { if (null == yemCfscompnay) {
string = string + i + ". 货代公司为空,请稍后重试!\n"; string = string + i + ". 货代公司为空,请稍后重试!\n";
boonle = false; boonle = false;