|
@@ -2701,6 +2701,16 @@ function removeYpOrProject(index, obj) {
|
|
|
var tableId = $("#" + tabId + " li.active").find("a").attr("href");
|
|
|
//var totalRetprice = $(obj).parent().find("input.temporary_items_amount").val();
|
|
|
//calculateCfAmount(tableId, totalRetprice, null, index, 1);
|
|
|
+ //医技的序号调整一下
|
|
|
+ if(index == 2){
|
|
|
+ var nextAll = $(obj).parent().nextAll();
|
|
|
+ if(nextAll!=null && nextAll.length>0){
|
|
|
+ for(var i=0;i<nextAll.length;i++){
|
|
|
+ var index= $(nextAll[i]).find(".jcjyItemGroupId").text();
|
|
|
+ $(nextAll[i]).find(".jcjyItemGroupId").text(index-1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
$(obj).parent().remove();
|
|
|
if (index != 3) {
|
|
|
calculateTotalAmount();
|