解决销售订单转销售出库没有备注信息的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

@@ -554,6 +554,7 @@
var res = $('#linkBillData').datagrid('getChecked')[0];
$('#OrganId').combobox('setValue', res.organId);
$("#LinkNumber").textbox("setValue",res.number); //关联订单号
$("#Remark").val(res.remark);
$("#DiscountLastMoney").val(res.totalPrice); //优惠后金额
$("#ChangeAmount").val(res.totalPrice).attr("data-changeamount", res.totalPrice);
depotHeadID = res.id;