...
|
...
|
@@ -111,7 +111,7 @@ var t = new common.tab2({ |
|
|
g.options.columns[13].hidden = true;
|
|
|
g.options.columns[14].hidden = true;
|
|
|
g.options.columns[15].hidden = true;
|
|
|
|
|
|
g.options.columns[17].hidden = false;
|
|
|
// 隐藏无权限的审核列表页操作
|
|
|
var authority = $("#authority").val();
|
|
|
|
...
|
...
|
@@ -442,7 +442,7 @@ var g = new common.grid({ |
|
|
else html += '</p>';
|
|
|
|
|
|
html += '<p>降价幅度:'+'<br>';
|
|
|
if(item.days) html += 0 +'</p>';
|
|
|
if(item.days) html += item.reductExtent +'</p>';
|
|
|
else html += '</p>';
|
|
|
return html;
|
|
|
}},
|
...
|
...
|
@@ -639,7 +639,7 @@ $(document).on('click', '.modify-btn', function() { |
|
|
$vip3Price.attr('disabled', true).val(Number(priceArr[selectVal][2]).toFixed(2));
|
|
|
}
|
|
|
if($storagePerPrice.val()){
|
|
|
$expectGrossProfitRate.val(((parseFloat($price.val()) - parseFloat($storagePerPrice.val())) / parseFloat($storagePerPrice.val())).toFixed(2) );
|
|
|
$expectGrossProfitRate.val(((parseFloat($price.val()) - parseFloat($storagePerPrice.val())) / parseFloat($price.val())).toFixed(2) );
|
|
|
}
|
|
|
|
|
|
}
|
...
|
...
|
|