|
|
@@ -123,7 +123,7 @@ public class Tinvoiceapply extends Controller {
|
|
|
JSONObject orderdetailObject = (JSONObject) o;
|
|
|
String saorderid = orderdetailObject.getString("saorderid");
|
|
|
String saorderdetailid = orderdetailObject.getString("saorderdetailid");
|
|
|
- double finvoiceqty = orderdetailObject.getDouble("finvoiceqty");//开票数量
|
|
|
+ //double finvoiceqty = orderdetailObject.getDouble("finvoiceqty");//开票数量
|
|
|
double finvoiceamount = orderdetailObject.getDouble("finvoiceamount");//开票金额
|
|
|
|
|
|
PaoRemote detailPao = null;
|
|
|
@@ -140,7 +140,7 @@ public class Tinvoiceapply extends Controller {
|
|
|
detailPao.setValue("saorderdetailid", saorderdetailid, 2L);
|
|
|
}
|
|
|
if (detailPao != null) {
|
|
|
- detailPao.setValue("finvoiceqty", finvoiceqty, 2L);
|
|
|
+ //detailPao.setValue("finvoiceqty", finvoiceqty, 2L);
|
|
|
detailPao.setValue("finvoiceamount", finvoiceamount, 2L);
|
|
|
}
|
|
|
donotdeleteid.add(saorderdetailid);
|
|
|
@@ -216,7 +216,6 @@ public class Tinvoiceapply extends Controller {
|
|
|
return getReturnObject_suc(rows, false).toString();
|
|
|
}
|
|
|
|
|
|
-
|
|
|
/**
|
|
|
* 开票订单行选择
|
|
|
*
|