|
@@ -6,17 +6,18 @@
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
|
|
|
<meta http-equiv="Cache-Control" content="no-siteapp" />
|
|
|
-<#include "/base/add_base.ftl">
|
|
|
+ <#include "/base/add_base.ftl">
|
|
|
<link href="${path}/common/lib/jquery.ui/jquery-ui.css" rel="stylesheet" type="text/css"/>
|
|
|
<link href="${path}/common/lib/webuploader/0.1.5/webuploader.css" rel="stylesheet" type="text/css"/>
|
|
|
<link href="${path}/common/lib/icheck/icheck.css" rel="stylesheet" type="text/css"/>
|
|
|
+ <!-- 新增需求引入js、css -->
|
|
|
+ <link href="${path}/common/lib/bootstrap/bootstrap.min.css" rel="stylesheet" />
|
|
|
<style>
|
|
|
.tit{position: relative;text-align: left;font-size: 16px;padding-left: 10px;}
|
|
|
.tit:after{content: '';position: absolute;left: 0;top: 20%;height: 60%;width: 3px;background-color: #32a3d8;}
|
|
|
.tit-2{position: relative;text-align: left;font-size: 16px;padding-left: 10px;color: #50a2ea;}
|
|
|
.tit-2:after{content: '';position: absolute;left: 0;top: 50%;height: 6px;width: 6px;border-radius: 6px;margin-top: -3px; background-color: #32a3d8;}
|
|
|
#province select{margin-right:10px; width:100px;height: 31px;-webkit-appearance:none !important;appearance:none;background: url(${path}/common/images/cm/select-1.png) right center no-repeat;background-size: auto 100%;padding-left:3px;padding-right: 25px;}
|
|
|
-
|
|
|
#suggest, #suggest2 {width:200px}
|
|
|
.gray {color:gray}
|
|
|
.ac_results {background:#fff;border:1px solid #7f9db9;position: absolute;z-index: 10000;display: none}
|
|
@@ -67,7 +68,7 @@
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
-<article class="cl pd-20">
|
|
|
+<article class="cl pd-20" style="padding-top: 0px;">
|
|
|
<form action="" method="post" class="form form-horizontal" id="form-article-add">
|
|
|
<div class="row cl">
|
|
|
<label class="form-label col-3">
|
|
@@ -76,7 +77,7 @@
|
|
|
<div class="formControls col-9">
|
|
|
</div>
|
|
|
</div>
|
|
|
- <table class="table table-border table-bg table-bordered" style="margin-top: 10px;">
|
|
|
+ <table class="table table-bordered table-bg table-hover table-sort" style="margin-top: 10px;">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th width="10">维修编号:</th>
|
|
@@ -183,7 +184,7 @@
|
|
|
<div class="formControls col-10 col-sm-10">
|
|
|
</div>
|
|
|
</div>
|
|
|
- <table class="table table-border table-bg table-bordered" style="margin-top: 10px;">
|
|
|
+ <table class="table table-bordered table-bg table-hover table-sort" style="margin-top: 10px;">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th width="10">客诉编号:</th>
|
|
@@ -242,7 +243,7 @@
|
|
|
<div class="formControls col-10 col-sm-10">
|
|
|
</div>
|
|
|
</div>
|
|
|
- <table class="table table-border table-bg table-bordered" style="margin-top: 10px;">
|
|
|
+ <table class="table table-bordered table-bg table-hover table-sort" style="margin-top: 10px;">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th width="10">业务员:</th>
|
|
@@ -277,7 +278,7 @@
|
|
|
<div class="formControls col-10 col-sm-10">
|
|
|
</div>
|
|
|
</div>
|
|
|
- <table class="table table-border table-bg table-bordered" style="margin-top: 10px;">
|
|
|
+ <table class="table table-bordered table-bg table-hover table-sort" style="margin-top: 10px;">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th width="10">是否可翻新:</th>
|
|
@@ -355,7 +356,7 @@
|
|
|
<li class="b-close" id="configDetele1">
|
|
|
<input type="hidden" value="${detectPhenomenon.itemConfigId!''}" name="configli1">
|
|
|
${detectPhenomenon.itemDetectContent!''}
|
|
|
- <span class="my-close" onclick="deleteli(this)"></span>
|
|
|
+ <span style="display: none" class="my-close" onclick="deleteli(this)"></span>
|
|
|
</li>
|
|
|
</#list>
|
|
|
</#if>
|
|
@@ -471,7 +472,7 @@
|
|
|
<div class="formControls col-10 col-sm-10">
|
|
|
</div>
|
|
|
</div>
|
|
|
- <table class="table table-border table-bg table-bordered" style="margin-top: 10px;">
|
|
|
+ <table class="table table-bordered table-bg table-hover table-sort" style="margin-top: 10px;">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th width="10">维修配件:</th>
|
|
@@ -510,7 +511,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<#--<label class="form-label col-2 col-sm-2">购买产品信息:</label>-->
|
|
|
- <table class="table table-border table-bg table-bordered" style="margin-top: 10px;">
|
|
|
+ <table class="table table-bordered table-bg table-hover table-sort" style="margin-top: 10px;">
|
|
|
<tr class="text-c">
|
|
|
<th>是否通过</th>
|
|
|
<th>QC备注</th>
|
|
@@ -538,7 +539,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<#--<label class="form-label col-2 col-sm-2">购买产品信息:</label>-->
|
|
|
- <table class="table table-border table-bg table-bordered" style="margin-top: 10px;">
|
|
|
+ <table class="table table-bordered table-bg table-hover table-sort" style="margin-top: 10px;">
|
|
|
<tr class="text-c">
|
|
|
<th>处理结果</th>
|
|
|
<th>处理备注</th>
|
|
@@ -573,7 +574,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<#--<label class="form-label col-2 col-sm-2">购买产品信息:</label>-->
|
|
|
- <table class="table table-border table-bg table-bordered" style="margin-top: 10px;">
|
|
|
+ <table class="table table-bordered table-bg table-hover table-sort" style="margin-top: 10px;">
|
|
|
<tr class="text-c">
|
|
|
<th>订单编号</th>
|
|
|
<th>物流信息</th>
|
|
@@ -588,13 +589,13 @@
|
|
|
<#if salesOrder.salesShippingStatus == 0>
|
|
|
未发货
|
|
|
<#elseif salesOrder.salesShippingStatus == 1>
|
|
|
- 已打单
|
|
|
+ 已打单
|
|
|
<#elseif salesOrder.salesShippingStatus == 3>
|
|
|
- 备货中
|
|
|
+ 备货中
|
|
|
<#elseif salesOrder.salesShippingStatus == 4>
|
|
|
- 收货
|
|
|
+ 收货
|
|
|
<#elseif salesOrder.salesShippingStatus == 11>
|
|
|
- 已通知配货
|
|
|
+ 已通知配货
|
|
|
</#if>
|
|
|
</td>
|
|
|
<td>${salesOrder.salesSalesTime?string("yyyy/MM/dd HH:mm:ss")}</td>
|