| | |
| | | ? null |
| | | : (byte)(c_mes_inv_item_barcodes.EpFlag.Value ? 1 : 0), |
| | | DepotsCode = depotSection.DepotCode, |
| | | DepotId = depotSection.DepotId, |
| | | DepotsId = depotSection.DepotId, |
| | | DepotSectionsCode = p_section_code, |
| | | CheckDate = c_mes_inv_item_barcodes.CreateDate, |
| | |
| | | WorkLine = c_mes_inv_item_barcodes.WorkLine, |
| | | // ItemUnit = c_mes_inv_item_barcodes.Unit, |
| | | SuppNo = c_mes_inv_item_barcodes.SuppNo, |
| | | ItemId = c_mes_inv_item_barcodes.ItemId |
| | | ItemId = c_mes_inv_item_barcodes.ItemId, |
| | | IndepUserCode = c_user |
| | | // Fsubsidiary = c_organize |
| | | }).IgnoreColumns(true).ExecuteCommand(); |
| | | |