|
|
@@ -655,7 +655,8 @@ $("#currency").change(function(){
|
|
|
|
|
|
if(id == '85' || id == '87'){
|
|
|
let tmp_printtype = $("select[name=printtype").val();
|
|
|
- if(tmp_printtype == 1){
|
|
|
+ let tmp_shop_id = $("input[name=shop]").val();
|
|
|
+ if(tmp_printtype == 1 && tmp_shop_id != 30){
|
|
|
|
|
|
let kdfws_content_text = $("select[name=ttsp_xz]").text().toLocaleLowerCase()
|
|
|
let usps_tmp_bx_arr = [];
|