DS7_HYRD
ddlucky 7 months ago
parent b37ae715d0
commit aebe25ffdc

@ -5988,7 +5988,7 @@ Ext.extend(Shipping.MsChPayAppSettlementEdit, Ext.Panel, {
sql = sql + getAndConSql(sql, Currency, " AMOUNTRMB<>0 ");
}
else {
sql = sql + getAndConSql(sql, Currency, "exists(select 1 from ch_fee_do where BILLNO = cm.BILLNO and CURRENCY = '" + Currency +"') and AMOUNTOT<>0");
sql = sql + getAndConSql(sql, Currency, " exists(select 1 from ch_fee_do where BILLNO = cm.BILLNO and CURRENCY = '" + Currency +"') and AMOUNTOT<>0");
}
}

@ -13852,6 +13852,7 @@ Ext.extend(Shipping.MsRptOpProfitIndex, Ext.Panel, {
this.panelSearch = new Ext.Panel({
layout: "border",
region: "north",
autoScroll: true,
height: 96,
items: [this.formSearch]
});

Loading…
Cancel
Save