|
@@ -145,7 +145,7 @@
|
|
|
<div style="width: 90%;margin-left: 10%;">
|
|
|
<#--<input type="text" class="my-input trim_input" style="margin-top: -3px;text-indent: 1em;width:8.9%;margin-right: 0px;height: 28px;padding: 0px;" value="${salesOrder.salesOrderId!}" placeholder="订单号" name="salesOrderId" id="salesOrderId">-->
|
|
|
<input type="text" class="my-input trim_input" style="margin-top: -3px;text-indent: 1em;width:8.9%;margin-right: 0px;height: 28px;padding: 0px;" value="${salesOrder.salesDealCode!}" placeholder="交易号" name="salesDealCode" id="salesDealCode">
|
|
|
- <input type="text" class="my-input trim_input" style="margin-top: -3px;text-indent: 1em;width:8.9%;margin-right: 0px;height: 28px;padding: 0px;" value="${salesOrder.salesDealCode!}" placeholder="第三方订单号" name="salesExOrderId" id="salesExOrderId">
|
|
|
+ <input type="text" class="my-input trim_input" style="margin-top: -3px;text-indent: 1em;width:8.9%;margin-right: 0px;height: 28px;padding: 0px;" value="${salesOrder.salesExOrderId!}" placeholder="第三方订单号" name="salesExOrderId" id="salesExOrderId">
|
|
|
|
|
|
<input type="text" class="my-input trim_input" style="margin-top: -3px;width:8.9%;text-indent: 1em;margin-right: 0px;height: 28px;padding: 0px;" value="${salesOrder.salesBatchId!}" placeholder="订单批次号" name="salesBatchId" id="salesBatchId">
|
|
|
|