原材料条码,日志修改
This commit is contained in:
@@ -182,9 +182,9 @@ namespace Tnb.WarehouseMgr
|
||||
int index = j + 1;
|
||||
//string code = $"{WmsPurchaseD.material_code}-{WmsPurchaseD.code_batch}-{index.ToString().PadLeft(4, '0')}";
|
||||
// 变更加流水号
|
||||
string watercode = await _billRullService.GetBillNumber(WmsWareHouseConst.WMS_PURCHASE_MAT_ENCODE); ;
|
||||
string watercode = await _billRullService.GetBillNumber(WmsWareHouseConst.WMS_PURCHASE_MAT_ENCODE);
|
||||
|
||||
string code = $"{WmsPurchaseD.material_code}-{WmsPurchaseD.code_batch}{watercode}";
|
||||
string code = $"CGSH{watercode}";
|
||||
WmsTempCode barCode = new()
|
||||
{
|
||||
material_id = WmsPurchaseD.material_id,
|
||||
|
||||
Reference in New Issue
Block a user