username@email.com
2021-09-22 1bfc8f9c7baad9be7fdb92742cf796f9fdb50df3
CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js
@@ -253,6 +253,7 @@
                if (dataJson.PrintTypeId == "-1" || dataJson.PrintTypeId == -1) {
                    $("[name='printSizeName']").val(dataJson.PrintSizeName);
                    $("[name='printCount']").val(dataJson.PrintCount);
                    $("[name='ysUnit']").val(dataJson.Unit);
                    $("[name='txtPrintDemand']").val(dataJson.PrintDemand);
                } else {
                    BindControlByPrintType(dataJson);
@@ -1215,6 +1216,7 @@
    }
    $("[name='gramWeight0']").val(dataJson.GramWeight);
    $("#printCount").val(dataJson.PrintCount);
    $("[name='ysUnit']").val(dataJson.Unit);
    $("[name='RopeTypeName']").val(dataJson.RopeTypeName);
    $("[name='RopeColor']").val(dataJson.RopeColor);
    $("[name='printColor0']").val(dataJson.PrintColor);