Index.html 29.2 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647
<%include '../../common/__ui/header'%>
<%include '../../common/__partail/ListHeader'%>

<div class="contentpanel">
    <div class="panel panel-default" id="priceChangeSearch" style="margin-bottom:10px;">
        <div class="panel-body">
            <div class="row">
                <div class="panel-col">
                    <input id="skn" class="form-control panel-input height40" type="text" placeholder="请输入SKN" onkeyup="this.value=this.value.replace(/\D/gi,'')">
                </div>
				<input type="hidden" id='authority' value="<%auditAuthority.authority%>" />
                <div class="panel-col">
                    <select name="shop" id="shop"  tabindex="-1" title="" class="form-control">
                        <option value="-1">请选择店铺</option>
                    </select>
                </div>

                <div class="panel-col">
                    <select name="brand" id="brand"  tabindex="-1" title="" class="form-control">
                        <option value="-1">请选择品牌</option>
                    </select>
                </div>

                <div class="panel-col">
                    <select name="supplier" id="supplier"  tabindex="-1" title="" class="form-control">
                        <option value="-1">请选择供应商</option>
                    </select>
                </div>

                <div class="panel-col">
                    <select name="status" id="status"  tabindex="-1" title="" class="form-control">
                        <option value="-1">上架状态</option>
                        <option value="200">上架</option>
                        <option value="0">下架</option>
                    </select>
                </div>

                <div class="panel-col">
                    <select name="stock" id="stock"  tabindex="-1" title="" class="form-control">
                        <option value="-1">库存情况</option>
                        <option value="1">有库存</option>
                        <option value="0">无库存</option>
                    </select>
                </div>

                <div class="panel-col">
                    <select name="sex" id="sex"  tabindex="-1" title="" class="form-control">
                        <option value="-1">选择性别</option>
                        <option value="1"></option>
                        <option value="2"></option>
                        <option value="3">通用</option>
                    </select>
                </div>

                <div class="panel-col">
                    <select name="illegalType" id="illegalType"  tabindex="-1" title="" class="form-control">
                        <option value="-1">违规类型</option>
                        <option value="逆价">逆价</option>
                        <option value="新品">新品</option>
                        <option value="频繁变价">频繁变价</option>
                        <option value="价格上调">价格上调</option>
                        <option value="降幅超标">降幅超标</option>
                        <option value="库存为0">库存为0</option>
                        <option value="正常变价">正常变价</option>                        
                    </select>
                </div>

                <div class="panel-col">
                    <select name="sellType" id="sellType"  tabindex="-1" title="" class="form-control">
                        <option value="-1">商品经营模式</option>
                        <option value="1">经销</option>
                        <option value="2">代销</option>
                        <option value="3">JIT</option>
                        <option value="10">经销保税</option>
                        <option value="0">未设置</option>
                    </select>
                </div>

                <div class="panel-col">
                    <select name="goodsType" id="goodsType"  tabindex="-1" title="" class="form-control">
                        <option value="-1">商品类型</option>
                        <option value="经销">经销</option>
                        <option value="自主">自主</option>
                        <option value="羊头">羊头</option>
                        <option value="代销">代销</option>
                    </select>
                </div> 

                <div class="panel-col">
                    <select name="stockSalesRange15" id="stockSalesRange15"  tabindex="-1" title="" class="form-control">
                        <option value="-1">15日库销区间</option>
                        <option value="未上架">未上架</option>
                        <option value="已售罄">已售罄</option>
                        <option value="2以下">2以下</option>
                        <option value="2~3">2~3</option>
                        <option value="3~5">3~5</option>
                        <option value="5以上">5以上</option>
                        <option value="不动销">不动销</option>
                    </select>
                </div>

                <div class="panel-col">
                    <select name="ageingRange" id="ageingRange"  tabindex="-1" title="" class="form-control">
                        <option value="-1">累计库龄区间</option>
                        <option value="0-7天">0-7天</option>
                        <option value="8-15天">8-15天</option>
                        <option value="16-30天">16-30天</option>
                        <option value="31-60天">31-60天</option>
                        <option value="61-90天">61-90天</option>
                        <option value="91-180天">91-180天</option>
                        <option value="181-365天">181-365天</option>
                        <option value="365-455天">365-455天</option>
                        <option value="455天+">455天+</option>
                    </select>
                </div>

                <div class="panel-col">
                    <select name="isNotAllow" id="isNotAllow"  tabindex="-1" title="" class="form-control">
                        <option value="-1">集中管控</option>
                        <option value="Y"></option>
                        <option value="n"></option>                        
                    </select>
                </div>

                <div class="panel-col2">
                    <div id="sortTree"></div>
                </div>

                <div class="panel-col">
                    <a id="filter-btn" href="javascript:;" class="btn btn-info">筛选</a>
                    <a id="all-btn" href="javascript:;" class="btn btn-info">全部</a>
                </div>

                <div class="panel-col" style="margin: 0 0 0 -5px;">
                    <a id="batchExportChangePrice" href="javascript:;" class="btn btn-primary">导出</a>
                    <a id="import-btn" href="javascript:;" class="btn btn-primary">批量导入</a>                
                </div>

                <div class="panel-col" style="margin: 0 0 0 12px;width:30%;">
                    <a id="batch_pass_btn" href="javascript:;" class="btn btn-success">通过</a>
                    <a id="batch_reject_btn" href="javascript:;" class="btn btn-danger">驳回</a>
                    <a id="batch_audit_btn" href="javascript:;" class="btn btn-primary">批量审核</a>
                    <!-- <a id="batch_audit_to_third_btn" href="javascript:;" class="btn btn-danger">转三审</a> -->
                </div>
            </div>
        </div>            
    </div>
    <div class="panel panel-primary-head">
        <div class="dataTab_wrapper" id="priceTab" style="margin-bottom: 10px"></div>
        <div class="dataTab_wrapper" id="basicTable" ></div>
    </div>
    
    <div class="panel bulk_import" style="display: none">
        <div class="panel "  >
            <a id="" href="javascript:;" class="btn btn-info return-btn">返回列表</a>
            <a id="download-btn" href="javascript:;" class="btn btn-success" style="display: none">
                <span class="glyphicon glyphicon-arrow-down"></span> 下载导入结果
            </a>

            <table class="table table-bordered" style="border:1px solid #ddd; margin-top: 10px">
                <tr>
                    <td width="120px" style="line-height: 37px"><b>上传EXCEL:</b></td>
                    <td style="position: relative;">
                        <input id="priceChangeUpload" name="file" type="file" style="cursor: pointer; height: 37px; top: 8px;">
                        <div class="file-name btn btn-primary">请选择文件</div>
                    </td>
                </tr>
                <tr>
                    <td width="120px"><b>说明:</b></td>
                    <td>
                        1、上传文件必须是<span style="color:red;">.xlsx</span>文件<br>
                        2、Excel表头为:<span style="color: #67D267;">SKN、吊牌价、销售价</span><br>
                        3、第一行为表头内容,第二行开始为正式内容<br>
                        4、每个文件控制在2500行以内<br>
                        5、<a href="/ajax/link/batchUpdatePrice" style="margin: 0; text-decoration: underline">下载样例.xlsx</a>
                    </td>
                </tr>
            </table>

            <div id="priceChangeImportMessage">
                <b>批量上传结果:</b>
                <span id="detailMassage"></span>
                <div class="clearfix"></div>
            </div>

            <div id="priceChangeImportResultSet">
                <div class="title">
                    <span>生效时间设置:</span>
                    <div class="clearfix"></div>
                </div>
                <div class="form-inline">
                    <label>价格生效时间:</label>
                    <div class="form-group">
                        <input id="importStartDate" jsaction="date:end:importEndDate" type="text" class="form-control" placeholder="开始日期" style="width: 150px">
                        &nbsp;~&nbsp;
                        <input id="importEndDate" jsaction="date:start:importStartDate" type="text" class="form-control" placeholder="结束日期" style="width: 150px">
                    </div>
                    <div class="form-group">
                        <a href="javascript:;" class="btn btn-success btn-submit-priceChange">确定提交</a>
                    </div>
                </div>
            </div>

            <div id="priceChangeImportResult">
                <div class="title">
                    <span>批量变价列表:(成功导入的变价)</span>
                    <a id="deleteAllImport" href="javascript:;" class="btn btn-xs btn-danger" style="float: right;padding-right: 10px">全部删除</a>
                    <div class="clearfix"></div>
                </div>
                <div id="importResultTable"></div>
            </div>
        </div>
    </div>


    <div class="panel bulk_batch_autdit" style="display: none" >
        <div class="panel "  >
            <a id="" href="javascript:;" class="btn btn-info return-btn">返回列表</a>
            
            <table class="table table-bordered" style="border:1px solid #ddd;margin-top: 10px">
                <tr>
                    <td width="120px" style="line-height: 37px"><b>上传EXCEL:</b></td>
                    <td style="position: relative;">
                        <input id="priceAuditUpload" name="file" type="file" style="cursor: pointer; height: 37px; top: 8px;">
                        <div class="file-name btn btn-primary">请选择文件</div>
                    </td>
                </tr>
                <tr>
                    <td width="120px"><b>说明:</b></td>
                    <td>
                        1、上传文件必须是<span style="color:red;">.xlsx</span>文件<br>
                        2、Excel表头为:<span style="color: #67D267;">SKN、审批(通过:1,驳回:2)、驳回原因</span><br>
                        3、第一行为表头内容,第二行开始为正式内容<br>
                        4、每个文件控制在2500行以内<br>
                        5、<a href="/ajax/link/batchAuditPrice" style="margin: 0; text-decoration: underline">下载样例.xlsx</a>
                    </td>
                </tr>
            </table>
        </div>
        <div class="panel-body red" id="message">
        </div>
    </div> 

