Commit bbad558c by guanzhenshan

资产负债表自产发货在途明细调整

parent b81a97c0
...@@ -1753,7 +1753,7 @@ ...@@ -1753,7 +1753,7 @@
showdetail(title + ' 生产库存', '@Url.Content("~/Reports/Finance/SemiProductionStock?type=semi_prod_inventory_amount")&date=' + title + '&paycompanyid=' + paycompany); showdetail(title + ' 生产库存', '@Url.Content("~/Reports/Finance/SemiProductionStock?type=semi_prod_inventory_amount")&date=' + title + '&paycompanyid=' + paycompany);
return false; return false;
case 'purchase_pro_amount': case 'purchase_pro_amount':
showdetail(title + ' 生产采购在途', '@Url.Content("~/Reports/Finance/ListProductOnway?date=")' + title + '&paycompanyid=' + paycompany); //showdetail(title + ' 自产采购发货在途', '@Url.Content("~/Reports/Finance/ListProductOnway?date=")' + title + '&paycompanyid=' + paycompany);
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment