|
|
@@ -80,7 +80,7 @@ Ext.define('saas.view.money.payBalance.FormPanelController', {
|
|
|
return false;
|
|
|
}
|
|
|
Ext.apply(f, {
|
|
|
- defaultCondition: "sl_vendid = "+pb_vendid+" and sl_currency ='"+rb_currency+"' AND sl_custid <> 0 AND ( sl_kind IN ( '出货单', '销售退货单' ) OR ( sl_kind = '期初余额' AND sl_ym = (select min(pd_detno) from periodsdetail where pd_status=0 and periodsdetail.companyid=subledger.companyid) ) "+
|
|
|
+ defaultCondition: "sl_vendid = "+pb_vendid+" and sl_currency ='"+pb_currency+"' AND sl_custid <> 0 AND ( sl_kind IN ( '出货单', '销售退货单' ) OR ( sl_kind = '期初余额' AND sl_ym = (select min(pd_detno) from periodsdetail where pd_status=0 and periodsdetail.companyid=subledger.companyid) ) "+
|
|
|
") and sl_namount<>0 "
|
|
|
});
|
|
|
},
|
|
|
@@ -99,7 +99,7 @@ Ext.define('saas.view.money.payBalance.FormPanelController', {
|
|
|
return false;
|
|
|
}
|
|
|
Ext.apply(f, {
|
|
|
- defaultCondition: "sl_vendid = "+pb_vendid+" and sl_currency ='"+rb_currency+"' AND sl_custid <> 0 AND ( sl_kind IN ( '出货单', '销售退货单' ) OR ( sl_kind = '期初余额' AND sl_ym = (select min(pd_detno) from periodsdetail where pd_status=0 and periodsdetail.companyid=subledger.companyid) ) "+
|
|
|
+ defaultCondition: "sl_vendid = "+pb_vendid+" and sl_currency ='"+pb_currency+"' AND sl_custid <> 0 AND ( sl_kind IN ( '出货单', '销售退货单' ) OR ( sl_kind = '期初余额' AND sl_ym = (select min(pd_detno) from periodsdetail where pd_status=0 and periodsdetail.companyid=subledger.companyid) ) "+
|
|
|
") and sl_namount<>0 "
|
|
|
});
|
|
|
}
|
|
|
@@ -135,7 +135,7 @@ Ext.define('saas.view.money.payBalance.FormPanelController', {
|
|
|
return false;
|
|
|
}
|
|
|
Ext.apply(f, {
|
|
|
- defaultCondition: "bk_currency ='"+rb_currency+"'"
|
|
|
+ defaultCondition: "bk_currency ='"+pb_currency+"'"
|
|
|
});
|
|
|
},
|
|
|
beforetriggerclick: function(f) {
|
|
|
@@ -152,7 +152,7 @@ Ext.define('saas.view.money.payBalance.FormPanelController', {
|
|
|
return false;
|
|
|
}
|
|
|
Ext.apply(f, {
|
|
|
- defaultCondition: "bk_currency ='"+rb_currency+"'"
|
|
|
+ defaultCondition: "bk_currency ='"+pb_currency+"'"
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
@@ -245,6 +245,7 @@ Ext.define('saas.view.money.payBalance.FormPanelController', {
|
|
|
viewModel = me.getViewModel(),
|
|
|
c = viewModel.get('pb_vendname_change'),
|
|
|
pb_currency = viewModel.get('pb_currency');
|
|
|
+ console.log('vendnamechange');
|
|
|
if(c!=null&&c!=''){
|
|
|
c = ' and sl_vendid='+c;
|
|
|
}else{
|