瀏覽代碼

新增更新出入库单添加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"));