kyy
2025-09-17 1e270a1329bbb77b594df2290f15caa34c56668e
MESApplication/Controllers/BasicData/MesDeliveryNoteController.cs
@@ -18,9 +18,9 @@
    private readonly string METHOD = "POST";
    private readonly string TableName = "MES_ROHIN";
    private readonly string TableName = "MES_DELIVERY_NOTE";
    private readonly string URL = "http://localhost:10054/api/MesRohIn/";
    private readonly string URL = "http://localhost:10054/api/MES_DELIVERY_NOTE/";
    //
    [HttpPost("Save")]
@@ -42,7 +42,10 @@
            resultInfos.tbBillList = save;
            entity.Result = 0;
            if (save) entity.Result = 1;
            if (save)
            {
                entity.Result = 1;
            }
            entity.DealWith = 1;
            _manager.save(entity);