【调度系统】广东民航医疗快线调度系统源代码
wanglizhong
2025-05-05 2a11acffdd3df927be6abace9e8155e370b49681
fix:修改推送的报价和客户要求
1个文件已修改
56 ■■■■ 已修改文件
ServiceOrder_Data.gds 56 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServiceOrder_Data.gds
@@ -1,4 +1,3 @@
<%'------------------------------------------服务单------------------------------------------
If admin_save<>"" Then
'提交返回字段
@@ -1236,7 +1235,21 @@
                            </div>
                            <%End If
                            rs.close()
                            End If%>
                            else%>
                                <%If ServiceOrdUnitRemarks<>"" Then%>
                                <div class="field">
                                    <div class="label" style="float: left;margin-left: 0px;">
                                        <label for="input-small">客户要求:</label>
                                    </div>
                                    <div class="checkboxes" style="float:left;margin-left: 70px;max-width: 800px;line-height: 25px;">
                                        <ul>
                                            <%=ServiceOrdUnitRemarks %>
                                        </ul>
                                    </div>
                                </div>
                                <% End If%>
                            <%End If%>
                            <div class="field">
                                <div class="label" style="float: left;margin-left: 0px;">
                                    <label for="input-small">对医护司备注:</label>
@@ -1316,7 +1329,21 @@
                            <%Next%>
                            </div>
                    <%End If%>
                    <div class="field">
                        <!--标准报价-->
                                <% if ServiceOrdTraOfferPrice<>"" and ServiceOrdTraOfferPrice<>0 then %>
                                <div class="label" style="float: left;">
                                    <label for="input-small">推送报价:</label>
                                </div>
                                <div class="input" style="float:left;margin-left: 70px;">
                                    <input type="text" id="ServiceOrdTraTxnPrice" name="ServiceOrdTraTxnPrice" value="<%=ServiceOrdTraOfferPrice%>" readonly>
                                    <input id="ServiceOrdTraOfferPrice_A" type="hidden" value="<%=ServiceOrdTraOfferPrice%>">
                                </div>
                                <% else%>
                                    <input id="ServiceOrdTraOfferPrice_A" type="hidden" value="<%=ServiceOrdTraOfferPrice%>">
                                    <input type="hidden" id="ServiceOrdTraOfferPrice" name="ServiceOrdTraOfferPrice" class="small" style="width:138px;" onkeyup="value=value.replace(/[^\d.]/g,'')" onblur="value=value.replace(/[^\d.]/g,'')" value="<%=Round(ServiceOrdTraOfferPrice,2)%>">
                                <%end if%>
                    </div>
                    <%'地面服务单
                    If OrderClassB(ServiceOrdClass,"vType")="1" then%>
                        <%'车辆调度单
@@ -1336,15 +1363,12 @@
                                %>
                                <input type="hidden" id="ServiceOrdTraUnitPrice" name="ServiceOrdTraUnitPrice" class="small" style="width:138px;" onkeyup="value=value.replace(/[^\d.]/g,'')" onblur="value=value.replace(/[^\d.]/g,'')" value="<%=Round(ServiceOrdTraUnitPrice,2)%>">
                                <!--标准报价-->
                                <input id="ServiceOrdTraOfferPrice_A" type="hidden" value="<%=ServiceOrdTraOfferPrice%>">
                                <input type="hidden" id="ServiceOrdTraOfferPrice" name="ServiceOrdTraOfferPrice" class="small" style="width:138px;" onkeyup="value=value.replace(/[^\d.]/g,'')" onblur="value=value.replace(/[^\d.]/g,'')" value="<%=Round(ServiceOrdTraOfferPrice,2)%>">
                                <!--行程时间-->
                                <input type="hidden" id="ServiceOrdTraDuration" name="ServiceOrdTraDuration" class="small" style="width:138px;" value="<%=ServiceOrdTraDuration%>">
                                <!--出发地-->
                                
                                <div class="label" style="float: left;">
                                    <label for="input-small">成交价:</label>
@@ -2538,4 +2562,18 @@
                }
                </script>
                <!--企微绩效方案窗口 end-->
                <input name="EditDataForm" id="EditDataForm" type="hidden" value="">
                <input name="EditDataForm" id="EditDataForm" type="hidden" value="">
                <% if ServiceOrdTraOfferPrice<>"" and ServiceOrdTraOfferPrice<>0 then %>
                <div class="label" style="float: left;">
                    <label for="input-small">参考价:</label>
                </div>
                <div class="input" style="float:left;margin-left: 70px;">
                    <input type="text" id="ServiceOrdTraOfferPrice_Display" name="ServiceOrdTraOfferPrice_Display" class="small" style="width:138px;" readonly value="<%=Round(ServiceOrdTraOfferPrice,2)%>">
                </div>
                <div class="label" style="float: left;margin-left:224px;">
                    <label for="input-small">参考成交价:</label>
                </div>
                <div class="input" style="float:left;margin-left: 60px;">
                    <input type="text" id="ServiceOrdTraTxnPrice_Ref" name="ServiceOrdTraTxnPrice_Ref" class="small" style="width:138px;" readonly value="<%=MoneyCheck(ServiceOrdTraTxnPrice,0)%>">
                </div>
                <% end if%>