|
@@ -195,8 +195,8 @@ var isSolve = {
|
|
|
var isSolveTitleMsg = {
|
|
|
solved : [[],[]],
|
|
|
noSolved : [[],[]],
|
|
|
- renewed : [["退回产品","退回产品颜色","退回产品配件","机器编码"],["寄出产品","寄出产品颜色","寄出产品配件"]],
|
|
|
- maintain : [["寄回的产品","寄回的产品颜色","寄回的产品配件","机器编码"],["维修发出产品","维修发出产品颜色","维修发出产品配件"]],
|
|
|
+ renewed : [["寄回产品","寄回产品颜色","退回产品配件","机器编码"],["寄出产品","寄出产品颜色","寄出产品配件"]],
|
|
|
+ maintain : [["寄回产品","寄回产品颜色","寄回产品配件","机器编码"],["寄出产品","寄出产品颜色","寄出产品配件"]],
|
|
|
reissue : [[],["补发产品","补发产品颜色","补发产品配件"]],
|
|
|
backGoods : [["退回产品","退回产品颜色","退回产品配件","机器编码"],[]],
|
|
|
noReasonBack : [["退回产品","退回产品颜色","退回产品配件","机器编码"],[]]
|
|
@@ -627,8 +627,8 @@ function otherHied(){
|
|
|
$("#recipientAddress").hide();
|
|
|
$("#recipientAddressText").hide();
|
|
|
$("#renewedProduct").hide();
|
|
|
- $("#TDScollect").hide();
|
|
|
- $("#TDScollectShow").hide();
|
|
|
+ $("#TDScollect").show();
|
|
|
+ $("#TDScollectShow").show();
|
|
|
$("#sendAddressInfo").hide();
|
|
|
$("#sendAddressByPhone").hide();
|
|
|
$("#updateProduct").hide();
|