</div>

<script id="template" type="text/template">
    <td colspan="16" style="padding: 0">
        <table class="table table-striped table-bordered" style="margin: 0;border: 0">
            <tr>
                <th style="border-top: 0; border-left: 0">SKN</th>
                <th style="border-top: 0">学生价</th>
                <th style="border-top: 0">建议销售价</th>
                <th style="border-top: 0">销售价</th>
                <th style="border-top: 0">价格生效时间</th>
                <th style="border-top: 0">调价后预估毛利率</th>
                <th style="border-top: 0">库存成本</th>
                <th style="border-top: 0; border-right: 0">操作</th>
            </tr>
            <tr>
                <td style="border-bottom: 0; border-left: 0">
                    {product_skn}
                    <input class="plan-id form-control" type="hidden" value="{planId}" >
                </td>
                <td style="border-bottom: 0">
                    <div class="form-inline" style="margin-bottom: 5px">
                        <div class="form-group">
                            <!-- <input type="radio"style="margin-left: 35%" disabled>关闭<br>  -->
                            <input class="student_price form-control" type="text" value="{student_price}" onkeyup="this.value=this.value.replace(/[^\d\.]|^\./gi,'')" disabled>
                        </div>
                    </div>                    
                </td>
                <td style="border-bottom: 0">
                
                </td>
                <td style="border-bottom: 0">
                    <input class="sale-price form-control" type="text" value="{sales_price}" onkeyup="this.value=this.value.replace(/[^\d\.]|^\./gi,'')">
                </td>
                 
                <td class="form-inline" style="border-bottom: 0">
                    <input id="start_{product_skn}" jsaction="date:end:end_{product_skn}" class="startDate form-control" type="text" value="{cgpriceStartTime}" placeholder="开始日期" style='background-color:#fff;'>
                    <label>&nbsp;~&nbsp;</label>
                    <input id="end_{product_skn}" jsaction="date:start:start_{product_skn}" class="endDate form-control" type="text" value="{cgpriceEndTime}" placeholder="结束日期" style='background-color:#fff'>
                </td>
                <td style="border-bottom: 0">
                     <div class="input-group">
                        <input type="text" class="expect_gross_profit_rate form-control" value="{expectGrossProfitRate}" disabled>
                        <span class="input-group-addon">%</span>
                    </div>
                </td>
                <td style="border-bottom: 0">
                    <input class="storage_per_price form-control" type="text" value="{storagePerPrice}" disabled>
                </td>            
                <td style="border-bottom: 0; border-right: 0;width:5%">
                    <a href="javascript:;" class="btn btn-success btn-xs sure-modify" style="margin-bottom:10px;">提交</a>
                    <a href="javascript:;" class="btn btn-success btn-xs cancel-modify" >取消</a>
                </td>
            </tr>
        </table>
    </td>
