+ 请问是否对以下可{{handleType}}订单进行{{handleType}}操作?
+ 可{{handleType}}订单 {{ableList.length}} 笔
+ {{ (index+1) }}. 订单编号:{{item.orderId}},用户姓名:{{item.custName}},用户编号:{{item.custNum}},订单金额:{{(item.payableAmount/100).toFixed(2)}}
+
+ 不可{{handleType}}订单 {{unableList.length}} 笔
+ {{ (index+1) }}. 订单编号:{{item.orderId}},用户姓名:{{item.custName}}:{{item.custNum}},订单金额:{{(item.payableAmount/100).toFixed(2)}}
+
+
+
+
+
+