|
@@ -314,6 +314,7 @@
|
|
|
method="post" class="form-horizontal">
|
|
|
<form:hidden path="id"/>
|
|
|
<form:hidden path="searchName"/>
|
|
|
+ <form:hidden path="shopID" id="shopId" />
|
|
|
<sys:message content="${message}"/>
|
|
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
|
<tr>
|
|
@@ -609,6 +610,7 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th><span class="red">*</span>上架平台:</th>
|
|
|
+
|
|
|
<td>
|
|
|
<input id="caimei" type="checkbox" name="groundMall" value="0" >【采美】平台
|
|
|
<input id="bcc" type="checkbox" name="groundMall" value="4" >【丽格集采联盟】平台
|
|
@@ -618,6 +620,14 @@
|
|
|
<th><span class="red">*</span>SKU种类:<br><span class="red">【采美】平台</span></th>
|
|
|
<td>
|
|
|
<div><span><button class="addSku" onclick="return false">添加SKU</button></span></div>
|
|
|
+ <div class="sku-item sku-costCheckFlag" style="margin-top: 15px;">
|
|
|
+ <span class="red">*</span>成本类型:
|
|
|
+ <label><input type="radio" name="costCheckFlag" class="costCheckFlag" value="1"
|
|
|
+ ${empty product.costCheckFlag || product.costCheckFlag == 1 ? "checked" : ""} />固定成本</label>
|
|
|
+ <b class="line">|</b>
|
|
|
+ <label><input type="radio" name="costCheckFlag" class="costCheckFlag" value="2"
|
|
|
+ ${empty product.costCheckFlag || product.costCheckFlag == 2 ? "checked" : ""} />比例成本</label>
|
|
|
+ </div>
|
|
|
<%-- 插入html --%>
|
|
|
<div id="skus"></div>
|
|
|
</td>
|
|
@@ -626,6 +636,14 @@
|
|
|
<th><span class="red">*</span>SKU种类:<br><span class="red">【丽格集采联盟】平台</span></th>
|
|
|
<td>
|
|
|
<div><span><button class="addMallSku" onclick="return false">添加SKU</button></span></div>
|
|
|
+ <div class="sku-item sku-costCheckFlag" style="margin-top: 15px;">
|
|
|
+ <span class="red">*</span>成本类型:
|
|
|
+ <label><input type="radio" name="mallCostCheckFlag" class="mallCostCheckFlag" value="1"
|
|
|
+ ${empty product.mallCostCheckFlag || product.mallCostCheckFlag == 1 ? "checked" : ""} />固定成本</label>
|
|
|
+ <b class="line">|</b>
|
|
|
+ <label><input type="radio" name="mallCostCheckFlag" class="mallCostCheckFlag" value="2"
|
|
|
+ ${empty product.mallCostCheckFlag || product.mallCostCheckFlag == 2 ? "checked" : ""} />比例成本</label>
|
|
|
+ </div>
|
|
|
<%-- 插入html --%>
|
|
|
<div id="mallSkus"></div>
|
|
|
</td>
|
|
@@ -895,24 +913,24 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="sku-item-li">
|
|
|
- <div class="sku-item sku-costCheckFlag">
|
|
|
- <span class="red">*</span>成本类型:
|
|
|
- <label><input type="radio" name="costCheckFlag" value="1" checked/>固定成本</label>
|
|
|
- <b class="line">|</b>
|
|
|
- <label><input type="radio" name="costCheckFlag" value="2"/>比例成本</label>
|
|
|
- </div>
|
|
|
+<%-- <div class="sku-item sku-costCheckFlag">--%>
|
|
|
+<%-- <span class="red">*</span>成本类型:--%>
|
|
|
+<%-- <label><input type="radio" name="costCheckFlag" value="1" checked/>固定成本</label>--%>
|
|
|
+<%-- <b class="line">|</b>--%>
|
|
|
+<%-- <label><input type="radio" name="costCheckFlag" value="2"/>比例成本</label>--%>
|
|
|
+<%-- </div>--%>
|
|
|
<div class="sku-item sku-costPrice">
|
|
|
<span class="red">*</span>
|
|
|
<span class="costFlagText">成本价</span>:
|
|
|
- 供应商:<input style="width: 60px" name="costPrice" type="number" maxlength="11" class="short"/>
|
|
|
- 集团:<input style="width: 60px" name="OrganizeCostPrice" type="number" maxlength="11" class="short"/>
|
|
|
- 采美:<input style="width: 60px" name="cmCostPrice" type="number" maxlength="11" class="short"/>
|
|
|
+ 供应商:<input style="width: 60px" name="costPrice" type="number" maxlength="11" class="short costPrice"/>
|
|
|
+ 集团:<input style="width: 60px" name="organizeCostPrice" type="number" maxlength="11" class="short organizeCostPrice"/>
|
|
|
+ 采美:<input style="width: 60px" name="cmCostPrice" type="number" maxlength="11" class="short cmCostPrice"/>
|
|
|
</div>
|
|
|
<div class="sku-item sku-shopPercent" style="display: none;">
|
|
|
<span class="red">*</span>佣金比例:
|
|
|
- 供应商:<input style="width: 50px" name="shopPercent" type="number" maxlength="11" class="short"/>%
|
|
|
- 集团:<input style="width: 50px" name="organizePercent" type="number" maxlength="11" class="short"/>%
|
|
|
- 采美:<input style="width: 50px" name="cmPercent" type="number" maxlength="11" class="short"/>%
|
|
|
+ 供应商:<input style="width: 50px" name="shopPercent" type="number" maxlength="11" class="short shopPercent"/>%
|
|
|
+ 集团:<input style="width: 50px" name="organizePercent" type="number" maxlength="11" class="short organizePercent"/>%
|
|
|
+ 采美:<input style="width: 50px" name="cmPercent" type="number" maxlength="11" class="short cmPercent"/>%
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="sku-item-li sku-item-delete">
|
|
@@ -1056,7 +1074,83 @@
|
|
|
$("#commodityDetailsFlag").prop("disabled", false);
|
|
|
}
|
|
|
}
|
|
|
+ $('.costCheckFlag').on('change', function () {
|
|
|
+ var skus = $("#skus")
|
|
|
+ if ($(this).val() == 1) {
|
|
|
+ skus.each(function() {
|
|
|
+ skus.find('.sku-shopPercent').hide();
|
|
|
+ skus.find('.sku-costPrice').show();
|
|
|
+ })
|
|
|
+ //shopPercent.parent('.sku-shopPercent').hide();
|
|
|
+ //costPrice.parent('.sku-costPrice').show();
|
|
|
+ } else {
|
|
|
+ skus.each(function() {
|
|
|
+ skus.find('.sku-shopPercent').show();
|
|
|
+ skus.find('.sku-costPrice').hide();
|
|
|
+ })
|
|
|
+ // shopPercent.parent('.sku-shopPercent').show();
|
|
|
+ // costPrice.parent('.sku-costPrice').hide();
|
|
|
+ }
|
|
|
+ })
|
|
|
+ $('.mallCostCheckFlag').on('change', function () {
|
|
|
+ console.log('333333')
|
|
|
+ var mallSkus = $("#mallSkus")
|
|
|
+ if ($(this).val() == 1) {
|
|
|
+ mallSkus.each(function() {
|
|
|
+ mallSkus.find('.sku-shopPercent').hide(); // shopPercent.parent('.sku-shopPercent').hide();
|
|
|
+ mallSkus.find('.sku-costPrice').show();
|
|
|
+ })
|
|
|
+ } else {
|
|
|
+ mallSkus.each(function() {
|
|
|
+ mallSkus.find('.sku-shopPercent').show(); // shopPercent.parent('.sku-shopPercent').hide();
|
|
|
+ mallSkus.find('.sku-costPrice').hide();
|
|
|
+ })
|
|
|
+ // shopPercent.parent('.sku-shopPercent').show();
|
|
|
+ // costPrice.parent('.sku-costPrice').hide();
|
|
|
+ }
|
|
|
+ })
|
|
|
|
|
|
+ //富文本框编辑
|
|
|
+ function checkInfo() {
|
|
|
+ // debugger
|
|
|
+
|
|
|
+ var productType = $("#productType").val();
|
|
|
+ var qualificationNo = $('#qualificationNo').val()
|
|
|
+ var productName = $("#productName").val();
|
|
|
+ var qualificationTime = $('#qualificationTime').val()
|
|
|
+ var qualificationLink = $("#qualificationLink").val();
|
|
|
+ if (productType == "2") {
|
|
|
+
|
|
|
+ if (qualificationNo == null || qualificationNo == "") {
|
|
|
+ alertx("请输入证书编号");
|
|
|
+ return false;
|
|
|
+ }
|
|
|
+ if (productName == null || productName == "") {
|
|
|
+ alertx("请输入产品名称");
|
|
|
+ return false;
|
|
|
+ }
|
|
|
+ if (qualificationTime == null || qualificationTime == "") {
|
|
|
+ alertx("请输入证书有效时间");
|
|
|
+ return false;
|
|
|
+ }
|
|
|
+ if (qualificationLink == null || qualificationLink == "") {
|
|
|
+ alertx("请输入证书有效链接");
|
|
|
+ return false;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ var detailInfo = detailInfoEditor.getData();
|
|
|
+ $("#detailInfo").val(detailInfo);
|
|
|
+ var commonDetailInfo = detailInfoEditor2.getData();
|
|
|
+ $("#commonDetailInfo").val(commonDetailInfo);
|
|
|
+ console.log(detailInfo);
|
|
|
+ var orderInfo = orderInfoEditor.getData();
|
|
|
+ $("#orderInfo").val(orderInfo);
|
|
|
+ console.log(orderInfo);
|
|
|
+ var serviceInfo = serviceInfoEditor.getData();
|
|
|
+ $("#serviceInfo").val(serviceInfo);
|
|
|
+ console.log(serviceInfo);
|
|
|
+ }
|
|
|
|
|
|
$(document).ready(function () {
|
|
|
|
|
@@ -1067,45 +1161,150 @@
|
|
|
$("#inputForm").validate({
|
|
|
ignore: "",
|
|
|
submitHandler: function (form) {
|
|
|
+ var flag = true;
|
|
|
+ var shopId = $("#shopId").val()*1;
|
|
|
var commodityType = $("input[name='commodityType']:checked").val();
|
|
|
if (commodityType == '' || commodityType == null) {
|
|
|
alertx("请选择商品属性");
|
|
|
- return false;
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ var groundMall = $("input[name='groundMall']:checked").val();
|
|
|
+ if (groundMall.length < 1) {
|
|
|
+ alertx("请选中上架平台");
|
|
|
+ flag = false;
|
|
|
}
|
|
|
var costCheckFlag = $("input[name='costCheckFlag']:checked").val();
|
|
|
- if (costCheckFlag * 1 === 1) {
|
|
|
- if ($("#costPrice").val() == '') {
|
|
|
- alertx("请输入成本价");
|
|
|
- return false;
|
|
|
+ var skus = $("#skus .sku")
|
|
|
+ skus.each(function() {
|
|
|
+ var cost = $(this)
|
|
|
+ if (costCheckFlag * 1 === 1) {
|
|
|
+ var costPrice = cost.find(".costPrice").val()
|
|
|
+ var organizeCostPrice = cost.find(".organizeCostPrice").val()
|
|
|
+ var cmCostPrice = cost.find(".cmCostPrice").val()
|
|
|
+ var price = cost.find(".computedPrice").val()*1
|
|
|
+ if (costPrice == '') {
|
|
|
+ alertx("请输入供应商成本价");
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ if (organizeCostPrice == '') {
|
|
|
+ alertx("请输入集团成本价");
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ if (cmCostPrice == '') {
|
|
|
+ alertx("请输入采美成本价");
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ const num = costPrice*1 + organizeCostPrice*1 + cmCostPrice*1
|
|
|
+ debugger
|
|
|
+ if (shopId != 11070 ) {
|
|
|
+ if (num != price) {
|
|
|
+ alertx("采美国定成本和需为机构价")
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ }else {
|
|
|
+ if (num > price) {
|
|
|
+ alertx("采美国定成本和不能大于机构价")
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ } else {
|
|
|
+ var shopPercent = cost.find(".shopPercent").val()
|
|
|
+ var organizePercent = cost.find(".organizePercent").val()
|
|
|
+ var cmPercent = cost.find(".cmPercent").val()
|
|
|
+ if (shopPercent == '') {
|
|
|
+ alertx("请输入成本比例");
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ if (organizePercent == '') {
|
|
|
+ alertx("请输入集团比例");
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ if (cmPercent == '') {
|
|
|
+ alertx("请输入供应商比例");
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ const num = shopPercent*1 + organizePercent*1 + cmPercent*1
|
|
|
+ if (shopId != 11070 ) {
|
|
|
+ if (num != 100) {
|
|
|
+ alertx("采美佣金比例和需为100")
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ }else {
|
|
|
+ if (num > 100) {
|
|
|
+ alertx("采美佣金比例和不能大于100")
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
- ;
|
|
|
- } else {
|
|
|
- var shopPercent = $("#shopPercent").val()
|
|
|
- var organizePercent = $("#organizePercent").val()
|
|
|
- var cmPercent = $("#cmPercent").val()
|
|
|
- if ($("#shopPercent").val() == '') {
|
|
|
- alertx("请输入成本比例");
|
|
|
- return false;
|
|
|
- };
|
|
|
- if ($("#organizePercent").val() == '') {
|
|
|
- alertx("请输入集团比例");
|
|
|
- return false;
|
|
|
- };
|
|
|
- if ($("#cmPercent").val() == '') {
|
|
|
- alertx("请输入供应商比例");
|
|
|
- return false;
|
|
|
- };
|
|
|
- /*const num = shopPercent*1 + organizePercent*1 + cmPercent*1
|
|
|
- if (num != 100) {
|
|
|
- alertx("佣金比例和需为100")
|
|
|
- return false;
|
|
|
- }*/
|
|
|
- }
|
|
|
+ })
|
|
|
+ var mallCostCheckFlag = $("input[name='mallCostCheckFlag']:checked").val();
|
|
|
+ var mallSkus = $("#mallSkus")
|
|
|
+ mallSkus.each(function() {
|
|
|
+ var mallCost = $(this)
|
|
|
+ if (mallCostCheckFlag * 1 === 1) {
|
|
|
+ var mallCostPrice = mallCost.find(".costPrice").val()
|
|
|
+ var mallOrganizeCostPrice = mallCost.find(".organizeCostPrice").val()
|
|
|
+ var mallCmCostPrice = mallCost.find(".cmCostPrice").val()
|
|
|
+ var mallprice = mallCost.find(".computedPrice").val()*1
|
|
|
+ if (mallCostPrice == '') {
|
|
|
+ alertx("请输入供应商成本价");
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ if (mallOrganizeCostPrice == '') {
|
|
|
+ alertx("请输入集团成本价");
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ if (mallCmCostPrice == '') {
|
|
|
+ alertx("请输入采美成本价");
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ const num = mallCostPrice*1 + mallOrganizeCostPrice*1 + mallCmCostPrice*1
|
|
|
+ if (shopId != 11070 ) {
|
|
|
+ if (num != mallprice) {
|
|
|
+ alertx("丽格国定成本和需为机构价");
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ } else {
|
|
|
+ if (num > mallprice) {
|
|
|
+ alertx("丽格国定成本和不能大于机构价")
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ } else {
|
|
|
+ var mallShopPercent = mallCost.find(".shopPercent").val()
|
|
|
+ var mallOrganizePercent = mallCost.find(".organizePercent").val()
|
|
|
+ var mallCmPercent = mallCost.find(".cmPercent").val()
|
|
|
+ if (mallShopPercent == '') {
|
|
|
+ alertx("请输入成本比例");
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ if (mallOrganizePercent == '') {
|
|
|
+ alertx("请输入集团比例");
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ if (mallCmPercent == '') {
|
|
|
+ alertx("请输入供应商比例");
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ const num = mallShopPercent*1 + mallOrganizePercent*1 + cmPercent*1
|
|
|
+ if (shopId != 11070 ) {
|
|
|
+ if (num != 100) {
|
|
|
+ alertx("丽格佣金比例和需为100");
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ } else {
|
|
|
+ if (num > 100) {
|
|
|
+ alertx("丽格佣金比例和不能大于100")
|
|
|
+ flag = false;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ })
|
|
|
if ($('#minBuyNumber:visible').length > 0) {
|
|
|
var minBuyNumber = $('#minBuyNumber').val();
|
|
|
if (minBuyNumber <= 0 || minBuyNumber == '') {
|
|
|
alertx("请输入起订量");
|
|
|
- return false;
|
|
|
+ flag = false;
|
|
|
}
|
|
|
}
|
|
|
if ($('input[name="ladderPriceList[0].buyNum"]:visible').length > 0) {
|
|
@@ -1113,7 +1312,7 @@
|
|
|
var buyPrice = $('input[name="ladderPriceList[0].buyPrice"]').val();
|
|
|
if (buyNum <= 0 || buyNum == '' || buyPrice <= 0 || buyPrice == '') {
|
|
|
alertx("请输入正确的阶梯价格");
|
|
|
- return false;
|
|
|
+ flag = false;
|
|
|
}
|
|
|
}
|
|
|
if ($('input[name="ladderPriceList[1].buyNum"]:visible').length > 0) {
|
|
@@ -1121,7 +1320,7 @@
|
|
|
var buyPrice1 = $('input[name="ladderPriceList[1].buyPrice"]').val();
|
|
|
if (buyNum1 <= 0 || buyNum1 == '' || buyPrice1 <= 0 || buyPrice1 == '') {
|
|
|
alertx("请输入正确的阶梯价格");
|
|
|
- return false;
|
|
|
+ flag = false;
|
|
|
}
|
|
|
}
|
|
|
if ($('input[name="ladderPriceList[2].buyNum"]:visible').length > 0) {
|
|
@@ -1129,18 +1328,18 @@
|
|
|
var buyPrice2 = $('input[name="ladderPriceList[2].buyPrice"]').val();
|
|
|
if (buyNum2 <= 0 || buyNum2 == '' || buyPrice2 <= 0 || buyPrice2 == '') {
|
|
|
alertx("请输入正确的阶梯价格");
|
|
|
- return false;
|
|
|
+ flag = false;
|
|
|
}
|
|
|
}
|
|
|
var detailInfo = detailInfoEditor.getData();
|
|
|
if (detailInfo == '') {
|
|
|
alertx("请输入商品详细信息");
|
|
|
- return false;
|
|
|
+ flag = false;
|
|
|
}
|
|
|
var includedTax = $("input[name='includedTax']:checked").val();
|
|
|
if (includedTax == '' || includedTax == null) {
|
|
|
alertx("请选择是否含税");
|
|
|
- return false;
|
|
|
+ flag = false;
|
|
|
}
|
|
|
var invoiceType = $("input[name='invoiceType']:checked").val();
|
|
|
if ((includedTax == 0 || includedTax == 1) && (invoiceType == 1 || invoiceType == 2)) {
|
|
@@ -1148,11 +1347,11 @@
|
|
|
var supplierTaxPoint = $("#supplierTaxPoint").val();
|
|
|
if (taxPoint == '' || taxPoint == null) {
|
|
|
alertx("请输入机构税率");
|
|
|
- return false;
|
|
|
+ flag = false;
|
|
|
}
|
|
|
if (supplierTaxPoint == '' || supplierTaxPoint == null) {
|
|
|
alertx("请输入供应商税率");
|
|
|
- return false;
|
|
|
+ flag = false;
|
|
|
}
|
|
|
}
|
|
|
if (includedTax != ${product.includedTax} || invoiceType != ${product.invoiceType}) {
|
|
@@ -1165,8 +1364,10 @@
|
|
|
$("#groundSkuBcc").remove()
|
|
|
}
|
|
|
// 提交订单
|
|
|
- loading('正在提交,请稍等...');
|
|
|
- form.submit();
|
|
|
+ if (flag) {
|
|
|
+ loading('正在提交,请稍等...');
|
|
|
+ form.submit();
|
|
|
+ }
|
|
|
}
|
|
|
}, {
|
|
|
buttonsFocus: 1, closed: function () {
|
|
@@ -1182,8 +1383,10 @@
|
|
|
if(!$('#bcc').prop('checked')){
|
|
|
$("#groundSkuBcc").remove()
|
|
|
}
|
|
|
- loading('正在提交,请稍等...');
|
|
|
- form.submit();
|
|
|
+ if (flag) {
|
|
|
+ loading('正在提交,请稍等...');
|
|
|
+ form.submit();
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
errorContainer: "#messageBox",
|
|
@@ -1535,48 +1738,6 @@
|
|
|
});
|
|
|
});
|
|
|
|
|
|
- //富文本框编辑
|
|
|
- function checkInfo() {
|
|
|
- // debugger
|
|
|
-
|
|
|
- var productType = $("#productType").val();
|
|
|
- var qualificationNo = $('#qualificationNo').val()
|
|
|
- var productName = $("#productName").val();
|
|
|
- var qualificationTime = $('#qualificationTime').val()
|
|
|
- var qualificationLink = $("#qualificationLink").val();
|
|
|
- if (productType == "2") {
|
|
|
-
|
|
|
- if (qualificationNo == null || qualificationNo == "") {
|
|
|
- alertx("请输入证书编号");
|
|
|
- return false;
|
|
|
- }
|
|
|
- if (productName == null || productName == "") {
|
|
|
- alertx("请输入产品名称");
|
|
|
- return false;
|
|
|
- }
|
|
|
- if (qualificationTime == null || qualificationTime == "") {
|
|
|
- alertx("请输入证书有效时间");
|
|
|
- return false;
|
|
|
- }
|
|
|
- if (qualificationLink == null || qualificationLink == "") {
|
|
|
- alertx("请输入证书有效链接");
|
|
|
- return false;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- var detailInfo = detailInfoEditor.getData();
|
|
|
- $("#detailInfo").val(detailInfo);
|
|
|
- var commonDetailInfo = detailInfoEditor2.getData();
|
|
|
- $("#commonDetailInfo").val(commonDetailInfo);
|
|
|
- console.log(detailInfo);
|
|
|
- var orderInfo = orderInfoEditor.getData();
|
|
|
- $("#orderInfo").val(orderInfo);
|
|
|
- console.log(orderInfo);
|
|
|
- var serviceInfo = serviceInfoEditor.getData();
|
|
|
- $("#serviceInfo").val(serviceInfo);
|
|
|
- console.log(serviceInfo);
|
|
|
- }
|
|
|
-
|
|
|
|
|
|
// $("#ladderPrice1").on("click", ".addBtn", function () {
|
|
|
// $("#ladderPrice2").removeClass("hide");
|
|
@@ -2197,7 +2358,7 @@
|
|
|
// if (organize != 0) {
|
|
|
// ladderPriceFlag.parent().parent().hide();
|
|
|
// }
|
|
|
- // costCheckFlag.parent().parent().hide();
|
|
|
+ costCheckFlag.parent().parent().hide();
|
|
|
|
|
|
ladderPriceBox.find('.ladderPrice').each(function (index, item) {
|
|
|
var ladderPrice = {}
|