</script>
<script id="template2" type="text/template">
    <div class="productInfo">
        <table class="table table-striped table-bordered">
            <thead>
            <tr align="center">
                <th>SKN</th>
                <th>商品名称</th>
                <th>品牌</th>
                <th>类目</th>
            </tr>
            </thead>
            <tbody>
            <tr>
                <td>[[productSkn]]</td>
                <td>[[goodsName]]</td>
                <td>[[brandName]]</td>
                <td>
                    [[maxSortName]]
                    [[if midleSortName]]&nbsp;>&nbsp;[[midleSortName]][[/if]]
                    [[if smallSortName]]&nbsp;>&nbsp;[[smallSortName]][[/if]]
                </td>
            </tr>
            </tbody>
        </table>
    </div>
    <h2 style="color: #999; font-family: 'Microsoft YaHei'; font-size: 14px;">—— 变价记录表 ——</h2>
    <div class="historyList">
        <table class="table table-striped table-bordered">
            <thead>
            <tr>
                <th>吊牌价</th>
                <th>销售价</th>
                <th>当前价</th>
                <th>价格生效-<font color="green">开始时间</font></th>
                <th>价格生效-<font color="red">结束时间</font></th>
                <th>状态</th>
                <th>变价申请时间</th>
                <th>变价人</th>
                <th>变价类型</th>
                <th>操作</th>
            </tr>
            </thead>
            <tbody>
            [[if logList.length > 0]]
            [[each logList as item index]]
            <tr>
                <td>[[item.retailPrice]]</td>
                <td>[[item.salesPrice]]</td>
                <td>[[item.currentPrice]]</td>
                <td>[[item.effectiveTime]]</td>
                <td>[[item.changePriceEndTime]]</td>
                <td>
                    [[if item.checkState == '101' ]] 待一审 [[/if]]
                    [[if item.checkState == '102' ]] 待二审 [[/if]]
                    [[if item.checkState == '103' ]] 待三审 [[/if]]
                    [[if item.checkState == '200' ]] 待生效 [[/if]]
                    [[if item.checkState == '201' ]] 生效 [[/if]]
                    [[if item.checkState == '202' ]] 已失效 [[/if]]
                    [[if item.checkState == '300' ]] 驳回 [[/if]]
                </td>
                <td>[[item.createTime]]</td>
                <td>[[item.founderName]]</td>
                <td>[[item.changePriceType]]</td>
                <td>
                    [[if item.flag && item.flag == 1]]
                    <a data-planid="[[item.planId]]" data-skn="[[productSkn]]" href="javascript:;" class="btn btn-danger btn-xs deleteHistory">删除</a>
                    [[/if]]
                </td>
            </tr>
            [[/each]]
            [[else]]
            <tr><td colspan="9">没有变价记录!</td></tr>
            [[/if]]
            </tbody>
        </table>
    </div>

