fix:
1.订舱通知单物流
This commit is contained in:
parent
6c1d90e759
commit
7ff37285e7
@ -134,7 +134,7 @@ public class StorageTransEdit_wl extends AbstractBillPlugIn {
|
||||
Date yemEtddate = (Date) this.getModel().getValue("yem_etddate");//ETD(离港日期)
|
||||
DynamicObject yemSctcompnayname = (DynamicObject) this.getModel().getValue("yem_sctcompnayname");//船公司
|
||||
String yemStation = (String) this.getModel().getValue("yem_stationtext");//场站
|
||||
Object yemAttachmentcountqty = this.getModel().getValue("yem_attachmentcountqty");//物流附件
|
||||
int yemAttachmentcountqty =(int) this.getModel().getValue("yem_attachmentcountqty");//物流附件
|
||||
if (yemTransportstyle != null) {
|
||||
String number = yemTransportstyle.getString("number");
|
||||
if ("YSFS002_SYS".equals(number)) {
|
||||
@ -143,7 +143,7 @@ public class StorageTransEdit_wl extends AbstractBillPlugIn {
|
||||
boonle = false;
|
||||
i++;
|
||||
}
|
||||
if (yemAttachmentcountqty != null) {
|
||||
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 != null) {
|
||||
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 != null) {
|
||||
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 != null) {
|
||||
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 != null) {
|
||||
if (yemAttachmentcountqty>0) {
|
||||
string = string + i + ". 物流附件面板为空,请稍后重试!\n";
|
||||
boonle = false;
|
||||
i++;
|
||||
|
Loading…
Reference in New Issue
Block a user