【调度系统】广东民航医疗快线调度系统源代码
wlzboy
19 小时以前 ed219c010521528a3f258337ce415a23b8ea972a
fix:修复移动端不能显示的问题
1个文件已修改
33 ■■■■ 已修改文件
m_DispatchOrder.gds 33 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
m_DispatchOrder.gds
@@ -637,10 +637,24 @@
        <%'支付情况
        If (DispatchOrdState>=5 And DispatchOrdState<=9) And ServiceOrdTraTxnPrice<>"" And CInt(session("adminID"))=CInt(EntourageLeadID) then%>
            <%If ServiceOrdType="27" Then%>
            <div class="os_shopname">成交价:【隐】<%If ServiceOrdTraPaidPrice<>"" Then%><%If StretcherMoney<>"" And StretcherMoney>0 Then%>&nbsp;&nbsp;&nbsp;&nbsp;附加费:<%=FormatCurrency(StretcherMoney,-1,-1)%><%End if%>&nbsp;&nbsp;&nbsp;&nbsp;已支付:【隐】<%End if%><%If ServiceOrdTraTxnPrice+StretcherMoney-ServiceOrdTraPaidPrice>0 Then%><br>未支付:【隐】</div>
            <div class="os_shopname">成交价:【隐】<%If ServiceOrdTraPaidPrice<>"" Then%>
                <%If StretcherMoney<>"" And StretcherMoney>0 Then%>
                    &nbsp;&nbsp;&nbsp;&nbsp;附加费:<%=FormatCurrency(StretcherMoney,-1,-1)%>
                <%End if%>
                &nbsp;&nbsp;&nbsp;&nbsp;
                已支付:【隐】<%End if%>
                <%If ServiceOrdTraTxnPrice+StretcherMoney-ServiceOrdTraPaidPrice>0 Then%>
                    <br>未支付:【隐】</div>
                <%End if%>
            <%Else%>
            <div class="os_shopname"></div>
            <div class="os_shopname">转运费用:<%=FormatCurrency(ServiceOrdTraTxnPrice,-1,-1)%><%If StretcherMoney<>"" And StretcherMoney>0 Then%>&nbsp;&nbsp;&nbsp;&nbsp;附加费:<%=FormatCurrency(StretcherMoney,-1,-1)%><%End if%><%If ServiceOrdTraPaidPrice<>"" Then%>&nbsp;&nbsp;&nbsp;&nbsp;已支付:<%=FormatCurrency(ServiceOrdTraPaidPrice,-1,-1)%><%End if%>
            <div class="os_shopname">转运费用:<%=FormatCurrency(ServiceOrdTraTxnPrice,-1,-1)%>
                <%If StretcherMoney<>"" And StretcherMoney>0 Then%>
                    &nbsp;&nbsp;&nbsp;&nbsp;附加费:<%=FormatCurrency(StretcherMoney,-1,-1)%>
                <%End if%>
                <%If ServiceOrdTraPaidPrice<>"" Then%>
                    &nbsp;&nbsp;&nbsp;&nbsp;已支付:<%=FormatCurrency(ServiceOrdTraPaidPrice,-1,-1)%>
                <%End if%>
            <%End if%>
            <%If (ServiceOrdTraTxnPrice+StretcherMoney)-ServiceOrdTraPaidPrice>0 And 1=2 Then%><br>现支付:
            <select name="PaidMoneyType" id="PaidMoneyType" style="-webkit-appearance: none;outline: none;border: none;font-size: 14px;" >
@@ -658,12 +672,18 @@
            <input name="PaidMoneyType" id="PaidMoneyType" type="hidden" value="">
            <input name="PaidMoney" id="PaidMoney" type="hidden" value="0">
            <%End if%>
            <%End if%>
            </div>
        <%ElseIf ServiceOrdTraTxnPrice<>"" And ServiceOrdTraTxnPrice<>"0" Then%>
            <div class="os_shopname"></div>
            <%If ServiceOrdType="27" Then%>
            <div class="os_shopname">成交价:【隐】<%If ServiceOrdTraPaidPrice<>"" Then%><%If StretcherMoney<>"" And StretcherMoney>0 Then%>&nbsp;&nbsp;&nbsp;&nbsp;附加费:<%=FormatCurrency(StretcherMoney,-1,-1)%><%End if%>&nbsp;&nbsp;&nbsp;&nbsp;已支付:【隐】<%End if%><%If ServiceOrdTraTxnPrice+StretcherMoney-ServiceOrdTraPaidPrice>0 Then%><br>未支付:【隐】</div>
                <div class="os_shopname">成交价:【隐】
                <%If ServiceOrdTraPaidPrice<>"" Then%>
                    <%If StretcherMoney<>"" And StretcherMoney>0 Then%>
                    &nbsp;&nbsp;&nbsp;&nbsp;附加费:<%=FormatCurrency(StretcherMoney,-1,-1)%>
                    <%End if%>
                    &nbsp;&nbsp;&nbsp;&nbsp;已支付:【隐】<%End if%>
                    <%If ServiceOrdTraTxnPrice+StretcherMoney-ServiceOrdTraPaidPrice>0 Then%><br>未支付:【隐】</div>
                    <%End if%>
            <%Else%>
            <div class="os_shopname">成交价:<%=FormatCurrency(ServiceOrdTraTxnPrice,-1,-1)%><%If ServiceOrdTraPaidPrice<>"" Then%><%If StretcherMoney<>"" And StretcherMoney>0 Then%>&nbsp;&nbsp;&nbsp;&nbsp;附加费:<%=FormatCurrency(StretcherMoney,-1,-1)%><%End if%>&nbsp;&nbsp;&nbsp;&nbsp;已支付:<%=FormatCurrency(ServiceOrdTraPaidPrice,-1,-1)%><%End if%><%If ServiceOrdTraTxnPrice+StretcherMoney-ServiceOrdTraPaidPrice>0 Then%><br>未支付:<%=FormatCurrency(ServiceOrdTraTxnPrice+StretcherMoney-ServiceOrdTraPaidPrice,-1,-1)%> 
            <%End If%>
@@ -677,10 +697,11 @@
                }
            }
            </script>
            <%End If%>
            
            <%End if%></div>
            <%End If%>
            <%End if%>
            </div>
            <%
            UserPointsCost=0    '积分成本
            UserPoints=0        '用户积分