<h2 style="color: #999; font-family: 'Microsoft YaHei'; font-size: 14px;">—— 变价计划表 ——</h2>
    <div class="historyList">
        <table class="table table-striped table-bordered">
            <thead>
            <tr>
                <th>吊牌价</th>
                <th>销售价</th>
                <th>价格生效-<font color="green">开始时间</font></th>
                <th>价格生效-<font color="red">结束时间</font></th>
                <th>状态</th>
                <th>变价申请时间</th>
                <th>变价人</th>
                <th>操作</th>
            </tr>
            </thead>
            <tbody>
            [[if planList.length > 0]]
            [[each planList as item index]]
            <tr>
                <td>[[item.retailPrice]]</td>
                <td>[[item.salesPrice]]</td>
                <td>[[item.effectiveTime]]</td>
                <td>[[item.changePriceEndTime]]</td>
                <td>
                    [[if item.checkState == '101' ]] 待一审 [[/if]]
                    [[if item.checkState == '102' ]] 待二审 [[/if]]
                    [[if item.checkState == '103' ]] 待三审 [[/if]]
                    [[if item.checkState == '200' ]] 待生效 [[/if]]
                    [[if item.checkState == '201' ]] 生效 [[/if]]
                    [[if item.checkState == '202' ]] 已失效 [[/if]]
                    [[if item.checkState == '300' ]] 驳回 [[/if]]
                </td>
                <td>[[item.createTime]]</td>
                <td>[[item.founderName]]</td>
                <td>
                    [[if item.flag && item.flag == 1]]
                    <a data-planid="[[item.planId]]" data-skn="[[productSkn]]" href="javascript:;" class="btn btn-danger btn-xs deleteHistory">删除</a>
                    [[/if]]
                </td>
            </tr>
            [[/each]]
            [[else]]
            <tr><td colspan="9">没有变价计划!</td></tr>
            [[/if]]
            </tbody>
        </table>
    </div>
