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