|
@@ -145,6 +145,10 @@ public class AssetMidBillOpPlugin extends AbstractListPlugin {
|
|
|
for (Object pk : primaryKeyValues) {
|
|
|
DynamicObject info = BusinessDataServiceHelper.loadSingle(pk, "nckd_e_dispatch_mid");
|
|
|
id = info.getLong("nckd_ywcl");
|
|
|
+ if (id == 0) {
|
|
|
+ this.getView().showMessage("该单据还未下推生成业务处理单");
|
|
|
+ return;
|
|
|
+ }
|
|
|
}
|
|
|
BillShowParameter showParameter = new BillShowParameter();
|
|
|
|