|
@@ -632,7 +632,7 @@ if($("select[name='express']").find("option:selected").val() == '24' || $("selec
|
|
|
$("select[name='qm']").html('<option value="0" {if $fullordertt["qm"] == 0}selected="selected"{/if}>不需要</option><option value="1" {if $fullordertt["qm"] == 1}selected="selected"{/if}>需要</option>');
|
|
|
}
|
|
|
|
|
|
- let printtype = "{$fullod['printtype']}";
|
|
|
+ let printtype = "{$fullordertt['printtype']}";
|
|
|
console.log("=====================")
|
|
|
|
|
|
if(printtype*1 == 0){
|