lvhao 1 неделя назад
Родитель
Сommit
2e2104c3ba
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      template/erp/customer_mdedit.html
  2. 2 2
      template/erp/js/fullorder_addeditbc.js

+ 1 - 1
template/erp/customer_mdedit.html

@@ -563,7 +563,7 @@ $("#is_jiaji_id").on('change',function(){
 <script type="text/javascript" src="{$theme}js/time.js"></script>
 <script src="{$theme}js/fullorder-addedit.js?v=2023090600021"></script>
 
-<script type="text/javascript" src="{$theme}js/fullorder_addeditbc.js" ></script>
+<script type="text/javascript" src="{$theme}js/fullorder_addeditbc.js?v=2023090600021" ></script>
 
 <script type="text/javascript" src="{$theme}js/excel/xlxs.js" ></script>
 {Template footer}

+ 2 - 2
template/erp/js/fullorder_addeditbc.js

@@ -187,7 +187,7 @@ function doAddGoodList(f,title,ts,weight = 0){
     //$("input[name='shouldmoney']").val(($("input[name='shouldmoney']").val()*1+(sl*dj)).toFixed(2));//应收价格加上新增价格
     //et();
     cost(); //计算成本价
-    window.parent.custom();
+    custom();
     choicegb();
-    pptskc("a"); //匹配特殊库存
+    //pptskc("a"); //匹配特殊库存
 }