| | |
| | | // html += '</p>'; |
| | | // html += '<br/><div style=\'text-align:right;\' ><input type="button" class="button" value="受 理" onclick="DoAcceptAll(\'' + ids + '\')"/> <input type="button" class="button" value="取 消" onclick="parent.dialog.close()"/></span></div>'; |
| | | // dialog.open({ InnerHtml: html, Title: '批量确认受理', Width: 400, Height: 100, Modal: false }); |
| | | var msg = !needPrice ? ('确认批量受理所选' + orderShowIds + '订单?') : ('受理所选线上订单需要支付¥' + Float2(price) + '服务费,是否确认批量受理' + orderShowIds + '订单?'); |
| | | var msg = !needPrice ? ('确认批量受理所选订单?') : ('受理所选线上订单需要支付¥' + Float2(price) + '服务费,是否确认批量受理订单?'); |
| | | top.Dialog.confirm(msg, function () { |
| | | DoAcceptAll(ids); |
| | | }); |