Pu Zhibing
2025-07-23 2ab5f166d0fad4b1a860fde3bab1adb46d062c3f
ManagementQYTTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tOrderTaxi/tOrderTaxi_edit.html
@@ -1,5 +1,5 @@
@layout("/common/_container.html"){
<style type="text/css">
<style type="text/css" xmlns="http://www.w3.org/1999/html">
    html, body, #container {
        height: 100%;
        width: 100%;
@@ -126,8 +126,73 @@
                </div>
            </div>
            <div class="row" style="margin-top: 30px;">
                <div class="col-sm-8">
                    <div class="form-group">
                        <label class="col-sm-2 control-label">行程录音:</label>
                        <div class="col-sm-10">
                            <audio src="${item.voice}" controls="controls">
                                您的浏览器不支持 audio 标签。
                            </audio>
                        </div>
                    </div>
                </div>
            </div>
            <!--            是否异常订单-->
            <div class="row" style="margin-top: 30px;">
                <div class="col-sm-1">
                    <h6 class="h3Class" style="font-weight: 700;">是否异常订单</h6>
                </div>
                <div class="col-sm-1">
                    @if(item.abnormal == 2){
                    <h6 class="h3Class" style="margin-left: 10%">是</h4>
                    @}else{
                    <h6 class="h3Class" style="margin-left: 10%">否</h4>
                    @}
                 </div>
                <div class="col-sm-1">
                    <h6 class="h3Class" style="font-weight: 700;">处理结果</h6>
                </div>
                <div class="col-sm-1">
                    @if(item.responsibilityType == 1){
                    <h6 class="h3Class" style="margin-left: 10%">平台全责</h4>
                    @}else if(item.responsibilityType == 2){
                    <h6 class="h3Class" style="margin-left: 10%">司机全责</h4>
                    @}else if(item.responsibilityType == 3){
                    <h6 class="h3Class" style="margin-left: 10%">乘客全责</h4>
                    @}else if( item.responsibilityType == 4){
                    <h6 class="h3Class" style="margin-left: 10%">平台部分</h4>
                    @} else if( item.responsibilityType == 5){
                    <h6 class="h3Class" style="margin-left: 10%">司机部分</h4>
                    @}
                </div>
                <div class="col-sm-1">
                    <h6 class="h3Class" style="font-weight: 700;">修改订单价格为:</h6>
                </div>
                <div class="col-sm-1">
                     <h6 class="h3Class" style="margin-left: 10%">${item.responsibilityMoney}</h4>
                </div>
                <div class="col-sm-1">
                    <h6 class="h3Class" style="font-weight: 700;">是否推广订单</h6>
                </div>
                <div class="col-sm-1">
                    @if(item.promotion == 2){
                    <h6 class="h3Class" style="margin-left: 10%">是</h4>
                        @}else{
                        <h6 class="h3Class" style="margin-left: 10%">否</h4>
                            @}
                </div>
        </div>
</div>
    </div>
</div>
<script src="https://a.amap.com/jsapi_demos/static/demo-center/js/demoutils.js"></script>