|
|
@@ -364,7 +364,7 @@ Ext.define('saas.view.purchase.purchaseIn.FormPanel', {
|
|
|
grid = me.down('detailGridField'),
|
|
|
data = grid.getTrueData();
|
|
|
Ext.Array.each(data,function(item){
|
|
|
- if(item.pd_price==0){
|
|
|
+ if(item.pd_orderprice==0){
|
|
|
showToast(item.pd_pdno+'行'+item.pd_prodcode+'物料单价为0');
|
|
|
}
|
|
|
});
|