|
@@ -623,33 +623,13 @@ $("#currency").change(function(){
|
|
|
var type = $(this).find("option:selected").data("type");
|
|
|
$("select[name=printtype]").find("option[value='"+type+"']").prop("selected","selected");
|
|
|
//type();
|
|
|
-
|
|
|
- $.ajax({
|
|
|
- url: "/express/read",
|
|
|
- data: "id="+gj,
|
|
|
- type: "POST",
|
|
|
- dataType: "json",
|
|
|
- success: function(a) {
|
|
|
- layx.destroy('loadId');
|
|
|
- if (a && a.success) {
|
|
|
-
|
|
|
- //$('#tipdata').attr('title', a.msg);
|
|
|
- // $(".expressfa .expressfa2").html(a.msg);
|
|
|
- // $(".expressfa i").show();
|
|
|
- // layx.tip($(".expressfa").find(".expressfa1").html(),document.getElementById('tipdata'),'bottom');
|
|
|
- $("#show_express").css("display","inline-block")
|
|
|
+ let xxts = $("select[name=express]").find("option:selected").data('ts');
|
|
|
+ if(xxts){
|
|
|
+ $("#show_express").css("display","inline-block")
|
|
|
|
|
|
- showExpressTiShi(a.msg)
|
|
|
- }
|
|
|
- else
|
|
|
- {
|
|
|
- $("#show_express").css("display","none")
|
|
|
- //$('#tipdata').attr('title',"");
|
|
|
- $(".expressfa .expressfa2").html("");
|
|
|
- $(".expressfa i").hide();
|
|
|
- }
|
|
|
- }
|
|
|
- });
|
|
|
+ showExpressTiShi(xxts)
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
});
|
|
|
function eqm(id) {
|