</script>
<script id="template2_new" type="text/template">
    <div class="productInfo">
        <table class="table table-striped table-bordered">
            <thead>
            <tr align="center">
                <th>SKN</th>
                <th>商品名称</th>
                <th>品牌</th>
                <th>类目</th>
                <th>当前价</th>
            </tr>
            </thead>
            <tbody>
            <tr>
                <td>[[productSkn]]</td>
                <td>[[goodsName]]</td>
                <td>[[brandName]]</td>
                <td>
                    [[maxSortName]]
                    [[if midleSortName]]&nbsp;>&nbsp;[[midleSortName]][[/if]]
                    [[if smallSortName]]&nbsp;>&nbsp;[[smallSortName]][[/if]]
                </td>
                <td>[[currentPrice]]</td>
            </tr>
            </tbody>
        </table>
    </div>
    <h2 style="color: #999; font-family: 'Microsoft YaHei'; font-size: 14px;">—— 商品变价记录表 ——</h2>
    <div class="historyList">
        <table class="table table-striped table-bordered">
            <thead>
            <tr>
                <th>吊牌价</th>
                <th>销售价</th>
                <th>价格生效-<font color="green">开始时间</font></th>
                <th>价格生效-<font color="red">结束时间</font></th>
                <th>状态</th>
                <th>变价申请时间</th>
                <th>变价人</th>
                <th>变价类型</th>
            </tr>
            </thead>
            <tbody>
            [[if logList.length > 0]]
            [[each logList as item index]]
            <tr>
                <td>[[item.retailPrice]]</td>
                <td>[[item.salesPrice]]</td>
                <td>[[item.effectiveTime]]</td>
                <td>[[item.changePriceEndTime]]</td>
                <td>
                    [[if item.checkState == '101' ]] 待一审 [[/if]]
                    [[if item.checkState == '102' ]] 待二审 [[/if]]
                    [[if item.checkState == '103' ]] 待三审 [[/if]]
                    [[if item.checkState == '200' ]] 待生效 [[/if]]
                    [[if item.checkState == '201' ]] <font color="red">生效 [[/if]]
                    [[if item.checkState == '202' ]] 已失效 [[/if]]
                    [[if item.checkState == '300' ]] 驳回 [[/if]]
                </td>
                <td>[[item.applyTime]]</td>
                <td>[[item.founderName]]</td>
                <td>[[item.changePriceType]]</td>
            </tr>
            [[/each]]
            [[else]]
            <tr><td colspan="9">没有商品变价记录!</td></tr>
            [[/if]]
            </tbody>
        </table>
    </div>

<h2 style="color: #999; font-family: 'Microsoft YaHei'; font-size: 14px;">—— 活动变价记录表 ——</h2>
    <div class="historyList">
        <table class="table table-striped table-bordered">
            <thead>
            <tr>
                <th>吊牌价</th>
                <th>活动价</th>
                <th>价格生效-<font color="green">开始时间</font></th>
                <th>价格生效-<font color="red">结束时间</font></th>
                <th>状态</th>
                <th>变价申请时间</th>
                <th>变价人</th>
                <th>变价类型</th>
            </tr>
            </thead>
            <tbody>
            [[if list.length > 0]]
            [[each list as item index]]
            <tr>
                <td>[[item.retailPrice]]</td>
                <td>[[item.currentPrice]]</td>
                <td>[[item.effectiveTime]]</td>
                <td>[[item.changePriceEndTime]]</td>
                <td>
                    [[if item.checkState == '101' ]] 待一审 [[/if]]
                    [[if item.checkState == '102' ]] 待二审 [[/if]]
                    [[if item.checkState == '103' ]] 待三审 [[/if]]
                    [[if item.checkState == '200' ]] 待生效 [[/if]]
                    [[if item.checkState == '201' ]] <font color="red">生效 [[/if]]
                    [[if item.checkState == '202' ]] 已失效 [[/if]]
                    [[if item.checkState == '300' ]] 驳回 [[/if]]
                </td>
                <td>[[item.applyTime]]</td>
                <td>[[item.founderName]]</td>
                <td>[[item.changePriceType]]</td>
            </tr>
            [[/each]]
            [[else]]
            <tr><td colspan="9">没有活动变价记录!</td></tr>
            [[/if]]
            </tbody>
        </table>
    </div>

