123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>收付款管理</title>
- #parse("sys/header.html")
- <style type="text/css">
- #saomiao{
- padding-right: 30px;
- }
- #saomiao input{
- margin-top:20px;
- height: 70px;
- width: 100%;
- border: 3px solid #62e2f5
- }
- .goods-button{
- border: #e5a032;
- /*background-color: #e5a032;*/
- font-size: 1.3em;
- margin-left: 20px;
- }
- .modal-contentNew {
- position: relative;
- background-color: #fff;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- border: 1px solid #999;
- border: 1px solid rgba(0, 0, 0, .2);
- border-radius: 6px;
- outline: 0;
- -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
- box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
- height: 260px;
- width: 70%;
- margin: auto;
- }
- .tableNew {
- position: relative;
- border-collapse: collapse !important;
- left:0px;
- top:-1001px;
- width: 60%;
- height: 128px;
- background-color: #fff;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- border: 1px solid #999;
- border: 1px solid rgba(0, 0, 0, .2);
- border-radius: 6px;
- outline: 0;
- -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
- box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
- margin: auto;
- }
- .modal-footerNew{
- position: relative;
- left:125px;
- top:-761px;
- }
- .search_menu{
- /*border-top:5px solid #3388FF;*/
- /*display: none;*/
- background-color: ghostwhite;
- position: absolute;
- z-index: 999;
- /*top:30px;*/
- width:87%;
- }
- .search_menu ul{
- margin-bottom: 0; //去除ul的底部外边距
- }
- .search_menu li {
- padding: 5px;
- font-size: 1.1em;
- cursor: pointer;
- overflow: hidden;
- white-space: nowrap;
- }
- .search_menu li:hover{
- background-color: beige;
- }
- .search:hover .search_menu {
- display: block;
- }
- .selBoxList{width:100%;margin-top:50px;text-align:center;}
- .selBoxList .selSt{min-width:100px;display:inline-block;position:relative;;}
- .selBoxList .selSt .current{width:100%;padding:0 10px;font-size:16px;line-height:30px;cursor:pointer;float:left;border:1px solid #ccc;background:#fff;box-sizing: border-box;position:relative;z-index: 2;}
- .selBoxList .selSt .box{width:100%;position:absolute;left:0;top:30px;border:1px solid #ccc;max-height:300px;overflow:auto;box-sizing: border-box;}
- .selBoxList .selSt .box span{width:100%;font-size:16px;line-height:30px;cursor:pointer;border-top:1px solid #ccc;float:left;}
- .selBoxList .selSt .box span:hover{background:#f1f1f1;}
- </style>
- <link rel="stylesheet" href="${rc.contextPath}/statics/plugins/jqgrid/ui.jqgrid-bootstrap.css">
- <!--<link rel="stylesheet" href="${rc.contextPath}/statics/css/sale.css">-->
- </head>
- <body>
- <div id="rrapp" v-cloak>
- <header class="main-header">
- <div class="container-fluid">
- <div class="row" style="border:0;margin-bottom:10px">
- <div class="col-md-3 logodiv">
- <!--center-block-->
- <img src="${rc.contextPath}/statics/img/logotest2.jpg" class="img-rounded img-responsive" style="height: 70px;">
- </div>
- <div class="col-md-9" style="background-color: #f0f0f0;margin:0px;padding: 0px" >
- <div v-show="showList">
- <Row :gutter="16">
- <ul class="nav navbar-top-links navbar-right" style="font-size: 1.3em;">
- <!--<li>
- <i-input v-model="orderSn1" @on-enter="queryInveResponse" placeholder="输入要查询回执的订单号" id="queryInveResponse" />
- </li>
- <li>
- <i-input v-model="orderSn" @on-enter="queryOrderStatus" placeholder="输入要查询订单状态的订单号" id="queryOrderStatus" />
- </li>-->
- <li >
- <span style="margin-right: 40px"> 门店:<b>{{storeName}}</b></span>
- </li>
- <li><span style="margin-right: 35px"><i class="fa fa-user-circle" ></i> 收银员:<b>{{sysUserInfo.username}}</b></span></li>
- <li><a href="javascript:;" @click="updatePasswordOpen"><i class="fa fa-lock"></i> 修改密码</a></li>
- <li><a @click="logout" style="font-size: 1em"><i class="fa fa fa-sign-out"></i> 退出</a></li>
- </ul>
- </Row>
- </div>
- </div>
- </div>
- </div>
- </header>
- <div class="container-fluid" style="margin-top: 15px">
- <div id="content" class="row-fluid">
- <div class="col-md-3">
- <div>
- <i-input class="search" placeholder="输入或扫码商品条形码" ref="saomiao" id="saomiao" v-model.trim='prodBarcode' @on-enter="searchQuery(prodBarcode)"/>
- </div>
- <div v-show="prodBarcode" class="search_menu">
- <ul>
- <li v-for="item in searchGoodsList" :key="item.id" @click="searchQuery(item.prodBarcode)">
- {{item.name}}
- </li>
- </ul>
- </div>
- <ul class="list-unstyled">
- <!--<li >
- <i-input v-model="prodBarcode" @on-enter="query" placeholder="输入或扫码商品条形码" id="saomiao" />
- </li>-->
- <li style="margin-top: 50px;" >
- <div v-show="goodsDetail" style="font-size: 1.2em">
- <img style="height: 400px;width: 400px;" :src="goods.primaryPicUrl" class="img-rounded"/>
- <h1 style="margin: 8px;"><strong>{{goods.name}}</strong></h1>
- <p style="margin: 8px;">单价: <strong>{{goods.retailPrice}}</strong> /元</p>
- <p style="margin: 8px;">优惠前税费: <strong>{{goods.goodstaxes}}</strong> /元</p>
- <p style="margin: 8px;">规格: {{goods.specification}}</p>
- <p style="margin: 8px;">条形码: {{goods.prodBarcode}}</p>
- <!--<span style="margin: 8px;">商品描述: {{goods.goodsDesc}}</span>-->
- <span style="margin: 8px;">门店库存: {{goods.stockNum}}</span>
- </div>
- <div v-show="!goodsDetail">
- <h3 style="text-align: center">请扫描商品</h3>
- </div>
- </li>
- </ul>
- </div>
- <div class="col-md-6" style="padding: 0px;padding-bottom: 10%;background-color: #f0f0f0">
- <ul class="list-unstyled; ">
- <li ref="overflowLi" style="height: 600px;overflow:auto">
- <table id="cbec" class="table .table-striped">
- <tr style="border: white;background-color: #F5DCB3;font-size: 1.3em" >
- <th style="width: 300px;padding: 7px">跨境商品名称</th>
- <th style="padding: 7px">单价</th>
- <th style="padding: 7px">优惠金额</th>
- <th style="padding: 7px">预估税费</th>
- <th style="padding: 7px">实际支付价</th>
- <th style="padding: 7px">数量</th>
- <th style="padding: 7px">参与活动</th>
- <th>操作</th>
- </tr>
- <tr v-for="(item,i) in goodsList" v-if="item.name" style="font-size: 1.3em">
- <td><h3>{{item.name}}</h3></td>
- <td> {{item.retailPrice}}</td>
- <td> {{item.discountedPrice}}</td>
- <td> {{item.goodstaxes}}</td>
- <td> {{item.actualPaymentAmount}}</td>
- <td>
- <i class="glyphicon glyphicon-minus" aria-hidden="true" @click="minus(item.id)"></i>
- {{item.sellVolume}}
- <i class="glyphicon glyphicon-plus" aria-hidden="true" @click="add(item.id)"></i>
- </td>
- <td>
- {{item.activity}}
- </td>
- <td >
- <i class="glyphicon glyphicon-remove" aria-hidden="true" @click="deleteItem(item.id)"></i>
- </td>
- </tr>
- </table>
- </li>
- <li>
- <ul style="display: inline-block">
- <li><h3 style="border: white;padding: 8px;">总件数:{{totalCount}}</h3></li>
- <li><h3 style="border: white;padding: 8px;">总价:{{totalPrice}}</h3></li>
- <!-- <li><h3 style="border: white;padding: 8px">优惠价:{{discountedPrice}}</h3></li>-->
- <li><h3 style="border: white;padding: 8px">实际支付价:{{actualPrice}}</h3></li>
- <li v-if="showReduceMoney != 0"><h3 style="border: white;padding: 8px">满减:{{showReduceMoney}}</h3></li>
- </ul>
- <div style="width: 30px; display: inline-block"></div>
- <ul style="display: inline-block">
- <li><h3 style="border: white;padding: 8px;">会员当前积分:{{memberCurrentAvailableScore}}</h3></li>
- <li><h3 style="border: white;padding: 8px;">抵扣积分:{{deductionScore}}</h3></li>
- <li><h3 style="border: white;padding: 8px;">会员等级:{{levelName}}</h3></li>
- </ul>
- </li>
- <li style="height: 100px;">
- <i-button type="error" @click="clearGoodsList" class="goods-button"><i class="fa fa-pencil-square-o"></i> 清空</i-button>
- <i-button data-toggle="modal" @click="pendingOrder" class="goods-button" ><i class="fa fa-pencil-square-o"></i> 订单挂起</i-button>
- <i-button data-toggle="modal" @click="toResumePending" class="goods-button" ><i class="fa fa-pencil-square-o"></i> 恢复挂起</i-button>
- <i-button data-toggle="modal" @click="calculateOrderPrice" type="primary" class="goods-button" ><i class="fa fa-pencil-square-o"></i> 计算优惠后价格</i-button>
- <i-button data-toggle="modal" @click="toOrderSubmit" type="primary" class="goods-button" ><i class="fa fa-pencil-square-o"></i> 提交订单</i-button>
- <!-- 45636914-->
- <div class="modal fade" id="pendignOrderModal" role="dialog" aria-labelledby="pendignOrderLabel" aria-hidden="true">
- <div class="modal-dialog">
- <div class="modal-content">
- <div class="modal-header">
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
- <h4 class="modal-title" id="pendingOrderLabel">挂起订单列表{{pendingOrderKeys}}</h4>
- </div>
- <div class="modal-body">
- <div class="col-xs-4 col-sm-4" v-for="(value,index) in pendingOrderKeys" style="margin-bottom: 8px;">
- <i-button data-toggle="modal" data-target="#resumePending" style="width: 110px;font-family: 微软雅黑" @click="resumePending(value)" > {{value}}</i-button>
- </div>
- </div>
- <div class="modal-footer">
- </div>
- </div>
- </div>
- </div>
- <div class="modal fade" id="myModal" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
- <div class="modal-dialog">
- <div class="modal-content">
- <div class="modal-header">
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
- <h4 class="modal-title" id="exampleModalLabel">订购人信息</h4>
- </div>
- <div class="modal-body">
- <form>
- <!--<div class="form-group">
- <label for="customPhone" class="control-label">会员码:</label>
- <input autocomplete="off" type="text" class="form-control" ref="couponBarCode" id="couponBarCode" @blur="customPhoneBlur" />
- </div>-->
- <div class="form-group">
- <label for="customPhone" class="control-label">手机号:</label>
- <input autocomplete="off" type="text" class="form-control" ref="customPhone" id="customPhone" @blur="customPhoneBlur" />
- </div>
- <div class="form-group">
- <label for="customName" class="control-label">姓名:</label>
- <input autocomplete="off" type="text" class="form-control" ref="customName" id="customName" />
- </div>
- <div class="form-group">
- <label for="customIDCard" class="control-label">身份证:</label>
- <input autocomplete="off" type="text" class="form-control" ref="customIDCard" id="customIDCard" />
- </div>
- <div class="form-group">
- <label class="control-label">寄送方式: </label>
- <span class="control-label"><input autocomplete="off" type="radio" @click="sendDiva" ref="status" name="status" value="1" checked="checked"/> : 快递柜打包</span>
- <span class="control-label"><input autocomplete="off" type="radio" @click="sendDivb" ref="status" name="status" value="0" /> : 寄送到家</span>
- </div>
- <div class="form-group sendShow" style="border-bottom: 1px solid #e5e5e5;">
- <h4 class="modal-title">收件人信息</h4>
- </div>
- <div class="form-group sendShow">
- 省:<select id="cmbProvince" value=""></select>
- 市:<select id="cmbCity" value=""></select>
- 区:<select id="cmbArea" value=""></select>
- </div>
- <div class="form-group sendShow">
- <label for="addrUser" class="control-label">详细地址:</label>
- <input autocomplete="off" type="text" class="form-control" ref="addrUser" id="addrUser" />
- </div>
- <div v-if="coupons.size > 0" class="form-group">
- <label for="couponSn" class="control-label">优惠券码:</label>
- <input type="text" class="form-control" ref="couponSn" id="couponSn" />
- </div>
- </form>
- </div>
- <div class="modal-footer">
- <button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
- <button type="button" class="btn btn-primary" @click="queryIDCardInfo">查询身份信息</button>
- <button type="button" class="btn btn-primary" @click="getIDCardInfo" id="IDCard">读取身份证信息</button>
- <button type="button" class="btn btn-primary" @click="idCardVerification" id="Send" style="background-color:red;">去付款</button>
- </div>
- </div>
- </div>
- </div>
- <div class="modal fade" id="updatePasswordDialog" role="dialog" aria-hidden="true">
- <div class="modal-dialog">
- <div class="modal-content">
- <div class="modal-header">
- <button type="button" class="close" data-dismiss="modal" @click="closeUpdatePasswordDialog" aria-label="Close"><span aria-hidden="true">×</span></button>
- <h4 class="modal-title" id="updatePasswordLabel">修改密码</h4>
- </div>
- <div class="modal-body">
- <div>
- <label class="control-label">账号:</label>
- <span class="label label-success" style="vertical-align: center;">{{sysUserInfo.username}}</span>
- </div>
- <div style="margin-top: 30px">
- <label class="control-label" for="oldPassword">原密码:</label>
- <input type="password" class="form-control" v-model="oldPassword" ref="oldPassword" size="40%" id="oldPassword" />
- </div>
- <div style="margin-top: 30px">
- <label class="control-label" for="newPassword">新密码:</label>
- <input type="text" class="form-control" v-model="newPassword" ref="newPassword" size="40%" id="newPassword" />
- </div>
- <!-- <div style="margin-top: 30px">-->
- <!-- <label class="control-label" for="newPassword2">再次输入新密码:</label>-->
- <!-- <input type="text" class="form-control" v-model="newPassword2" ref="newPassword2" size="40%" id="newPassword2" />-->
- <!-- </div>-->
- </div>
- <div class="modal-footer">
- <button type="button" class="btn btn-default" data-dismiss="modal" @click="closeUpdatePasswordDialog" >关闭</button>
- <button type="button" class="btn btn-primary" @click="updatePassword">修改</button>
- </div>
- </div>
- </div>
- </div>
- <div class="modal fade" id="calculateOrderPriceDialog" role="dialog" aria-hidden="true">
- <div class="modal-dialog">
- <div class="modal-content">
- <div class="modal-header">
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
- <h4 class="modal-title" id="calculateOrderPriceModalLabel">录入会员码</h4>
- </div>
- <div class="modal-body">
- <div>
- <label for="customPhone" class="control-label">会员码:</label>
- <input autocomplete="off" type="text" v-model="memberCode" ref="couponBarCode" size="60%" id="couponBarCode" @on-enter="calculateOrderPriceSubmit" />
- </div>
- <div style="margin-top: 30px">
- <label class="control-label" >是否使用积分进行抵扣:</label>
- <i-switch v-model="switch1" on />
- </div>
- </div>
- <div class="modal-footer">
- <button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
- <button type="button" class="btn btn-primary" @click="calculateOrderPriceSubmit">计算优惠价</button>
- </div>
- </div>
- </div>
- </div>
- <!--付款码 -->
- <div class="modal fade" id="payModal" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
- <div class="modal-dialog">
- <div class="modal-content">
- <div class="modal-header">
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
- <h4 class="modal-title" id="payModalLabel">付款码</h4>
- </div>
- <div class="modal-body">
- <div style="margin-bottom: 50px">
- <ul style="display: inline-block">
- <li><h3 style="border: white;padding: 8px;">总件数:{{totalCount}}</h3></li>
- <li><h3 style="border: white;padding: 8px;">总价:{{totalPrice}}</h3></li>
- <li><h3 style="border: white;padding: 8px;color: red;">实际支付价:{{actualPrice}}</h3></li>
- </ul>
- <ul style="display: inline-block">
- <li><h3 style="border: white;padding: 8px">会员等级:{{levelName}}</h3></li>
- <li><h3 style="border: white;padding: 8px">会员当前积分:{{memberCurrentAvailableScore}}</h3></li>
- <li><h3 style="border: white;padding: 8px">抵扣积分:{{deductionScore}}</h3></li>
- </ul>
- </div>
- <form>
- <div class="form-group">
- <i-input id="payCode" class="payCodeInput" @on-enter="submitOrder" ref="payCode" size="60%" placeholder="请输入付款码"/>
- </div>
- </form>
- </div>
- <div class="modal-footer">
- <button type="button" class="btn btn-primary" @click="submitOrder" id="submitOrder" data-dismiss="modal">提交</button>
- </div>
- </div>
- </div><!-- /.modal -->
- </div>
- </li>
- </ul>
- </div>
- <div class="col-md-3">
- <h2 class="text-center" style="border: white;background-color: #F5DCB3;padding: 8px" >小票码 <span v-show="delayResponse"> 海关卡回执导致单量堆积</span></h2><br/>
- <div class="row" style="border: white;background-color: #f0f0f0;overflow:auto;height: 700px;">
- <div class="col-xs-4 col-sm-4" v-for="(item,i) in pickUpCodeList" style="margin-bottom: 8px;">
- <i-button data-toggle="modal" data-target="#orderDetail" style="width: 110px;font-family: 微软雅黑" @click="queryOrderDetail(item.orderSn,item.pickUpCodeSn)" v-if="item.pickUpCodeStatus == 0" > {{item.pickUpCodeSn}}</i-button>
- <i-button data-toggle="modal" data-target="#orderDetail" style="background-color:#83e7b4;width: 110px;font-family: 微软雅黑" @click="queryOrderDetail(item.orderSn,item.pickUpCodeSn)" v-if="item.pickUpCodeStatus == 1" >{{item.pickUpCodeSn}}</i-button>
- <i-button data-toggle="modal" data-target="#orderDetail" style="background-color:#808080;width: 110px;font-family: 微软雅黑" @click="queryOrderDetail(item.orderSn,item.pickUpCodeSn)" v-if="item.pickUpCodeStatus == 2" >{{item.pickUpCodeSn}}</i-button>
- <i-button data-toggle="modal" data-target="#orderDetail" style="background-color:#FF0000;width: 110px;font-family: 微软雅黑" @click="queryOrderDetail(item.orderSn,item.pickUpCodeSn)" v-if="item.pickUpCodeStatus == 4" >{{item.pickUpCodeSn}}</i-button>
- <i-button data-toggle="modal" data-target="#orderDetail" style="background-color:#ffc800;width: 110px;font-family: 微软雅黑" @click="queryOrderDetail(item.orderSn,item.pickUpCodeSn)" v-if="item.pickUpCodeStatus == 5" >{{item.pickUpCodeSn}}</i-button>
- <i-button data-toggle="modal" data-target="#orderDetail" style="background-color:#000;color: #fff;width: 110px;font-family: 微软雅黑" @click="queryOrderDetail(item.orderSn,item.pickUpCodeSn)" v-if="item.pickUpCodeStatus == 6" >{{item.pickUpCodeSn}}</i-button>
- </div>
- </div>
- </div>
- <!--付款码 -->
- <div class="modal fade " id="orderDetail" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
- <div class="modal-dialog modal-lg" style="width: 80%;height: 80%">
- <div class="modal-content">
- <div class="modal-header">
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
- <h4 class="modal-title" id="orderDetailLabel">订单详情</h4>
- </div>
- <div class="modal-body">
- <div class="row" style="border:0">
- <div class="col-md-3" id="orderNo">订单编号: {{orderEntity.orderSn}}</div>
- <div class="col-md-3" id="serialNumber">支付流水号: <span>{{orderProcessRecord.payTransactionId}}</span></div>
- <div class="col-md-3" id="waybillNo">运单编号: {{orderProcessRecord.logisticsNo}}</div>
- <div class="col-md-3" id="inventoryNo">清单编号: {{orderProcessRecord.invtNo}}</div>
- </div>
- <div class="row" style="border:0">
- <!-- <div class="col-md-3" id="orderDeclarationTime">订单申报时间: {{orderProcessRecord.eleOrderStartTime}}</div>-->
- <div class="col-md-3" id="payDeclarationTime">支付单申报时间: {{orderProcessRecord.paymentStartTime}}</div>
- <div class="col-md-3" id="waybillDeclarationTime">运单申报时间: {{orderProcessRecord.waybillStartTime}}</div>
- <div class="col-md-3" id="inventoryDeclarationTime">清单放行时间: {{orderProcessRecord.customsSuccTime}}</div>
- <div class="col-md-3" id="orderSubmitTime">订单提交时间: {{orderProcessRecord.addOrderStartTime}}</div>
- </div>
- <div class="row" style="border:0">
- <!-- <div class="col-md-3" id="orderSubmitTime">订单提交时间: {{orderProcessRecord.addOrderStartTime}}</div>-->
- <div class="col-md-3" id="payStatus">支付状态:
- <span v-if="orderEntity.payStatus == 0">未付款</span>
- <span v-if="orderEntity.payStatus == 1">付款中</span>
- <span v-if="orderEntity.payStatus == 2">已付款</span>
- </div>
- <div class="col-md-3" id="inventoryStatus">清关状态:
- <span v-if="orderProcessRecord.isCustomsSend == 1">放行</span>
- <span v-if="orderProcessRecord.isCustomsSend == 2">查验</span>
- <span v-if="orderProcessRecord.isCustomsSend == 3">清关失败</span>
- <span v-if="orderProcessRecord.isCustomsSend == 4">其他</span>
- </div>
- <div class="col-md-3" id="payOrderDeclareStatus">支付单申报状态:
- <span v-if="orderProcessRecord.isPaymentSend == 0">失败</span>
- <span v-if="orderProcessRecord.isPaymentSend == 1">成功</span>
- <span v-if="orderProcessRecord.isPaymentSend == 2">申报中</span>
- </div>
- </div>
- <!-- <div class="row" style="border:0">-->
- <!-- <div class="col-md-3" id="orderDeclareStatus">订单申报状态:-->
- <!-- <span v-if="orderProcessRecord.isEleOrderSend == 0">失败</span>-->
- <!-- <span v-if="orderProcessRecord.isEleOrderSend == 1">成功</span>-->
- <!-- <span v-if="orderProcessRecord.isEleOrderSend == 2">申报中</span>-->
- <!-- </div>-->
- <!-- <div class="col-md-3" id="payOrderDeclareStatus">支付单申报状态:-->
- <!-- <span v-if="orderProcessRecord.isPaymentSend == 0">失败</span>-->
- <!-- <span v-if="orderProcessRecord.isPaymentSend == 1">成功</span>-->
- <!-- <span v-if="orderProcessRecord.isPaymentSend == 2">申报中</span>-->
- <!-- </div>-->
- <!-- </div>-->
- <div class="row" style="border:0">
- <div class="col-md-3" id="orderTotal">订单总金额: {{orderEntity.orderPrice}}</div>
- <div class="col-md-3" id="actualPrice">订单实际支付金额: {{orderEntity.actualPrice}}</div>
- <div class="col-md-3" id="discount">订单优惠券金额: {{orderEntity.couponPrice}}</div>
- <div class="col-md-3" id="orderTaxes">订单预估税费: {{tax}}</div>
- </div>
- <div class="row" style="border:0">
- <div class="col-md-3" id="payName">姓名: {{orderEntity.payName}}</div>
- <div class="col-md-3" id="mobile">手机号: {{orderEntity.payMobile}}</div>
- <div class="col-md-3" id="pickUpCodeSn">小票码: {{orderEntity.pickUpCodeSn}}</div>
- </div>
- <div class="row" style="border:0">
- <div class="col-md-12" id="invetoryReceipt">清关结果: {{response}}</div>
- </div>
- <table id="goodsDetailTable" class="table .table-striped" style="margin-top: 50px;">
- <tr style="border: white;background-color: orange">
- <th>商品名称</th>
- <th>sku</th>
- <th>规格</th>
- <th>市场价</th>
- <!-- <th>优惠价</th>-->
- <th>数量</th>
- <th>实际支付价</th>
- <th>预估税费</th>
- <th>参与活动</th>
- </tr>
- <tr v-for="(item,i) in goodsDetailList" >
- <td><h3>{{item.goodsName}}</h3></td>
- <td>{{item.sku}}</td>
- <td>{{item.specification}}</td>
- <td>{{item.marketPrice}}</td>
- <!-- <td>{{item.discountedPrice}}</td>-->
- <td>{{item.number}}</td>
- <td>{{item.actualPaymentAmount}}</td>
- <td >{{item.taxPrice}}</td>
- <td >{{item.activity}}</td>
- </tr>
- </table>
- </div>
- <div class="modal-footer">
- <button v-if="canRefund" type="button" style="margin:0 30px 0 20px;font-size: 20px;float: left" class="btn ivu-btn-error" @click="refundOrder()" id="refundOrder" data-dismiss="modal">退款</button>
- <button v-else disabled type="button" style="margin:0 30px 0 25px;font-size: 20px;float: left" class="btn ivu-btn-error" @click="refundOrder()" data-dismiss="modal">退款</button>
- <!-- <button type="button" style="margin:0 30px 0 20px;font-size: 25px;" class="btn btn-warning" @click="confirmDelivery" id="confirmDelivery" data-dismiss="modal">确定提货</button>-->
- <!-- <button type="button" style="margin:0 30px 0 20px;font-size: 25px;" class="btn btn-primary" @click="resendNotice" id="resendNotice" data-dismiss="modal">重发通知</button>-->
- <!-- <button type="button" style="margin:0 30px 0 20px;font-size: 25px;" class="btn btn-primary" @click="resendWaybill" id="resendWaybill" data-dismiss="modal">重发运单</button>-->
- <button type="button" style="margin:0 30px 0 20px;font-size: 25px;" class="btn btn-primary" @click="resendorder" id="resendorder" data-dismiss="modal">重发订单</button>
- <button type="button" style="margin:0 30px 0 20px;font-size: 25px;" class="btn btn-primary" @click="resendPayment" id="resendPayment" data-dismiss="modal">重发支付单</button>
- <!-- <button type="button" style="margin:0 30px 0 20px;font-size: 25px;" class="btn btn-primary" @click="resendOrder" id="resendOrder" data-dismiss="modal">重发订单</button>-->
- <!-- <button type="button" style="margin:0 30px 0 20px;font-size: 25px;" class="btn btn-primary" @click="forceSendToOms" id="forceSendToOms" data-dismiss="modal">强推清关</button>-->
- <button type="button" style="margin:0 30px 0 20px;font-size: 25px;" class="btn btn-primary" @click="verification" id="verification" data-dismiss="modal">核销</button>
- <!-- <button type="button" style="margin:0 30px 0 20px;font-size: 25px;" class="btn btn-primary" @click="verEwbtion" id="verEwbtion" data-dismiss="modal">打印快递单</button>-->
- </div>
- </div>
- </div><!-- /.modal -->
- </div>
- <!-- 多sku选择框-->
- <div>
- <div id="orderSkuDetail" v-if="openSku" >
- <table id="goodsSkuDetailTable" class="tableNew table .table-striped ">
- <tr style="border: white;background-color: orange">
- <th>商品名称</th>
- <th>sku</th>
- <th>条码</th>
- <th>单价</th>
- <th>库存数</th>
- <th>实际支付价</th>
- <th>参与活动</th>
- <th>操作</th>
- <th><i class="glyphicon glyphicon-remove" @click="cancelNew"></i></th>
- </tr>
- <tr v-for="(item,i) in goodsSkuDetailList">
- <td>{{item.name}}</td>
- <td>{{item.sku}}</td>
- <td>{{item.prodBarcode}}</td>
- <td>{{item.retailPrice}}</td>
- <td>{{item.stockNum}}</td>
- <td>{{item.actualPaymentAmount}}</td>
- <td>{{item.activity}}</td>
- <td>
- <button type="button" v-if="openSku" style="margin:0 30px 0 -20px;font-size: 20px;" class="btn btn-primary" @click="saveNew(item.sku)" id="saveNew" data-dismiss="modal">确定</button>
- </td>
- </tr>
- </table>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div style="display: none">
- <img src="/statics/img/yto_logo.jpg">
- <img src="/statics/img/bestex_logo.jpeg">
- <img src="/statics/img/bestex_logo2.jpeg">
- <img src="/statics/img/bestex_logo2.png">
- <img src="/statics/img/bestex_logo3.png">
- </div>
- <script type="application/javascript">
- let mailTypes = ["best", "yto"];
- var strategies = {
- "best": function(data){
- return render_of_best(data);
- },
- "yto": function(data){
- return render_of_yto(data);
- }
- };
- for (let i = 0; i < mailTypes.length; i++) {
- strategies[mailTypes[i]] = "";
- }
- var renderMailInfo = function(exprCode, data){
- return strategies[exprCode](data);
- };
- </script>
- <script src="${rc.contextPath}/statics/dist/js7_jsAddress.js"></script>
- <script src="${rc.contextPath}/statics/libs/bignumber.js"></script>
- <script src="${rc.contextPath}/js/sale/sale.js?_${date.systemTime}"></script>
- <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
- <script src="${rc.contextPath}/statics/libs/bootstrap.min.js"></script>
- </body>
- </html>
|