CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js
@@ -2604,6 +2604,7 @@
        }
    }
    else {
        $(".Brand" + index).hide();
        if (paperId == "0") {
            $(".Brand" + index).hide();
            $(".gramWeight" + index).hide();
@@ -2614,7 +2615,7 @@
            $(".Qitazhi" + index).show();
        }
        else {
            $(".Brand" + index).show();
            //$(".Brand" + index).show();
            $(".gramWeight" + index).show();
            $(".Qitazhi" + index).hide();
            if (printTypeId == 27) {
@@ -3104,7 +3105,10 @@
        }
    }
    //报纸
    if (printTypeId == 7) {
        $("[name='printColor1']").val(dataJson.printColor1);
    }
    //作业本
    if (printTypeId == 37) {
        var insideArry = dataJson.InquiryWorkBookList;