解决销售订单转销售出库没有备注信息的bug

This commit is contained in:
季圣华
2020-12-27 18:13:22 +08:00
parent 8d85df5dbd
commit 5921e95ddd
3 changed files with 13 additions and 1 deletions

View File

@@ -307,7 +307,7 @@
$("#bill .back-amount-show").text(0);
}
}
if(listSubType === "销售出库" || listSubType === "销售退货"){
if(listSubType === "销售订单" || listSubType === "销售出库" || listSubType === "销售退货"){
var salesManInfo = data.salesMan;
if(salesManInfo){
var arr = salesManInfo.split(",");