解决销售订单转销售出库没有备注信息的bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user