bip委外加工入库修改

This commit is contained in:
2024-10-28 10:21:34 +08:00
parent 7335b7aa27
commit f65b9af402

View File

@@ -315,6 +315,7 @@ namespace Tnb.WarehouseMgr
["pk_org_v"] = erpOrg?.pk_org_v ?? null, //组织vid
["vbatchcode"] = item.code_batch, //批次号
["vfree1"] = erpExtendFields.Find(x => x.table_id == supplierId)?.supplier_id ?? null, //自由辅助属性1
["foutputtype"]=1,//产品类型1主产品2联产品3副产品默认传1
});
}