fix:
1.订舱通知单物流效验
This commit is contained in:
parent
69d8000cf5
commit
59cef79f81
@ -143,7 +143,7 @@ public class StorageTransEdit_wl extends AbstractBillPlugIn {
|
|||||||
boonle = false;
|
boonle = false;
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
if (yemAttachmentcountqty>0) {
|
if (yemAttachmentcountqty==0) {
|
||||||
string = string + i + ". 物流附件面板为空,请稍后重试!\n";
|
string = string + i + ". 物流附件面板为空,请稍后重试!\n";
|
||||||
boonle = false;
|
boonle = false;
|
||||||
i++;
|
i++;
|
||||||
@ -217,7 +217,7 @@ public class StorageTransEdit_wl extends AbstractBillPlugIn {
|
|||||||
boonle = false;
|
boonle = false;
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
if (yemAttachmentcountqty>0) {
|
if (yemAttachmentcountqty==0) {
|
||||||
string = string + i + ". 物流附件面板为空,请稍后重试!\n";
|
string = string + i + ". 物流附件面板为空,请稍后重试!\n";
|
||||||
boonle = false;
|
boonle = false;
|
||||||
i++;
|
i++;
|
||||||
@ -229,7 +229,7 @@ public class StorageTransEdit_wl extends AbstractBillPlugIn {
|
|||||||
boonle = false;
|
boonle = false;
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
if (yemAttachmentcountqty>0) {
|
if (yemAttachmentcountqty==0) {
|
||||||
string = string + i + ". 物流附件面板为空,请稍后重试!\n";
|
string = string + i + ". 物流附件面板为空,请稍后重试!\n";
|
||||||
boonle = false;
|
boonle = false;
|
||||||
i++;
|
i++;
|
||||||
@ -251,7 +251,7 @@ public class StorageTransEdit_wl extends AbstractBillPlugIn {
|
|||||||
boonle = false;
|
boonle = false;
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
if (yemAttachmentcountqty>0) {
|
if (yemAttachmentcountqty==0) {
|
||||||
string = string + i + ". 物流附件面板为空,请稍后重试!\n";
|
string = string + i + ". 物流附件面板为空,请稍后重试!\n";
|
||||||
boonle = false;
|
boonle = false;
|
||||||
i++;
|
i++;
|
||||||
@ -288,7 +288,7 @@ public class StorageTransEdit_wl extends AbstractBillPlugIn {
|
|||||||
boonle = false;
|
boonle = false;
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
if (yemAttachmentcountqty>0) {
|
if (yemAttachmentcountqty==0) {
|
||||||
string = string + i + ". 物流附件面板为空,请稍后重试!\n";
|
string = string + i + ". 物流附件面板为空,请稍后重试!\n";
|
||||||
boonle = false;
|
boonle = false;
|
||||||
i++;
|
i++;
|
||||||
|
Loading…
Reference in New Issue
Block a user