yl
2024-03-29 9c634fd767aec36ef97c3a814bf7a29c67d20ee1
VueWebApi/DLL/BLL/AppPurchManagementBLL.cs
@@ -54,9 +54,9 @@
        #endregion
        #region[采购入库扫描标签条码带出到货单信息]
        public static ToMessage MesAppPurchInStorScanLabCode(string labcode,string ordercode)
        public static ToMessage MesAppPurchInStorScanLabCode(string labcode)
        {
            return AppPurchManagementDAL.MesAppPurchInStorScanLabCode(labcode, ordercode);
            return AppPurchManagementDAL.MesAppPurchInStorScanLabCode(labcode);
        }
        #endregion
@@ -95,5 +95,6 @@
            return AppPurchManagementDAL.MesAppPurchReturnInStorSave(orderid,ordercode, username, incontent);
        }
        #endregion
    }
}