借款单优化提示内容
This commit is contained in:
parent
15060c3a26
commit
408d00d63b
|
|
@ -67,7 +67,7 @@ public class DailyLoanBillSubValidatorOp extends AbstractOperationServicePlugIn
|
||||||
DynamicObject quotaImprestLedger = BusinessDataServiceHelper.loadSingle("zcgj_quotaimprestledger",
|
DynamicObject quotaImprestLedger = BusinessDataServiceHelper.loadSingle("zcgj_quotaimprestledger",
|
||||||
new QFilter[]{filter});//定额备用金初始台账
|
new QFilter[]{filter});//定额备用金初始台账
|
||||||
if (quotaImprestLedger == null) {
|
if (quotaImprestLedger == null) {
|
||||||
this.addFatalErrorMessage(dataEnt, "您未在定额备用金初始化台账里!!");
|
this.addFatalErrorMessage(dataEnt, "请联系费用承担公司财务在备用金台账进行额度初始化后再操作!!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
DynamicObjectCollection entryEntityCollection = quotaImprestLedger.getDynamicObjectCollection("zcgj_entryentity");//分录
|
DynamicObjectCollection entryEntityCollection = quotaImprestLedger.getDynamicObjectCollection("zcgj_entryentity");//分录
|
||||||
|
|
@ -121,7 +121,7 @@ public class DailyLoanBillSubValidatorOp extends AbstractOperationServicePlugIn
|
||||||
filter.and(new QFilter("zcgj_currentyear", QCP.equals, bizDateYear));//年度
|
filter.and(new QFilter("zcgj_currentyear", QCP.equals, bizDateYear));//年度
|
||||||
DynamicObject quotaImprestLedger = BusinessDataServiceHelper.loadSingle("zcgj_quotaimprestledger", new QFilter[]{filter});//定额备用金初始台账
|
DynamicObject quotaImprestLedger = BusinessDataServiceHelper.loadSingle("zcgj_quotaimprestledger", new QFilter[]{filter});//定额备用金初始台账
|
||||||
if (quotaImprestLedger == null) {
|
if (quotaImprestLedger == null) {
|
||||||
this.addFatalErrorMessage(dataEnt, "您未在定额备用金初始台账里!!");
|
this.addFatalErrorMessage(dataEnt, "请联系费用承担公司财务在备用金台账进行额度初始化后再操作!!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
DynamicObjectCollection entryEntityCollection = quotaImprestLedger.getDynamicObjectCollection("zcgj_entryentity");//分录
|
DynamicObjectCollection entryEntityCollection = quotaImprestLedger.getDynamicObjectCollection("zcgj_entryentity");//分录
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue