|
@@ -243,7 +243,6 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row cl">
|
|
<div class="row cl">
|
|
-
|
|
|
|
<label class="form-label col-1 col-sm-1">
|
|
<label class="form-label col-1 col-sm-1">
|
|
<div class="tit">处理结果</div>
|
|
<div class="tit">处理结果</div>
|
|
</label>
|
|
</label>
|
|
@@ -256,7 +255,6 @@
|
|
<input type="hidden" id="closedProdcues" name="closedProdcuesJson" value="">
|
|
<input type="hidden" id="closedProdcues" name="closedProdcuesJson" value="">
|
|
<input type="hidden" id="closedFittings" name="closedFittingsJson" value="">
|
|
<input type="hidden" id="closedFittings" name="closedFittingsJson" value="">
|
|
|
|
|
|
-
|
|
|
|
<div class="row cl">
|
|
<div class="row cl">
|
|
<label class="form-label col-1 col-sm-1">处理类型:</label>
|
|
<label class="form-label col-1 col-sm-1">处理类型:</label>
|
|
<div class="formControls col-10 col-sm-10 skin-minimal">
|
|
<div class="formControls col-10 col-sm-10 skin-minimal">
|
|
@@ -335,8 +333,6 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
<div class="row cl" id="recipientInfoTitle" style="display: none;">
|
|
<div class="row cl" id="recipientInfoTitle" style="display: none;">
|
|
<label class="form-label col-1 col-sm-1"><span class="c-red">*</span>收件信息:</label>
|
|
<label class="form-label col-1 col-sm-1"><span class="c-red">*</span>收件信息:</label>
|
|
<div class="formControls col-8 col-sm-8">请先选择订单,系统自动填充姓名,电话和地址信息。</div>
|
|
<div class="formControls col-8 col-sm-8">请先选择订单,系统自动填充姓名,电话和地址信息。</div>
|
|
@@ -637,7 +633,6 @@
|
|
<script>
|
|
<script>
|
|
|
|
|
|
$(function(){
|
|
$(function(){
|
|
-
|
|
|
|
})
|
|
})
|
|
|
|
|
|
/*是否是修改页面*/
|
|
/*是否是修改页面*/
|
|
@@ -664,6 +659,9 @@
|
|
/*获取客服*/
|
|
/*获取客服*/
|
|
var sysAminList;
|
|
var sysAminList;
|
|
|
|
|
|
|
|
+ /*1:需要有订单 2:不需要有订单*/
|
|
|
|
+ var isNeedSelectOrder;
|
|
|
|
+
|
|
/*初始化页面参数*/
|
|
/*初始化页面参数*/
|
|
$(function () {
|
|
$(function () {
|
|
/* 初始化单选框样式 */
|
|
/* 初始化单选框样式 */
|
|
@@ -759,15 +757,6 @@
|
|
$(document).on('change', '#TDSArea', function() {
|
|
$(document).on('change', '#TDSArea', function() {
|
|
setTDSCollect();
|
|
setTDSCollect();
|
|
});
|
|
});
|
|
- /*实时监听文本框-- TDS进水*/
|
|
|
|
-// document.getElementById("customerInTDS").addEventListener("input", function(){
|
|
|
|
-// setTDSCollect();
|
|
|
|
-// });
|
|
|
|
- /*实时监听文本框-- TDS出水*/
|
|
|
|
-// document.getElementById("customerOutTDS").addEventListener("input", function(){
|
|
|
|
-// setTDSCollect();
|
|
|
|
-// });
|
|
|
|
-
|
|
|
|
/* 监听手机号 失去焦点时 将其他手机号码未填的 补充上去 */
|
|
/* 监听手机号 失去焦点时 将其他手机号码未填的 补充上去 */
|
|
$(".associated-phone").blur(function (){
|
|
$(".associated-phone").blur(function (){
|
|
var phone = $.trim($(this).val());
|
|
var phone = $.trim($(this).val());
|