فهرست منبع

新增更新出入库单添加sa_supplierid

hxh 4 ماه پیش
والد
کامیت
f6ebdca9e8
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/custom/restcontroller/webmanage/sale/stockbill/stockbill.java

+ 1 - 0
src/custom/restcontroller/webmanage/sale/stockbill/stockbill.java

@@ -207,6 +207,7 @@ public class stockbill extends Controller {
                     updateSQL.setValue("outplace", outplace);
                     updateSQL.setValue("delivery", delivery);
                     updateSQL.setValue("logisticsmethod", logisticsmethod);
+                    updateSQL.setValue("sa_supplierid", content.getLongValue("sa_supplierid"));
                     updateSQL.setValue("invoice_enterprisename", content.getStringValue("invoice_enterprisename"));
                     updateSQL.setValue("invoice_address", content.getStringValue("invoice_address"));
                     updateSQL.setValue("invoice_taxno", content.getStringValue("invoice_taxno"));