| | |
| | | } |
| | | } |
| | | fss.setValue("invoiced",invoiced);//已开票金额 |
| | | fss.setValue("uinvoiced",fss.getInteger("contract_amount")-invoiced);//未开票金额 |
| | | fss.setValue("uinvoiced",fss.getDouble("contract_amount")-invoiced);//未开票金额 |
| | | fss.setValue("payment_received",payment_received);//已回款金额 |
| | | fss.setValue("upayment_received",fss.getInteger("contract_amount")-payment_received);//未回款金额 |
| | | fss.setValue("upayment_received",fss.getDouble("contract_amount")-payment_received);//未回款金额 |
| | | fss.setValue("project_total",dtproj.getRows());//项目数 |
| | | fss.setValue("projecting",projecting);//在建项目 |
| | | fss.setValue("projected",projected);//完成项目 |