<h2 style="color: #999; font-family: 'Microsoft YaHei'; font-size: 14px;">—— 商品变价计划表 ——</h2>
    <div class="historyList">
        <table class="table table-striped table-bordered">
            <thead>
            <tr>
                <th>吊牌价</th>
                <th>销售价</th>
                <th>价格生效-<font color="green">开始时间</font></th>
                <th>价格生效-<font color="red">结束时间</font></th>
                <th>状态</th>
                <th>变价申请时间</th>
                <th>变价人</th>
                <th>操作</th>
            </tr>
            </thead>
            <tbody>
            [[if planList.length > 0]]
            [[each planList as item index]]
            <tr>
                <td>[[item.retailPrice]]</td>
                <td>[[item.salesPrice]]</td>
                <td>[[item.effectiveTime]]</td>
                <td>[[item.changePriceEndTime]]</td>
                <td>
                    [[if item.checkState == '101' ]] 待一审 [[/if]]
                    [[if item.checkState == '102' ]] 待二审 [[/if]]
                    [[if item.checkState == '103' ]] 待三审 [[/if]]
                    [[if item.checkState == '200' ]] 待生效 [[/if]]
                    [[if item.checkState == '201' ]] 生效 [[/if]]
                    [[if item.checkState == '202' ]] 已失效 [[/if]]
                    [[if item.checkState == '300' ]] 驳回 [[/if]]
                </td>
                <td>[[item.createTime]]</td>
                <td>[[item.founderName]]</td>
                <td>
                    [[if item.flag && item.flag == 1]]
                    <a data-planid="[[item.planId]]" data-skn="[[productSkn]]" href="javascript:;" class="btn btn-danger btn-xs deleteHistory">删除</a>
                    [[/if]]
                </td>
            </tr>
            [[/each]]
            [[else]]
            <tr><td colspan="9">没有商品变价计划!</td></tr>
            [[/if]]
            </tbody>
        </table>
    </div>

<h2 style="color: #999; font-family: 'Microsoft YaHei'; font-size: 14px;">—— 活动变价计划表 ——</h2>
    <div class="historyList">
        <table class="table table-striped table-bordered">
            <thead>
            <tr>
                <th>吊牌价</th>
                <th>活动价</th>
                <th>价格生效-<font color="green">开始时间</font></th>
                <th>价格生效-<font color="red">结束时间</font></th>
                <th>状态</th>
                <th>变价申请时间</th>
                <th>变价人</th>
            </tr>
            </thead>
            <tbody>
            [[if makePriceList.length > 0]]
            [[each makePriceList as item index]]
            <tr>
                <td>[[item.retailPrice]]</td>
                <td>[[item.salesPrice]]</td>
                <td>[[item.effectiveTime]]</td>
                <td>[[item.changePriceEndTime]]</td>
                <td>
                    [[if item.checkState == '101' ]] 待一审 [[/if]]
                    [[if item.checkState == '102' ]] 待二审 [[/if]]
                    [[if item.checkState == '103' ]] 待三审 [[/if]]
                    [[if item.checkState == '200' ]] 待生效 [[/if]]
                    [[if item.checkState == '201' ]] 生效 [[/if]]
                    [[if item.checkState == '202' ]] 已失效 [[/if]]
                    [[if item.checkState == '300' ]] 驳回 [[/if]]
                </td>
                <td>[[item.createTime]]</td>
                <td>[[item.founderName]]</td>
            </tr>
            [[/each]]
            [[else]]
            <tr><td colspan="9">没有活动变价计划!</td></tr>
            [[/if]]
            </tbody>
        </table>
    </div>
</script>

<script type="text/template" id="template3">
    <div class="rows" style="height: 100px;">
        <div class="form-group">
            <span class="col-sm-2 control-label">驳回原因:</span>

            <div class="col-sm-8">
                <textarea id="rejectResult" class="form-control" rows="3"></textarea>
            </div>
        </div>
    </div>
    </div>
</script>



<%include '../../common/__ui/footer'%>